From 576936961996253c5a7ea27b63e5bb2ce0bb01aa Mon Sep 17 00:00:00 2001 From: manojgudi Date: Tue, 24 Dec 2013 21:07:36 +0530 Subject: Aded SBHS block --- gr-sbhs/grc/sbhs_controller.xml | 108 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 gr-sbhs/grc/sbhs_controller.xml (limited to 'gr-sbhs/grc/sbhs_controller.xml') diff --git a/gr-sbhs/grc/sbhs_controller.xml b/gr-sbhs/grc/sbhs_controller.xml new file mode 100644 index 000000000..a8729e9a0 --- /dev/null +++ b/gr-sbhs/grc/sbhs_controller.xml @@ -0,0 +1,108 @@ + + + + sbhs_controller + sbhs_controller + controller + + import gr_controller + gr_controller.sbhs_controller() +self.$(id).set_parameters($P, $I, $d, $a, $b, $window) + + + IO Type + type + enum + + + + + + + + Num Inputs + num_inputs + 1 + int + + + + Vec Length + vlen + 1 + int + + + + Delta T + a + 1 + real + + + + P Value + P + 1 + real + + + + I Value + I + 1 + real + + + + D Value + d + 1 + real + + + + Set Point + b + 1 + real + + + + + Window + window + 1 + int + + + + + + $num_inputs > 0 + $vlen > 0 + + in + $(str($type).split('_')[0]) + $vlen + $num_inputs + + + out + $(str($type).split('_')[1]) + $vlen + + + +SBHS Controller Block +> SBHS Controller Block to implement P I D Algorithms + + -- cgit