What is the maths behind findpeaks function on matlab?

조회 수: 16 (최근 30일)
Matlaber
Matlaber 2020년 5월 9일
댓글: Hsein Ping Kew 2020년 5월 11일
How can I use maths to explain this matlab function?
findpeaks function

답변 (2개)

Ameer Hamza
Ameer Hamza 2020년 5월 9일
Most of the MATLAB algorithms are proprietary, which means their details and code is not publicly available. You cannot get any more information other than specified on the documentation page. If a publicly available algorithm is used, then it is mentioned in the "Algorithm" and "References" section of the documentation. As you can see, the documentation of findpeaks has neither of these sections, so there is no way to get the details of the algorithm.
  댓글 수: 3
Ameer Hamza
Ameer Hamza 2020년 5월 10일
Yes, the code is indeed available in this case, but it didn't mention the name of any known algorithm. If the code is viewable, then you can use a breakpoint to run it line by line to understand its working.
Matlaber
Matlaber 2020년 5월 10일
Thanks, I did read the code line by line, but is very hard to understand. That is why I am posting this question.

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


Honglei Chen
Honglei Chen 2020년 5월 11일
There is no specific name for the algorithm. Essentially it looks for points that is larger than the two adjacent points. Is there anything specific you want to know?
HTH
  댓글 수: 4
Ameer Hamza
Ameer Hamza 2020년 5월 11일
Hsein, posting the code of MATLAB function on an online forum is not permitted. Mathworks holds the copyrights for the code. I have removed the code from your comment.
Hsein Ping Kew
Hsein Ping Kew 2020년 5월 11일
Thanks for both reply and sorry for late reply.
How I can explain this in longer for writing in a thesis?

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

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by