Click or drag to resize
Accord.NET (logo)

ToolsGetFrequencyVector Method

Creates an evenly spaced frequency vector (assuming a symmetric FFT)

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public static double[] GetFrequencyVector(
	int length,
	int sampleRate
)
Request Example View Source

Parameters

length
Type: SystemInt32
sampleRate
Type: SystemInt32

Return Value

Type: Double
See Also