[Numpy-discussion] Stride of 2 for correlate()

2008-02-05 Thread Chris Finley
Greetings, After searching the archives, I was unable to find a good method for changing the stride of the correlate or convolve routines. I am doing a Daubechies analysis of some sample data, say data = arange(0:80). The coefficient array or four floats (say daub_g2[0:4]) is correlated over the

Re: [Numpy-discussion] Stride of 2 for correlate()

2008-02-05 Thread Anne Archibald
On 05/02/2008, Chris Finley [EMAIL PROTECTED] wrote: After searching the archives, I was unable to find a good method for changing the stride of the correlate or convolve routines. I am doing a Daubechies analysis of some sample data, say data = arange(0:80). The coefficient array or four