Click or drag to resize

RealFourierTransformation2DGetColumnFrequencies Method

Gets the column frequencies.

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

Parameters

numberOfResultColumnFrequencies  Int32
The number of resulting column frequencies. Use the value NumberOfColumns to get all frequencies, or a value less than that to get only a part of the frequencies.

Return Value

IReadOnlyListDouble
Vector that accomodates the column frequencies.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionNumberOfResultRows has to be less than or equal to the existing number of rows.
See Also