python-emd、小波分析工具包
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