brick_wall {simts} | R Documentation |
Removal of Boundary Wavelet Coefficients
Description
Removes the first n wavelet coefficients.
Usage
brick_wall(x, wave_filter, method)
Arguments
x |
A |
wave_filter |
A |
method |
A |
Details
The vectors are truncated by removing the first n wavelet coefficients. These vectors are then stored into the field that is returned. Note: As a result, there are no NA's introduced and hence the na.omit is not needed.
Value
A field<vec>
with boundary modwt or dwt taken care of.
[Package simts version 0.2.2 Index]