File: dab_ofdm_sync_dab2.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-- 856 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_sync_dab2
label: OFDM sync v2
category: '[DAB]'

parameters:
-   id: mode
    label: Mode
    dtype: int
-   id: debug
    label: Debug
    dtype: bool
-   id: samp_rate
    label: Sample rate
    dtype: int
    default: 2048000

inputs:
-   domain: stream
    dtype: complex

outputs:
-   domain: stream
    dtype: complex
#-   label: trigger
#    domain: stream
#    dtype: byte

templates:
    imports: import gnuradio.dab as dab
    make: dab.ofdm_sync_dab2(dab.parameters.dab_parameters(mode=1,sample_rate=${samp_rate},verbose=False), dab.parameters.receiver_parameters(mode=${mode}, softbits=True, input_fft_filter=True, autocorrect_sample_rate=False, sample_rate_correction_factor=0.0, always_include_resample=True, verbose=False, correct_ffe=True, equalize_magnitude=True), ${debug})

file_format: 1