필터 지우기
필터 지우기

Robust control tool box: Order reduction of a state space model including initial conditions

조회 수: 2 (최근 30일)
I've been attempting to reduce the order of a state space model, for example:
sys=ss(A,B,C,D)
sys_reduced=reduce(sys,10)
This works fine, however where I run into problems is that the state space has initial conditions for the state variables which are no longer valid for the reduced system, how can I convert the initial conditions for use in the reduced model?

채택된 답변

Richard
Richard 2013년 3월 15일
I appear to have created a duplicate of this topic months later, please see http://www.mathworks.co.uk/matlabcentral/answers/16143-performing-a-model-order-reduction-including-initial-conditions for a full solution

추가 답변 (1개)

Özgür
Özgür 2013년 1월 4일
May be below matlab sub routine may help your problem.
try to use *modred *

카테고리

Help CenterFile Exchange에서 Robust Control Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by