matplotlib.mlab
¶
与 MATLAB兼容的函数
MATLAB compatible functions¶
- Coherence (normalized cross spectral density)
- Cross spectral density using Welch's average periodogram
- Remove the mean or best fit line from an array
- Return the indices where some condition is true; numpy.nonzero is similar but more general.
- Interpolate irregularly distributed data to a regular grid.
- Find the percentiles of a sequence
- Principal Component Analysis
- Power spectral density using Welch's average periodogram
- A 4th order runge kutta integrator for 1D or ND systems
- Spectrogram (spectrum over segments of time)
cohere()
csd()
detrend()
find()
griddata()
prctile()
prepca()
psd()
rk4()
specgram()