代码搜索:Integration
找到约 3,762 项符合「Integration」的源代码
代码结果 3,762
www.eeworm.com/read/424063/10501937
m contents.m
% Communications Toolbox SIMULINK S-functions.
% Version 1.0a 25-Apr-96
%
% M-file S-functions:
% arraymax - Compute the index with maximum input.
% arraymin - Compute the index
www.eeworm.com/read/423985/10510249
m quad2dg.m
function [int, tol1,k] = quad2dg(fun,xlow,xhigh,ylow,yhigh,tol,p1,p2,p3,p4,p5,p6,p7,p8,p9)
%矩形区域GAUSS积分法
%用法: int = quad2dg('Fun',xlow,xhigh,ylow,yhigh)
%
% int -- 积分值
% Fun
www.eeworm.com/read/419426/10868019
txt readme.txt
This directory holds patches that are useful for Linux integration.
Right now there is only one patched file, yaffs_mtdif2.c. This has been
patched with a tweaked version of "Sergey's patch" and typi
www.eeworm.com/read/273093/10927382
m quad2dg.m
function [int, tol1,k] = quad2dg(fun,xlow,xhigh,ylow,yhigh,tol,p1,p2,p3,p4,p5,p6,p7,p8,p9)
%矩形区域GAUSS积分法
%用法: int = quad2dg('Fun',xlow,xhigh,ylow,yhigh)
%
% int -- 积分值
% Fun
www.eeworm.com/read/417152/11002038
m readsignal.m
function ReadSignal (Tint)
Tint=1;
% System RF parameters
Fs = 38192000; % Sampling frequency [Hz]
IF = 9548000; % Intermediate frequency [Hz]
Ns = Fs * (Tint/1000);
www.eeworm.com/read/417106/11003764
m linearsimex1.m
function LinearSimEx1
% Compare rectangular, trapezoidal, and fourth order Runge Kutta integration.
% Integrate xdot = cos(t).
tf = 1;
TArray = [0.1 0.05 0.025];
for i = 1 : length(TArray)
www.eeworm.com/read/172061/7074748
m quad2dg.m
function [int, tol1,k] = quad2dg(fun,xlow,xhigh,ylow,yhigh,tol,p1,p2,p3,p4,p5,p6,p7,p8,p9)
%矩形区域GAUSS积分法
%用法: int = quad2dg('Fun',xlow,xhigh,ylow,yhigh)
%
% int -- 积分值
% Fun