over / under flow of image
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I use Integer Wavelet Transform in some my projects using the function: lwt2(), but I have a question: if in my code some processes that may be make over/ under flow in values of coefficients, do this problem solved automatically in inverse of Integer Wavelet Transform using the function: ilwt2 () or not solved???
0 Commenti
Risposta accettata
Walter Roberson
il 15 Feb 2013
If you are using integer data types, then No, the inverse routines will not fix the overflow. If you are using double precision data type, then the inverse routines might be okay with the overflow, but you should not count on it.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su AI for Signals and Images in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!