LOES of a high order state space model

조회 수: 2 (최근 30일)
Alborz Sakhaei
Alborz Sakhaei 2020년 9월 22일
답변: Rajiv Singh 2020년 9월 22일
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?

채택된 답변

Rajiv Singh
Rajiv Singh 2020년 9월 22일
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개)

카테고리

Help CenterFile Exchange에서 Transfer Function Models에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by