How can i obtain the angular frequency from the bode plot having the magnitude?

Respuestas (1)

If you already have the bode plot then you can click on the plot with the datacursor on the toolbar and it will show you the mag and the phase (which is the angular frequency omega) Alternatively you can call the same bode function as follows:
[mag,ph,w,sdmag,sdphase] = bode(sys,w); and it will return the mag and the corresponding phase or omega in the variable ph.

Etiquetas

Preguntada:

el 17 de En. de 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by