how to write the matlab codes for cascading multiple transfer functions
Show older comments
Let say i have 10 transfer functions .How to cascade(series) them?
3 Comments
Walter Roberson
on 5 Jun 2019
Multiply them.
phoenix
on 6 Jun 2019
Walter Roberson
on 6 Jun 2019
https://www.cds.caltech.edu/~murray/wiki/Can_I_cascade_(multiply)_transfer_functions_in_MATLAB%3F
Accepted Answer
More Answers (1)
Wilbert Clarke
on 23 Mar 2024
0 votes
k=tf(2,1);
Categories
Find more on Transfer Function Models 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!