error while using hht function
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
PALASH DEWANGAN
el 26 de Sept. de 2019
Comentada: PALASH DEWANGAN
el 3 de Oct. de 2019
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 comentarios
Respuesta aceptada
Asvin Kumar
el 30 de Sept. de 2019
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:
Más respuestas (0)
Ver también
Categorías
Más información sobre Interpolation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!