Time/frequency color map in python

不打扰是莪最后的温柔 提交于 2019-12-13 09:16:51

问题


Is there in native Python 3.X library or in scipy/numpy/matplolib libraries a function or their short set which could help me to draw a plot similar to this one(?):

What would be an efficient way to achieve something like this? Thank you in advance.


回答1:


The bottom plot is the result of Continuous Wavelet Transform. There is a function called cwt() in Scipy. Check it out here. http://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.cwt.html



来源:https://stackoverflow.com/questions/28548116/time-frequency-color-map-in-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!