#This function is currently used by `mwr' and `mwd' in decomposing and
#reconstructing, however you can view the coefficients.
#
# look at the filter coefficients for Geronimo multiwavelet
#
mfilter.select()
#$type:
#[1] "Geronimo"
#
#$name:
#[1] "Geronimo Multiwavelets"
#
#$nphi:
#[1] 2
#
#$npsi:
#[1] 2
#
#$NH:
#[1] 4
#
#$ndecim:
#[1] 2
#$H:
# [1] 0.4242641 0.8000000 -0.0500000 -0.2121320 0.4242641 0.0000000
# [7] 0.4500000 0.7071068 0.0000000 0.0000000 0.4500000 -0.2121320
#[13] 0.0000000 0.0000000 -0.0500000 0.0000000
#
#$G:
# [1] -0.05000000 -0.21213203 0.07071068 0.30000000 0.45000000 -0.70710678
#
# [7] -0.63639610 0.00000000 0.45000000 -0.21213203 0.63639610 -0.30000000
#[13] -0.05000000 0.00000000 -0.07071068 0.00000000
Run the code above in your browser using DataLab