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?
답변 (2개)
Wayne King
2012년 5월 18일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Wavelet Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!