Click or drag to resize

RealFFTResultWrapperFromRepresentationRealToCompactComplex(IReadOnlyListDouble, IVectorDouble, IVectorDouble) 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,
	IVector<double> destRe,
	IVector<double> destIm
)

Parameters

src  IReadOnlyListDouble
Real representation of the spectrum.
destRe  IVectorDouble
On return, contains the real part of the spectrum.
destIm  IVectorDouble
On return, contains the imaginary part of the spectrum.
See Also