real time transfer function response
7 views (last 30 days)
Show older comments
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 Comments
Raj
on 14 Mar 2019
In what format do you have your real time variable input? Can you elaborate a bit?
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!