搜索资源列表
lisaxitongshuzifangzhen
- 离散系统的数字PID仿真:针对离散系统的阶跃信号、正弦信号和方波信号的位置响应,设计离散PID控制器。其中,S为信号选择变量,S=1时为阶跃跟踪,S=2时为方波跟踪,S=3时为正弦跟踪。
DiscretePIDcontroller
- 离散 PID 控制 设计方法 ATMEL参考设计
PID
- PID仿真程序,仿真对象是二阶系统,采用龙科库它法进行离散化,可以通过修改PID来看看PID参数对系统的影响-err
fuzzy
- 模糊控制的离散数值表的制作C程序,可以求离散的控制表,插如到单片机中实现-Fuzzy control of the production of discrete numerical table C program, you can seek discrete control table, inserted as to achieve single-chip
PID
- 该程序描述了离散化的PID控制方法如何编程。通过改变kp,ki,kd参数实现控制器的调节。-The program describes the discretization method of the PID control programming. By changing the kp, ki, kd controller parameters to achieve the adjustment.
1_speed_control_pid
- 这个源码,将使用模式,制定从一个粗略模型到一个基于PID的负载直流电动机控制系统的离散实施。-In this chapter we will use model elaboration to go from a crude model to a discrete implementation of a PID based control system for a DC motor with load.
PID
- 用simulink搭的离散PID,可以用自动生成代码再下载进单片机运行-With simulink take discrete PID, can be used to automatically generate code and then downloaded into the microcontroller operation
Motor-speed-PID
- PID调速电机测试程序。使用AT89C51实现。主要展示离散PID控制电机的使用方法。-PID speed motor testing program. Use AT89C51 achieve. The main display discrete PID control method using a motor.
C Language for PID
- 使用c语言实现PID算法,内容具体包括pid的离散化过程和示例代码。(Using c language to implement PID algorithm)