Click or drag to resize

FastHartleyTransformCyclicDestructiveConvolution(Double, Double, Double, Int32) Method

Performs a cyclic convolution of two real valued arrays. The content of the input arrays is destroyed during this operation.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void CyclicDestructiveConvolution(
	double[] data,
	double[] resp,
	double[] result,
	int n
)

Parameters

data  Double
The first input array (the data).
resp  Double
The second input array (the response function).
result  Double
The result of the convolution.
n  Int32
The convolution size. The provided arrays may be larger than n, but of course not smaller.
See Also