Click or drag to resize

FastHadamardTransformationExecute Method

Executes the correlation.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Execute(
	double[] signal,
	double[] response,
	bool isDCCoupled
)

Parameters

signal  Double
The output signal from the device under test (DUT). The length of this signal has to be equal to the length of the maximum length sequence.
response  Double
As the result of this function, this array contains the response function, i.e. the cross-correlation of the maximum length sequence with the signal given in signal. You must provide an array at least as long as the length of the maximum length sequence.
isDCCoupled  Boolean
If the signal you measured is DC coupled, set this parameter to true. Otherwise, set it to false.
See Also