conv.seq: Sequence convolution conv.seq calculates the convolution of...

View source: R/mint.R

conv.seqR Documentation

Sequence convolution conv.seq calculates the convolution of two sequences

Description

Sequence convolution conv.seq calculates the convolution of two sequences

Usage

conv.seq(x, y, real = TRUE)

Arguments

x,y

numeric vectors

real

logical value, indicating whether the result should be real valued

Value

a numeric vector of length equal to length(x)+length(y), giving the convolution of x and y

See Also

convolve

Examples

conv.seq(1:5,1:4)
convolve(1:5,4:1,type="open")

IHSEP documentation built on Sept. 17, 2022, 1:05 a.m.