|
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
)
Public Shared Sub Convolve (
xreal As Double(),
ximag As Double(),
yreal As Double(),
yimag As Double(),
outreal As Double(),
outimag As Double()
)
Request Example
View SourceParameters
- xreal
- Type: SystemDouble
- ximag
- Type: SystemDouble
- yreal
- Type: SystemDouble
- yimag
- Type: SystemDouble
- outreal
- Type: SystemDouble
- outimag
- Type: SystemDouble
See Also