Click or drag to resize

RealFFTResultWrapperFromRepresentationRealToCompactComplex(IReadOnlyListDouble, IComplexDoubleVector) Method

Transforms from the real representation of a spectrum to the compact complex representation (nyquist frequency value put in imaginary part of first element).

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void FromRepresentationRealToCompactComplex(
	IReadOnlyList<double> src,
	IComplexDoubleVector dest
)

Parameters

src  IReadOnlyListDouble
Real representation of the spectrum.
dest  IComplexDoubleVector
On return, contains the complex spectrum.
See Also