Click or drag to resize

RealFFTResultWrapperCircularFrequenciesFromXRate Method

Given a value for the xrate (inverse of x interval between two points before the Fourier transformation), the vector of circular frequencies is returned.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<double> CircularFrequenciesFromXRate(
	double xrate
)

Parameters

xrate  Double
Inverse of the x interval between two points before the Fourier transformation (sample rate).

Return Value

IReadOnlyListDouble
The vector of circular frequencies that correspond to the vectors Amplitude, RealPart, ImaginaryPart and Phase.
See Also