how i can evaluate LTI system on matlab
Show older comments
how i can evaluate LTI system on matlab?? can anyone help me...how can i do this???
Answers (2)
Star Strider
on 3 Apr 2022
0 votes
Sam Chak
on 3 Apr 2022
0 votes
Hi @Hamza Daud
If the Ordinary Differential Equation (ODE) of Linear Time-Invariant system (LTI system) is in state-space representation (matrix form)
then you can still evaluate the system stability by performing eigendecomposition of a matrix in MATLAB without the Control System Toolbox.
If you solve the Initial Value Problem of the ODE using one of these solvers in MATLAB, ode45, ode23, ode78, ode89 and ode113, then it is also possible to find the following system response specifications:
- Peak time,
- Maximum overshoot,
- Settling time, and
- Steady-state value.
Of course, if you have the Control System Toolbox, then you have more options and flexibility to perform the desired evaluations.
Categories
Find more on Ordinary Differential Equations 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!