Draw a bode and nyquist diagrams

  • Thread starter Thread starter gimini75
  • Start date Start date
  • Tags Tags
    Bode Diagrams
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
gimini75
Messages
50
Reaction score
0
I have a task to draw a bode and nyquist diagrams from an expirmential results by using MATLAB, I have the phase delay and the votage gain data (10 results for each), can you help me how to darw bode and nyquist diagrams in MATLAB and which command I can use?



thanks
 
Physics news on Phys.org


I think you only need to use "semilogx" plot for drawing the bode plot. To draw the nyquist plot you could use the magnitude and phase to get the complex coordinates, then plot them as usual using "plot".