The points of FFT transform
- From: "jia" <jia.qinghua@xxxxxxxxx>
- Date: 31 May 2006 02:45:48 -0700
Hi, here
A basic problem of DSP make me confused. When we want to the spectrum
character of a signal sequence, we can use the function "fft( )" of
Matlab.
fft(X,n) returns the n-point DFT.
1) If the length of X is less than n, X is padded with trailing zeros
to length n.
2) If the length of X is greater than n, the sequence X is truncated.
If we want to do a DFT of a sequence of discrete signal X, with the
length of N.
What is the proper points for DFT? just "n=N" is enought, or the
bigger, the better?
If n>N, then padded zeros, it is equal to interpolation. While, if "n"
is infinite, it maybe equal to the fourier transform of continuous
signal. So, I am confused.
What is the proper points for DFT?
Thanks
.
- Follow-Ups:
- Re: The points of FFT transform
- From: Fred Marshall
- Re: The points of FFT transform
- Prev by Date: Re: A question about Covariance??
- Next by Date: GUIDANCE NEEDED FOR PROJECT ON ACTIVE NOISE CONTROL
- Previous by thread: Help with THD+N calculations
- Next by thread: Re: The points of FFT transform
- Index(es):
Relevant Pages
|