I have trouble understanding the transition from the infinite integral of the Fourier transform $$ \mathcal{F}f(v) = \int^\infty_{-\infty}e^{ivk}f(k)dk $$ to the discrete version $$ \mathbf{F}f_n = \sum^{N-1}_{k=0} f_k e^{ink/N}. $$ I first thought that one picks a finite subinterval of $\mathbb{R}$ and paritions it into $N$ pieces, and then somehow use periodicity of the integrand to extend this to infinity, but $e^{ivk}f(k)$ isn't necessarily periodic. This also doesn't make any sense if I want to calculate the transform for a single value $v$. So what does this finite sum actually represent?
2026-04-06 06:28:44.1775456924
Basic question about the Discerete Fourier Transfrom
50 Views Asked by user126540 https://math.techqa.club/user/user126540/detail At
2
I think what might be confusing for you is the fact that there are two different discrete transforms:
$$X(\omega)=\sum_{n=-\infty}^{\infty}x[n]e^{-in\omega}$$
The importance of the DFT lies in the fact that there are very efficient algorithms (the Fast Fourier Transform (FFT) algorithm) for its computation.