排序:上传时间 相关度 下载量 查看数

INTEGRAL 32

按分类查找:

  • PID方法详解

    对于PID初学者颇有指导,将偏差的比例(Proportion)、积分(Integral)和微分(Differential)通过线性组合构成控制量, 用这一控制量对被控对象进行控制,这样的控制器称 PID 控制器。 

    /dl/510656.html

    标签: PID

    上传时间: 2016-04-27

    上传用户:547453159

  • pid教程

    pid控制 #ifndef _PID_H #ifndef _PID_H #ifdef _PID_C     #define PID_EXT #else     #define PID_EXT extern #endif typedef struct PID {     int SetPoint;          unsigned char BitMove;         &n ...

    /dl/520570.html

    标签: pid 教程

    上传时间: 2019-08-02

    上传用户:stcwzy

  • 6LoWPAN+The+Wireless+Embedded+Internet

    The Internet of Things is considered to be the next big opportunity, and challenge, for the Internet engineering community, users of technology, companies and society as a whole. It involves connecting embedded devices such as sensors, home appliances, weather stations and even toys to Internet Prot ...

    /dl/521792.html

    标签: Embedded Internet Wireless 6LoWPAN The

    上传时间: 2020-05-26

    上传用户:shancjb

  • Analysis+of+Device-to-Device+Communications

    Device-to-device(D2D) communications are now considered as an integral part of future 5G networks which will enable direct communication between user equipment (UE) without unnecessary routing via the network infrastructure. This architecture will result in higher throughputs than conventional cellu ...

    /dl/521812.html

    标签: Device-to-Device Communications Analysis of

    上传时间: 2020-05-26

    上传用户:shancjb

  • PID Controllers for Time-Delay Systems

    In this chapter we give a quick overview of control theory, explaining why integral feedback control works, describing PID controllers, and summariz- ing some of the currently available techniques for PID controller design. This background will serve to motivate our results on PID control, pre- sent ...

    /dl/522472.html

    标签: Controllers Time-Delay Systems PID for

    上传时间: 2020-06-10

    上传用户:shancjb

  • RBF神经网络

    %this is an example demonstrating the Radial Basis Function %if you select a RBF that supports it (Gausian, or 1st or 3rd order %polyharmonic spline), this also calculates a line integral between two %points.

    /dl/742705.html

    标签: RBF 神经网络

    上传时间: 2021-07-02

    上传用户:19800358905

  • 基于Proteus的单片机模数转换电路的设计与仿真

    以单片机控制A/D转换器TLC549为例,对A/D转换器的主要技术指标进行了分析研究,在Proteus平台下,完成了A/D转换电路的构建,采用器件工作时序方式进行程序编写,借助仿真图表、虚拟仪器等工具对A/D转换的数据进行测量并对失调误差、增益误差、微分非线性、积分非线性和转换时间等重要参数进行了详细分析。结果表明:使用Proteus软 ...

    /dl/832049.html

    标签: proteus 单片机 模数转换

    上传时间: 2022-04-04

    上传用户:sheng199241

  • PID-磁悬浮-基于Arduino的简易磁悬浮装置原理图和源代码

    首先介绍一下原理,其实很简单,磁力对悬浮物的控制,其基本原理是:霍尔传感器在浮子的正下方,当检测到浮子向左运动时,两边的线圈一个吸一个拉,把它推向右;反之如果浮子想右运动,那么两个线圈的电流都反向,总共两组共四个这样的线圈,就可以把浮子限制在二维平面之内了。但是线圈产生的力是比较小的,因此只能够推动 ...

    /dl/835110.html

    标签: pid arduino 磁悬浮

    上传时间: 2022-06-07

    上传用户:canderile

  • 用择多函数实现反电动势滤波的无传感器BLDC控制.

    本应用笔记介绍一种采用dsPIC数字信号控制器(Digital Signal Controller,DSC)或PIC24单片机来实现无刷直流(Brushless Direct Current,BLDC)电机无传感器控制的算法。该算法利用对反电动势(Back-Electromotive Force,BEMF)进行数字滤波的择多函数来实现。通过对电机的每一相进行滤波来确定电机驱动电压换相的时刻。 ...

    /dl/837780.html

    标签: BLDC

    上传时间: 2022-07-01

    上传用户:zhengtiantong

  • 温度控制的PID算法的C语言程序.

    #nclude<reg51.h>#include<intrins.h>#销nclude<math.h>#include<string.h>struct PID{unsigned int SetPoint;//设定目标 Desired Value unsigned int Proportion;//比例常数Proportional Const unsigned int integral;//积分常数Integral Const unsigned int Derivative://微分常数Derivative Const unsigned int LastE ...

    /dl/837901.html

    标签: 温度控制 pid算法 C语言

    上传时间: 2022-07-02

    上传用户:xsr1983