Problem Occurred While Using MATLAB System Identification Toolbox

조회 수: 7 (최근 30일)
준호
준호 2024년 10월 15일
댓글: 준호 2024년 10월 25일
Hello, I am currently performing system identification using the System Identification Toolbox after extracting the response data of an aircraft by applying control inputs in the trim state of a FlightGear aircraft to estimate a linear model.
However, I have encountered a problem. I set the InitialCondition = 'zero' option in the n4sid estimation, but as shown in the figure below, many outputs are not starting at zero.(you can see that all initial conditions of outputs are 0.) If anyone knows how to resolve this issue, I would appreciate your help.
<options>
Options = n4sidOptions;
Options.Display = 'on';
Options.InitialState = 'zero';
Options.N4Horizon = [20 0 10];
ss2 = n4sid(mydata, 13, 'Form', 'canonical', 'DisturbanceModel', 'none', Options); nx = 13 (output vectors = states vectors)
(y1 : v(lateral velocity), y2 : p, y3 : r, y4: phi, y5: psi, y6 ~ y13 : F1(first engine's thrust) ~ F8(eighth-engine's thrust)
  댓글 수: 2
Aquatris
Aquatris 2024년 10월 15일
The identified model might have a feedthrough term? What is the resulting D matrix?
준호
준호 2024년 10월 15일
Hi Aquatris,
D matrix is 0

댓글을 달려면 로그인하십시오.

답변 (1개)

M.
M. 2024년 10월 17일
What type of data is 'mydata' ?
You may have a look at this discussion.
  댓글 수: 1
준호
준호 2024년 10월 25일
Hi,
mydata is iddata type and it was used for system identification with ssest function.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Linear Model Identification에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by