Click or drag to resize

RealFFTResultWrapperAmplitude Property

Returns the vector of amplitudes, i.e. the modulus of the complex result.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<double> Amplitude { get; }

Property Value

IReadOnlyListDouble
See Also