Alternative to 'findpeaks'

78 visualizaciones (últimos 30 días)
Hasan Ghorbani
Hasan Ghorbani el 15 de Sept. de 2015
Comentada: Adam el 3 de Ag. de 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?

Respuestas (3)

Will Reeves
Will Reeves el 19 de Jul. de 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 comentario
Adam
Adam el 3 de Ag. de 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!

Iniciar sesión para comentar.


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

Adam
Adam el 15 de Sept. de 2015

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by