This is a subsidiary routine not intended to be called by a user:
use draw
instead.
Generates scaling functions by inserting a Kronecker delta function
into the bottom of the inverse DWT and repeating the inverting steps.
ScalingFunction(filter.number = 10, family = "DaubLeAsymm", resolution = 4096,
itlevels = 50)
The filter number of the associated wavelet. See
filter.select
The family of the associated wavelet. See
filter.select
The nominal resolution, the actual grid size might be larger than this
The number of complete filtering operations to generate the answer
A list containing the x
and y
values of the required
scaling function.
Description says all