scipy.signal.find_peaks_cwt: Attempt to find the peaks in a 1-D array.The general approach is to smooth vector by convolving it with wavelet(width) for each width in widths. Relative maxima which appear at enough length scales, and with sufficiently high SNR, are accepted.
scipy.signal.find_peaks_cwt(vector, widths, wavelet=None, max_distances=None, gap_thresh=None, min_length=None, min_snr=1, noise_perc=10)
[References]
http://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.find_peaks_cwt.html
'Python' 카테고리의 다른 글
scipy.ndimage.filters.gaussian_filter1d (0) | 2014.10.06 |
---|---|
scipy.signal.argrelextrema (0) | 2014.10.06 |
nltk.tag.pos_tag(tokens) (0) | 2014.10.03 |
pandas.read_csv (1) | 2014.09.28 |
numpy.loadtxt vs. numpy.genfromtxt (0) | 2014.09.28 |