how to find the bandwidth of a system?
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi. I have a MIMO system with 4 different transfer functions, I need to find the bandwidth of the system with MATLAB, I need it to generate a PRBS signal for system identification. can anyone give a hint or help?
0 Kommentare
Antworten (1)
Christiaan
am 2 Apr. 2015
Bearbeitet: Christiaan
am 2 Apr. 2015
Dear Sarah,
To find the bandwidth of your system, you could have a look at the MATLAB function bandwidth. This function computes the bandwidth fb of the SISO dynamic system. Since you have a MIMO, you could first try to still apply this function for your system. If that doesn't work, you could also try to find for each transfer function the bandwidth and use the superpose principle to make a statement of the bandwidth of your total system.
Good Luck! Christiaan
Siehe auch
Kategorien
Mehr zu Get Started with Control System Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!