-
ARMlpc2300技术笔记上册例程I2C软件包
ARMlpc2300技术笔记上册例程I2C软件包-Technical Notes on ARMlpc2300 List I2C routines package
- 2022-03-03 12:50:53下载
- 积分: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
-
Avr microcontroller based on a displayed string 74hc164 into the simulation (pro...
基于avr单片机的74hc164并入串出显示的仿真(proteus,c源码) -Avr microcontroller based on a displayed string 74hc164 into the simulation (proteus, c source code)
- 2023-09-03 05:50:03下载
- 积分:1
-
atmega16单片机与PC机串口通信,编程环境ICCAVR
atmega16单片机与PC机串口通信,编程环境ICCAVR-communicate by single-chip atmega16 and PC through USART
- 2022-02-04 17:49:31下载
- 积分:1
-
编写一个延时1MS子程序根据题目选择是定时还是记数状态,本题选择记数状态。然后根据延时1MS计算出计时器的初值是E0H(高8位)18H(低5位)。最后编写算法,...
编写一个延时1MS子程序根据题目选择是定时还是记数状态,本题选择记数状态。然后根据延时1MS计算出计时器的初值是E0H(高8位)18H(低5位)。最后编写算法,对T0初始化,利用T0的中断TF0调用中断处理程序。-prepared a delay rungs subroutine under the topic chosen is not a time to memorize numbers or state of mind of the few options that state. According to delay timer rungs calculate the initial value is E0H (high 8) 18H (Low 5). Preparation of the final algorithm, the T0 initialization, interrupt the use of T0 TF0 call interrupt handling procedures.
- 2022-01-25 22:40:39下载
- 积分:1
-
LED灯光变化控制,可以控制多个LED灯光的变化,实用可靠
LED灯光变化控制,可以控制多个LED灯光的变化,实用可靠-LED lights change control, can control multiple LED lighting changes, practical and reliable
- 2022-05-31 21:44:12下载
- 积分:1
-
- 2022-03-04 15:23:23下载
- 积分:1
-
51 C language entry SCM Guide
51单片机C语言入门教程-51 C language entry SCM Guide
- 2023-04-23 04:30:03下载
- 积分:1
-
NS12864R测试程序
实现NS12864的相关操作,程序使用keilc编写,是C语言程序。能很好的移植到其他编译器中,已成功编写了飞思卡尔单片机的相关驱...
NS12864R测试程序
实现NS12864的相关操作,程序使用keilc编写,是C语言程序。能很好的移植到其他编译器中,已成功编写了飞思卡尔单片机的相关驱动。-NS12864R test procedure NS12864 realize the relevance of the operation, procedures used to prepare keilc is the C language program. Transplant well to other compilers have been successfully prepared a Freescale SCM-related drive.
- 2022-01-25 14:13:51下载
- 积分:1
-
可用于 51系列单片机与触摸屏之间的通讯 (一般用modbus实现通讯)...
可用于 51系列单片机与触摸屏之间的通讯 (一般用modbus实现通讯)-design for exchange massage both mcu51 and torch pad
- 2022-01-23 11:14:27下载
- 积分:1