matplotlib.mlab
Numerical python functions written for compatibility with MATLAB commands with the same names. Most numerical python functions can be found in the numpy and scipy libraries. What remains here is code for performing spectral computations. matplotlib.mlab.specgram
matplotlib.mlab.psd
matplotlib.pyplot.psd
Examples
pylab_examples example code: psd_demo.py
pylab_examples example code: psd_demo2.py
pylab_examples example code: psd_demo3.py
pylab_examples example code: psd_demo_complex.py
The Glowing Python: Uncertainty principle and spectrogram with pylab
use matplotlib.mlab instead of pylab See also