convmtx: Returns the convolution matrix Returns the convolution...

View source: R/conv.R

convmtxR Documentation

Returns the convolution matrix Returns the convolution matrix, A, such that the product of A and a vector, x, is the convolution of y and x.

Description

Returns the convolution matrix

Returns the convolution matrix, A, such that the product of A and a vector, x, is the convolution of y and x.

Usage

convmtx(w, n)

Value

If y is a column vector of length m, A is m-by-nf.


emanuelhuber/RGPR documentation built on March 18, 2024, 8 p.m.