how to write the matlab codes for cascading multiple transfer functions
Afficher commentaires plus anciens
Let say i have 10 transfer functions .How to cascade(series) them?
3 commentaires
Walter Roberson
le 5 Juin 2019
Multiply them.
phoenix
le 6 Juin 2019
Walter Roberson
le 6 Juin 2019
https://www.cds.caltech.edu/~murray/wiki/Can_I_cascade_(multiply)_transfer_functions_in_MATLAB%3F
Réponse acceptée
Plus de réponses (1)
Wilbert Clarke
le 23 Mar 2024
0 votes
k=tf(2,1);
Catégories
En savoir plus sur Transfer Function Models 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!