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