代码搜索:Integration
找到约 3,762 项符合「Integration」的源代码
代码结果 3,762
www.eeworm.com/read/373012/9479244
h gauss_quadrangle.h
/*
* Copyright (C) 1997-2006 P. Dular, C. Geuzaine
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
www.eeworm.com/read/176382/9500574
m chap1_13.m
%Integration Separation PID Controller
clear all;
close all;
ts=20;
%Delay plant
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');
[num,den]=tfdata(dsys,'v');
u_1=0;u_2=0;u_3=0;u
www.eeworm.com/read/176382/9500604
m chap1_16.m
%PID Controller with changing integration rate
clear all;
close all;
%Big time delay Plant
ts=20;
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');
[num,den]=tfdata(dsys,'v');
u_
www.eeworm.com/read/372504/9507849
m chap1_9.m
%PID Controller with changing integration rate
clear all;
close all;
%Big time delay Plant
ts=20;
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');
[num,den]=tfdata(dsys,'v');
u_
www.eeworm.com/read/372504/9507905
m chap1_7.m
%Integration Separation PID Controller
clear all;
close all;
ts=20;
%Delay plant
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');
[num,den]=tfdata(dsys,'v');
u_1=0;u_2=0;u_3=0;u
www.eeworm.com/read/371917/9531157
m chap1_13.m
%Integration Separation PID Controller
clear all;
close all;
ts=20;
%Delay plant
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');
[num,den]=tfdata(dsys,'v');
u_1=0;u_2=0;u_3=0;u
www.eeworm.com/read/371917/9531183
m chap1_16.m
%PID Controller with changing integration rate
clear all;
close all;
%Big time delay Plant
ts=20;
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');
[num,den]=tfdata(dsys,'v');
u_
www.eeworm.com/read/175690/9536118
h zigbeeerrorcodes.h
/*
** ============================================================================
**
** FILE
** $Id: ZigbeeErrorCodes.h,v 1.2 2005/09/05 13:42:21 burnett Exp $
**
** DESCRIPTION
** De
www.eeworm.com/read/175690/9536122
h zigbeestructures.h
/*
** ============================================================================
**
** FILE
** $Id: ZigbeeStructures.h,v 1.3 2005/09/05 13:44:10 burnett Exp $
**
** DESCRIPTION
** De
www.eeworm.com/read/365779/9848653
m quad2dg.m
function int = quad2dg(fun,xlow,xhigh,ylow,yhigh,tol)
%usage: int = quad2dg('Fun',xlow,xhigh,ylow,yhigh)
%or
% int = quad2dg('Fun',xlow,xhigh,ylow,yhigh,tol)
%
%This function is similar to QUA