Learn R Programming

smmR (version 1.0.5)

convolution: 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)

Value

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

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\).