This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
downsample the signal x by an integer factor q, using an order n filter
By default an order 8 Chebyshev type I filter is used or a 30 point FIR filter with hamming window if ftype is ‘fir’.
Parameters : | x : N-d array
q : int
n : int or None
ftype : {‘iir’ or ‘fir’}
axis : int
|
---|---|
Returns : | y : N-d array
|
See also