On Mon, Mar 18, 2013 at 1:10 PM, Skipper Seabold wrote:
> On Mon, Mar 18, 2013 at 1:00 PM, Pierre Haessig
> wrote:
>>
>> Hi Sudheer,
>>
>> Le 14/03/2013 10:18, Sudheer Joseph a écrit :
>>
>> Dear Numpy/Scipy experts,
>> Attached is a script which I
>>
On Mon, Mar 18, 2013 at 1:00 PM, Pierre Haessig wrote:
> Hi Sudheer,
>
> Le 14/03/2013 10:18, Sudheer Joseph a écrit :
>
> Dear Numpy/Scipy experts,
> Attached is a script which I
> made to test the numpy.correlate ( which is called py plt.xcorr) to s
Hi Sudheer,
Le 14/03/2013 10:18, Sudheer Joseph a écrit :
> Dear Numpy/Scipy experts,
> Attached is a script
> which I made to test the numpy.correlate ( which is called py
> plt.xcorr) to see how the cross correlation is calculated. From this
> it app
Chris Barker - NOAA Federal noaa.gov> writes:
> check out "stride tricks" for clever things you can do.
>
> But numpy does require that the data in your array be a contiguous
> block, in order, so you can't arbitrarily re-arrange it while keeping
> a view.
>
> HTH,
> -Chris
>
Hi Chris,
Than
Hi Nathaniel,
thanks for your reply, it works fine and suffice for my purpose.
cheers,
Chao
On Sat, Mar 16, 2013 at 5:49 PM, Nathaniel Smith wrote:
> On 16 Mar 2013 16:41, "Chao YUE" wrote:
> >
> > Dear all,
> >
> > Is there some way to index the numpy array by specifying arbitrary axis
> an