Click or drag to resize

FastHadamardTransformation Constructor

Initializes a new instance of the FastHadamardTransformation class.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public FastHadamardTransformation(
	MaximumLengthSequence mls
)

Parameters

mls  MaximumLengthSequence
The maximum length sequence that is used to generate the input signal for the device under test (DUT).
See Also