代码搜索结果
找到约 10,000 项符合
PID 的代码
hal_arm_pid.cdl
# ====================================================================
#
# hal_arm_pid.cdl
#
# PID board HAL package configuration data
#
# ==================================================
pid_void_io.c
#include "/home/mante/scilab-2.6/routines/machine.h"
/*---------------------------------------- Actuators */
void
pid_actuator(flag,nport,nevprt,t,u,nu)
/*
* To be customized for standalo
pid_8h.html
AVR449: pid.h File Reference
pid_8c.html
AVR449: pid.c File Reference
pid程序.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'T
main_pid_control.m
% Control of a water tank temperature
% Case of Proportional-Integral-Derivative Control
% Author's Data: Housam BINOUS
% Department of Chemical Engineering
% National Institute of Applied Science
expert_pid_control.m
%Expert PID Controller
clear all;
close all;
ts=0.001;
sys=tf(5.235e005,[1,87.35,1.047e004,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
u_1=0.0;u_2=0.0;u_3=0.0;
y_1=0;y_2=0;y_3=0
demo_pid.m51
BL51 BANKED LINKER/LOCATER V4.13 03/10/2008 11:08:08 PAGE 1
BL51 BANKED LINKER/LOCATER V4.13, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE G:\PLC