Biorthogonal scaling and wavelet functions
[PHIS,PSIS,PHIA,PSIA,XVAL] = bswfun(LoD,HiD,LoR,HiR)
bswfun(LoD,HiD,LoR,HiR,ITER)
bswfun(LoD,HiD,LoR,HiR,'plot')
bswfun(LoD,HiD,LoR,HiR,ITER,'plot')
bswfun(LoD,HiD,LoR,HiR,'plot',ITER)
[PHIS,PSIS,PHIA,PSIA,XVAL] = bswfun(LoD,HiD,LoR,HiR)
returns
approximations on the grid XVAL
of the two pairs
of biorthogonal scaling and wavelet functions. PHIS
and PSIS
are
the scaling and wavelet functions constructed from the decomposition
filters, LoD
and HiD
. PHIA
and PSIA
are
the scaling and wavelet functions constructed from the reconstruction
filters, LoR
and HiR
.
bswfun(LoD,HiD,LoR,HiR,ITER)
computes the
two pairs of scaling and wavelet functions using ITER iterations.
bswfun(LoD,HiD,LoR,HiR,'plot')
or bswfun(LoD,HiD,LoR,HiR,ITER,'plot')
or bswfun(LoD,HiD,LoR,HiR,'plot',ITER)
computes
and plots the functions.
This function uses the cascade algorithm.