Re: [Numpy-discussion] Another reality check

2010-07-12 Thread David Goldsmith
Thanks, both. On Mon, Jul 12, 2010 at 5:39 AM, Fabrice Silva wrote: > Le lundi 12 juillet 2010 à 18:14 +1000, Jochen Schröder a écrit : > > On 07/12/2010 12:36 PM, David Goldsmith wrote: > > > On Sun, Jul 11, 2010 at 6:18 PM, David Goldsmith > > > mailto:d.l.goldsm...@gmail.com>> wrote: > > > > >

Re: [Numpy-discussion] Another reality check

2010-07-12 Thread Fabrice Silva
Le lundi 12 juillet 2010 à 18:14 +1000, Jochen Schröder a écrit : > On 07/12/2010 12:36 PM, David Goldsmith wrote: > > On Sun, Jul 11, 2010 at 6:18 PM, David Goldsmith > > mailto:d.l.goldsm...@gmail.com>> wrote: > > > > In numpy.fft we find the following: > > > > "Then A[1:n/2] contains the

Re: [Numpy-discussion] Another reality check

2010-07-12 Thread Jochen Schröder
On 07/12/2010 12:36 PM, David Goldsmith wrote: > On Sun, Jul 11, 2010 at 6:18 PM, David Goldsmith > mailto:d.l.goldsm...@gmail.com>> wrote: > > 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 t

Re: [Numpy-discussion] Another reality check

2010-07-11 Thread David Goldsmith
On Sun, Jul 11, 2010 at 6:18 PM, David Goldsmith wrote: > 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

[Numpy-discussion] Another reality check

2010-07-11 Thread David Goldsmith
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