Why is the Nyquist frequncy on the bode diagrams the same as the sampling frequency?

조회 수: 33 (최근 30일)
I notice that when I create a discrete dynamical system with a given sampling frequency, and I plot the bode diagrams, the phase and amplitude responses are plotted up to the samping frequency. On the documentation page for the bode command, it calls this upper limit on the frequency the Nyquist frequency. Even in their example, this Nyquist frequency is exactly the same as the sampling frequency. They create a system with a sampling time of 0.5 seconds (2 Hz, or 6.28 rad/s) and the resulting bode diagrams go up to 6.28 rad/s. So why is this the case, when I know that the Nyquist frequency is defined as half of the sampling frequency?

채택된 답변

Voss
Voss 2024년 11월 13일 22:42
I assume you're referring to something like this plot.
"sampling time of 0.5 seconds (2 Hz, or 6.28 rad/s)"
There's the problem. 2 Hz is 2*2*pi rad/s = 4*pi rad/s, which is approx 12.56 rad/s (not 6.28 rad/s).
Thus the corresponding Nyquist frequency is half of that or approx 6.28 rad/s.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Frequency-Domain Analysis에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by