Click or drag to resize

FrequencyAnalizatorGoertzelMag Method

64 kbit/s bitrate (8 kHz sampling frequency × 8 bits per sample)

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static float GoertzelMag(
	int frequency,
	int sampleRate,
	byte[] dataB
)

Parameters

frequency
Type: SystemInt32
Hz
sampleRate
Type: SystemInt32
Sample per sec
dataB
Type: SystemByte
8 bits per sample

Return Value

Type: Single
If the value is greater than 0.01, the frequeny is detected
See Also