Re: Redudant Wavelet transform? [message #60689] |
Tue, 10 June 2008 21:01 |
Vijay Shah
Messages: 5 Registered: June 2008
|
Junior Member |
|
|
Thanks for the reply. I did see continuous wavelet transform but
that's different from RDWT
Actually, I forgot to mention I need a 2D_RDWT implementation(also
know as over complete Wavelet Transform)
Matlab has more complete toolkit, or may be use some external C/C++
toolkit. IDL doesn't seems to have many functions related to wavelet
transform.
Regards,
Vijay
|
|
|
Re: Redudant Wavelet transform? [message #60690 is a reply to message #60689] |
Tue, 10 June 2008 17:47  |
R.G. Stockwell
Messages: 363 Registered: July 1999
|
Senior Member |
|
|
"Vijay Shah" <vijaypshah@gmail.com> wrote in message
news:5dc98e8c-7c71-4798-a484-59966c8aa4a2@z72g2000hsb.google groups.com...
> Hello,
>
> I am looking for the IDL implementation of Redudant Wavelet transform?
> Can you please let me know if it is available?
>
> Regards,
> Vijay
There are wavelet routines in IDL. I would guess that you are
interested in the Continuous Wavelet Transform with Morlet wavelets.
look at:
? wv_cwt
Cheers,
bob
|
|
|