matlab code to determine the first 100 values of the step response s(t) and s(n) of the system given the impulse response h(t) and h(n) respectively

6 visualizaciones (últimos 30 días)
matlab code to determine the first 100 values of the step response s(t) and s(n) of the system given the impulse response h(t) and h(n) respectively

Respuestas (1)

Prasad Parameswaran
Prasad Parameswaran el 23 de Oct. de 2019
First step is to identify the system. This can be done using "iddata" documentation link given below:
Then find the transfer function using "tfest", refer documentation:
Once the transfer function is estimated the step response can be found out using "step", refer documentation:

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by