Alternative to 'findpeaks'

78 Ansichten (letzte 30 Tage)
Hasan Ghorbani
Hasan Ghorbani am 15 Sep. 2015
Kommentiert: Adam am 3 Aug. 2022
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?

Antworten (3)

Will Reeves
Will Reeves am 19 Jul. 2022
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 Kommentar
Adam
Adam am 3 Aug. 2022
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!

Melden Sie sich an, um zu kommentieren.


Steven Lord
Steven Lord am 19 Jul. 2022
See the islocalmax function that is part of MATLAB.

Adam
Adam am 15 Sep. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by