Re: Zero Padding in radix 2 FFT



stevenj@xxxxxxxxxxxx wrote:
....
> When used to compute the Fourier-series coefficients by sampling an
> arbitrary periodic function, the DFT is a trapezoidal-rule
> approximation for the integral.

Perhaps this is some misunderstanding. Consider some 1-periodic,
band-limited function f defined by

f(t) := a_0 + sum_{k=1}^K (a_k cos(2 pi k t) + b_k sin(2 pi k t) )

for arbitrary real coefficients a_k and b_k.

The Fourier coeffcients a_k and b_k can be perfectly (not
approximately) computed with the DFT of a vector that represents a
sufficiently sampled version of f(t). I don't think you will dispute
this.

Or are you saying that for periodic *non-band-limited* functions, the
DFT coefficients only approximate the Fourier series coefficients?
Which would be obvious, as non-band-limited functions can't be sampled
without throwing away information about the function.

Regards,
Andor

.



Relevant Pages

  • Re: erf in Forth
    ... I reworked the Chebyshev approximation so that the range of erf is ... shortens the coefficients array quite considerably, ... fdup 2x f@ f* ...
    (comp.lang.forth)
  • Re: DFT Function
    ... all values of the output array are very close to 1.0. ... shape (by connecting close-by points of the DFT) to ... the FT is the sequence of Fourier coefficients). ... David Bernier ...
    (sci.math)
  • Re: real exact pruned DFT?
    ... coefficients are scattered b) I need my solution to be ... rounding) to the DFT. ... First, by "exact algorithm", the original poster certainly means ...
    (comp.dsp)
  • Re: Fourier Series on Matlab
    ... When I typed help fourier, I got a couple of comment lines from my ... To approximate the Fourier series, you just feed into ifft the ... you zero out the coefficients cM to ... For some signals, M can be as low as 5 or 6 and you ...
    (comp.soft-sys.matlab)
  • Re: {JPEG}Discrete Cosine Transformation
    ... > be represented as the sum of an infinite set of waveforms... ... > Where a and b are constant coefficients that define the shape of the ... > sine wave, is the period of the wave at time t. ... > long as we have the set of the Fourier coefficients. ...
    (comp.programming)