help-octave
[Top][All Lists]
Advanced

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

Re: Control System Question


From: Thomas D. Dean
Subject: Re: Control System Question
Date: Wed, 08 Feb 2012 16:51:50 -0800
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20120126 Thunderbird/9.0

I may have found enough of an answer.

F1=2^6; F2=2^10;
num=[1/F1+1/F2,1/F1-1/F2];
den=1;
tsamp=1/30;
sys1=tf(num,den,tsamp);
sys=feedback(sys1,"+");

Tom Dean


reply via email to

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