How to find the peaks without using findpeaks function?

34 views (last 30 days)
I dont have signal processing toolbox.
I have attached the file.
  1 Comment
Rik
Rik on 4 Jul 2019
Have a read here and here. It will greatly improve your chances of getting an answer.
What defines a peak? Once you define that in mathematical terms, the rest is just implementation and optimization.
Also, should the result be the exact same as the Matlab function? You might have to be careful not to infringe any copyright if you want to attempt something like that. You can have a look at how GNU Octave has implemented this function, but there you need to be careful about the licencing as well.

Sign in to comment.

Answers (1)

Guillaume
Guillaume on 4 Jul 2019
There are several alternatives to the Signal Processing Toolbox findpeaks on the file exchange.
This one and this one are the first two I found. I'm sure you can use your favorite search engine to find more.

Community Treasure Hunt

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

Start Hunting!