help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Feedback for octave


From: Andrei Gutierrez
Subject: Feedback for octave
Date: Mon, 05 Mar 2007 15:15:34 -0600

I have a problem to define the arguments for the feedback for control.
for example:
num=1;
den=[1 10 1];
feedback(tf(num,den),tf(1,1))

It is OK, but if My H(s) is not 1, for example H(s) = s + 1 ...

numh=[1 1];
denh=1;
feedback(tf(num,den),tf(numh,denh))

Gives me the error that the zeros are more than the poles, but in the
feedback its common to have a numerator like this.
Any idea?-.
Thank you.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]