FU Zhipeng
FU Zhipeng
不错,点个赞!
Traceback (most recent call last): File "/Users/fuzhp/Downloads/Python_Library/waipy_file/waipy/Waipy Examples /Example 3.py", line 13, in mother='Morlet',name='x') File "build/bdist.macosx-10.6-x86_64/egg/waipy/cwt/wavetest.py", line 88, in cwt File "build/bdist.macosx-10.6-x86_64/egg/waipy/cwt/lib_wavelet.py", line 172, in wavelet IndexError: axis 1 out...
**I modify the "axis=1" with "axis=0" ( lib_wavelet.py and wavetest.py), just get the following warning. Besides, I can run the example(https://wavelet-analysis.readthedocs.io/en/latest/cookbook.html) successfully, and plot the data nino3. (the graph attachment**...
import waipy import numpy as np import matplotlib.pyplot as pet import pylab z = np.linspace(0,2048,2048) x = np.sin(50_np.pi_z) y = np.cos(50_np.pi_z) data_norm = waipy.normalize(x) result = waipy.cwt(data_norm, 1, 1, 0.125,...
**I modify the "axis=1" with "axis=0" ( lib_wavelet.py and wavetest.py), just get the following warning. Besides, I can run the example(https://wavelet-analysis.readthedocs.io/en/latest/cookbook.html) successfully, and plot the data nino3. (the graph attachment**...