代码搜索:pid控制
找到约 10,000 项符合「pid控制」的源代码
代码结果 10,000
www.eeworm.com/read/429854/8785478
c pid.c
/*This file has been prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief General PID implementati
www.eeworm.com/read/429305/8811243
m pid.m
function y=PID(kp,ti,td)
%PID控制系统的仿真函数
%kp,ti,td分别为比例系数,积分系数,微分系数
f=[0,0,0,5*ones(1,200)];%定义输入信号为幅度为50的单位阶越信号
y=zeros(1,203);%首先初始化输出信号y
for i=4:length(f)
y(i)=(21*ti*y(i-1)-((5*kp+5*td*t
www.eeworm.com/read/285478/8837063
c pid.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor
www.eeworm.com/read/384677/8851194
txt pid.txt
Windows Live?
Live 网络Live Search
MSN
帐户反馈帮助中心全部服务 搜索
登录
公告板
您的共享空间
PID算法汇集(C语言)
/*main.c*/
/*DA模块两路(OUT1、OUT2)输出三角波经AD10次采样并与之比较经数字滤波、双闭环PID调节后PWM生成以及经逆变后电压控制*/
www.eeworm.com/read/384677/8851230
ncb pid.ncb
www.eeworm.com/read/384677/8851233
c pid.c
#include"stdio.h"
#include "math.h"
typedef struct PID
{
int SetPoint; // 设定目标 Desired Value
float Proportion; // 比例常数 Proportional Const
www.eeworm.com/read/384677/8851236
plg pid.plg
Build Log
--------------------Configuration: pid - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\JSJ\LOCAL
www.eeworm.com/read/384677/8851237
doc pid.doc
www.eeworm.com/read/384677/8851290
dsp pid.dsp
# Microsoft Developer Studio Project File - Name="pid" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
www.eeworm.com/read/284951/8881596