FINDPEAKS - matlab函数 admin 2023-05-24 10:39:01 篇首语:本文由小编为大家整理,主要介绍了FINDPEAKS - matlab函数相关的知识,希望对你有一定的参考价值。 FINDPEAKS Find local peaks in data PKS = FINDPEAKS(X) finds local peaks in the data vector X. A local peak is defined as a data sample which is either larger than the two neighboring samples or is equal to Inf. [PKS,LOCS]= FINDPEAKS(X) also returns the indices LOCS at which the peaks occur. [...] = FINDPEAKS(X,"MINPEAKHEIGHT",MPH) finds only those peaks that are greater than MINPEAKHEIGHT MPH. Specifying a minimum peak height may help in reducing the processing time. MPH is a real valued scalar. The default value of MPH is -Inf. [...] = FINDPEAKS(X,"MINPEAKDISTANCE",MPD) finds peaks that are at least separated by MINPEAKDISTANCE MPD. MPD is a positive integer valued scalar. This parameter may be specified to ignore smaller peaks that may occur in close proximity to a large local peak. For example, if a large local peak occurs at index N, then all smaller peaks in the range (N-MPD, N+MPD) are ignored. If not specified, MPD is assigned a value of one. [...] = FINDPEAKS(X,"THRESHOLD",TH)finds peaks that are at least greater than their neighbors by the THRESHOLD TH. TH is real valued scalar greater than or equal to zero. The default value of TH is zero. [...] = FINDPEAKS(X,"NPEAKS",NP) specifies the maximum number of peaks to be found. NP is an integer greater than zero. If not specified, all peaks are returned. [...] = FINDPEAKS(X,"SORTSTR",STR) specifies the direction of sorting of peaks. STR can take values of "ascend","descend" or "none". If not specified, STR takes the value of "none" and the peaks are returned in the order of their occurrence. See also dspdata.findpeaks Overloaded methods: dspdata.findpeaks以上是关于FINDPEAKS - matlab函数的主要内容,如果未能解决你的问题,请参考以下文章 u盘量产工具下载 芯片是 ps2251-07(ps2307) python opencv如何存图片到指定路径?按图上的会存到python_work文件夹 您可能还会对下面的文章感兴趣: 相关文章 浏览器打不开网址提示“ERR_CONNECTION_TIMED_OUT”错误代码的解决方法 如何安装ocx控件 VMware的虚拟机为啥ip地址老是自动变化 vbyone和EDP区别 linux/debian到底怎么重启和关机 苹果平板键盘被弄到上方去了,如何调回正常? 机器学习常用距离度量 如何查看kindle型号