RealFFTResultWrapperFromRepresentationCompactComplexToReal(IROComplexDoubleVector, IVectorDouble) Method |
Transforms from a compact complex representation (nyquist frequency value put in imaginary part of first element) to real representation.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void FromRepresentationCompactComplexToReal(
IROComplexDoubleVector src,
IVector<double> destination
)
Parameters
- src IROComplexDoubleVector
- Stores the complex spectrum.
- destination IVectorDouble
- After return, stores the spectrum in normalized real representation. The length of the vector has to be equal to the length of the FFT.
See Also