ipndacw
matrices.rmname(J, filter.number, family)
ipndacw
matrix.ipndacw
matrix.ipndacw
matrix.ipndacw
take a long time to compute. Hence it is a good idea to store them and reuse them. This function generates a name according to a particular naming scheme that permits a search algorithm to easily find the matrices. Each matrix has three defining characteristics: its order, filter.number and family. Each of these three characteristics are concatenated together to form a name.
ewspec
, ipndacw
,#
# What's the name of the order 4 Haar matrix?
#
rmname(-4, filter.number=1, family="DaubExPhase")
#[1] "rm.4.1.DaubExPhase"
#
# What's the name of the order 12 Daubechies least-asymmetric wavelet
# with 7 vanishing moments?
#
rmname(-12, filter.number=7, family="DaubLeAsymm")
#[1] "rm.12.7.DaubLeAsymm"
Run the code above in your browser using DataLab