How can i write a program; to find ultimate frequency of the transfer function
이전 댓글 표시
How can i write a program;
to find ultimate frequency of the transfer function.
i.e., frequency where the phase plot of frequency response across -pi
답변 (1개)
Paul
2014년 3월 23일
I guess you want the crossover frequency:
[Gm,Pm,Wgm,Wpm] = margin(sys)
Wgm is the crossover frequency in rad/s. sys is the transfer function defined by tf().
카테고리
도움말 센터 및 File Exchange에서 Frequency-Domain Analysis에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!