CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - AD转换

搜索资源列表

  1. AD

    0下载:
  2. 此程序为ad转换类子程序,已调试通过,可以直接应用-procedure for ad conversion type subroutine, through debugging can be directly applied
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3999
    • 提供者:yue lin
  1. AD转换原理

    0下载:
  2. 详细介绍AD转换的原理
  3. 所属分类:编程文档

  1. 用stc12c5410ad编写的AD转换程序

    0下载:
  2. 用stc12c5410ad编写的AD转换程序,Stc12c5410ad prepared by AD conversion
  3. 所属分类:文件格式

    • 发布日期:2017-03-22
    • 文件大小:14150
    • 提供者:孙文常
  1. 高速AD转换芯片TLC5510中文资料

    0下载:
  2. 高速AD转换芯片,TLC5510中文资料,里面有详细的电路设计和芯片功能介绍,,AD conversion high-speed chips, TLC5510 Chinese data, there are detailed circuit design and chip function, the
  3. 所属分类:技术管理

    • 发布日期:2016-01-25
    • 文件大小:678214
    • 提供者:
  1. ADS1211

    0下载:
  2. 24位AD转换器ADS1211的初始化和读写操作。-ADS1211 24-bit AD converter initialization and read-write operation.
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:1867
    • 提供者:chen
  1. Code

    0下载:
  2. DSP学习板上的例子程序包括 AD转换 CAN总线 SPI SCI -Examples of on-board DSP learning process includes the AD conversion CAN Bus SPI SCI
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:955769
    • 提供者:qwe
  1. PIC-AD

    0下载:
  2. PIC单片机AD转换数据存储及串口效率.pdf -PIC Singlechip AD conversion efficiency of data storage and serial port. Pdf
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:197254
    • 提供者:李宗波
  1. VHDL-basedhigh-speedserialADconvertercontroldesign

    0下载:
  2. 基于VHDL的高速串行AD转换器控制设计与实现,收费论文,文章中含有设计方法和代码.-VHDL-based high-speed serial AD converter control design and implementation, charges papers, articles containing design methods and code.
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:273556
    • 提供者:Jiang Guangxiu
  1. STC12C5A60S2

    0下载:
  2. STC12C5A60S2自带AD转换,且转换速度25万次每秒。-STC12C5A60S2 own AD converter, and the conversion rate of 250,000 times per second.
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:558
    • 提供者:faha
  1. AD

    0下载:
  2. AD 相关双采样 介绍AD转换时的相关双采样技术。-AD correlated double sampling AD converter introduced when correlated double sampling technique.
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:318650
    • 提供者:wu ziji
  1. DSP-AD

    0下载:
  2. 该文件详细的编写了DSP芯片的AD转换功能,可供工程学借鉴和学习,内容规范-DSP AD is so easy
  3. 所属分类:Communication

    • 发布日期:2017-03-25
    • 文件大小:29655
    • 提供者:liujin
  1. lab7-AD

    0下载:
  2. 介绍了DSP28335的AD转换模块的使用步骤,包含了内部寄存器的配制过程!-DSP28335 the AD converter module using steps, including the preparation process of the internal registers!
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:437930
    • 提供者:王科
  1. PIC-AD

    0下载:
  2. PIC单片机的AD转换程序,一个非常不错的程序哟-PIC microcontroller AD conversion process, a very good program yo
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:4964
    • 提供者:李波
  1. AD

    0下载:
  2. 使用AD单通道多次转换,采集P6.0输入的模拟电压值(变化范围:0~将P6口输入的模拟电压AD转换后,从P4、P5口连接的数码管输出。 使用AD单通道多次转换,采集P6.0输入的模拟电压值(变化范围:0~3.3V),转换为数字量。 建立二维数组和通过顺序查表的方法得出采集回来的电压值。然后通过数码管显示当前电压值,显 示跟随输入的模拟电压的变化。由于只有两位数码管,故显示电压值精确到小数点后一位,如当前 输入电压2.37V,则显示2.4V。可用万用表检测显示是否准确。 -U
  3. 所属分类:Project Design

    • 发布日期:2017-03-21
    • 文件大小:1873
    • 提供者:chenyilin
  1. pic-ad

    0下载:
  2. AD转换求平均值的几种算法,很实用,供大家参考、学习-AD conversion averaging of several algorithms, it is useful, for your reference, study
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:6795
    • 提供者:戴纪宣
  1. AD

    0下载:
  2. ad转换描述unsigned char i ADMUX = 0x67 /*基准AVCC、左对齐、通道7*/ ADCSRA = 0xC2 /*使能、开启、4分频*/ while(!(ADCSRA & (1 << ADIF))) /*等待*/ i = ADCH ADCSRA &= ~(1 << ADIF) /*清标志*/ ADCSRA &= ~(1 << ADEN) /*关闭转换*/ -unsig
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:689
    • 提供者:zhu
  1. ad

    0下载:
  2. 用单片机通过AD0809实现两路的AD转换-With the microcontroller through AD0809 AD converter to achieve two-way
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:100897
    • 提供者:吴如萍
  1. ad

    1下载:
  2. 功能:STC12C2052AD AD转换C程序 +PWM输出功能 成功使用。 应用:AD检测电压进行过欠压保护(继电器控制)+PWM把直流电压斩波成脉动直流。 -Function: STC12C2052AD AD converter output C program+PWM used successfully. Applications: AD detection voltage over-voltage protection (relay control)+PWM the DC
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:12469
    • 提供者:两路平
  1. 1 规则组转换 ( 单通道 查询方式)

    0下载:
  2. STM32F103 AD转换 规则组 查询模式(STM32F103 AD conversion rule group query mode)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-30
    • 文件大小:2036736
    • 提供者:OLDBAO
  1. AD转换器选型技巧

    0下载:
  2. 给不熟悉AD转换器的朋友提供参考,希望有帮助(Provide reference for friends who are not familiar with the AD converter)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-07
    • 文件大小:19456
    • 提供者:llzzkkxl
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com