error while using hht function
6 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
採用された回答
Asvin Kumar
2019 年 9 月 30 日
The ‘FrequencyLimits’ argument 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:
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!