Function for finding peaks from data array

버전 1.0.0.0 (1.6 KB) 작성자: Aravind
Function helps in finding the peaks more effectively than findpeaks() defined in Matlab library.
다운로드 수: 1.1K
업데이트 날짜: 2010/6/20

라이선스 보기

I was not able to get the peaks from my experimentally obtained data because of its random nature. As a result the findpeaks() defined in Matlab library was not giving results as expected. Hence I made a code which will help findpeaks() help detect the peaks more accurately.

It basically averages out the randomness by doing a moving average. Then if we use findpeaks(), it won't give erroneous results.

This is the basic operation
Data->LPF->findpeaks()->Better results!!(if you are using it for experimental data)

Type "help findpeak.m" in your command window after downloading the code. This will help you to understand how the function should be used.

If there are any mistakes and/or queries please contact me through my mail-id(aravind.p.a@gmail.com).

The idea behind the solution is that of Dinesh Dileep Gaurav (http://www.mathworks.com/matlabcentral/fileexchange/authors/29892).

인용 양식

Aravind (2025). Function for finding peaks from data array (https://kr.mathworks.com/matlabcentral/fileexchange/27963-function-for-finding-peaks-from-data-array), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2009a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0