Re: [Numpy-discussion] Functions for finding the relative extrema of numeric data

2011-09-30 Thread Jacob Silterra
Hello all, I just opened a pull request to add scipy.signal._peak_finding.find_peaks, which finds the relative maxima in a 1d ndarray. The algorithm behind this function has been discussed on the scipy list, but here's a quick recap: The idea is basically convolve the function with a wavelet of va

Re: [Numpy-discussion] Functions for finding the relative extrema of numeric data

2011-09-15 Thread Jacob Silterra
relative >extrema of numeric data > To: Discussion of Numerical Python > Message-ID: > > > Content-Type: text/plain; charset="iso-8859-1" > > Hi Jacob, > > On Fri, Sep 9, 2011 at 11:57 PM, Jacob Silterra wrote: > > > Hello all, &g

[Numpy-discussion] Functions for finding the relative extrema of numeric data

2011-09-09 Thread Jacob Silterra
nding) for `order` points, which would enforce a minimum width on a peak. -Jacob Silterra ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion