Click or drag to resize
Accord.NET (logo)

FourierTransform2Convolve Method (Complex, Complex, Complex)

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(
	Complex[] x,
	Complex[] y,
	Complex[] result
)
Request Example View Source

Parameters

x
Type: System.NumericsComplex
y
Type: System.NumericsComplex
result
Type: System.NumericsComplex
See Also