Question about intwave and cwt function of Wavelet Toolbox
Mostrar comentarios más antiguos
Hello everyone,
I am wondering why we need to take integrate of the wavelet function (using intwave) before doing continuous wavelet transform. And why in cwt function, we need to differentiate the convolution like the following:
coefs(ind,:) = -sqrt(a)*wkeep1(diff(wconv1(ySIG,f)),lenSIG)
I copy the above line from the code implementing cwt function. It's quite confusing for me since it doesn't look like what I read and understand from mathematical formula of continuous wavelet transform.
I appreciate any comment/feedback.
Thank you for your help, Linh
Respuestas (0)
Categorías
Más información sobre Continuous Wavelet Transforms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!