3

I have to use python to reproduce results from a paper where MODWT is used. I'm currently using pywt and it only has stationary wavelet transform(SWT). I research a little bit and it seems there is currently no package for MODWT and I also find that many say SWT and MODWT are the same thing. But the results from MODWT using MATLAB and SWT from python are different. Is there any package in python that I can use to perform MODWT directly? Or could I achieve the results in MODWT using SWT?

4

1 回答 1

7

最近,我读了关于小波的书,

Percival、DB 和 AT Walden。时间序列分析的小波方法。英国剑桥:剑桥大学出版社,2000

在此之后,我使用 python 执行了 modwt 和多分辨率分析的算法。python 代码可以在这里的 github 中找到。也许它对你有用。

于 2016-07-28T06:50:43.230 回答