搜索资源列表
DVM
- Test program to loop on Successive Approximation A-to-D conversion. Allows digital codes and resulting DAC output to be viewed on scope.-Test program to loop on Successive Approxi mation A-to-D conversion. Allows digital code 's and resulting
MATLAba13
- 该程序实现了A律13折线量化编码过程。包括两种译码方法:1手工译码法,2逐次反馈法。-the program achieved a 13 dogleg A legal quantify the encoding process. Including two decoding methods : a manual decoding, two successive feedback.
AD0804
- 关于adc0804的基本应用,ADC0804是用CMOS集成工艺制成的逐次比较型摸数转换芯片。分辨率8位,转换时间100μs,输入电压范围为0~5V,增加某些外部电路后,输入模拟电压可为 5V。该芯片内有输出数据锁存器,当与计算机连接时,转换电路的输出可以直接连接在CPU数据总线-About adc804 basic applicationsADC0804 is made with CMOS integrated process of successive digital conversion
shiyan10
- A/D、D/A转换程序设计 加深理解逐次逼近法模数转换器的特征和工作原理,掌握ADC0809的接口方法以及A/D输入程序的设计和调试方法。-A/D, D/A conversion process designed to deepen understanding of the successive approximation ADC characteristics and working principle of the interface methods have ADC0809 and A/D
Deal_Process
- 1.设定系统中有五个进程,每一个进程用一个进程控制块表示。 2.输入每个进程的“优先数”和“要求运行时间”。 3.为了调度方便,将五个进程按给定的优先数从大到小连成就绪队列。用一单元指出队列首进程,用指针指出队列的连接情况。 4.处理机调度总是选队首进程运行。采用动态优先数算法,进程每运行一次优先数就减“1”,同时将运行时间减“1”。 5.若某进程运行时间为零,则将其状态置为“结束”,且退出队列。 6.运行所设计程序,显示或打印逐次被选中进程的进程名,以及进程控制块的动态变化
lexical
- 编译原理-词法分析,有三类子串:a,每个1右边都有一个0直接跟着;b:至少包含两个1,任意2个1之间包含偶数个0;c:不包含连续的子串100!输入一串字符,判断该串是哪一类别-Compiler theory- lexical analysis, there are three sub-string: a, each one on the right has a 0 followed immediately b: at least two one, between any two 1 conta
longbeigeshiyan
- 简介龙贝格求积公式也称为逐次分半加速法。它是在梯形公式、辛卜生公式和柯特斯公式之间的关系的基础上,构造出一种加速计算积分的方法。-Introduction Romberg quadrature formula is also known as successive half acceleration method. It is the trapezoidal formula, formulas and Cotes formulas Xinbo students based on the rela
ad-zhuanhuan
- 本实验采用 ADC0809 做 A/D 转换实验。ADC0809 是一种8路模拟输入、8位数字输出的逐次逼近法A/D器件,转换时间约100us,转换精度为±1/512,适用于多路数据采集系统。ADC0809片内有三态输出的数据锁存器,故可以与8088微机总线直接接口。-In this study do ADC0809 A/D conversion experiments. ADC0809 is an 8-channel analog inputs, 8 digital outputs succ
Polar-Codes-New
- 关于polar 码的SC(Successive Cancellation)译码程序,与原作者用BP(belief propagation)实现的译码程序“Polar code encoder and decoder”可以对比看-This is a SC decoding program about polar codes
Virtual-ADC-successive-approximation
- Virtual Analog to digital converter by successive approximation
1
- .通过MATLAB软件写出用逐次超松弛迭代法解线性方程组的程序并运行结果。(MATLAB software is used to write the program for solving linear equations by successive over relaxation iteration method and its running results)