-
一个电子仪器的开发原程序!绝对可以用!一个电子仪器的开发原程序!绝对可以用!...
一个电子仪器的开发原程序!绝对可以用!一个电子仪器的开发原程序!绝对可以用!-The development of an electronic instrument the original program! Absolutely can! The development of an electronic instrument the original program! Absolutely can!
- 2022-07-03 11:48:29下载
- 积分:1
-
单手PC键盘(at90s8515)
单手PC键盘(at90s8515)-one-handed PC keyboard (at90s8515)
- 2023-04-30 07:55:03下载
- 积分:1
-
关于msp430单片机的一些
自己收集的一些有需要的请下载
关于msp430单片机的一些
自己收集的一些有需要的请下载-MSP430 MCU on some of his own collection of some of those in need, please download
- 2022-02-01 09:12:38下载
- 积分:1
-
万年历+温度+12864LCD,51单片机程序,proteus仿真,很好的
万年历+温度+12864LCD,51单片机程序,proteus仿真,很好的-Calendar+ Temperature+ 12864LCD, 51 single-chip program, proteus simulation, good
- 2022-07-19 05:55:51下载
- 积分:1
-
按键控制步进电机正反转,此为电子显微镜载物台三维控制设计...
按键控制步进电机正反转,此为电子显微镜载物台三维控制设计-Stepper motor control key positive
- 2023-08-11 07:15:04下载
- 积分:1
-
RF24L01驱动程序
RF24L01驱动程序---C51-RF24L01 driver--- C51
- 2022-02-11 21:22:06下载
- 积分:1
-
单片机的程序,欢迎探讨
单片机的程序,欢迎探讨-Microcomputer Program, welcomed the study
- 2022-04-19 15:10:57下载
- 积分:1
-
51单片机控制网卡实现上网程序代码,编译环境为Keil C51
51单片机控制网卡实现上网程序代码,编译环境为Keil C51-51 MCU control card online code, compile environment for the Keil C51
- 2022-01-26 00:44:56下载
- 积分:1
-
80C51编写看门狗程序,该程序是数字电压我…
80C51编写的看门狗程序,本程序是为了数字电压表的看们狗设计-80C51 watchdog prepared by the procedure, the procedure is to digital voltage meter to see who the dog design
- 2022-04-29 08:19:40下载
- 积分:1
-
void InitGoertzel(void)
作用:初始化算法参数
用法:采用算法进行检测前执行一次,如果需要改变参数,调用SetParameter(...
void InitGoertzel(void)
作用:初始化算法参数
用法:采用算法进行检测前执行一次,如果需要改变参数,调用SetParameter()
float CGoertzel::GetMagnitude(unsigned char * sampleData, int length) //算法主接口
作用:对采集下来的音频数据用算法处理,返回一个结果
参数:sampleData-音频数据缓冲地址指针;
length-缓冲区尺寸(音频数据数量),字节数;
返回值:返回算法结果。
void SetParameter(DWORD set_SampleRate, DWORD set_TargetFreq, DWORD set_BlockSize)
作用:设置算法参数;
参数:set_SampleRate-音频数据抽样速率;
set_TargetFreq-目标信号频率;
set_BlockSize-算法数据块尺寸(采样点);
用法:调用本函数后,需要调用一次InitGoertzel(void)才会生效-void InitGoertzel (void) function: initialization algorithm parameters Usage: The algorithm performs a pre-test, if the need to change the parameters, calling SetParameter () float CGoertzel:: GetMagnitude (unsigned char* sampleData, int length)// Algorithm for the main interface role: to collect audio data from the treatment algorithm to return a result parameter: sampleData-audio data buffer address pointer length-buffer size (the number of audio data), number of bytes return value: the return of
- 2023-03-11 13:30:04下载
- 积分:1