From 2db5bf68aec5dbaabd32e5b5452e3bb5f6feca1e Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Thu, 9 Dec 2021 17:22:24 +0100 Subject: Create phase correction block in gr-fadingui --- .../grc/fadingui_phasecorrection.block.yml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/gr-fadingui/grc/fadingui_phasecorrection.block.yml (limited to 'src/gr-fadingui/grc/fadingui_phasecorrection.block.yml') diff --git a/src/gr-fadingui/grc/fadingui_phasecorrection.block.yml b/src/gr-fadingui/grc/fadingui_phasecorrection.block.yml new file mode 100644 index 0000000..d70ea2f --- /dev/null +++ b/src/gr-fadingui/grc/fadingui_phasecorrection.block.yml @@ -0,0 +1,25 @@ +id: fadingui_phasecorrection +label: Fine Phase and Freq Correction +category: '[fadingui]' + +parameters: + +templates: + imports: import fadingui + make: fadingui.phasecorrection() + +inputs: +- label: in + domain: stream + dtype: complex + vlen: 1 + +outputs: +- label: out + domain: stream + dtype: complex + vlen: 1 + +# 'file_format' specifies the version of the GRC yml format used in the file +# and should usually not be changed. +file_format: 1 -- cgit v1.2.1