9

可能重复:
Python/SciPy 的寻峰算法

我正在寻找浮点数向量中的局部最大值,正如 Matlab 的 findpeaks 函数所做的那样。

numpy 有类似的功能吗?

谢谢!

4

1 回答 1

9

怎么样scipy.signal.find_peaks_cwt

http://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.find_peaks_cwt.html

或者:

https://gist.github.com/1178136

于 2012-05-11T00:11:25.847 回答