-
avr串口实验,并且带有硬件原理图,程序简单,适合新手!
avr串口实验,并且带有硬件原理图,程序简单,适合新手!-avr serial experiments, as well as with the hardware schematic diagram, a simple, suitable for novice!
- 2023-03-01 23:55:03下载
- 积分:1
-
很有用的单片机资料
很有用的单片机资料-useful information on the SCM
- 2022-09-10 16:25:03下载
- 积分:1
-
51 keyboard scanning procedures, with the original scan different ways, this app...
51的键盘扫描程序,与原来的扫描方式不同,这种方式可以处理多键同时按下.-51 keyboard scanning procedures, with the original scan different ways, this approach can handle multi-button pressed together.
- 2023-02-25 21:55:03下载
- 积分:1
-
D12 with a computer through USB MCU communication procedures, developers can ref...
D12与电脑通过USB单片机通信的程序,开发人员可以参考
- 2022-06-14 16:38:31下载
- 积分:1
-
This is a single
这是单片机中关于ADC0809的源程序,经测试过的,没有错误-This is a single-chip on the ADC0809 source, have been tested before, and no error
- 2022-01-28 09:44:10下载
- 积分:1
-
msp430系列介绍 msp430系列介绍 msp430系列介绍
msp430系列介绍 msp430系列介绍 msp430系列介绍-msp430系列介绍msp430系列介绍msp430系列介绍msp430系列介绍
- 2022-02-12 21:53:11下载
- 积分:1
-
tmer_a,TI TMPS430单片机使用例子,希望对象我一样的初学者有帮助...
tmer_a,TI TMPS430单片机使用例子,希望对象我一样的初学者有帮助-tmer_a, TI MCU TMPS430 use examples, I hope that the same object is to help beginners
- 2022-10-12 20:50:03下载
- 积分:1
-
Achieve STC89LE516AD MCU A/D conversion clock 11.0592M, conversion results to 16...
实现STC89LE516AD单片机的A/D转换功能,时钟11.0592M,转换结果以16进制输出到串行口,可用串行口调试程序并观察输出结果,注解非常详细。-Achieve STC89LE516AD MCU A/D conversion clock 11.0592M, conversion results to 16 hexadecimal output to the serial port, serial port can be used to debug programs and observe the output, very detailed comments.
- 2022-11-03 06:35: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
-
该文件提供了补充硅实验室中断D的信息。
This document provides information that supplements the Silicon Labs Interrupt Driver, which
includes instructions for installing the driver and information for building the driver.
- 2022-01-25 22:29:05下载
- 积分:1