convert a transfer function to controllable and observable canonical form
Hi, I want to convert a transfer function to controllable and observable canonical form for the
num = [4];
den = [1 0.8 4];
Gp = tf (num , den)
Gp =
4
—————
s^2 + 0.8 s + 4Hi, I want to convert a transfer function to controllable and observable canonical form for the
num = [4];
den = [1 0.8 4];
Gp = tf (num , den)
Gp =
4
—————
s^2 + 0.8 s + 4 Hi, I want to convert a transfer function to controllable and observable canonical form for the
num = [4];
den = [1 0.8 4];
Gp = tf (num , den)
Gp =
4
—————
s^2 + 0.8 s + 4 transfer function, observability and controlability MATLAB Answers — New Questions