convolution: Discrete-time convolution product of f and g (See definition...

View source: R/convolution.R

convolutionR Documentation

Discrete-time convolution product of f and g (See definition 2.2 p. 20)

Description

Discrete-time convolution product of f and g (See definition 2.2 p. 20)

Usage

convolution(f, g)

Arguments

f

A vector giving the values of the function f for each k \in N.

g

A vector giving the values of the function g for each k \in N.

Value

A vector giving the values of the discrete-time convolution of f and g for each k \in N.


corentin-dev/smmR documentation built on April 14, 2023, 11:36 p.m.