I am trying to use numpy.fft.fft
to perform discrete Fourier transformation. Normally, Fourier transformation is defined as,
My question is : does numpy.fft.fft
also use this formula ?
If one writes the exponent inside the above integral in terms of sine and cosine and K(s) is taken as an even function, the imaginary part of the above integral vanishes. But in my case, I am using an even function and still the imaginary part comes out to be non-vanishing. That’s why I am asking the above question.