convolve {lowpassFilter} | R Documentation |
Time discrete convolution
Description
For developers only; computes a time discrete convolution.
Usage
.convolve(val, kern)
Arguments
val |
a numeric vector giving the values |
kern |
a numeric vector giving the time discrete kernel |
Value
A numeric vector giving the convolution.
See Also
[Package lowpassFilter version 1.0-2 Index]