I'm confused about wcompress maxloop what is exactly doing, is it like threshold?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
[CR,BPP] = wcompress('c',X,'mask.wtc',meth,'maxloop', nbloop,'wname','haar');
0 Commenti
Risposte (1)
Rahul
il 16 Giu 2025
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.
0 Commenti
Vedere anche
Categorie
Scopri di più su Signal Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!