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
2 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
Prasad Parameswaran
2019-10-23
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:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Transfer Function Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!