Show HN: Signal Analysis Library Using Continuous Wavelet Transform
1–6 of 6 posts
Re: Show HN: Signal Analysis Library Using Continuous Wavelet Transform
#2[deleted]
Re: Show HN: Signal Analysis Library Using Continuous Wavelet Transform
#3Just briefly looked at this. This is python? Have your looked at SciPy?
Re: Show HN: Signal Analysis Library Using Continuous Wavelet Transform
#4Screen seems great, but I think this must be fixed - " goto cleanup;" :D
Re: Show HN: Signal Analysis Library Using Continuous Wavelet Transform
#5Just 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.
Re: Show HN: Signal Analysis Library Using Continuous Wavelet Transform
#6Screen seems great, but I think this must be fixed - " goto cleanup;" :D
Yes the error handling is far from perfect. I'll have to properly test and improve it.