blob: 59d9a7a1be738e5b62638ea9afbff8defa7150a5 (
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
|
id: vocoder_cvsd_decode_bf
label: CVSD Decoder
parameters:
- id: resample
label: Resample
dtype: int
default: '8'
- id: bw
label: Frac. Bandwidth
dtype: real
default: '0.5'
inputs:
- domain: stream
dtype: byte
outputs:
- domain: stream
dtype: float
templates:
imports: from gnuradio import vocoder
make: vocoder.cvsd_decode_bf(${resample},${bw})
file_format: 1
|