File: dab_ofdm_mod.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 (38 lines) | stat: -rw-r--r-- 770 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
35
36
37
38
# auto-generated by grc.converter

id: dab_ofdm_mod
label: 'DAB: OFDM Modulator'
category: '[DAB]'

parameters:
-   id: dab_mode
    label: DAB Mode
    dtype: enum
    default: '1'
    options: ['1', '2', '3', '4']
-   id: samp_rate
    label: Sampling Rate
    dtype: int
    default: samp_rate

inputs:
-   label: dat
    domain: stream
    dtype: byte
    vlen: 384
-   label: trigger
    domain: stream
    dtype: byte

outputs:
-   label: dat
    domain: stream
    dtype: complex

templates:
    imports: import gnuradio.dab as dab
    make: "dab.ofdm_mod(\n          dab.parameters.dab_parameters(\n         \
        \   mode=${dab_mode},\n            sample_rate=${samp_rate},\n           \
        \ verbose=False\n          )\n        )\n  "

file_format: 1