blob: 4b988007c22b508f2eb741a4ee9078d942ac5d24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
id: digital_diff_decoder_bb
label: Differential Decoder
parameters:
- id: modulus
label: Modulus
dtype: int
inputs:
- domain: stream
dtype: byte
outputs:
- domain: stream
dtype: byte
templates:
imports: from gnuradio import digital
make: digital.diff_decoder_bb(${modulus})
file_format: 1
|