Click here to Skip to main content
15,742,120 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi everybody,

does anybody can tell me how the continuous wavelet transform is implemented as algorithm?

I can guess a lot of convolution have to be executed between the signal and the wavelet at a certain scale, but how the wavelet function is defined?
Once the wavelet function is chosen (haar, mexican hat ad so on) is it enough to discretize the continuous version of the function?

What I have tried:

I only implemented DWT with haar wavelet, but i would like to implement CWT as well
Posted
Updated 11-Mar-18 21:58pm

1 solution

If you search on the internet you find some tutorials and also code.

I am convinced that THE ENGINEER'S ULTIMATE GUIDE TO
WAVELET ANALYSIS
will help you to solve your project.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900