This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).
Return (x, phi, psi) at dyadic points K/2**J from filter coefficients.
Parameters : | hk : :
J : int. optional
|
---|---|
Returns : | x : :
phi : :
psi : :
|
Notes
The algorithm uses the vector cascade algorithm described by Strang and Nguyen in “Wavelets and Filter Banks”. It builds a dictionary of values and slices for quick reuse. Then inserts vectors into final vector at the end.