搜索资源列表
VHDLBOOK
- 第1章 数字系统硬件设计概述 第2章 VHDL语言程序的基本结构 第3章 VHDL语言的数据类型及运算操作符 第4章 VHDL语言构造体的描述方式 第5章 VHDL语言的主要描述语句 第6章 状态机的设计-Chapter 1 digital system hardware design outlined in Chapter 2 VHDL the basic structure Chapter 3 VHDL data types and operations operator
experiment1
- dsp实验箱的实验一:基本数学运算,dsp入门的好例子-dsp Experiment Box Experiment 1 : basic arithmetic, dsp good example of entry
VHDL的基本数学运算库
- VHDL的基本数学运算库,非常好用-VHDL basic arithmetic library, a very handy! !
pidcontrolC
- 一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-a typical PID ha
c51_PID
- 典型的PID处理程序:这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部
8bit-cpu-of-mul-and-div
- 包含跳转,乘法,除法8位CPU以及一些基本的逻辑运算功能-includes Jump, multiplication, division eight CPU and some of the basic logic operations
baseonVerilog
- 基本运算逻辑和它们的Verilog HDL模型-basic arithmetic logic and their Verilog HDL model
PIDC
- 处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算 到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。 -handling procedures, the use of
VHDL语言基本数学运算库
- VHDL语言基本数学运算库-VHDL basic arithmetic library
比较典型的pid处理程序
- 这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算 到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很 高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-This is a typical PID p
AVR-FFT-20081031.zip
- 专门针对avr系列的单片机优化的fft算法,包括定点运算、查表、同址计算等,Avr-specific series of single-chip microcomputer optimized fft algorithm, including the fixed-point computing, look-up table, with the site of calculation
18B20+1602液晶计算器
- 本系统采用51单片机和1602液晶做成液晶计算器液晶显示计算的结果,并且可以支持浮点运算和三角函数,通过DS18B20可以实时测温。,The system uses a 51 and 1602 single-chip liquid crystal display calculated results, and can support the floating-point operations and trigonometric functions, through DS18B20 real-ti
DSPTS101_ASM
- 很少有的关于ts101的汇编编程资料,对ts101学习者帮助很大。通过对TS101的其运算特点及其结构的介绍,使大家对TS101有个基本的认识核概念,本报告只是从较大的方面介绍的,没有涉及一些具体的细节。希望通过本次的讲解,是大家了解TS101是结构是怎样的,这样结构有什么样的好处,一条指令是如何进行在TS101执行的都有一个比较清楚的认识。-Rare on the compilation of programming information TS101, TS101 learners of g
IIR_FILTER
- 无限冲击响应滤波器( llR )算法 由于系统对序列施加的算法,是由加法、延时和常系数乘三种基本运算的组合,所以可以用不同结构的数字滤波器来实现而不影响系统总的传输函数。-Infinite impulse response filter (llR) algorithm because the system imposed on the sequence of algorithms, are by adder, delay and the constant coefficients by a
KD_CPU_src
- verilog语言写的8位CPU源代码,基本的算术运算和逻辑运算,对于学习计算机原理和verilog语言都有良好的效果-Verilog Language Writing 8-bit CPU source code, the basic arithmetic operations and logic operations, the study of computer principles and Verilog language has good results
xianxingbiao
- 线性表运算 掌握线性表的基本操作:初始化,插入,删除,查找,判空,求线性表长度等运算在顺序存储结构和链式存储结构上的实现。-Linear form of linear operator grasp the basic operation Table: initialize, insert, delete, search, space-contracting, and computing the length of the linear table at the order of storage
65454654
- 运算放大器的设计资料,最基础的,学科必备,每个硬件工程师的参考材料-Operational amplifier design data, the most basic, essential subjects, each of the reference materials hardware engineers
c51bas
- 移植到C51单片机的basic语言,支持浮点数运算,Keil开发,通过串口输出,可仿真。-Ported to C51 microcontroller basic language support floating-point operations, Keil development, through the serial port output, can be simulated.
Char5-basic-arithmetic-logic-models
- 夏宇闻著作:从算法设计到硬线逻辑的实现,CHAR5:基本运算逻辑和它们的Verilog_HDL模型-XIA Wen works: from algorithm design to hard wire logic implementation, CHAR5: basic arithmetic logic models and their Verilog_HDL
basic-circuit-analysis
- 涵盖电路分析的基本内容,包括直流和交流电路,特别是运算放大器电路的分析方法-Cover basic circuit analysis, including DC and AC circuits, especially op-amp circuit analysis