Alternative to 'findpeaks'

79 次查看(过去 30 天)
Hasan Ghorbani
Hasan Ghorbani 2015-9-15
评论: Adam 2022-8-3
Hi,
I don't have Signal processing toolbox but I need to have a functionality pretty much like findpeaks in my code where I need to find out the two peak values of my plot. Using max is no good as can be seen in following figure.
Any suggestion?

回答(3 个)

Will Reeves
Will Reeves 2022-7-19
Did anyone actually look at the results from the FileExchange? Most of submissions call the findpeaks function from within the code. Sometimes people request help for silly things, granted. However, simply providing a "Let Me Google That For You" link isn't really very proffessional or helpful.
I'm a little shocked that "peak finding" is a function exclusive to the "signal processing toolbox". Seems like this is the sort of functionalty that really belongs in the core Matlab product. Having to purchase expensive tool boxes just to use a single function isn't sustainable in the long term and will push users towards open source languages and platforms... like python.
  1 个评论
Adam
Adam 2022-8-3
I don't know if submissions have changed, been deleted or just swamped by newer less relevant ones since my answer in 2015, but I seem to remember I tried at least two submissions from file exchange for my own work prior to that, hence my answer pointing to where those and potentially some others could be found.
I guess like most resources on the internet the passing of time just causes the File Exchange to get ever larger so what was an easy and relevant search 7 years ago may not be quite so simple now!

请先登录,再进行评论。


Steven Lord
Steven Lord 2022-7-19
See the islocalmax function that is part of MATLAB.

Adam
Adam 2015-9-15

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by