how to write the matlab codes for cascading multiple transfer functions
Mostrar comentarios más antiguos
Let say i have 10 transfer functions .How to cascade(series) them?
3 comentarios
Walter Roberson
el 5 de Jun. de 2019
Multiply them.
phoenix
el 6 de Jun. de 2019
Walter Roberson
el 6 de Jun. de 2019
https://www.cds.caltech.edu/~murray/wiki/Can_I_cascade_(multiply)_transfer_functions_in_MATLAB%3F
Respuesta aceptada
Más respuestas (1)
Wilbert Clarke
el 23 de Mzo. de 2024
0 votos
k=tf(2,1);
Categorías
Más información sobre Transfer Function Models 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!