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