Does anyone have Wavelet experience. I am wanting to reproduce a wavelt filter, specifically Symlet4, level 5. I have the specicifcation from Matlab but wish to reproduce this filter outside the Matlab environment.
Has anyone worked on this type of issue before.
You're going to need to get down and get nasty, starting with the Daubechies coefficients and working outwards. I'd recommend Numerical Recipes (of course), and also Barbara Burke Hubbard's text The World According To Wavelets (ISBN 1-56881-072-5).
Thanks a lot - please calrify how 'down and dirty' we have to get to replicate the filter in the absence of matlab. Do you have a simple DB example to illustrate ?
bruce_wayne wrote:Does anyone have Wavelet experience. I am wanting to reproduce a wavelt filter, specifically Symlet4, level 5. I have the specicifcation from Matlab but wish to reproduce this filter outside the Matlab environment.
Has anyone worked on this type of issue before.
Rwave is a library of R functions which provide an environment for the Time-Frequency analysis of 1-D signals (and especially for the wavelet and Gabor transforms of noisy signals). It was originally written for Splus by Rene Carmona, Bruno Torresani, and Wen L. Hwang, first at the University of California at Irvine and then at Princeton University. Credit should also be given to Andrea Wang whose functions on the dyadic wavelet transform are included. Rwave is based on the book: "PRACTICAL TIME-FREQUENCY ANALYSIS: Gabor and Wavelet Transforms with an Implementation in S", by Rene Carmona, Wen L. Hwang and Bruno Torresani, Academic Press (1998).
Thanks a lot. I am quite aware of R, as forerunner of S and S-Plus, as well as Cran - I replaced both with Matlab ! The issue here is not so much in the testing and specification, rather the reproduction of the filter once the coefficients have been tested for and are known via this testing.
I will have a look at r again -I have seen it for about2 years now.