x = np.array([[1, 2, 3, 4, 5, 6, 7, 8]] * 8, dtype=np.float64) wp = pywt.WaveletPacket2D(data=x, wavelet='db1', mode='sym') new_wp = pywt.WaveletPacket2D(data=None ...
I want do continous wavelet transform in my project, the package pywavelets is perfect, and i found it was support by chaquopy.I have install these packages successfully in my own PC(windows 10). But, ...