Plotting with experimental data
Ältere Kommentare anzeigen
Hi, I have 3 columns, time(in s), output(in V), input(in V) respectively, where by using iddata, is it correct for me to determine the ['Frequency',time] in seconds ? or should i do it in frequency (Hz)
tf = iddata(data(:,2),data(:,3),'Frequency',time)
sys = tfest(tf,2)
By using the system identification app, after importing the output and input values and estimation using state space model it turns that that the order is 2. Is it right for to to key in [tfest(tf,2)] in this case ? Or doing it wrongly?
Any help is appreciated !
1 Kommentar
Niam
am 3 Feb. 2017
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 3 Feb. 2017
0 Stimmen
The 'Frequency' parameter should have frequencies. If you have sample times then pass them as the third parameter with no 'Frequency' option; https://www.mathworks.com/help/ident/ref/iddata.html
1 Kommentar
Niam
am 3 Feb. 2017
Kategorien
Mehr zu Transfer Function Models finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!