Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道当使用 Scipy api(如下面的代码)来查找局部最大值和局部最小值时,结果(如附图)似乎并不像想象的那样准确。有没有什么技巧或方法可以提高准确率?
argrelextrema(z, np.greater) argrelextrema(z, np.less)
如果您有任何想法,请给我评论,这将对我有很大帮助。非常感谢。:))
我似乎将最小值/最大值之后的下一个标记为最小值或最大值,只需1从本地最小值/最大值的索引中减去即可。
1