|
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
)
Public Shared Function GetFrequencyVector (
length As Integer,
sampleRate As Integer
) As Double()
Request Example
View SourceParameters
- length
- Type: SystemInt32
- sampleRate
- Type: SystemInt32
Return Value
Type:
DoubleSee Also