Findpeaks from signal processing toolbox does not work.

조회 수: 5 (최근 30일)
DuckDuck
DuckDuck 2014년 11월 24일
편집: DuckDuck 2014년 11월 24일
I'm stuck into this problem. I need to use the findpeaks from Signal Processing Toolbox(SPT) as stated here. but when i use it i get an error, _'MinPeakWidth' is not a recognized parameter. For a list of valid name-value pair arguments, see the documentation for this function.
Matlab is using the default findpeaks function. Any idea how to use the SPT one? I'm using Matlab 2014a.

채택된 답변

Adam
Adam 2014년 11월 24일
There isn't a default findpeaks function in Matlab. Do you have your own function of that name defined and above the toolbox paths in your path?
  댓글 수: 3
Image Analyst
Image Analyst 2014년 11월 24일
Like Adam said, there is no default one and you're using either the SPT one or one that you (or someone) wrote and is on your search path. What does this say:
which -all findpeaks
But you accepted the answer so I assume that you discovered that you have your own m-file with the name findpeaks.m and you changed that, and that fixed it, and so you accepted the answer. However your response is not clear. So are you up and running now, or not?
DuckDuck
DuckDuck 2014년 11월 24일
편집: DuckDuck 2014년 11월 24일
no i found out smth else, that findpeaks on matlab 2014b has more functionality that previous version findpeaks!!! I'll have to use f indpeaks toolbox from fileexchange .

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by