代码搜索:Integration
找到约 3,762 项符合「Integration」的源代码
代码结果 3,762
www.eeworm.com/read/424856/10406276
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/424856/10406325
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/161189/10439696
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
www.eeworm.com/read/353255/10459257
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/353255/10459275
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/353255/10459292
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/352782/10508445
package-list
org.apache.mina.common
org.apache.mina.filter.codec
org.apache.mina.filter.codec.demux
org.apache.mina.filter.codec.netty
org.apache.mina.filter.codec.prefixedstring
org.apache.mina.filter.codec.seria
www.eeworm.com/read/352782/10508508
packages
org.apache.mina.util
org.apache.mina.transport.socket.nio
org.apache.mina.transport.socket
org.apache.mina.transport.vmpipe
org.apache.mina.common
org.apache.mina.filter.ssl
org.apache.mina.filter.uti