フィルターのクリア

if fft is a discrete fourier transform

2 ビュー (過去 30 日間)
Julian Oviedo
Julian Oviedo 2016 年 10 月 10 日
コメント済み: Star Strider 2016 年 10 月 10 日
if the fft (fast fourier transform) is a discrete fourier transform, so Why the spectrum is not repetitive? https://en.wikipedia.org/wiki/Discrete_Fourier_transform
  1 件のコメント
Massimo Zanetti
Massimo Zanetti 2016 年 10 月 10 日
No one expects the spectrum is "repetitive" (I assume that by "repetitive" you mean "periodic").
Take a very simple example. The signal you want to transform is a sinusoid, then its transform is just an impulse function.

サインインしてコメントする。

採用された回答

Star Strider
Star Strider 2016 年 10 月 10 日
The fast Fourier transform operates on finite sequences with specific sampling intervals (frequencies). Unlike the analytical Fourier transform that extends from -Inf to +Inf in the frequency domain, the discrete Fourier transform extends only as far as the Nyquist frequency, the highest uniquely resolvable frequency in a sampled signal (and the frequency above which ‘aliasing’ occurs if the analog-to-digital converter does not have a hardware anti-aliasing filter on its input to prevent higher frequencies from being sampled). See signal processing textbooks by Proakis and others (or any number of books devoted to the Fourier transform and its applications) for details.

その他の回答 (1 件)

Julian Oviedo
Julian Oviedo 2016 年 10 月 10 日
Im studing with "Introduction To Digital Signal Processing And Filter Design (2005) - Shenoi - Wiley " as well I'm using matlab to make a better study.
************************, the discrete Fourier transform extends only as far as the Nyquist frequency, ****************************
So, that the reason why there is not periodic form on the fft.
But, If we take care that if a generate a 100 sample vector, it's not periodic so the spectum must be infinity.
  1 件のコメント
Star Strider
Star Strider 2016 年 10 月 10 日
The two-sided discrete Fourier transform exists only in the region of ±Nyquist frequency, not infinity. In a sampled signal, you know only what is in the signal you have. What may exist in the signal if you sampled it longer is completely unknown to you. Nothing in or derived from a sampled signal is, or ever will be, infinite.
I don’t have Introduction to Digital Signal Processing and Filter Design in my library, but by the description, it should cover this.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDiscrete Fourier and Cosine Transforms についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by