Modify the Laplace variable in a transfer function
Afficher commentaires plus anciens
I have a transfer function
H_analog = tf(Oc^N, lp_poles);
Where the variables are
Oc = 1.07;
N = 8;
lp_poles = 1x16 complex matrix (let's assume all 1's for now)
I want to transform the laplace variable from s to
so as to get a new transfer function H_analog_new
so as to get a new transfer function H_analog_newHow should I proceed ?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!