summaryrefslogtreecommitdiff
path: root/gr-blocks/grc/blocks_vco_c.block.yml
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/grc/blocks_vco_c.block.yml')
-rw-r--r--gr-blocks/grc/blocks_vco_c.block.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/gr-blocks/grc/blocks_vco_c.block.yml b/gr-blocks/grc/blocks_vco_c.block.yml
new file mode 100644
index 0000000000..b14b96bc54
--- /dev/null
+++ b/gr-blocks/grc/blocks_vco_c.block.yml
@@ -0,0 +1,27 @@
+id: blocks_vco_c
+label: VCO (complex)
+
+parameters:
+- id: samp_rate
+ label: Sample Rate
+ dtype: real
+- id: sensitivity
+ label: Sensitivity
+ dtype: real
+- id: amplitude
+ label: Amplitude
+ dtype: real
+
+inputs:
+- domain: stream
+ dtype: float
+
+outputs:
+- domain: stream
+ dtype: complex
+
+templates:
+ imports: from gnuradio import blocks
+ make: blocks.vco_c(${samp_rate}, ${sensitivity}, ${amplitude})
+
+file_format: 1