EMD,EEMD,WT的python实现,超级有用,强烈推荐

https://pypi.org/project/pyemd/

EMD

EMD工具包:https://github.com/laszukdawid/PyEMD
介绍文档:https://pyemd.readthedocs.io/en/latest/
这里用pip安装:pip install EMD-signal。安装前需要正确安装了numpy和scipy工具包。
另外,服务器好像好几次连接失败,后边FQ解决。

还有另外一个:https://github.com/parkus/emd
Wavelets
pip install PyWavelets

https://github.com/PyWavelets/pywt

https://pywavelets.readthedocs.io/en/latest/

http://blog.csdn.net/u010159842/article/details/52703416

作者:H_MZ
来源:CSDN
原文:https://blog.csdn.net/weixin_33700350/article/details/88139925
版权声明:本文为博主原创文章,转载请附上博文链接!

你可能感兴趣的:(EMD,EEMD,WT的python实现,超级有用,强烈推荐)