Build a variale discrete transfer function
Show older comments
Hello there,
I'm want to build a observer control model in Simulink. My Plant in continuous time is described by the transfer function
G(s)=1/(Ts+1)
To realise the observer model I Need the inverse of the function
G(s)^-1=Ts+1
Because it's an improper function I Need to add a filter to it. I want to use a bandpass filter described by
H(s)=(s*2*D*w)/(s^2+s*2*D*w+w^2)
So the complete transfer function i have is now
H(s)G(s)^-1=(s*T+1)(s*2*D*w)/(s^2+s*2*D*w+w^2)
I want the values T, w and D to be variable. So I can't use the Transfer function block. I want to build these functions with blocks. So I Need to convert these functions into discrete time and then build it with blocks. But I can't figure it out :(
Probably you can help me
Answers (1)
Stephan
on 5 Sep 2018
0 votes
Categories
Find more on Interactive and Graphical Tuning in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!