Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 298 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 298 Bytes

CWT

Python code for implementing the Continuous Wavelet Transform. The implementation is based off the source code in the MATLAB version of cwt in the Wavelet Toolbox. I found that most CWT implementations in Python only outputs the real part of the transform, which is not useful in most cases.