rafat / wavelib

C Implementation of 1D and 2D Wavelet Transforms (DWT,SWT and MODWT) along with 1D Wavelet packet Transform and 1D Continuous Wavelet Transform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reconstructed Wavelet Approximation or details through the Approximation coeffs or details coeffs?

sunyyhyzx opened this issue · comments

Hi,
Thank you for your warmly reply. I am a student, and now using your open code to learn the wavelet decomposition. I use function "modwt2(wt, inp)" to deconpose a grid named X and obtain the "wavecoeffs", Then I can use the function "getWT2Coeffs(wt, wavecoeffs, J, "A", &ir, &ic)" to obtain the approximation coeffs which has the same size with the input grid X. But I do not want obtain the coeffs , I want the reconstructed Wavelet Approximation or details throug the approximation coeffs or detail coeffs, which function should I use?
Any help much appreciated.
Thank you very much! :)