Modify the Laplace variable in a transfer function
Show older comments
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 ?
Accepted Answer
More Answers (0)
Categories
Find more on Symbolic Math Toolbox 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!