Problem Occurred While Using MATLAB System Identification Toolbox
11 次查看(过去 30 天)
显示 更早的评论
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
2024-10-15
The identified model might have a feedthrough term? What is the resulting D matrix?
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Model Identification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!