File: dab_ofdm_sampler.block.yml

package info (click to toggle)
gr-dab 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,272 kB
  • sloc: python: 14,976; cpp: 6,738; ansic: 547; makefile: 19; sh: 11
file content (34 lines) | stat: -rw-r--r-- 604 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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 gnuradio.dab as dab
    make: dab.ofdm_sampler(${fft_length}, ${cp_length}, ${symbols_per_frame}, ${gap})

file_format: 1