-
C8051F06X系列单片机的C语言编程实例,非常适合初次使用该单片机的人阅读,对掌握该单片机有很好的帮助作用。...
C8051F06X系列单片机的C语言编程实例,非常适合初次使用该单片机的人阅读,对掌握该单片机有很好的帮助作用。-C8051F06X MCU Series C language programming examples, very suitable for the initial use of the SCM readers to grasp the MCU are very helpful.
- 2022-02-21 03:19:14下载
- 积分:1
-
MC9S12DG128适合EEPROM的发展。
适合用于mc9s12dg128的EEPROM开发。-Mc9s12dg128 suitable for the development of the EEPROM.
- 2022-02-14 00:47:16下载
- 积分:1
-
基于C51编程时钟控制DS18B20温度计很准确…
基于DS18B20的温度计,用C51编程
时钟控制的很精确,调试成功的程序,没有问题,可以很方便的移植-Based on the thermometer DS18B20 with C51 programming clock control is very accurate, debugging successful procedures, there is no problem, you can easily transplant
- 2022-03-13 08:53:45下载
- 积分:1
-
用最新的32位微控制写的原装LCD+LED程序
用最新的32位微控制写的原装LCD+LED程序-With the latest 32-bit micro-control to write the original LCD LED process
- 2022-09-30 23:35:03下载
- 积分:1
-
rtx51操作系统说明
rtx51操作系统说明-rtx51 OS
- 2022-01-28 04:14:58下载
- 积分:1
-
利用单片机设计一个显示温度的系统,主要采用的是静态显示的方式...
利用单片机设计一个显示温度的系统,主要采用的是静态显示的方式-The use of microcontroller design a show that the temperature of the system, mainly in a static display mode
- 2022-05-19 11:45:49下载
- 积分:1
-
采用C51结合模数转换器实现多路数据采集系统
采用C51结合模数转换器实现多路数据采集系统-C51 combined with multi-channel ADC Data Acquisition System
- 2022-01-21 04:48:54下载
- 积分:1
-
采用8位LED动态扫描时钟演示程序
使用12MHZ晶振,P0口输出段码,P2口作列扫描,用共阳LED数码管...
采用8位LED动态扫描时钟演示程序
使用12MHZ晶振,P0口输出段码,P2口作列扫描,用共阳LED数码管-Using 8-bit LED Dynamic scan demo program using the 12Mhz clock crystal, P0 port output above code, P2 I make out scanning, with a total of Yang LED digital tube
- 2022-03-14 10:35:26下载
- 积分:1
-
BH1415F调频台控制C程序
使用AT89C52单片机,12MHZ晶振,用共阳四位LED数码管...
BH1415F调频台控制C程序
使用AT89C52单片机,12MHZ晶振,用共阳四位LED数码管-FM BH1415F control C program uses AT89C52 single-chip, 12MHZ crystal, with a total of four positive LED digital tube
- 2022-03-19 01:51:33下载
- 积分: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