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.4.13.0
Syntax
public static float GoertzelMag(
	int frequency,
	int sampleRate,
	byte[] dataB
)

Parameters

frequency  Int32
Hz
sampleRate  Int32
Sample per sec
dataB  Byte
8 bits per sample

Return Value

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