Sampling rate in matlab

조회 수: 5 (최근 30일)
jason law
jason law 2020년 6월 3일
답변: Star Strider 2020년 6월 3일
Can I know what is the sampling rate of ifft() command which is a build in function in matlab?
I am dealing with a proposed method which overcome limitation of ifft, so i want to know the default sampling rate of ifft() build in function in matlab.

채택된 답변

Star Strider
Star Strider 2020년 6월 3일
There is no default sampling rate for ifft because ifft does not actually sample anything. If the original fft is calculated correctly (with the correct frequency vector) the time vector for ifft can be obtained from the length of the fft and the Nyquist frequency.
If the absolute value of the fft from 0 Hz to the Nyquist frequency is available, it is necessary that the phase information is also available, so that the complex fft can be reconstructed. The second ‘half’ of the fft is then the complex conjugate of the first ‘half’ of the fft, concatenated onto the end of it. Then you can take the ifft of it. That will be the length of the original signal, and the sampling interval will be .

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by