代码搜索:Integration
找到约 3,762 项符合「Integration」的源代码
代码结果 3,762
www.eeworm.com/read/133638/14032602
m integ2d.m
function som=integ2d(mat,x,y);
%INTEG2D Approximate 2-D integral.
% SOM=INTEG2D(MAT,X,Y) approximates the 2-D integral of
% matrix MAT according to abscissa X and ordinate Y.
%
% MAT : MxN matrix to
www.eeworm.com/read/132819/14071969
m integ2d.m
function som=integ2d(mat,x,y);
%INTEG2D Approximate 2-D integral.
% SOM=INTEG2D(MAT,X,Y) approximates the 2-D integral of
% matrix MAT according to abscissa X and ordinate Y.
%
% MAT : MxN matrix to
www.eeworm.com/read/202224/15389210
m mmppint.m
function ppi=mmppint(pp,c)
%MMPPINT Cubic Spline Integral Interpolation.
% PPI=MMPPINT(PP,C) returns the piecewise polynomial vector PPI
% describing the integral of the cubic spline described by
www.eeworm.com/read/101557/15827110
htm htb_util.htm
Block List for Utility Library
Utilities
Array Function
Multi input/multi output functions
Discrete Time Module
www.eeworm.com/read/389363/8530553
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/389363/8530643
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/433047/8549988
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
www.eeworm.com/read/433047/8550006
m quad2dc.m
function int = quad2dc(fun,xlow,xhigh,ylow,yhigh,tol)
%usage: int = quad2dc('Fun',xlow,xhigh,ylow,yhigh)
%or
% int = quad2dc('Fun',xlow,xhigh,ylow,yhigh,tol)
%
%This function is similar to QUA
www.eeworm.com/read/433047/8550032
m contents.m
% Numerical Integration Toolbox
%
% MATLAB Toolbox for 1-D, 2-D, and n-D Numerical Integration
%
% The original 1-D routines were obtained from NETLIB and were
% written by
% Howard Wilson
www.eeworm.com/read/432495/8602131
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