[Numpy-discussion] Another reality check

David Goldsmith d.l.goldsmith at gmail.com
Sun Jul 11 21:18:28 EDT 2010


In numpy.fft we find the following:

"Then A[1:n/2] contains the positive-frequency terms, and A[n/2+1:] contains
the negative-frequency terms, in order of decreasingly negative frequency."


Just want to confirm that "decreasingly negative frequency" means ...,
A[n-2] = A_(-2), A[n-1] = A_(-1), as implied by our definition (attached).

DG
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20100711/fdb8ab6a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DFTdef.PNG
Type: image/png
Size: 2609 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20100711/fdb8ab6a/attachment.png>


More information about the NumPy-Discussion mailing list