搜索资源列表
aduc7000_pwm
- This project is created using the Keil ARM CA Compiler. The Logic Analyzer built into the simulator may be used to monitor and display any variable or peripheral I/O register. It is already configured to show the PWM output signal on PORT3.0 an
c51_PID
- 典型的PID处理程序:这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部
Digital_filter
- * CONSTRAINTS * This module does not handle data which is considered out of range by the * application(i.e. fixed constants which represent error condition) * * Maximum weight value must be limited to 128 to prevent an overflow * cond
PIDC
- 处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算 到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。 -handling procedures, the use of
比较典型的pid处理程序
- 这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算 到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很 高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-This is a typical PID p
6439
- Design of a Spider_like Robot for Motion with Quasistatic Force Constraints
DeblurringImagesUsingtheBlindDeconvolutionAlgorit
- The Blind Deconvolution Algorithm can be used effectively when no information about the distortion (blurring and noise) is known. The algorithm restores the image and the point-spread function (PSF) simultaneously. The accelerated, damped Richardson-
111000
- 在做项目(工程)的时候,我们经常要用到比较多的按键,而且IO 资源紧张, 于是我们就想方设法地在别的模块中节省IO 口,好不容易挤出一两个IO 口,却 发现仍然不够用,实在没办法了就添加一个IC 来扫键。一个IC 虽然价格不高, 但对于大批量生产而且产品利润低的厂家来说,这是一笔不菲的开支! 那,我们能不能想到比较好的扫键方法:用最少的IO 口,扫最多的键?可以吗?-Doing the project (engineering), we often use the relativ
MY_VOIC_A2000
- 基于SPCE061A凌阳单片机制录音系统,由于存储空间的限制,此录音系统只能录音20秒。-Sunplus SPCE061A SCM system based on sound systems, as storage space constraints, this recording system can record 20 seconds.
52
- A Pairwise Key Predistribution Scheme for Wireless Sensor Networks∗ To achieve security in wireless sensor networks, it is important to be able to encrypt and authenticate messages sent among sensor nodes. Keys for encryption and aut
Data_Broadcasting_real_time_query_processing_envir
- 数据广播环境下实时查询处理:现有的实时数据广播研究中,只考虑了具有截止期约束的单个数据请求的调度问题,而支持实时查询处理的数据广播技术尚未得到足够的关注-Data broadcasting environment in real time query processing: the existing broadcasting of real-time data, only consideration with deadline constraints of a single data reque
KEILC51(Crack)
- 51系列单片机的软件开发环境,绿色破解版,版本为Keil C51 Uvision 2,版本较老,但绝对运行可靠,内含破解工具,轻松破解,不会出现因未授权而出现编译代码空间限制问题-51 MCU' s software development environment, green crack version, version for the Keil C51 Uvision 2, 版本 older, but absolutely reliable, embedded crack the tools
PCBsheji
- 第一篇 PCB布线 第二篇 PCB布局 第三篇 高速PCB设计 第四篇 电磁兼容性和PCB设计约束 第五篇 高密度(HD)电路的设计 第六篇 抗干扰部分-PCB layout first second third high-speed PCB Design PCB layout Title IV of electromagnetic compatibility and the fifth chapter PCB design constraints of high-densi
point3linear
- 单脉冲测角法中的三点线性约束法,此方法能很好的抑制主板内干扰-Monopulse angle measuring method of three linear constraints method, this method can interfere with the inhibitory motherboard. . . .
PID-contro
- 网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-The Interne
PIDmcu
- 这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分-This is
32key-ir
- 32按键的红外键盘,只占用一个I O口,对于IO资源紧缺的用户,很有用-Infrared keyboard 32 keys, only takes an IO port, IO resource constraints for users, useful
PID
- PID tuning Use simulink response optimalization to tune the gains Kp Ko Kd of the PID controler block PID tunning with actuator constraints-PID tuning Use simulink response optimalization to tune the gains Kp Ko Kd of the PID controler block PID tun
hibernate_validator
- Hibernate Validator Reference Guide Hibernate Validator works at two levels. First, it is able to check in-memory instances of a class for constraint violations. Second, it can apply the constraints to the Hibernate metamodel and incorporate
2io_6key
- 单片机两个IO口 控制和检测六个按键 对于单片机IO口紧缺能得到很好的改善-Two IO port of the microcontroller control and detection of six keys for the microcontroller IO port constraints can be a very good improvement