summaryrefslogtreecommitdiff
path: root/gr-blocks/grc/blocks_unpack_k_bits_bb.block.yml
blob: 065fc45ebf666b8006168724482c5226078f5539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
id: blocks_unpack_k_bits_bb
label: Unpack K Bits

parameters:
-   id: k
    label: K
    dtype: int

inputs:
-   domain: stream
    dtype: byte

outputs:
-   domain: stream
    dtype: byte

templates:
    imports: from gnuradio import blocks
    make: blocks.unpack_k_bits_bb(${k})

file_format: 1