|
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
)
Public Shared Sub Convolve (
x As Complex(),
y As Complex(),
result As Complex()
)
Request Example
View SourceParameters
- x
- Type: System.NumericsComplex
- y
- Type: System.NumericsComplex
- result
- Type: System.NumericsComplex
See Also