代码搜索结果
找到约 10,000 项符合
PID 的代码
b_pid_cont.mdl
Model {
Name "b_pid_cont"
Version 6.4
MdlSubVersion 0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModel
sfun_wrp_pid.c
#define S_FUNCTION_NAME sfun_wrp_pid
#define S_FUNCTION_LEVEL 2
/*
* Need to include simstruc.h for the definition of the SimStruct and
* its associated macro definitions.
*/
#include "s
e_pid_disc.mdl
Model {
Name "e_pid_disc"
Version 6.4
MdlSubVersion 0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModel
pid算法(c语言).txt
PID算法(C语言)
#include
#include
struct _pid {
int pv; /*integer that contains the process value*/
int sp; /*integer that contains the set point*/
float inte
digital_pid_vec.asm
.include "lf2407_regs.h" ;引用头部文件
;建立中断向量表
.sect ".vectors" ;定义主向量段
Reset_VEC B _cy_begin ;PM 0 Reset Vector 1
INT1 B GISR1 ;PM 2 Int level 1 4
INT2 B PHANT
pid_8h.html
AVR221 - PID controller: pid.h File Reference
pid_8c.html
AVR221 - PID controller: pid.c File Reference
76_pid_stim.vhd
library work;
entity test_pid is
end test_pid;
architecture beh of test_pid is
component fu_pid
port
( reset : in bit;
Fsignin : in bit;
HostInterrupt : in bit;
Positi