I'm confused about wcompress maxloop what is exactly doing, is it like threshold?

3 次查看(过去 30 天)
[CR,BPP] = wcompress('c',X,'mask.wtc',meth,'maxloop', nbloop,'wname','haar');

回答(1 个)

Rahul
Rahul 2025-6-16
According to the documentation of 'wcompress', the 'maxloop' property is defined as the "Maximum number of steps for the compression algorithm, specified as the comma-separated pair consisting of 'maxloop' and a positive integer or Inf."
It controls the number of iterations that the compression algorithm performs. Hence it is not directly considered as a threshold.
The following MathWorks documentations can be referred:
Thanks.

类别

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

产品


版本

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by