Click or drag to resize
Accord.NET (logo)

FourierTransform2Convolve Method (Double, Double, Double, Double, Double, Double)

Computes the circular convolution of the given complex vectors. All vectors must have the same length.

Namespace:  Accord.Math.Transforms
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static void Convolve(
	double[] xreal,
	double[] ximag,
	double[] yreal,
	double[] yimag,
	double[] outreal,
	double[] outimag
)
Request Example View Source

Parameters

xreal
Type: SystemDouble
ximag
Type: SystemDouble
yreal
Type: SystemDouble
yimag
Type: SystemDouble
outreal
Type: SystemDouble
outimag
Type: SystemDouble
See Also