summaryrefslogtreecommitdiff
path: root/gr-channels/grc/channels_phase_bal.block.yml
blob: 70244cffeb2f3038a6b4792d661cda39e85b0bf6 (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_phase_bal
label: Phase 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.phase_bal(${alpha})
    callbacks:
    - set_alpha(${alpha})

file_format: 1