summaryrefslogtreecommitdiff
path: root/grc/dab_estimate_sample_rate_bf.block.yml
blob: 83a2ace600aa05f8f4536567016437dfda7e5926 (plain)
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
# auto-generated by grc.converter

id: estimate_sample_rate_bf
label: DAB Est Samp Rate
category: '[DAB]'

parameters:
-   id: exp_samp_rate
    label: Samp. Rate
    dtype: int
    default: samp_rate
-   id: frame_length
    label: Frame Len.
    dtype: int

inputs:
-   domain: stream
    dtype: byte

outputs:
-   domain: stream
    dtype: float

templates:
    imports: import grdab
    make: grdab.estimate_sample_rate_bf(${exp_samp_rate}, ${frame_length})

file_format: 1