aboutsummaryrefslogtreecommitdiffstats
path: root/src/gr-fadingui/grc/fadingui_phasecorrection.block.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/gr-fadingui/grc/fadingui_phasecorrection.block.yml')
-rw-r--r--src/gr-fadingui/grc/fadingui_phasecorrection.block.yml25
1 files changed, 25 insertions, 0 deletions
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