Dear R Users, For running wavelet functions using dwt( ), modwt( ), and mra( ), a wavelet filter algorithm is applied. For all these functions, default is "la8" and other possibility is "haar". In related documents, another possibilities like as symlet and coiflet ... are not cited. Besides "la8" and "haar", which wavelet filters can be used? Thank you for any help, Amir Safari --------------------------------- [[alternative HTML version deleted]]
Using R, I believe only the Haar and Daubechies wavelets are available. wavethresh does allow for you to use different filter numbers with the Daubechies wavelets that I think you cannot do using waveslim. You can do cross-validation to find the best fit across different filter niumbers and thersholdings. Hope this helps! Elizabeth Lawson Amir Safari <amsa36060@yahoo.com> wrote: Dear R Users, For running wavelet functions using dwt( ), modwt( ), and mra( ), a wavelet filter algorithm is applied. For all these functions, default is "la8" and other possibility is "haar". In related documents, another possibilities like as symlet and coiflet ... are not cited. Besides "la8" and "haar", which wavelet filters can be used? Thank you for any help, Amir Safari --------------------------------- [[alternative HTML version deleted]] ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html --------------------------------- [[alternative HTML version deleted]]
Amir, if you try the following code: require(wavelslim) data(doppler) dwt(doppler, wf="la6") you get: Error in switch(name, haar = select.haar(), d4 = select.d4(), mb4 = select.mb4(), : Invalid selection for wave.filter So, it seems that instead of "la8" (default) and "haar" you can choose also "d4" and "mb4" only. HTH, Rogerio.>Message: 5 >Date: Sun, 8 Jan 2006 04:46:47 -0800 (PST) >From: Amir Safari <amsa36060 at yahoo.com> >Subject: [R] Filters in waveslim >To: R-help at stat.math.ethz.ch >Message-ID: ><20060108124647.94058.qmail at web60415.mail.yahoo.com> >Content-Type: text/plain > > > > Dear R Users, > For running wavelet functions using dwt( ), modwt( ), and mra( ), a > wavelet >filter algorithm is applied. For all these functions, default is > "la8" and other >possibility is "haar". In related documents, another > possibilities like as symlet >and coiflet ... are not cited. > Besides "la8" and "haar", which wavelet filters can be used? >Thank you for any help, > Amir Safari
Seemingly Similar Threads
- Need help in waveslim package: imodwt and universal.thresh.modwt
- ??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
- ??: Re:??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
- Error in xy.coords(x, NULL, log = log) : (list) object cannot be coerced to type 'double'
- Package: Waveslim Error: The object is this type is not subsettable