-
MSP430系列汇编指令集,作为编程时或初学时使用
MSP430系列汇编指令集,作为编程时或初学时使用-MSP430 instruction set compilation series, as a beginner programmer or the use of
- 2022-05-24 16:31:57下载
- 积分:1
-
bottom of the mouse Communication Theory and in
通过对鼠标底层通信原理及协议的深入分析,探讨了鼠标在单片机系统中的应用价值与可行性,并介绍了鼠标接口软件设计的原理及方法,给出了单片机与Microsoft鼠标的具体接口程序。-bottom of the mouse Communication Theory and in-depth analysis of the agreement to explore a mouse in the SCM system of value and viability, and introduced a mouse interface software design principle and the method of the SCM and Microsoft mouse interface to the specific procedures.
- 2023-04-29 10:45:03下载
- 积分:1
-
OCM4X8C液晶显示在凌阳单片机上的驱动程序
OCM4X8C液晶显示在凌阳单片机上的驱动程序-OCM4X8C in Sunplus LCD Single Chip Driver
- 2023-07-28 06:40:03下载
- 积分:1
-
AT91SAM7S256开发板基础demo,已验证
AT91SAM7S256开发板基础demo,已验证-AT91SAM7S256 development board based on demo, verified
- 2022-02-03 12:54:29下载
- 积分:1
-
- 2023-07-21 19:45:03下载
- 积分:1
-
也与温度计,里面有详细电路图,照片,功能,结合电子闹钟,使用,简单,易学习...
也与温度计,里面有详细电路图,照片,功能,结合电子闹钟,使用,简单,易学习-Also with the thermometer, which has detailed circuit diagrams, photos, features, combined with electronic alarm clock, use, simple and easy to study
- 2023-02-14 11:05:04下载
- 积分:1
-
PROFIBUS现场总线,RS485
profibus TO RS485
profibus TO RS485
- 2022-02-19 22:06:37下载
- 积分:1
-
1602液晶 51单片机 DS1302时钟芯片
1602液晶 51单片机 DS1302时钟芯片-1602 LCD 51 MCU clock chip DS1302
- 2022-05-23 10:15:57下载
- 积分:1
-
Msp430的flash读写文件配置文件,(msp430f427芯片)
Msp430的flash读写文件配置文件,(msp430f427芯片)-MSP430
- 2023-05-04 08:40:03下载
- 积分: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