|
ToolsGetSpectralResolution Method
|
Gets the spectral resolution for a signal of given sampling rate and number of samples.
Namespace:
Accord.Audio
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax public static double GetSpectralResolution(
int samplingRate,
int samples
)
Public Shared Function GetSpectralResolution (
samplingRate As Integer,
samples As Integer
) As Double
Request Example
View SourceParameters
- samplingRate
- Type: SystemInt32
- samples
- Type: SystemInt32
Return Value
Type:
DoubleSee Also