Coding wavelets the easy way

Implement the Inverse Wavelet Transform with the syntax



function s = InvWaveTransform(WT,rh,rg,scale)
% WT is a wavelet transform
% rh and rg are the reconstruction filters
% scale is the level of recursion
% s is the output signal