Re: [Numpy-discussion] numpy.fft, yet again

2010-07-20 Thread Charles R Harris
On Tue, Jul 20, 2010 at 7:28 PM, David Goldsmith wrote: > On Tue, Jul 20, 2010 at 5:47 PM, David Cournapeau wrote: > >> On Wed, Jul 21, 2010 at 2:02 AM, David Goldsmith >> wrote: >> > On Thu, Jul 15, 2010 at 9:41 AM, David Goldsmith < >> d.l.goldsm...@gmail.com> >> > wrote: >> >> >> >> On Thu, Ju

Re: [Numpy-discussion] numpy.fft, yet again

2010-07-20 Thread David Goldsmith
On Tue, Jul 20, 2010 at 5:47 PM, David Cournapeau wrote: > On Wed, Jul 21, 2010 at 2:02 AM, David Goldsmith > wrote: > > On Thu, Jul 15, 2010 at 9:41 AM, David Goldsmith < > d.l.goldsm...@gmail.com> > > wrote: > >> > >> On Thu, Jul 15, 2010 at 3:20 AM, Martin Raspaud > > >> wrote: > >>> > >>> --

Re: [Numpy-discussion] numpy.fft, yet again

2010-07-20 Thread David Cournapeau
On Wed, Jul 21, 2010 at 2:02 AM, David Goldsmith wrote: > On Thu, Jul 15, 2010 at 9:41 AM, David Goldsmith > wrote: >> >> On Thu, Jul 15, 2010 at 3:20 AM, Martin Raspaud >> wrote: >>> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> David Goldsmith skrev: >>> > >>> > >>> >     Inter

Re: [Numpy-discussion] numpy.fft, yet again

2010-07-20 Thread Charles R Harris
On Tue, Jul 20, 2010 at 6:02 PM, David Goldsmith wrote: > On Thu, Jul 15, 2010 at 9:41 AM, David Goldsmith > wrote: > >> On Thu, Jul 15, 2010 at 3:20 AM, Martin Raspaud >> wrote: >> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> David Goldsmith skrev: >>> > >>> > >>> > Interes

Re: [Numpy-discussion] numpy.fft, yet again

2010-07-20 Thread David Goldsmith
On Thu, Jul 15, 2010 at 9:41 AM, David Goldsmith wrote: > On Thu, Jul 15, 2010 at 3:20 AM, Martin Raspaud wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> David Goldsmith skrev: >> > >> > >> > Interesting comment: it made me run down the fftpack tutorial >> >

Re: [Numpy-discussion] numpy.fft, yet again

2010-07-15 Thread David Goldsmith
On Thu, Jul 15, 2010 at 3:20 AM, Martin Raspaud wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > David Goldsmith skrev: > > > > > > Interesting comment: it made me run down the fftpack tutorial > > > > jose

Re: [Numpy-discussion] numpy.fft, yet again

2010-07-15 Thread Martin Raspaud
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Goldsmith skrev: > > > Interesting comment: it made me run down the fftpack tutorial > > josef has alluded to in the past to see if the suggested pointer > could

Re: [Numpy-discussion] numpy.fft, yet again

2010-07-14 Thread David Goldsmith
On Mon, Jul 12, 2010 at 8:26 PM, David Goldsmith wrote: > 2010/7/12 Jochen Schröder > >> On 13/07/10 08:04, Eric Firing wrote: >> > On 07/12/2010 11:43 AM, David Goldsmith wrote: >> >> > From the docstring: >> >> >> >> "A[0] contains the zero-frequency term (the mean of the signal)" >> >> >> >>

Re: [Numpy-discussion] numpy.fft, yet again

2010-07-12 Thread David Goldsmith
2010/7/12 Jochen Schröder > On 13/07/10 08:04, Eric Firing wrote: > > On 07/12/2010 11:43 AM, David Goldsmith wrote: > >> > From the docstring: > >> > >> "A[0] contains the zero-frequency term (the mean of the signal)" > >> > >> And yet, consistent w/ the definition given in the docstring (and

Re: [Numpy-discussion] numpy.fft, yet again

2010-07-12 Thread Jochen Schröder
On 13/07/10 08:04, Eric Firing wrote: > On 07/12/2010 11:43 AM, David Goldsmith wrote: >> > From the docstring: >> >> "A[0] contains the zero-frequency term (the mean of the signal)" >> >> And yet, consistent w/ the definition given in the docstring (and >> included w/ an earlier email), the code

Re: [Numpy-discussion] numpy.fft, yet again

2010-07-12 Thread David Goldsmith
On Mon, Jul 12, 2010 at 3:04 PM, Eric Firing wrote: > On 07/12/2010 11:43 AM, David Goldsmith wrote: > > >From the docstring: > > > > "A[0] contains the zero-frequency term (the mean of the signal)" > > > > And yet, consistent w/ the definition given in the docstring (and > > included w/ an earl

Re: [Numpy-discussion] numpy.fft, yet again

2010-07-12 Thread Eric Firing
On 07/12/2010 11:43 AM, David Goldsmith wrote: > >From the docstring: > > "A[0] contains the zero-frequency term (the mean of the signal)" > > And yet, consistent w/ the definition given in the docstring (and > included w/ an earlier email), the code gives, e.g.: > > >>> import numpy as np > >>>

[Numpy-discussion] numpy.fft, yet again

2010-07-12 Thread David Goldsmith
>From the docstring: "A[0] contains the zero-frequency term (the mean of the signal)" And yet, consistent w/ the definition given in the docstring (and included w/ an earlier email), the code gives, e.g.: >>> import numpy as np >>> x = np.ones((16,)); x array([ 1., 1., 1., 1., 1., 1., 1.,