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

조회 수: 1 (최근 30일)
Mohamed Sebaa
Mohamed Sebaa 2022년 6월 12일
답변: Rahul 2025년 6월 16일
[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