[SciPy-user] why the fft in scipy can't give the same result as the fft from matlab

zhang chi zhangchipr at gmail.com
Thu May 15 13:20:24 EDT 2008


hi
ys = randn(64)
Yf = fftpack.fft(ys,128)

why Yf.shape=64,128?

but in matlab the size is 128 X1 ,
Yf = fft(ys,128)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20080516/7b65e0e4/attachment.html>


More information about the SciPy-User mailing list