error while using hht function

4 次查看(过去 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.

采纳的回答

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:

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by