搜索资源列表
24BitADSample
- 用 pic 18f252及 a d 模块实现24位精度的数模转换 -with pic 18f252 d and a module 24 accuracy of a few to-analog converter
whmDACtest
- c8051f350 D/A转换源程序,通过评估板测试
PIDcontrol
- 设计以89C51单片机、ADC、DAC等电路和运放电路组成的被控对象构成的单闭环反馈控制系统。 1. 硬件电路设计:89C51最小系统加上模入电路ADC0809和模出电路TLC7528;由运放构成的被控对象。 2. 控制算法:增量型的PID控制。 3. 软件设计:主程序、定时中断程序、A/D转换程序、滤波程序、D/A输出程序、PID控制程序等。 -Designed to 89C51 single-chip, ADC, DAC, such as circuit and operat
C
- 我这次上传的是关于嵌入式C语言程序设计的程序源码,一次是以下几个程序:数字时钟1;LCD的显示控制;数字时钟2;电子音乐;步进马达;D/A转换器;绘图形显示器;RS232-My upload is about the Embedded C language source program design process, one is the following procedure: Digital Clock 1 LCD display control digital clock 2 ele
C
- 8AT89C52,ADC0809 8路数字电压表测量由A/D转换、数据处理及显示控制等组成,测量0~5V范围内的8路输入电压值,由4位共阳LED数码管轮流显示,最大分辨率0.01V,误差±0.02V。-8AT89C52, ADC0809 8 way digital voltage meter measured by A/D conversion, data processing and display control of the measurement range of 0 ~ 5V inpu
dyb
- 循环显示8个通道的电压值状态,当进行一次测量后,将显示每一通道的A/D转换值,每个通道的数据显示时间在1s左右。主程序在调用显示子程序与测量子程序之间循环。-Cycle showed that the 8-channel voltage, and when, after a measurement, each channel will show the A/D conversion value of the data for each channel time in about 1s. Call
xinhaoxianshi
- 以AT89S52为核心,对采集的模拟信号利用A/D转换为数字信号并送到单片机进行运算处理并通过显示电路显示结果。本系统具有自动轮流显示8个通道模拟信号的数值并可以通过按键切换通道的功能。-AT89S52 as the core in the acquisition of analog signals using A/D conversion and digital signal processing to carry out single-chip and the result will be
shuzhizhuanhuan
- 十进制N和其它进制数的转换是计算机实现计算的基本问题,其解决方法很多,其中一个简单算法基于下列原理: N=(N div d)*d+ N mod d ( 其中:div为整除运算,mod为求余运算) 例如十进制向八进制的数制转换 (1348)10=(2504)8,其运算过程如下: N N div 8 N mod 8 1348 168 4 168 21 0 21 2 5 2 0 2 请利用堆栈用上述方法实现十进制向三进制的数制转换-Decimal number
adc_cpu_poll_single
- 基于无线单片机C1110的一种模/数转换模式代码程序-Based on a wireless microcontroller C1110 A/D converter mode code program
AD-DA-2
- A/D转换卡驱动程序!!用于数字量变换到模拟量和模拟量变换到数字量-A/D converter card driver! ! For digital conversion to analog and analog converted to digital
f281xileg_vdc
- 基于TI的DSP2812的A/D采集转换,用于电机电压电流的采集以及后续处理-TI DSP2812 A/D acquisition conversion for collection and subsequent processing of the motor voltage and current
apprioiall
- AprioriAll算法的基本思路 1) 排序阶段 利用客户标识customer 2id作为主关键字以及事务发生的时间transaction 2 time作为次关键字对数据库D排序,该步骤将原始的事务数据库转换成客户序列的数据库. 2) 发现频繁项集阶段 利用关联规则挖掘算法找出所有的频繁项目集. 3) 转换阶段 在已经转换的客户序列中,每一个事务被包含于该事物中的所大项目集来替换,如果一个序列不包含任何大项目集,则在已经转换的序列中不应该保留这项事务. 4) 序列阶段 利用核心
DAC12_DA
- DAC12的D/A转换,文件main.c是主函数。调用InitSys进行系统初始化。函数InitSys中对定时器A和DAC12进行了初始化。-DAC12 the D/A conversion, the file main.c the main function. Call InitSys for system initialization. Function InitSys in the timer A and DAC12 initialized.
chengjizhuanhuan
- 输入一个百分制的成绩t,将其转换成对应的等级,具体转换规则如下: 90~100为A 80~89为B 70~79为C 60~69为D 0~59为E -Enter a percentile score t, to convert it to the corresponding level of the specific conversion rule is as follows: 90 to 100 of A 80 ~ 89 is B 70 ~ 79 is C
wenduji
- 温度计量以单片机为主控器设计一个数字温度计,用于温度的测量和显示。用A/D转换器,将模拟信号物理量(温度值)转换为二进制数值。-#include<reg51.h> //包含单片机寄存器的头文件 #include<intrins.h> //包含_nop_()函数定义的头文件 #include <absacc.h> #include <math.h>
PCF8591-AD
- 51系列单片机控制PCF8591芯片进行AD转换的实验,包含整个工程文件及可下载的hex文件-Use MUC 89C51 to control PCF8591 chip which can fulfill the goal of A/D. The whole project and .hex file are included
ADC-1
- 在单片机stm32上进行A/D采样 实现模数转换的功能-The A/D sampling the microcontroller stm32
PWM
- 脉冲宽度调制[1](Pulse Width Modulation,缩写为PWM),简称脉宽调制,是利用微处理器的数字输出来对模拟电路进行控制的一种非常有效的技术,广泛应用在从测量、通信到功率控制与变换的许多领域中。脉冲宽度调制的一个优点是从处理器到被控系统信号都是数字形式的,无需进行数模转换-Pulse Width Modulation (PWM) [1] (Pulse Width Modulation, abbreviated as PWM) and Pulse Width Modulatio
AD转换串口通信
- 89c52的A/D转换测试及串口数据及数码管显示程序,已经调试成功。
FlyYokeSampleTool_V01B_ByHY
- 1. 使用WMP控件播放视频 2. 同时摇动飞行摇杆,程序会采集X,Y坐标值,并将其转换成6-dof的行程数据 3. 视频结束后,会将数据保存到D盘6dofMovie文件夹下 特别说明:需要安装SlimDX,已放在压缩包内-1. Use the WMP control to play video 2. While rocking flight stick, the program will collect X, Y coordinates, and convert it t