Click or drag to resize
Accord.NET (logo)

FourierTransform2Convolve Method (Double, Double, Double)

Computes the circular convolution of the given real 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[] x,
	double[] y,
	double[] result
)
Request Example View Source

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
result
Type: SystemDouble
See Also