real time transfer function response
显示 更早的评论
Hi matlab community,
I want to get the real time simulation of a transfer function
s=tf('s');
H = 1/(s^2 + 2*s + 10);
ftbf = feedback(H,1);
step(ftbf);
Instead of using the step function , I have a real time variable input that I want to impliment to see the system respond.
any help will be appreciated
2 个评论
Raj
2019-3-14
In what format do you have your real time variable input? Can you elaborate a bit?
YOUNSI Maher
2019-3-15
编辑:YOUNSI Maher
2019-3-15
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 TCP/IP Communication 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!