搜索资源列表
key
- c51 键盘操作,很方便的使用,具有防止重入功能,滤波不消耗单片机运行时间,执行效率很高!-c51 keyboard operation, it is easy to use, with features to prevent the re-entry, filter does not consume microcontroller running time, the implementation of very efficient!
TLC549
- TLC549AD转换51单片机代码,程序有详细的中文注释,包括中位置滤波法的设计-#include<reg52.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int sbit AD_Out = P3^2 sbit CS = P1^0 sbit AD_In = P1^1
software-filtering-method
- 简单介绍了10种常用的单片机编程软件滤波方法的优缺点和使用方法-10 kinds of commonly used microcontroller programming the advantages and disadvantages of the method and the use of filtering software brief
CAPTURE
- PIC单片机的CCP功能 //220V的交流电源直接用电阻限流,经光耦隔离,形成脉冲送到CCP2, //CCP2模块的捕捉功能,设置为每16个上升沿捕捉一次,相当于平均滤波,目的是为了减小误差 //TMR1计数的分频系数计算:假设电源为50Hz,即一个周期为20ms,16个周期为320ms //320ms=320000us,单片机用4MHz晶振,指令周期为1us,设TMR1的分频系数为K:65536×K=320000 //得K=4.88,取K=8,即TMR1的预分频系数设为1
adc
- 基于低功耗单片机msp430f5438a的高速AD SPI max144AD芯片驱动程序 带数字滤波 -Based on a high-speed low-power microcontroller msp430f5438a AD SPI max144AD chip driver with digital filtering
Electricity-meter
- AVR单片机测电量,加入滑动窗口滤波和环形队列滤波-AVR microcontroller measured power, adding a sliding window filter and circular queue filtering
lvbozichengxu
- 51单片机的卡尔曼滤波子程序,非常实用,很有参考价值-51 single Kalman filtering routines
AVR-example-code
- AVR单片机代码,包括流水灯、定时器T0 T1 T2闪灯、12864电压表(ADC例程)+软件滤波、上电读EEprom实现上电数码管加、步进电机等代码-avr MCU example code
