代码搜索:Integration

找到约 3,762 项符合「Integration」的源代码

代码结果 3,762
www.eeworm.com/read/214909/15084257

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/214909/15084268

asv chap1_16.asv

%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/213958/15120525

cc simple.cc

// Simple harmonic oscillator, one trajectory. #include #include #include #include #include "ACG.h" #include "Traject.h" #include "State.h" #include "Oper
www.eeworm.com/read/213958/15120530

cc sums.cc

// Simple harmonic oscillator, sum over trajectories. #include #include #include #include #include "ACG.h" #include "Traject.h" #include "State.h" #includ
www.eeworm.com/read/213502/15133126

m ex653.m

%---------------------------------------------------------------------------- % Example 6.5.3 % Gauss-Legendre quadrature of a functio
www.eeworm.com/read/210916/15189965

m baart.m

function [A,b,x] = baart(n) %BAART Test problem: Fredholm integral equation of the first kind. % % [A,b,x] = baart(n) % % Discretization of a first-kind Fredholm integral equation with % kernel K and
www.eeworm.com/read/206276/15297204

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/206276/15297221

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/205695/15309812

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/205695/15309827

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_