File: dab_firecode_check_bb.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 (24 lines) | stat: -rw-r--r-- 381 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
# auto-generated by grc.converter

id: dab_firecode_check_bb
label: Firecode checker
category: '[DAB]'

parameters:
-   id: bit_rate_n
    label: Bit Rate/8kbits
    dtype: int

inputs:
-   domain: stream
    dtype: byte

outputs:
-   domain: stream
    dtype: byte

templates:
    imports: import gnuradio.dab as dab
    make: dab.firecode_check_bb(${bit_rate_n})

file_format: 1