File: dab_diff_phasor_vcc.block.yml

package info (click to toggle)
gr-dab 0.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,280 kB
  • sloc: python: 14,976; cpp: 6,738; ansic: 547; makefile: 17; sh: 11
file content (26 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (2)
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
# auto-generated by grc.converter

id: dab_diff_phasor_vcc
label: Diff Phasor VCC
category: '[DAB]'

parameters:
-   id: num_carriers
    label: num_carriers
    dtype: int

inputs:
-   domain: stream
    dtype: complex
    vlen: ${ num_carriers }

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

templates:
    imports: import gnuradio.dab as dab
    make: dab.diff_phasor_vcc(${num_carriers})

file_format: 1