Return (x, phi, psi) at dyadic points K/2**J from filter coefficients.
Parameters : | hk : array_like
J : int, optional
|
---|---|
Returns : | x : ndarray
phi : ndarray
psi : ndarray, optional
|
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.