FrequencyAnalizatorGoertzelMag Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static float GoertzelMag(
int frequency,
int sampleRate,
byte[] dataB
)
Public Shared Function GoertzelMag (
frequency As Integer,
sampleRate As Integer,
dataB As Byte()
) As Single
public:
static float GoertzelMag(
int frequency,
int sampleRate,
array<unsigned char>^ dataB
)
static member GoertzelMag :
frequency : int *
sampleRate : int *
dataB : byte[] -> float32
Parameters
- frequency
- Type: SystemInt32
- sampleRate
- Type: SystemInt32
- dataB
- Type: SystemByte
Return Value
Type:
SingleSee Also