Learn R Programming

lowpassFilter (version 1.0-2)

convolve: 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

lowpassFilter