-
《单片机C语言编程与实例》的代码,使用keil编程环境,供大家参考
《单片机C语言编程与实例》的代码,使用keil编程环境,供大家参考- Microcontroller C programming language and examples of code, using keil programming environment, for your reference
- 2022-02-03 06:36:42下载
- 积分:1
-
AVR icc library where all the source code, avr microcontroller embedded
AVR icc里所有 库函数的源代码,avr单片机嵌入式-AVR icc library where all the source code, avr microcontroller embedded
- 2022-03-07 21:54:21下载
- 积分:1
-
MSP430 LCD液晶显示模块 1602代码
MSP430 LCD液晶显示模块 1602代码-MSP430 LCD liquid crystal display module 1602 code
- 2022-02-04 17:21:55下载
- 积分:1
-
单片机控制语音芯片ISD1420的汇编程序,无误
单片机控制语音芯片ISD1420的汇编程序,无误-Voice chip ISD1420 single-chip microcomputer to control the compilation process, correct
- 2022-06-30 23:24:26下载
- 积分:1
-
无线模块nrf2401驱动程序,介绍了NRF2401应用操作的源程序代码
无线模块nrf2401驱动程序,介绍了NRF2401应用操作的源程序代码-Wireless module nRF2401 driver, introduced the application of the operation of nRF2401 source code
- 2022-09-26 04:25:03下载
- 积分:1
-
ATMEGA128的PCF8536驱动程序,对自己编写端口驱动的同志有很大的帮助!...
ATMEGA128的PCF8536驱动程序,对自己编写端口驱动的同志有很大的帮助!-ATMEGA128 the PCF8536 driver to prepare for their comrades-driven port of great help!
- 2022-03-20 13:26:50下载
- 积分:1
-
基于无线网络的24e1程序控制器。在无线传感器网络…
基于无线单片机24e1的组网程序。在无线传感器之类的应用中的成功案例。-microcontroller based wireless network 24e1 the procedure. In wireless sensor applications such as a successful case.
- 2022-07-15 10:59:50下载
- 积分:1
-
Atmel 8515 RC5 decoder
Atmel 8515 RC5 decoder
- 2022-01-21 18:29:38下载
- 积分: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
-
4X4矩阵键盘+LCD1602显示,可以开发好多功能
4X4矩阵键盘+LCD1602显示,可以开发好多功能-4X4 matrix keyboard+ LCD1602, it can be a good multi-purpose development
- 2022-11-06 12:15:04下载
- 积分:1