搜索资源列表
pic16f676-AD例子
- C代码// 把模拟通道AN0的10位A/D转换结果送D口,C口显示
AD-Based_on_FPGA.rar
- 使用VHDL语言编写的A/D转换程序,可在FPGA平台使用,VHDL language used A/D conversion process can be used in the FPGA platform
ad
- 配置单片机的A/D转换器模块,使其对D2区的电位器进行采样,采样结果显示在数码管上。满量程电压为3.3V时,10位A/D的分辨率大约为3mV,由于受噪声影响,A/D采集的数值会出现噪声,尝试添加数字滤波算法,降低噪声的影响。-Configure MCU A/D converter module, so pairs of D2 region potentiometer sampled, the sampling results show that in the digital pipe. Full
AD
- 数据采集程序,12位的A/D转换,且分为六个通道采入,对数据采集板卡的操作-Data collection procedures, 12 of the A/D conversion, and is divided into six-channel mining income, on the operation of data acquisition boards
AD
- S3C2410开发板A/D转换的源码,ADS1.2集成开发环境下编译-S3C2410 development board A/D conversion of the source, ADS1.2 integrated development environment compiler
AD
- MSP430单片机的C程序,A/D转换C程序-MSP430 MCU C program, A/D conversion process C
AD
- TMS320F2812开关电源中 实现A/D转换-TMS320F2812 switching power supply to implement A/D conversion
AD
- Mega16开发板做得A/D转换的例程,是最基本的学习程序,是我们编写mega16书籍的例程,我们确保最易懂的程序来学习16单片,如果大家喜欢我会继续把我们的例程上传上去,一起分享-Mega16 development board to do A/D conversion routines, is the most basic learning process, we write books mega16 routines, we ensure that the most straightfor
AD
- A/D转换,转换结果用液晶显示出来,液晶是OCMJX12864。显示的结果是数字量。使用的是ADC0809。(有原理图)-A/D conversion, conversion results liquid crystal display, LCD is OCMJX12864. The result is digital displays. Are using the ADC0809. (With schematic diagram)
S3C2410-AD
- 三星ARM9核心S3C2410的A/D转换程序-A/D conversion programme for ARM9-based Samsung S3C2410
AD
- 双通道的A/D转换(包括源程序,详细注释),-The dual-channel A/D conversion (including source code, detailed notes),
AD
- vc串口控制单片机实现A/D转换和温度测量-vc serial control MCU A/D conversion and temperature measurement
AD
- 由温度传感器将采集到的温度信号转换为电信号后,经过放大器放大成DSP能接收到的电压信号,并对此信号进行滤波、整形,然后送入DSP内自带的A/D转换器的模拟输入口。-Will be collected by the temperature sensor the temperature signal is converted to electrical signals, the DSP through the amplifier into a voltage signal can be receiv
AD-PIC16F72
- /这是一个两路交流信号的AD转换,然后和标准比较决定输出大于标准的那一路,默认输出A路 #include <pic.h> #include <math.h> #include <stdio.h> bank1 int re0[40] //定义存放A/D转换结果的数组,在bank0中 bank1 int re1[40] //定义存放A/D转换结果的数组,在bank1中-/ This is a two way exchange of
AD
- 2407A 内置 16 通道10 位AD 转换器,在 00IC2407+CPLD 实验板上只扩展两通道,分 别是第0 通道和第8通道,DSP 能承受的A/D 输入信号是0-3.3V,在00IC2407+CPLD 实 验板上没有单独采用基准源,直接使用系统的3.3V作为A/D 转换器的基准信号。 -Built-2407A 16-channel 10-bit AD converter, in 00IC2407+ CPLD experiment board extended only two
AD
- c8051f020单片机12位A/D转换输入电压并通过液晶显示器显示-c8051f020 show 12bitA/D
MSP430-AD
- msp430内部A/D转换程序 单通道, 多通道-single road several road
基于51单片机和ADC0809多通道模数转换
- 这是一个基于51单片机和ADC0809多通道模数转换的C++源程序代码,对于要设计AD转换及LCD1602显示的有一定的帮助
AD模数转换
- 51单片机实现的AD数模转换 A/D转换器是用来通过一定的电路将模拟量转变为数字量。模拟量可以是电压、电流等电信号,也可以是压力、温度、湿度、位移、声音等非电信号。但在A/D转换前,输入到A/D转换器的输入信号必须经各种传感器把各种物理量转换成电压信号(AD digital analog conversion realized by 51 single chip microcomputer The A/D converter is used to convert analog quantitie
ADDA
- 实现AD和DA的转换,通过Verilog实现这个功能(Realize the transformation between AD and DA, and realize this function through Verilog.)