fast alternative to continuous wavelet transformation cwt

Howdy. I am using cwt to analyze time series data and this portion of the code, revealed by the profiler, is making my analysis computational prohibitive. Currently, I'm looking at about 250 scales and the data vector is of length 1e6. Ideally, I'd like to increase that an order of magnitude (to about 4e7) and still do the analysis in a reasonable amount of time. Any ideas on how to speed things up?

Respuestas (2)

Wayne King
Wayne King el 18 de Mayo de 2012
Are you using cwt, or cwtft to do the CWT? cwtft uses the Fourier transform and might be faster. Again you would have to profile it.
Dan
Dan el 18 de Mayo de 2012
Thanks Wayne, I am using cwt. I've seen the cwtft but am still using R2010a, could make the switch if cwtft is truly faster. Otherwise, I was curious if there was something simple overlooked, like vector length for the old radix-2 FFT..

Categorías

Más información sobre Wavelet Toolbox en Centro de ayuda y File Exchange.

Preguntada:

Dan
el 18 de Mayo de 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by