Scale multiplication of wavelet transform
이전 댓글 표시
How to perform scale multiplication to the wavelet transformed images.? Can someone explain the procedure.
댓글 수: 2
Lisa Justin
2014년 4월 15일
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?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Signal Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!