diff options
Diffstat (limited to 'gr-channels/grc/channels_phase_bal.block.yml')
-rw-r--r-- | gr-channels/grc/channels_phase_bal.block.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gr-channels/grc/channels_phase_bal.block.yml b/gr-channels/grc/channels_phase_bal.block.yml new file mode 100644 index 0000000000..70244cffeb --- /dev/null +++ b/gr-channels/grc/channels_phase_bal.block.yml @@ -0,0 +1,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 |