How to find the peaks without using findpeaks function?

I dont have signal processing toolbox.
I have attached the file.

댓글 수: 1

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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Guillaume
Guillaume 2019년 7월 4일

0 개 추천

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.

카테고리

질문:

2019년 7월 4일

답변:

2019년 7월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by