Click or drag to resize

FourierFrequencyScale Method

Generate the frequencies corresponding to each index in frequency space. The frequency space has a resolution of sampleRate/N. Index 0 corresponds to the DC part, the following indices correspond to the positive frequencies up to the Nyquist frequency (sampleRate/2), followed by the negative frequencies wrapped around.

Namespace: Altaxo.Calc.IntegralTransforms
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double[] FrequencyScale(
	int length,
	double sampleRate
)

Parameters

length  Int32
Number of samples.
sampleRate  Double
The sampling rate of the time-space data.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.IntegralTransforms.Fourier.FrequencyScale(System.Int32,System.Double)"]

See Also