Dear all,I'm new user of python. And I wanted to do the continuous wavelet analysis of my data. But first of all, when I tried to run the following command:In[1]: import numpy as npIn[2]: from scipy.signal import SDG, Morlet, cwtI got the following error messages:
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-43-e18eb7700f8b> in <module>()
----> 1 from scipy.signal import SDG, Morlet, cwt
ImportError: cannot import name SDGIn[3]: from scipy.signal import Morlet, cwt
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-44-2cf611117e43> in <module>()
----> 1 from scipy.signal import Morlet, cwt
ImportError: cannot import name MorletHow can I solve this issues?
Best regards
--COULIBALY AMADOU
PhD Student on West African Climate System (WACS)
FUTA - Federal University of Technology of Akure, NigeriaVisiting Student - University of Cologne, Germany
Institute of Geophysics and MeteorologyPohligstr. 3 / Office 3.102D-50969 KölnProject: WASCAL (West African Science Service Centre on Climate Change and Adapted Land Use)
Phone:(+234) 810 795 2836 /(+223) 65 67 27 57 /(+226) 64 57 37 27 /+49 15218352574"The time is always right to do right": Nelson Mandela
"Character is like a tree and reputation like a shadow. The shadow is what we think of it; the tree is the real thing" : Abraham Lincoln
"Do what you can, with what you have, where you are" Theodore Roosevelt
_______________________________________________
SciPy-Dev mailing list
SciPy-Dev@scipy.org
http://mail.scipy.org/mailman/listinfo/scipy-dev