1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
|
=======================================
Signal processing (:mod:`scipy.signal`)
=======================================
.. module:: scipy.signal
Convolution
===========
.. autosummary::
:toctree: generated/
convolve
correlate
fftconvolve
convolve2d
correlate2d
sepfir2d
B-splines
=========
.. autosummary::
:toctree: generated/
bspline
gauss_spline
cspline1d
qspline1d
cspline2d
qspline2d
spline_filter
Filtering
=========
.. autosummary::
:toctree: generated/
order_filter
medfilt
medfilt2
wiener
symiirorder1
symiirorder2
lfilter
deconvolve
hilbert
get_window
detrend
resample
Filter design
=============
.. autosummary::
:toctree: generated/
remez
firwin
iirdesign
iirfilter
freqs
freqz
unique_roots
residue
residuez
invres
Matlab-style IIR filter design
==============================
.. autosummary::
:toctree: generated/
butter
buttord
cheby1
cheb1ord
cheby2
cheb2ord
ellip
ellipord
bessel
Linear Systems
==============
.. autosummary::
:toctree: generated/
lti
lsim
impulse
step
LTI Reresentations
==================
.. autosummary::
:toctree: generated/
tf2zpk
zpk2tf
tf2ss
ss2tf
zpk2ss
ss2zpk
Waveforms
=========
.. autosummary::
:toctree: generated/
sawtooth
square
gausspulse
chirp
Window functions
================
.. autosummary::
:toctree: generated/
boxcar
triang
parzen
bohman
blackman
blackmanharris
nuttall
flattop
bartlett
hann
barthann
hamming
kaiser
gaussian
general_gaussian
slepian
Wavelets
========
.. autosummary::
:toctree: generated/
daub
qmf
cascade
|