summaryrefslogtreecommitdiff
path: root/gr-analog/grc/analog_phase_modulator_fc.block.yml
diff options
context:
space:
mode:
Diffstat (limited to 'gr-analog/grc/analog_phase_modulator_fc.block.yml')
-rw-r--r--gr-analog/grc/analog_phase_modulator_fc.block.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/gr-analog/grc/analog_phase_modulator_fc.block.yml b/gr-analog/grc/analog_phase_modulator_fc.block.yml
new file mode 100644
index 0000000000..6d38ddd010
--- /dev/null
+++ b/gr-analog/grc/analog_phase_modulator_fc.block.yml
@@ -0,0 +1,23 @@
+id: analog_phase_modulator_fc
+label: Phase Mod
+
+parameters:
+- id: sensitivity
+ label: Sensitivity
+ dtype: real
+
+inputs:
+- domain: stream
+ dtype: float
+
+outputs:
+- domain: stream
+ dtype: complex
+
+templates:
+ imports: from gnuradio import analog
+ make: analog.phase_modulator_fc(${sensitivity})
+ callbacks:
+ - set_sensitivity(${sensitivity})
+
+file_format: 1