-
Read 51 keys, and return the computer serial port debugging assistant
读51按键,并将ascii码返回计算机串口调试助手,-Read 51 keys, and return the computer serial port debugging assistant
- 2022-01-28 20:09:55下载
- 积分:1
-
51+DS1302+gsm源代码,相信对大家有点启发
51+DS1302+gsm源代码,相信对大家有点启发-51+ DS1302+ Gsm source code, I believe we are a bit of inspiration
- 2022-05-26 05:05:01下载
- 积分:1
-
这个是用来控制以ssd0323为主控芯片的显示屏的程序。在这个程序是以串行接口控制屏的...
这个是用来控制以ssd0323为主控芯片的显示屏的程序。在这个程序是以串行接口控制屏的-this control to be used to control chip ssd0323 display procedures. This process is serial interface of the control panel
- 2022-04-16 04:27:29下载
- 积分:1
-
ATmega Series 1602 Single
ATmega系列单片机驱动1602字符型液晶显示器
-ATmega Series 1602 Single-chip character-driven liquid crystal displays
- 2022-05-09 01:34:54下载
- 积分:1
-
SD卡方面的东东,希望对大家有所帮助,呵呵,
我为人人,人人为我...
SD卡方面的东东,希望对大家有所帮助,呵呵,
我为人人,人人为我
- 2022-08-15 06:04:20下载
- 积分:1
-
使用单片机系统制作波形发生器,能产生正弦波、方波、三角波...
使用单片机系统制作波形发生器,能产生正弦波、方波、三角波-The production of single-chip microcomputer system using the waveform generator, can generate sine wave, square wave, triangle wave
- 2022-02-02 05:09:07下载
- 积分:1
-
硬件协议栈芯片W3100A Web
硬件协议栈芯片w3100a的web-server,用51单片机,keil51环境-hardware protocol stack chips w3100a web-server, with 51 microcontroller, keil51 environment
- 2023-04-05 07:50:03下载
- 积分:1
-
C8051F330部分模块程序,已经调试成功
C8051F330部分模块程序,已经调试成功-C8051F330 part of module procedures are debugging success
- 2022-07-11 08:18:26下载
- 积分:1
-
AD7705的C51读写程序.希望对大家有所帮助!
AD7705的C51读写程序.希望对大家有所帮助!-AD7705 to read and write procedures for the C51. Want to be helpful to everyone!
- 2022-09-16 08:10:02下载
- 积分: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