[Math] Interpretation of 0-frequency value in a Fourier Transform.

fourier transformspectral-graph-theory

Hi here is my consult…

i have been plotting and scalling some specter for a data series that i have obtainen by applying Fourier Transform, i wish to construct now by taking the values of some frequencies some signal that looks like the original one taking the some frequencyes given by the Fourier transform, but in the graph i see that i have a value in frequency at 0 value, the amplitude is 0.337007596, but an signal with not frequency not have sense for me, i have been reading on internet that this value is the DC value… but i dont finish to understand how interpretate it, any help would be appreciated…

Another thing that i dont understand is that this 0-frecuency value is the higher value of all…

this is the result after the transform and reescaling

Best Answer

The Fourier transform of a signal $v(t)$ is

$$V(f)=\int_{-\infty}^{\infty} v(t)e^{-j2\pi f}\;\mathrm{d}t$$

If you just substitute $f=0$ in the above equation, you obtain

$$V(0)=\int_{-\infty}^{\infty} v(t)\;\mathrm{d}t$$

which is just a scaled version of the mean of the signal. Any nonzero-mean signal will have a zero-frequency component in its Fourier transform.

Related Question