Inverse Wavelet Transform (periodized Meyer Wavelet)
x = IWT_YM(wc,L,deg)
1-d wavelet transform, length(wc) = 2^J.
Coarsest Level of V_0; L << J
degree of polynomial window 2 <= deg <=4
The Meyer wavelet transform is obtained by the command wc = FWT_YM(x,L,deg) to reconstruct x, use the IWT_YM.
The Meyer wavelet is defined in the frequency domain. The algorithm is very different from usual quadrature mirror filter algorithms. See the Ph. D. Thesis of Eric Kolaczyk.