Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How can I find the nyquist rate and Nyquist interval?

조회 수: 1 (최근 30일)
rabia ceki
rabia ceki 2012년 12월 13일
Hi I need urgent help The question is finding the Nyquist rate and Nyquist interval of the belove signal on matlab.?
f(t)=sinc(100*pi*t)+sincsquare(60*pi*t)
please help I couldnt do anything

답변 (1개)

Wayne King
Wayne King 2012년 12월 13일
It completely depends on your t vector
Do the following
dt = mean(diff(t));
The Nyquist interval is
[-1/(2*dt), 1/(2*dt)]
If by Nyquist rate, you mean what is the necessary sampling rate, that depends on the bandwidth of the output of sincsquare()
That is not a MathWorks' function, so we can't say without the code what the bandwidth is
  댓글 수: 2
rabia ceki
rabia ceki 2012년 12월 13일
bandwidth is 100pi rad/s
Wayne King
Wayne King 2012년 12월 13일
I'm asking about sincsquare()? We need to know what the Fourier transform of that is. For the sinc() you show, I think you need to sample at a minimum of 200 samples/sec. It looks to me that the rectangle which is the Fourier transform of the sinc here has support on the interval [-100,100]

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by