-
基于altera公司的cycloneIII_3c25_niosII的应用程序软件,是altera公司提供的标准例程,里面包含sd卡的读写,位图在lcd的显示等。...
基于altera公司的cycloneIII_3c25_niosII的应用程序软件,是altera公司提供的标准例程,里面包含sd卡的读写,位图在lcd的显示等。-On altera" s cycloneIII_3c25_niosII application software, is provided by altera standard routines, which contains the sd card reader, lcd display bitmaps and so on.
- 2022-04-25 17:06:21下载
- 积分:1
-
本文章介绍了一种AD值的线性化方法。可以应用于单片机系统的设计开发当中。在系统的硬件设计方法上,使用温度补偿的方法,使得AD转换值可实现线性化,从而可以减少了单...
本文章介绍了一种AD值的线性化方法。可以应用于单片机系统的设计开发当中。在系统的硬件设计方法上,使用温度补偿的方法,使得AD转换值可实现线性化,从而可以减少了单片机软件开发当中进行非线性数据的线性化处理。-This article introduces a AD value of the linear method. Can be applied to the design of single-chip microcomputer system development. The system
- 2022-02-01 05:50:11下载
- 积分:1
-
LCD 12864 driver c in both English and Chinese display drivers
液晶12864驱动c 中英文显示驱动程序-LCD 12864 driver c in both English and Chinese display drivers
- 2023-05-31 20:55:03下载
- 积分:1
-
SCM control GSM Module
单片机控制GSM模块-SCM control GSM Module
- 2023-01-13 11:55:04下载
- 积分:1
-
51写的拼音输入法
51写的拼音输入法-51 write phonetic input method
- 2022-03-11 21:36:03下载
- 积分:1
-
Using 16f876 & matrix led to show time.
Using 16f876 & matrix led to show time.
- 2022-02-13 10:02:31下载
- 积分:1
-
一种无线传感器网络CSMA协议的设计与实现
一种无线传感器网络CSMA协议的设计与实现-csma
- 2022-11-04 17:45:02下载
- 积分:1
-
J1939协议的源代码,支持PIC18F单片机。有一个详细的说明文件…
J1939源代码,支持PIC18F系列单片机。有详细的说明文档,移植方便。-J1939 source code, support PIC18F MCU. Have a detailed description of the document, to facilitate transplantation.
- 2022-04-14 11:00:30下载
- 积分:1
-
18b01驱动使用单
18b01驱动采用单片机显示18b20温度驱动
- 2023-08-13 22:05: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