meaning of numpy.fft coefficients

Joey joey.zh.cn at gmail.com
Fri Jul 8 20:14:29 EDT 2011


the list generated by numpy is of form [ a+bi, c+di, ...]

could anybody tell me the meaning of the coefficients a and b? I am
very confused about fourier transform!

information provided by numpy reference says Ak = Sum  of a[m] *
exp{-2*pi * i * m * k / n} for m from 0 to n-1

Which part is a and which part is b and what is the meaning of each
part?

Thx in adv.



More information about the Python-list mailing list