From 73cbf645dc6fdb5a7ce76135f262101809afdb24 Mon Sep 17 00:00:00 2001 From: ttt-4 Date: Mon, 23 Feb 2015 16:14:14 +0530 Subject: Added Comments --- gr-input/grc/Transfer_function_Numerator.xml | 48 ++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 gr-input/grc/Transfer_function_Numerator.xml (limited to 'gr-input/grc/Transfer_function_Numerator.xml') diff --git a/gr-input/grc/Transfer_function_Numerator.xml b/gr-input/grc/Transfer_function_Numerator.xml new file mode 100644 index 000000000..1ad34f316 --- /dev/null +++ b/gr-input/grc/Transfer_function_Numerator.xml @@ -0,0 +1,48 @@ + + + Numerator + Transfer_function_Numerator + Transfer_function + import gnuradio.input.Numerator + gnuradio.input.Numerator.Numerator($num_inputs) + + +Order of Transfer Function +num_inputs +1 +int + + + + in0 + float + 1+$num_inputs + + + + + + out + float + + + + +This will take the coefficient values for the numerator. + +in00 = value of the coefficient of s^0 + +in01 = value of the coefficient of s^1 + +in02 = value of the coefficient of s^2 + +and so on.. + + + + -- cgit