The generalized Nyquist stability criterion
44 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Khaled Abojlala
le 16 Août 2017
Commenté : Mohamed Belkhayat
le 7 Fév 2026 à 2:59
Hi I am trying to plot the Nyquist plot of MIMO system. any help please
0 commentaires
Réponse acceptée
Mohamed Belkhayat
le 30 Oct 2017
Once you have a MIMO matrix transfer function you can generate the plot by finding the eigenvalues of the matrix as a function of frequency. A 2x2 MIMO matrix transfer function will have 2 eigenvalues at every frequency point. The imaginary vs. the real part of the two eigenvalues will yield two loci that should always connect. This is the generalized Nyquist. I include a sample code for a textbook example in Multivariable Feedback Design by Maciejowski. Example 2.7. This example is limited to 2x2 but can be extended easily to higher dimensions.
2 commentaires
Mohamed Belkhayat
le 7 Fév 2026 à 2:59
Note that the 2017 file only plotted one eigen value, which was an oversight. This updated version Gnyquist2 plots both eigen values as it should and it's a bit faster. Note that in some cases the eigenvalues need to be sorted to maintain the continuity of the eign-loci. Otherwise the eign-values will trade places and it shows as a jump in the plot.
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Link-Level Simulation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!