brickwall | R Documentation |
Brickwall functionality for MO/DWT
Removes boundary coefficients
brickwall(signal.decomp)
signal.decomp |
A |
A modwt
or dwt
object that has been brick walled
JJB
set.seed(999)
x = rnorm(100)
o = modwt(x, bw = FALSE)
brickwall(o)
x = rnorm(2^8)
j = dwt(x, bw = FALSE)
brickwall(j)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.