Transfer function estimation with unknown number of poles and zeros
Ältere Kommentare anzeigen
I have an input and output signal registered in time-domain (discrete).
With
sys = tfest(data,np,Ts);
I can estimate the transfer function given the number of poles. But I don't know how many poles/zeros my transfer function should have to best fit the data.
Is there a way that MATLAB can estimate the best transfer function without these constraints?
Thank you very much.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Transfer Function Models finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!