Scale multiplication of wavelet transform
Mostrar comentarios más antiguos
How to perform scale multiplication to the wavelet transformed images.? Can someone explain the procedure.
2 comentarios
Lisa Justin
el 15 de Abr. de 2014
Hi Kum, could you explain what you mean a bit more.
Hi How can I perform scale multiplication of wavelet coefficients? I am working with Discrete stationary wavelet transform (swt2) and I want to apply scale multiplication on each decomposition of coefficients. Then I want to use the final results from the scale multiplication to reconstruct the image using inverse discrete stationary wavelet transform(iswt2).
Does element-wise multiplication represent scale multiplication?
C = A.*B // element-wise multiplication
I tried the element-wise multiplication but my output when I reconstruct the image is just blank? Is there any other way of performing scale multiplication?
Respuestas (0)
Categorías
Más información sobre Signal Analysis en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!