RealFFTResultWrapperCircularFrequenciesFromXIncrement Method |
Given a value for the xincrement (x interval between two points before the Fourier transformation), the vector of circular frequencies
is returned.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IReadOnlyList<double> CircularFrequenciesFromXIncrement(
double xincrement
)
Parameters
- xincrement Double
- X interval between two points before the Fourier transformation (sample period).
Return Value
IReadOnlyListDoubleThe vector of circular frequencies that correspond to the vectors Amplitude, RealPart, ImaginaryPart and Phase.
See Also