16位双极性,同步采样模数转换资料。该资料对其引脚及,工作原理,数字接口等方面进行了阐述。可作为DSP的采样模块。
上传时间: 2018-08-21
上传用户:飞雪灵烟
ADuC7060/ADuC7061系列是完全集成的8 kSPS、24位数据 采集系统,在单芯片内集成高性能多通道Σ-Δ型模数转换 器(ADC)、16位/32位ARM7TDMI® MCU和Flash/EE存储器。
上传时间: 2019-06-11
上传用户:ym331322001
ADS1118模块资料热电偶测量文档资料硬件参考设计及MSP430软JDEMO代码:430BOOST-ADS1118 Booster Pack.pdfADS1118-english.pdfads1118.pdfCJMCU-1118资料IMP NOTICE for REF DESIGNS.pdfMSP430-ADS1118PCBPrecision Thermocouple Measurement with the ADS1118.pdfSCH and BOMTemperature Sensing.pdf使用ADS1118进行精密热电偶测量.pdf模数转换术语词汇表.pdf高速数据转换.pdf
上传时间: 2021-11-03
上传用户:zhaiyawei
ADS1256 ads1255资料大集合(软件驱动源码+硬件论文资料),包括了ADS1256芯片资料的datasheet、中文应用论文资料、基于STM32的例ADS1256程序,已经调通测试过的(还有一些是网络上面收集的程序24位AD转换器ADS1255及其应用.pdfads1255.cads1255.hADS1255信息采集.pdfADS1256.Cads1256.hADS1256_old.Cads1256_old.hADS1256芯片资料.pdfSTM32_USB_ADS1256新型8通道ADS1256应用.pdf网络上的ADS1256或1255参考程序高精度模数转换器ADS1256的原理和应用.pdfADS1255-52ads1256ADS1256(new)ADS1256AATIchinese_H86新型8通道24位△—∑型模数转换器ADS1256的原理及应用
上传时间: 2021-11-05
上传用户:xsr1983
摘要以反激式开关电源为研究对象,分析了其共模传导噪声的干扰源、传输通道以及变压器分布电容参数对共模嗓声的作用,建立相应的共模传导发射分析模型和变压器分布电容模型;重点分析了二次侧干扰源的影响及其作用机理,提出了一种简单但有效降低共模传导噪声的方法,并进行了实验验证。
标签: 开关电源
上传时间: 2021-11-23
上传用户:fliang
基于ep3c10e144 FPGA +双核8位AD928设计的双通道示波器quartus8.0 verilog 工程源码+ PDF硬件原理图,双通道示波器应用到FPGA主控与双核8位AD9288,AD9288是一款双核8位单芯片采样模数转换器(ADC),内置片内采样保持电路,专门针对低成本、低功耗、小尺寸和易用性进行了优化。AD9288采用100 MSPS转换速率工作,在整个工作范围内都具有出色的动态性能。每个通道均可以独立工作通道数:2通道模拟带宽:30MHz采样率:双通道,每125Msps垂直精度:8bit存储深度:每通道不小于8KB电压灵敏度:10mv/div~5v/div(1:1探头)扫速范围:100ns/div~5s/divFFT功能:1024点FFTX-Y功能触发方式:单次、正常、自动,触发电压可调并带有超前触发功能480*320/3.5寸高分辨率液晶显示器。工作电压:6.2V~9V,推荐使用8V稳压电源
标签: ep3c10e144 fpga ad928 示波器 quartus
上传时间: 2022-01-21
上传用户:
本设计方案中,设计思路为围绕着单片机和燃气传感器进行本次硬件系统的设计。其中使用单片机连接着各个设备。燃气传感器检测空气中被测气体的浓度,通过A/D转换器把转换的数据传输到单片机中由单片机进行数据的分析处理,产生相应的报警电路运行。此次报警系统通过信号采集模数转换模块收集气体浓度、然后通过A/D转换器转换成数字信号,之后由单片机控制模块进行分析、在字符显示模块进行数据显示、如果被测气体超标激活声光报警模块进行报警和然后在进行安全保护模块。Abstract........................................................21 绪论1.1 课题研究的目的以及研究意义.................................31.2 燃气烟雾报警器的国内外现状.................................31.3 燃气报警器的发展趋势.......................................41.4 本文主要研究内容...........................................42 总体方案设计2.1 系统总体方案设计...........................................6
上传时间: 2022-01-28
上传用户:qingfengchizhu
ADS8329 Verilog fpga 驱动源码,2.7V 至 5.5V 16 位 1MSPS 串行模数转换器 ADC芯片ADS8329数据采集的verilog代码,已经用在工程中,可以做为你的设计参考。( input clock, input timer_clk_r, input reset, output reg sample_over, output reg ad_convn, input ad_eocn, output reg ad_csn, output reg ad_clk, input ad_dout, output reg ad_din, output reg [15:0] ad_data_lock);reg [15:0] ad_data_old;reg [15:0] ad_data_new; reg [19:0] ad_data_temp; reg [15:0] ad_data;reg [4:0] ad_data_cnt;reg [4:0] ad_spi_cnt; reg [5:0] time_dly_cnt; parameter [3:0] state_mac_IDLE = 0, state_mac_0 = 1, state_mac_1 = 2, state_mac_2 = 3, state_mac_3 = 4, state_mac_4 = 5, state_mac_5 = 6, state_mac_6 = 7, state_mac_7 = 8, state_mac_8 = 9, state_mac_9 = 10, state_mac_10 = 11, state_mac_11 = 12, state_mac_12 = 13, state_mac_13 = 14, state_mac_14 = 15; reg [3:0] state_curr;reg [3:0] state_next;
上传时间: 2022-01-30
上传用户:1208020161
产品特性介绍AFE 特性■ 集成硬件过充电保护功能 - 独立PF管脚输出低电平■ 集成硬件放电短路保护功能■ 集成平衡开关■ 集成充电器检测功能■ 集成负载检测功能■ 集成充放电状态检测功能■ 集成小电流唤醒功能■ 集成WatchDog/Reset功能■ 集成Alarm功能■ 集成负端NMOS驱动(放电PWM调控)■ 支持电芯乱序上电■ 2通道温度采集■ 12-bit VADC电压采集■ 13-bit Ʃ-∆ CADC电流采集■ 集成LDO模块:3.3V/25mA@MAX■ 集成TWI通讯(CRC-8,10KHz~400KHz)■ 低功耗模式 - 正常模式≤70uA@25℃ - PowerDown模式≤1uA@25℃■ 工作电压 - 8V~50V(VBAT端口)MCU 特性■ 基于8051指令流水线结构的8位单片机 - CPU机器周期:1个振荡周期■ Flash ROM:64K字节■ RAM:内部256字节,外部2816字节■ 类EEPROM:最大4096字节(代码选项可选)■ 内部RC振荡器:24MHz(±1%)/128K(±10%)■ I/O内建上拉电阻(30kΩ)■ 1个16位定时器/计数器T3■ 3个16位PCA0、PCA1、PCA2各含2个比较/捕捉单元■ 3路12位PWM定时器■ SPI接口(主从模式)■ TWI接口(主从模式)■ 内建数字逻辑可配置模块(LCM)■ 3路增强型UART(3V/5V通讯)(自带波特率的uart通讯)■ 11通道12位模数转换器(ADC)■ 内建CRC校验模块,校验空间大小可选■ 看门狗定时器(WDT)■ 预热计数器■ 中断源 - 定时器3,PCA0-2,外部中断1-2,外部中断4:6输入 - ADC,EUART,SPI,PWM,SCM,CRC,TWI,LPD■ 低功耗工作模式:空闲模式/掉电模式■ 工作电压:VDD = 2.7V - 5.5V■ 封装: - LQFP 64L
上传时间: 2022-03-24
上传用户:qingfengchizhu
电学中的测量技术涉及范围非常广,电流测量在电学计量中占有非常重要的位置。如何精确地进行电流测量是精密测量的一大难题。传统的电流检测电路多采用运算放大芯片与片外电流检测电路相结合的方式,电路集成度很低,需要较多的接口和资源才能完成对电路的检测。本文把所有电路部分都集成在一块芯片上,包括检测电阻,运算放大器电路及模拟转数字转换电路,从而在电路内部可以进行电流检测,使电路更好的集成化。前置电路使用二级共源共栅结构的运算放大器,减小沟道长度调制效应造成的电流误差。10位SAR ADC中采用电容驱动能力强的传输门保证了模数转化器的有效精度。比较器模块采用再生锁存器与迟滞比较器作为基础单元组合解决精密测量的问题。本设计可以作为嵌入芯片内的一小部分而检测芯片中的微小电流1mA~100mA,工作电压在1.8v左右,电流检测精度预期达到10uA的需求。The measurement technology in electricity involves a wide range,and current measurement plays a very important position in electrical measurement.How to accurately measure current is a big problem in precision measurement. The traditional current detecting circuit adopts the combination of the operational amplifier chip and theoff-chip current detecting circuit, The circuit integration is very low, and more interfaces and resources are needed tocomplete the circuit detection.This topic integrates all the circuit parts into one chip, including detection resistance, operational amplifier circuit andanalog to digital conversion circuit. Highly integrated circuit makes the external resources on the chip more intensive,so that current detection can be carried out inside the circuit, so that the circuit can be better integrated. Thefront-end circuit of this project uses two-stage cascade operational amplifier and cascade tube to reduce the currenterror caused by channel length modulation effect. In 10-bit SAR ADC, the transmission gate with strong capacitivedriving ability ensures the effective accuracy of the analog-to-digital converter. Comparator module uses regenerativelatch and hysteresis comparator as basic unit to solve the difficult problem of precision measurement. This topic can beused as a small part of the embedded chip to detect the micro-current in the chip 1 mA~100 mA, the working voltageis about 1.8v, and the current detection accuracy is expected to reach the requirement of 10 uA.
上传时间: 2022-04-03
上传用户: