State Space Models, Part 1: Creation and Analysis

preview_player
Показать описание

This video shows how you can:

Create state-space models.

Combine state-space models with other model types, such as transfer functions, to develop more complex system models.

Analyze state-space models in frequency domain by calculating pole locations and checking system stability.

Analyze state-space models in time domain by computing and plotting a step response and visualizing characteristics such as rise time and settling time.
Рекомендации по теме
Комментарии
Автор

Hello, in the following example : "sys = ss(A, B, C, D, Ts, 'StateName', {'Position' 'Velocity'}, ...
'InputName', 'Force'); " could you explain me what is exactely the 3 points "..." ?

catalinjeanmarc
Автор

For a system which has DC source as input and AC sinusoidal output, can state space be used to model the system?

psp_online