Show HN: Signal Analysis Library Using Continuous Wavelet Transform(github.com)
github.com
Show HN: Signal Analysis Library Using Continuous Wavelet Transform
http://github.com/lichtso/ccwt
3 comments
Just briefly looked at this. This is python? Have your looked at SciPy?
Yes, and there are many other libs doing similar things too.
But all I have seen so far could not satisfy my needs. As for the scipy.signal.cwt method, it doesn't support complex output:
https://github.com/scipy/scipy/issues/3793
So you can't separate amplitude and phase, which is often needed.
So you can't separate amplitude and phase, which is often needed.
[deleted]