代码搜索:采集放大
找到约 5,129 项符合「采集放大」的源代码
代码结果 5,129
www.eeworm.com/read/219179/14892340
txt 防脉冲干扰移动平均值法数字滤波器的c语言算法及其实现.txt
#include"stdio.h"
#define dtype unsigned int // 采集数据的数据类型
#define uint8 char
#define LEN 6 //移动算术平均的个数+2=SHIFT
www.eeworm.com/read/25420/847371
asm main.asm
stm8/
#include "mapping.inc"
#include "STM8S105C_S.inc"
;/******************** stm8单片机实验 ********************
;文件名 : 电压表
;描述 : 利用ADC,将电压采集后,用LED数码管显示电压,显示格式为X.XX
; 没有滤波
;****