代码搜索:pid控制
找到约 10,000 项符合「pid控制」的源代码
代码结果 10,000
www.eeworm.com/read/389379/8525748
c pid.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/289773/8527988
m pid.m
% ***************************************************************************\
% PID Function
%
% This program has been written by the Technical Support Staff at Z-World in
% response to seve
www.eeworm.com/read/188171/8564940
h pid.h
#include
#define PIDx(a) ((a) - 1)
typedef struct tagPIDPARAMETER
{
double dbKc;
double dbTi;
double dbTd;
double dbTs;
double dbE0;
double dbQ0;
www.eeworm.com/read/288383/8637348
pjt pid.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\icetek-vc5416-edulab\lab0602-PID\"
ProjectType=Executable
CPUFamily=TMS320C54XX
T
www.eeworm.com/read/288383/8637362
c pid.c
#include "scancode.h"
#include "ctr.h"
#include "PID.h"
#include
//定时器分频参数 ------------------------------------------------------------------
#define T100 99 // 100个时钟周期中断一次
#define
www.eeworm.com/read/288383/8637365
h pid.h
// VC5416DSP's registers
#define REGISTERCLKMD (*(unsigned int *)0x58)
#define WAITSTATUS (*(unsigned int *)0x28)
#define TIM *(int *)0x24
#define PRD *(int *)0x25
#define TCR *(int *)0x26
www.eeworm.com/read/288383/8637375
cmd pid.cmd
-w
-stack 600h
-heap 400
-l rts.lib
-l ctr.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=3f00h
PAGE 1:
DRAM : o=4000h,l=2000h
}
SECTIONS
{
.text
www.eeworm.com/read/288383/8637387