RealFourierTransformation2DGetRowFrequenciesCentered Method |
Gets the row frequencies. Here, the row frequency of zero is located in the center of the matrix.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IReadOnlyList<double> GetRowFrequenciesCentered(
int numberOfResultRowFrequencies
)
Parameters
- numberOfResultRowFrequencies Int32
- The number of resulting rows. Use the value NumberOfRows to get all frequencies, or a value less than that to get only a fraction of frequencies.
Return Value
IReadOnlyListDoubleVector that accomodates the row frequencies.
Exceptions See Also