error while using hht function

조회 수: 2 (최근 30일)
PALASH DEWANGAN
PALASH DEWANGAN 2019년 9월 26일
댓글: PALASH DEWANGAN 2019년 10월 3일
Hi,
I am getting this error "Expected FrequencyLimits to be an array with all of the values <= 3.14159."while executing the hht function -[hs,f,t] = hht(imf,'FrequencyLimits',[0 1000]). Please help me with this.

채택된 답변

Asvin Kumar
Asvin Kumar 2019년 9월 30일
The FrequencyLimitsargument in the hht function can take values within [0,fs/2] where ‘fs’ is the value set for the Sample Rate argument. When the Sample Rate argument is not provided, hht takes 2*pi as the default ‘fs’ value.
Providing your sample frequency should resolve the error.
For more details have a look at:
  댓글 수: 1
PALASH DEWANGAN
PALASH DEWANGAN 2019년 10월 3일
Thank you very much for your answer.

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by