How to make Nyquist Plot using data stored in matrices?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
AR
el 19 de Mayo de 2018
Editada: Siddharth Jawahar
el 27 de Oct. de 2020
I have to make a Nyquist Plot from frequency response data. I have the real and imaginary parts of receptance stored in separate matrices and I have frequencies stored in an another matrix. How do I plot the pairs of real and imaginary parts of receptance against frequencies in MATLAB?
0 comentarios
Respuesta aceptada
Prateek Rai
el 19 de Jun. de 2020
Editada: Siddharth Jawahar
el 27 de Oct. de 2020
As per my understanding, you are trying to make a nyquist plot from frequency response data.
You can determine a transfer function from your frequnecy response data using the “tfest” function from the System Identification Toolbox and then use the “nyquistplot” function in MATLAB to create Nyquist plot.
You can refer the following MATLAB documentation links on “nyquistplot” and “tfest” respectively for more details.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Transfer Function Models en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!