Fourier transform, range of indices

Derivator
Messages
147
Reaction score
0
hi,

could someone explain the following statement, please?

In the mathematical literature sums in Fourier transformation formulas typically run from
−N to N or N −1. In all numerical FFTs indices run from 0 to N −1. For all the real
data this just implies a shift whereas for data in Fourier space it means that the negative
frequencies are in the second half of the data set as shown below for the case of N=4:
x_0,x_1,x_2,x_3,x_4,x_{-3},x_{-2},x_{-1}​

Why is the real data only shifted, but the Fourier space data is 'wrapped around'?

The only difference should be: exp(k*x*2*i*Pi/N) in reals space vs. exp(-k*x*2*i*Pi/N) in Fourier space. Both have a periodicity of N. So why is there any difference?
 
Mathematics news on Phys.org
For the "real data" (I'm not sure I like this term), going from the described "mathematical literature" notation indices to the FFT indices, -N would become 0, -N + 1 would become 1, etc; this is a simple shift to make it start at 0.

In the Fourier domain for FFTs, the element with index 0 will be the 0 frequency element, then the positive frequency elements are next, and then the negative frequency elements will follow those, beginning with the most negative frequency. If you really want a rationale, having it this way makes some things easier then they might be otherwise. For example locating the 0 frequency element is easy as it is just the element with index 0. Also, converting the index of a positive frequency element to its corresponding frequency is easier this way. The frequency is just index/fstep instead of something such as (index - index0)/fstep.
 
ah, so this index choice is just definition and follows not from any mathematical principle?
 
Oops, those should be multiplications, not divisions.
 
So this is just definition and is not due to any mathematical reason?
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top