The MATLAB function ssest returns a state space model with disturbance model Ke(t). What is e(t)? is it a step, impulse, or random signal?
3 views (last 30 days)
Show older comments
The MATLAB function ssest returns a state space model with disturbance model Ke(t). Since e(t) is another input to the system, I need to know what is e(t) in order to simulate the system,
˙x(t)=Ax(t)+Bu(t)+Ke(t)
y(t)=Cx(t)+Du(t)+e(t)
in simulink. So, I need to know what kind of signal e(t) is? is it a step, impulse, stochastic signal, etc...
0 Comments
Answers (1)
Vaibhav
on 17 Nov 2023
Edited: Vaibhav
on 17 Nov 2023
Hi Yousef,
I understand that you would like to know the type of signal "e(t)" is when using the "ssest" function.
"e(t)" represents the unmodeled dynamics or the difference between the measured output "y(t)" and the model-predicted output (Cx(t) + Du(t)).
The "ssest" function doesn't specify the type of signal for "e(t)." It can be any signal, like a step, impulse, stochastic, or others, depending on the system's characteristics and expected disturbances. For accurate modelling, choose a signal that reflects the likely disturbances. For sudden changes, a step signal works, and for random noise, a stochastic signal is suitable.
"ssest" doesn't explicitly define e(t), so assumptions or additional information is needed for proper modelling in Simulink.
You can refer to the following MathWorks documentation link to know more about "ssest" and "e(t)":
Hope this helps!
0 Comments
See Also
Categories
Find more on Linear Model Identification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!