代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/177674/9442403
m gradchek.m
function [gradient, delta] = gradchek(w, func, grad, varargin)
%GRADCHEK Checks a user-defined gradient function using finite differences.
%
% Description
% This function is intended as a utility for
www.eeworm.com/read/176823/9483110
m gradchek.m
function [gradient, delta] = gradchek(w, func, grad, varargin)
%GRADCHEK Checks a user-defined gradient function using finite differences.
%
% Description
% This function is intended as a utility for
www.eeworm.com/read/175638/9538775
c dpcmcodec.c
/*****************************************************************************
* *
* **********
www.eeworm.com/read/365346/9867382
m ct2lg.m
function [dx,dy,dz]=ct2lg(dX,dY,dZ,lat,lon)
% CT2LG Converts CT coordinates to local geodetic.
% Local origin at lat,lon,h. If astronomic lat,lon
% input, then output is in local astronomic syst
www.eeworm.com/read/365346/9867397
m lg2ct.m
function [dX,dY,dZ]=lg2ct(dx,dy,dz,lat,lon)
% LG2CT Converts local geodetic coordinates to CT.
% Local origin at lat,lon,h. If astronomic lat,lon
% input, then output is in local astronomic syst
www.eeworm.com/read/364264/9916870
m updatenodeids.m
function tree=updatenodeids(tree,d)
%UPDATENODEIDS Updates the node ids of a GPLAB tree.
% UPDATENODEIDS(TREE,DIFFERENCE) returns TREE with DIFFERENCE
% added to all its node ids.
%
%
www.eeworm.com/read/168118/9937911
m rectime.m
function [diffmat]=rectime(rtrange,rtpair1,rtpair2,fbcoord,shotcoord,fbtime,mint,nshots)
% Function determining the reciprocal time difference between two shot
% Difference between the arrival time va
www.eeworm.com/read/168118/9937933
m picktd.m
% Picks the CVP from the time-difference curve, and returns the
% intermediate results
%
% Input: tdiff - Valid time difference curve
% tdcoord - coordinates of all time difference
www.eeworm.com/read/168118/9937984
m rectimecb.m
function rectimecb(action)
% Determine the parameter for the reciprocal time difference function
if( nargin < 1 )
action = 'init';
end
if( strcmp(action,'init'))
q=str2mat('Reciprocal time chec
www.eeworm.com/read/168118/9938063
m timeanalcb.m
function timeanalcb(action)
% Determine the parameters for the Plus Time analysis function which finds the
% delay time values at each receivers
if( nargin < 1 )
action = 'init';
end
if( strcmp(