代码搜索:Integration
找到约 3,762 项符合「Integration」的源代码
代码结果 3,762
www.eeworm.com/read/294953/8192460
txt important readme.txt
EZMac requires a CID value to be implemented into the protocol.
THE CID field is allocated by Integration. Integration allocates this
CID value prior to commercial release of products using EZMac.
www.eeworm.com/read/294952/8192501
txt important readme.txt
EZMac requires a CID value to be implemented into the protocol.
THE CID field is allocated by Integration. Integration allocates this
CID value prior to commercial release of products using EZMac.
www.eeworm.com/read/394488/8221517
m d2_cst.m
function [B,E,K,M] = D2_CST (x1, y1, x2, y2, x3, y3, Em, h, miu)
% returns a 2D linear constant strain triangle (CST) element K & M matrix
% in global coordinates
% INPUT:
% x1, y1 - coord
www.eeworm.com/read/394488/8221520
m d2_csq.m
function [B,E,K,M] = D2_CSQ (x1, y1, x2, y2, x3, y3, x4, y4, Em, hT, miu)
% returns a 2D linear constant stress quadrilateral (CSQ) element stiffness
% and mass matrix in global coordinates
% IN
www.eeworm.com/read/294077/8254975
m findlyap.m
function lambda=findLyap(fcname,T,x,options,rParam)
%x must be a row vector
%options=[GT,Er,Ea,kmax]
GT=options(1);%generator type
Er=options(2);%relative error
Ea=options(3);%absolute error
k
www.eeworm.com/read/293984/8260091
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/293984/8260158
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/393424/8287837
readme
SDE TOOLBOX - SIMULATION AND ESTIMATION OF STOCHASTIC DIFFERENTIAL EQUATIONS WITH MATLAB
"SDE Toolbox" is a MATLAB package for simulating sample paths of the solution of a Ito or Stratonovich stoch
www.eeworm.com/read/173927/9629938
m ex653.m
%----------------------------------------------------------------------------
% Example 6.5.3
% Gauss-Legendre quadrature of a functio