[Numpy-discussion] stop criterion for an alternating signal

2009-05-04 Thread Nils Wagner
Hi all, How can I define a stop criterion for an alternating series ? Any pointer would be appreciated. Nils from numpy import loadtxt, arange from pylab import plot, show A = loadtxt('alternate.dat') m = len(A) x = arange(0,m) plot(x,A) show() alternate.dat Description: MPEG movie

Re: [Numpy-discussion] stop criterion for an alternating signal

2009-05-04 Thread Charles R Harris
On Mon, May 4, 2009 at 10:48 AM, Nils Wagner nwag...@iam.uni-stuttgart.dewrote: Hi all, How can I define a stop criterion for an alternating series ? Any pointer would be appreciated. Where does the series come from and what are you trying to do? Chuck

Re: [Numpy-discussion] stop criterion for an alternating signal

2009-05-04 Thread Nils Wagner
On Mon, 4 May 2009 10:52:59 -0600 Charles R Harris charlesr.har...@gmail.com wrote: On Mon, May 4, 2009 at 10:48 AM, Nils Wagner nwag...@iam.uni-stuttgart.dewrote: Hi all, How can I define a stop criterion for an alternating series ? Any pointer would be appreciated. Where does the

Re: [Numpy-discussion] stop criterion for an alternating signal

2009-05-04 Thread Charles R Harris
On Mon, May 4, 2009 at 10:59 AM, Nils Wagner nwag...@iam.uni-stuttgart.dewrote: On Mon, 4 May 2009 10:52:59 -0600 Charles R Harris charlesr.har...@gmail.com wrote: On Mon, May 4, 2009 at 10:48 AM, Nils Wagner nwag...@iam.uni-stuttgart.dewrote: Hi all, How can I define a stop