CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - algorithm system

搜索资源列表

  1. 2005912

    0下载:
  2. 运用数控机床上的逐点比较插补算法来实现悬挂物体控制系统的画图要求-use of CNC machine tools-by-point comparison of interpolation algorithm to achieve flag objects of the class control system requirements
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:4.55kb
    • 提供者:aki
  1. matlab_dystem_in

    0下载:
  2. 二阶系统的最小二乘一次完成算法辨识程序,图形的横坐标是采样时刻i, 纵坐标是输出观测值z, 图形格式为连续曲线-second-order system of least-squares algorithm for a complete identification procedures, graphics abscissa is the sampling time i, longitudinal coordinates of the output value of observation z,
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1.92kb
    • 提供者:小精豆
  1. 分段积分的PID算法

    1下载:
  2. 分段积分的PID算法在温度控制系统中的应用-subparagraph integral PID algorithm in the temperature control system of
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:91.94kb
    • 提供者:杨久敏
  1. biometrics.v0.1.tar

    0下载:
  2. 不包含识别算法,在m68k-elf-gcc 2.95.3下编译通过,还没做实物测试。包含了系统初始化和液晶显示模块,传感器数据录入。 -does not include recognition algorithm, the m68k - elf-gcc 2.95.3 under compile, No physical tests done. Includes system initialization and LCD modules, sensor data input.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:66.54kb
    • 提供者:刘维
  1. 07_AddingHardwareControl

    0下载:
  2. Often it is necessary to add some logical control to a MATLAB algorithm to allow the generated hardware to function correctly in the overall system. This lab exercise will explore how hardware control can be added to a MATLAB algorithm and synthesize
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:51.75kb
    • 提供者:杨平
  1. zengliangshiPIDsuanfa

    0下载:
  2. 增量式PID算法的汇编程序 这个是温控系统中的一段 后面的什么电炉电扇就别管了-PID algorithm incremental compilation process is the temperature control system for the EAF behind what other fans on the tube
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1.94kb
    • 提供者:ttforgo
  1. 8255开关

    0下载:
  2. 微机原理及系统接口技术——8255开关的实现算法源程序。-Computer System Interface Technology -- 8255 switch algorithm source.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:4.62kb
    • 提供者:郭菲菲
  1. Location-basedPIDcontrolalgorithm

    0下载:
  2. 基于单片机的对于现场炉温控制系统的位置型的PID控制算法-Based on single-chip temperature control system for the site location-based PID control algorithm
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-14
    • 文件大小:3.13kb
    • 提供者:Lewis
  1. the

    0下载:
  2. 本系统的控制部分是以89C51为核心,采用集温度采集、A/D转化于一体数字温度传感器18B20作为温度处理部分。键盘控制接口采用键盘接口7279,通过其可以设定温度,设定PID算法的参数,并且可以设定当前时间,进行温度与时间显示的切换.采用数码管显示,可以实时显示实际温度。主电路是由光偶和晶闸管所组成的开关电路。控制电路通过PID算法,产生PWM波来控制主电路的通断,从而控制电炉的输出功率,达到温度控制的目的.-The system control part of the 89C51 as th
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:158.6kb
    • 提供者:朱平华
  1. Low-gorithm

    0下载:
  2. 嵌入式系统的低功耗调度算法Low-power embedded system scheduling algorithm-Low-power embedded system scheduling algorithm
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:391.96kb
    • 提供者:fed666
  1. PID-loop

    0下载:
  2. PID算法实现,用于数字闭环控制系统,请大家批评指正。-PID algorithm for digital closed-loop control system, please criticism.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:92.46kb
    • 提供者:sss
  1. pidaicheng

    1下载:
  2. 设计单片机系统拟实现电子调速皮带秤。本系统利用称重传感器测量输送带有效称量段上物料的重量,并将被测重力转换成相应的模拟电压信号,经放大器放大后,由A/D转换成数字量。与此同时,速度传感器将皮带速度转换为计数脉冲后进行整形。2路信号都送到C8051F410中进行计算、处理,得到当前皮带秤的瞬时流量值,对瞬时流量进行积分得到一段时间内的累积重量。瞬时流量与给定流量进行计较,运用PID算法,输出控制信号控制变频器来改变电机转速,从而可以实现流量的闭环控制。此部分需要设计2路信号输入通道,分别为称重传感
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-21
    • 文件大小:7.13kb
    • 提供者:王聪
  1. PIC-of-PID-control

    1下载:
  2. 这是一本利用PIC控制电机中PID算法的书籍。其中介绍了如何用PIC实现PWM的产生以及对BLDC电机闭环系统的PID控制。-This is a PIC PID algorithm to control the motor books. Which describes how to use PIC PWM generation and control of BLDC motor PID closed-loop system.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-16
    • 文件大小:672.9kb
    • 提供者:李鑫煌
  1. two_points_move

    0下载:
  2. 悬挂控制系统两点移动算法源码,电子设计竞赛悬挂控制系统源码-Two mobile suspension control system algorithm source code, electronic suspension control system source code design competition
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:130.05kb
    • 提供者:韩利亚
  1. MYRTOS

    0下载:
  2. 一个简易的任务调度器,参考uCOS-II的调度算法,在STM32平台上测试成功……可以用来参考学习操作系统原理-A simple task scheduler, scheduling algorithm in reference uCOS-II, STM32 platform test successful...... Can be used for reference to learn the operating system......
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-08
    • 文件大小:1.9mb
    • 提供者:王祖翔
  1. liblzg-1.0.7-src

    0下载:
  2. 开源的低开销的压缩算法,适合于嵌入式系统端进行解压缩-a low cost algorithm about decompression, which is fit for the embedded system
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-24
    • 文件大小:168.36kb
    • 提供者:孙昊
  1. Smart-Car-(XS128)

    0下载:
  2. 光电智能车的源代码:车模以MC9S12XS128单片机为控制核心,以安装在摇头舵机之上的激光管作为循迹传感器,以光电编码器检测速度信息。车模系统的简单工作原理是MC9S12XS128单片机收集激光管传感器返回来的赛道信息,通过软件判断其有效性,以激光管传感器返回的赛道信息,结合控制算法控制摇头舵机及前轮转向舵机打角,单片机再综合赛道信息以当前速度信息,利用PD算法控制速度变化。-Smart car photoelectric source: Cars with MC9S12XS128 micro
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-29
    • 文件大小:372.4kb
    • 提供者:刘经才
  1. AVR-danpianji-yuyin.pdf

    0下载:
  2. 系统以 AVR 单片机为控制核心,实现 对人的语音的识别控制。该芯片内部集成了 MP3播放功能,支持 MPEG等格式 ,可实现 语音提示或 MP3歌 曲的播放功能。- Abstract:The system with AVR M CU as a controlcore, realizes the speech recognition contro1. The system uses the main controlchip AtmelATM EGA128.ICRoute single chi
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-30
    • 文件大小:15.45kb
    • 提供者:白凝
  1. mpu6050-and-stm8

    1下载:
  2. MPU6050与STM8构成的老人跌倒检测系统,各跌倒姿势的判断算法,有快速跌倒及缓慢跌倒判断-MPU6050 and STM8 constitute the elderly fall detection system, the judgment of the fall position of the algorithm, there are quick fall and slow fall judgment
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-10
    • 文件大小:3.9mb
    • 提供者:xiao
  1. 风板控装置制设计

    0下载:
  2. 本系统通过对直流小风扇风速的调节实现对风板转角的控制,使风板转角能够随风速变化而改变,且能快速达到设定角度并稳定。IAP15F2K61S2单片机为控制核心,通过键盘设定风板板角度 1602实时显示风板当前角度。单片机输出PWM波控制风扇的风速,通过GY521mpu-6050测量风板的倾角反馈至单片机,采用PID控制经典算法,使系统实现精确控制,然后微调小风扇的转速改变风速的大小使风板角度达到稳定。最终实现在悬挂重物的情况下风板能达到设定角度控制,且最终绝对值误差不超过5度.(The system
  3. 所属分类:其他嵌入式/单片机内容

« 12 »
搜珍网 www.dssz.com