summaryrefslogtreecommitdiff
path: root/grc/dab_detect_null.block.yml
blob: b544e94ef8f788cb187c76f884107a74b0bd93cd (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
# auto-generated by grc.converter

id: dab_detect_null
label: Detect NULL
category: '[DAB]'

parameters:
-   id: length
    label: NULL Len. in samples
    dtype: int

inputs:
-   domain: stream
    dtype: complex

outputs:
-   domain: stream
    dtype: byte

templates:
    imports: import grdab
    make: grdab.detect_null(${length}, False)

file_format: 1