From: Alan G I. <ai...@am...> - 2006-10-15 15:24:01
|
On Sat, 14 Oct 2006, Nao Suzuki apparently wrote:=20 > Today, I've been trying to take the advantage of filter=20 > packages but none of them work so far. Here is the=20 > attempt to reproduce what's shown in the manual. >>>> from numarray import * >>>> a=3D[0,0,0,1,0,0,0] >>>> correlate1d(a, [1, 1, 1]) As I understand it (not a numarray user), numarray is superceded by numpy, and this function is just called 'correlate' in numpy. hth, Alan Isaac |