LOES of a high order state space model
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Alborz Sakhaei
il 22 Set 2020
Risposto: Rajiv Singh
il 22 Set 2020
How to get Lower Order (4th order) Equivalant System (LOES) of a higher order (>100 order) state space model using tfest/ssest ? Can it be done wihtouht excting the model and collecting I/O data?
0 Commenti
Risposta accettata
Rajiv Singh
il 22 Set 2020
You could attempt this in frequency domain.
G = frd(OriginalModel,w) % w is a suitably chosen frequency grid
ReducedModel = ssest(G, 4) % reduction (in L2 error since) to 4th order
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Transfer Function Models in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!