代码搜索:Integration
找到约 3,762 项符合「Integration」的源代码
代码结果 3,762
www.eeworm.com/read/377494/9274472
m xintegration.m
function xIntegration
% 积分例子
% An Example of Integration of a function f(x) from a to b
% by using TRAPZ (trapezoidal numerical integration),
% QUAD (adaptive Simpson quadrature), and QUADL (adap
www.eeworm.com/read/376425/9317688
m xintegration.m
function xIntegration
% 积分例子
% An Example of Integration of a function f(x) from a to b
% by using TRAPZ (trapezoidal numerical integration),
% QUAD (adaptive Simpson quadrature), and QUADL (adap
www.eeworm.com/read/179737/9341251
m ex653.m
%----------------------------------------------------------------------------
% Example 6.5.3
% Gauss-Legendre quadrature of a functio
www.eeworm.com/read/179705/9344293
authors
Mark Galassi (rosalia@lanl.gov) - overall design, simulated annealing
Jim Davies (jimmyd@nis.lanl.gov) - statistics library
James Theiler (jt@nis.lanl.gov) - random number generators
Brian Gough (bjg@
www.eeworm.com/read/179061/9375621
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/179061/9375638
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/178344/9407104
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/178344/9407135
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/373012/9478916
txt objects-wrap.txt
----------------------------------------------------------------------------
www.eeworm.com/read/373012/9479243
makefile
# $Id: Makefile,v 1.22 2006/02/25 15:00:24 geuzaine Exp $
#
# Copyright (C) 1997-2006 P. Dular, C. Geuzaine
#
# This program is free software; you can redistribute it and/or modify
# it under the term