Codebase list gr-dab / 00ee75d1-2789-4cb6-a59b-5b3d51903849/main grc / dab_ofdm_sampler.block.yml
00ee75d1-2789-4cb6-a59b-5b3d51903849/main

Tree @00ee75d1-2789-4cb6-a59b-5b3d51903849/main (Download .tar.gz)

dab_ofdm_sampler.block.yml @00ee75d1-2789-4cb6-a59b-5b3d51903849/mainraw · history · blame

# auto-generated by grc.converter

id: dab_ofdm_sampler
label: OFDM Sampler
category: '[DAB]'

parameters:
-   id: fft_length
    label: fft_length
    dtype: int
-   id: cp_length
    label: cp_length
    dtype: int
-   id: symbols_per_frame
    label: symbols_per_frame
    dtype: int
-   id: gap
    label: gap
    dtype: int

inputs:
-   domain: stream
    dtype: complex

outputs:
-   domain: stream
    dtype: complex
    vlen: ${ fft_length }

templates:
    imports: import grdab
    make: grdab.ofdm_sampler(${fft_length}, ${cp_length}, ${symbols_per_frame}, ${gap})

file_format: 1