Hello!
I'm trying to do a real-time effect with the undecimated wavelet transform (á trous algorithm). I programmed faster matlab functions which give the same results as the swt/iswt commands of the matlab wavelet toolbox. It uses periodic extensions for non-expansive convolution. When I manipulate the analysis data before reconstruction I get clicks at the block boundaries ( I tried it with 4096-samples steps). I am using b-spline wavelets which (i think) are symmetric. Can I use symmetric signal extensions instead of periodic extensions to avoid these errors at the boundaries? or do i have to do some kind of windowing, possibly overlapped, to fix it?
Is it the same problem as described here for the FFT?
http://www.hydrogenaudio.org/forums/index.php?showtopic=7687
How would this symmetric extension convolution work?
i'd be thankful for any help
thanx
