how to plot bode plot for eigenfreqencies (for both resonant and anti resonant frequencies) in matlab ..with hertz on x axis instead of rad/s....thanks in advance
조회 수: 8 (최근 30일)
이전 댓글 표시
multiple peaks should appear on graph but my graph showing just one peak ...
댓글 수: 0
답변 (1개)
Stefan Reich
2016년 7월 28일
Could you upload your transfer function? Concerning the Hertz:
h = bodeplot(sys)
setoptions(h,'FreqUnits','Hz')
댓글 수: 0
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!