-
该压缩包内还有51单片机常用各类外设驱动C程序源码(128*64点阵屏,DS18B20温度芯片,I2C,DS1302时钟芯片,AT24C16(I2C接口)及X5...
该压缩包内还有51单片机常用各类外设驱动C程序源码(128*64点阵屏,DS18B20温度芯片,I2C,DS1302时钟芯片,AT24C16(I2C接口)及X5045P(SPI接口)EEPROM等等),每个都绝对可用。每个驱动程序都有一个C文件和对应的H文件,文件名即为驱动芯片类型。-The compressed package of 51 common types of single-chip peripherals drive C program source code (128* 64 dot matrix screen, DS18B20 temperature chip, I2C, DS1302 clock chip, AT24C16 (I2C interface) and X5045P (SPI Interface) EEPROM and so on), each is absolutely available. Each driver has a C file and the corresponding H file, the file name is the type of driver chips.
- 2022-03-14 19:50:43下载
- 积分:1
-
Practical single
单片机实用源程序,如上下位机通讯,时钟等-Practical single-chip source, such as upper and lower communication, clock, etc.
- 2022-07-06 21:05:49下载
- 积分:1
-
PC机串口通讯让51内核单片机控制直流电机转动固定的角度,内有51程序和软件仿真...
PC机串口通讯让51内核单片机控制直流电机转动固定的角度,内有51程序和软件仿真-PC 机
- 2023-05-22 01:35:04下载
- 积分: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
-
编程爱好者,自编C程序跑灯,控制单片机P1口,逐个点亮心中的明灯...
编程爱好者,自编C程序跑灯,控制单片机P1口,逐个点亮心中的明灯-Programming enthusiasts, self-compiled C program running lights, control Singlechip P1 mouth, one by one lit the hearts of the light
- 2023-06-16 18:45:02下载
- 积分:1
-
c51, realize network communication of the main methods c language code for the o...
c51,实现网络通信的c语言的main方法原程序的代码.使用方法,把.zip重名名为.c文件即可使用-c51, realize network communication of the main methods c language code for the original procedure. to use the. zip named Chong Ming. c files to use
- 2023-01-18 11:40:03下载
- 积分:1
-
是利用红外实现无线传输的一个无线温度预警系统的相关资料。...
是利用红外实现无线传输的一个无线温度预警系统的相关资料。-Realize the use of infrared wireless transmission of a wireless temperature warning system relevant information.
- 2022-05-08 04:18:22下载
- 积分:1
-
MSP430 模拟量采集实现程序,带外部的多路选择开关控制
MSP430 模拟量采集实现程序,带外部的多路选择开关控制-MSP430 analog acquisition to achieve program, with an external multiplexer switch control
- 2022-02-03 01:15:02下载
- 积分:1
-
used to achieve the 4046 10m below the signal phase
采用4046实现的10m以下信号的锁相环
电路图。-used to achieve the 4046 10m below the signal phase-locked loop circuit.
- 2022-05-25 07:19:30下载
- 积分:1
-
通过计算的角度确定芯片的方向…
一个通过方向判别芯片进行角度计算的程序,实现简单的方向判别功能-Determine the direction of a chip through the perspective of the calculation procedure, the direction of the realization of a simple discriminant function
- 2022-02-25 09:24:22下载
- 积分:1