Build a variale discrete transfer function
14 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
0 commentaires
Réponses (1)
Voir également
Catégories
En savoir plus sur Numeric Linear Time-Invariant Models dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!