Modify the Laplace variable in a transfer function
Mostrar comentarios más antiguos
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 ?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!