
Last chance! 50% off unlimited learning
Sale ends in
brick_wall(x, wave_filter, method)
field
that contains the nlevel decomposition using either modwt or dwt.field
containing filter information. Only "haar" is implemented.string
to describe the mode. Choose between "modwt" and "dwt"field
with boundary modwt or dwt taken care of.
x = rnorm(100)
me = modwt_cpp(x, filter_name = "haar", nlevels = 4, boundary = "periodic", brickwall = FALSE)
brick_wall(me, select_filter("haar"), "modwt")
Run the code above in your browser using DataLab