[SciPy-user] Difference between ffts? - plots of what i am getting.
Collin Day
dcday137 at gmail.com
Tue Oct 14 19:46:22 EDT 2008
No problem. Sorry for not replying directly - I get the digests so my
mail box remains uncluttered. Anyway, I have attached two files.
Following are the lines of code I used:
import scipy as S
import scipy.fftpack as SF
a=zeros(1000)
b=S.fft(a)
plot(abs(b))
<S_fft_b.png attached>
c=SF.fft(a)
figure()
plot(c)
<SF_fft_c.png attached>
Hope this helps. Thanks for looking at it!
-C
-------------- next part --------------
A non-text attachment was scrubbed...
Name: S_fft_b.png
Type: image/png
Size: 25934 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20081014/4a25f735/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SF_fft_c.png
Type: image/png
Size: 15114 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20081014/4a25f735/attachment-0001.png>
More information about the SciPy-User
mailing list