-
欧洲航天局的总结报告
欧洲航天局的总结报告--FPGA设计指南,简单并且系统地介绍了FPGA的开发流程,英文版。-The European Space Agency Final Report- FPGA Design Guide, a simple and systematic introduction to FPGA-development process and English.
- 2022-06-14 18:25:56下载
- 积分:1
-
TLC1543 AD采样子程序,提供了PORT作为采样通道号的形参。
TLC1543 AD采样子程序,提供了PORT作为采样通道号的形参。-TLC1543 AD subroutine, as provided PORT sampling of the channel-shaped Senate.
- 2023-02-03 20:25:04下载
- 积分:1
-
该方案要求利用凌阳科技,公司SPLC501A液晶模块…
本方案要求利用凌阳科技公司的SPLC501A液晶模组作为显示模块,凌阳16位单片机SPCE061A
作为主控芯片,充分利用SPCE061A精简开发板(简称61板)上面的三个按键,完成一个简易的数
字系统――数字电子钟。
-The program requires the use of Sunplus Technology, Inc. SPLC501A LCD module as the display module, Sunplus 16-bit single-chip microcomputer as the master chip SPCE061A make full use of SPCE061A streamline development board (hereinafter referred to 61 plates) above the three buttons to complete a simple of digital systems- digital electronic clock.
- 2022-08-31 20:20:03下载
- 积分:1
-
通过编程实现对LCD的驱动,实现能在LCD显示器上显示字符和数字。...
通过编程实现对LCD的驱动,实现能在LCD显示器上显示字符和数字。-Through the programming of the LCD driver, able to realize in the LCD display to show characters and numbers.
- 2022-11-17 13:45:04下载
- 积分:1
-
波轮式全自动洗衣机的单片机控制.很实用的
波轮式全自动洗衣机的单片机控制.很实用的--Using SCM to control an automatic laundary machine.
- 2022-01-31 10:35:05下载
- 积分:1
-
这是一个串行通信接口的实例就是在单片机时钟频率在12MHz 波特率 9600bps 的通信方式下实现软件UART的发送程序。...
这是一个串行通信接口的实例就是在单片机时钟频率在12MHz 波特率 9600bps 的通信方式下实现软件UART的发送程序。
-This is an example of serial communication interface is a single chip at 12MHz clock frequency in the communication baud rate of 9600bps software UART implementation of the send process.
- 2022-01-25 20:04:50下载
- 积分:1
-
会议计时器,以MCS51单片机为核心,实现会议演讲定时提醒功能,可以进行设定时间,倒计时,暂停,蜂鸣器提醒或灯光提醒等功能...
会议计时器,以MCS51单片机为核心,实现会议演讲定时提醒功能,可以进行设定时间,倒计时,暂停,蜂鸣器提醒或灯光提醒等功能-Session timer to MCS51 single-chip microcomputer as the core, the realization of the meeting from time to time to remind the function of speech, you can set time, the countdown, suspension, or a buzzer to remind lighting functions to remind
- 2022-01-25 20:55:54下载
- 积分:1
-
TDK 6521 SOC 芯片 DEMO程序,由TDK 公司提供,可直接使用。开发平台keil c51。...
TDK 6521 SOC 芯片 DEMO程序,由TDK 公司提供,可直接使用。开发平台keil c51。-TDK 6521 SOC chip DEMO procedures provided by the TDK Corporation, can be used directly. Development platform keil c51.
- 2023-04-09 02: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
-
遥控器编码的c51程序,包括遥控器编码,I2C操作编程等
遥控器编码的c51程序,包括遥控器编码,I2C操作编程等-remote coding decoder procedures, including remote control codes, such as I2C programming operation
- 2022-07-13 19:46:49下载
- 积分:1