This is documentation for an old release of SciPy (version 0.12.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.signal.daub
-
scipy.signal.daub(p)[source]
The coefficients for the FIR low-pass filter producing Daubechies wavelets.
p>=1 gives the order of the zero at f=1/2.
There are 2p filter coefficients.
Parameters : | p : int
Order of the zero at f=1/2, can have values from 1 to 34.
|
Returns : | daub : ndarray
|