This is surely a silly question.
$f(x)$ for $x \in [0, 2\pi]$
$f(x)=\sum_{k=-\infty}^{\infty} c_k e^{i kx}$
However, when we consider the discrete fourier transform, we seem to estimate $f(x)$ with $\sum_{k=0}^{N} c_k e^{i kx}$, instead of $\sum_{k=-N}^{N} c_k e^{i kx}$
I think the reason should related to $[0, 2\pi]$, since its on one side, but I couldn't figure it out.
Please help.