blob: 6cefa2b581ed13888bf42cd3f444a37e7684eac6 (
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
|
id: channels_amp_bal
label: Amplitude Balance
parameters:
- id: alpha
label: Alpha
dtype: float
default: '0'
inputs:
- domain: stream
dtype: complex
outputs:
- domain: stream
dtype: complex
templates:
imports: from gnuradio import channels
make: channels.amp_bal(${alpha})
callbacks:
- set_alpha(${alpha})
file_format: 1
|