How can i obtain the angular frequency from the bode plot having the magnitude?
Show older comments
i have the Bode plot, and for a certain Magnitude(dB) I want to get the angular frequecy. how do i get it?
Answers (1)
Shashank Prasanna
on 17 Jan 2013
0 votes
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.
Categories
Find more on Frequency-Domain Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!