필터 지우기
필터 지우기

what does this instruction means?

조회 수: 4 (최근 30일)
lotus
lotus 2013년 3월 22일
sfdr=max(ptot(nper+4:N/2))

채택된 답변

C.J. Harris
C.J. Harris 2013년 3월 22일
편집: C.J. Harris 2013년 3월 22일
It means sfdr will take on the maximum value contained in the array ptot between element number nper+4 and element number N/2.
If you want a better answer you really have to add more detail to your question.
  댓글 수: 5
C.J. Harris
C.J. Harris 2013년 3월 22일
편집: C.J. Harris 2013년 3월 22일
My guess is that the values in the array ptot are not what you expect. In your example above you are taking the maximum value in the array ptot between element 77 and 2048. In your case that maximum value is -74.2306, there is nothing you can do to 'correct' this, apart from changing the values in the array ptot.
lotus
lotus 2013년 3월 22일
thank you.i'll try my best.your explanation made me understand better about "nper"

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Attributes and Indexing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by