continuous discrete fourier transform



Hello guys,

I am a student doing some homework exercises on Fourier transform to study
its behavior. When I tried to apply discrete Fourier transform continuously
to a certain number sequence several times, I found an interesting
phenomenon's very interesting.

For example, I have an arbitrary number sequence which present the
original input signal.

x = [ 2 8 3 6 1 7 ];

and I do the discrete Fourier transform on x four times, which means I can
obtain a new sequence y in this way

y = dft( dft( dft( dft( x ) ) ) );
= 1.0e+02 * [
0.7200 - 0.0000i
2.8800 + 0.0000i
1.0800 - 0.0000i
2.1600 + 0.0000i
0.3600 - 0.0000i
2.5200 + 0.0000i ];

It is very interesting to discover that the imaginary components of y are
all 0. Moreover, if I do a simple calculation to the real components of y
with x like this

c = real( y ) ./ x = 36;

I always got a constant c, no matter what is the initial condition of
sequence x. However, I can not figure out the reason so far. If any one
could help me on this issue, please write back.

Sincerely,

Ping



.



Relevant Pages

  • Re: Zero-padding, resolution and aliasing
    ... sequence has an "actual" continuous spectrum ... Zero padding the time sequence and performing ... With the extra zeros it is then an infinite sequence. ... discrete-time Fourier transform. ...
    (comp.dsp)
  • Re: Numeric Sequence & Inverse Discrete Fourier Transform
    ... I had an idea for analyzing the sequence by applying a fourier ... For example, in the fourier transform, ... and tried to apply the inverse fourier transform. ... I can believe that the above "extrapolation" ...
    (comp.dsp)
  • Re: Zero-padding, resolution and aliasing
    ... discrete-time Fourier transform. ... So if we consider the two-sample sequence: ... an unspecified value is zero, ... saying that there is no such thing as a sequence ...
    (comp.dsp)
  • Re: fibonacci -> FFT -> generating function?
    ... Does FFT has the power to find the generating function for a ... recursively generated sequence like fibonacci? ... power to do anything remotely like this. ... You could certainly say that the Fourier transform itself ...
    (sci.math)
  • Re: Zero-padding, resolution and aliasing
    ... sequence has an "actual" continuous spectrum ... Zero padding the time sequence and performing ... With the extra zeros it is then an infinite sequence. ... discrete-time Fourier transform. ...
    (comp.dsp)