You are here:
Home
>
MtxVec
>
MtxExpr
>
Convolve Method
MtxVec (Delphi / C++ Builder)
Contents
|
Search
|
Home
MtxExpr.Convolve Method
MtxExpr
function
Convolve(
const
X:
TVec
;
const
H:
TVec
):
Vector
;
Returns convolution of X with H.
#
Name
Type
Description
1
X
TVec
2
H
TVec
Returns: Vector
Remarks:
Internally calls
Vector.Convolve