From 3faaaedee3a65f211cb0949201ad69e269d590e4 Mon Sep 17 00:00:00 2001 From: Shruti Mittal Date: Mon, 24 Feb 2014 23:17:30 +0530 Subject: step and ramp input to sandhi --- gr-input/grc/step_source.xml | 88 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 gr-input/grc/step_source.xml (limited to 'gr-input/grc/step_source.xml') diff --git a/gr-input/grc/step_source.xml b/gr-input/grc/step_source.xml new file mode 100644 index 000000000..599980030 --- /dev/null +++ b/gr-input/grc/step_source.xml @@ -0,0 +1,88 @@ + + + + Step Input + step_offset + Sources + + from gnuradio.input import step_hierblock as step_hierblock + step_hierblock.HierBlock($S,$H_Off,$W_Off) + + + IO Type + type + enum + + + + + + + Num Inputs + num_inputs + 1 + int + + + Vec Length + vlen + 1 + int + + + + + step size + S + 1 + real + + + + height of offset + H_Off + 0 + real + + + + width of offset + W_Off + 0 + real + + + + + $num_inputs > 0 + $vlen > 0 + + + out + $(str($type).split('_')[1]) + $vlen + + + +Step Input block : + +Step size is the height of step user wants to generate. +Height of Offset is the height of step user wants to generate as initial signal. +Width of Offset is the length upto which user wants to see the generated offset before starting with the height equivalent to step size. + +Default step size is 1 unit. +Default height and width of offset is 1 unit + + + -- cgit