代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/371704/2779052
m l_sonic2time.m
function wlog=l_sonic2time(wlog,varargin)
% Function computes two-way time by integrating sonic log and adds it to the input log structure.
% By default, the function assumes that interval transit t
www.eeworm.com/read/369958/2788163
m normalizeinterval.m
function [xn,mini,maxi,xtn]=normalizeinterval(x,xt,scale,minimum)
% USAGE
%
% [xn,mini,maxi,xtn]=normalizeinterval(x,xt,scale)
%
% normalize x so that x is in interval [0,1*scale];
% scale is
www.eeworm.com/read/475765/6778098
m ex2_18.m
% EX2_18.M Compute the norm of sin(x) on the interval [0,2pi]
% Compare symbolic and numerical result
% (This script requires the Symbolic Math Toolbox)
% Numerical value; call function sinsq t
www.eeworm.com/read/475765/6778126
m ex11_5.m
% EX11_5.M Compute the spectrum of a signal saved
% in file CLEX115.MAT. (Created by CLEX115DT.M) The data are:
% N samples of the |FFT| are plotted
% Ts sampling interval in seconds
%
www.eeworm.com/read/295595/8150914
m normalizeinterval.m
function [xn,mini,maxi,xtn]=normalizeinterval(x,xt,scale,minimum)
% USAGE
%
% [xn,mini,maxi,xtn]=normalizeinterval(x,xt,scale)
%
% normalize x so that x is in interval [0,1*scale];
% scale is
www.eeworm.com/read/194440/8194145
m shootray.m
function [x,t]=shootray(v,z,p)
% [x,t]=shootray(v,z,p)
%
% shootray shoots a single ray or fan of rays through a stratified
% velocity model.
% It is assumed that v is a vector of interval vel
www.eeworm.com/read/194440/8195014
m highv_wedge.m
% HIGHV_WEDGE: model an anticline beneath a high velocity wedge
%
% high velocity wedge
% Just run the script
dx=5; %cdp interval
xmax=2500;zmax=1000; %maximum line length and maximum depth
xpin
www.eeworm.com/read/393865/8257865
m normalizeinterval.m
function [xn,mini,maxi,xtn]=normalizeinterval(x,xt,scale,minimum)
% USAGE
%
% [xn,mini,maxi,xtn]=normalizeinterval(x,xt,scale)
%
% normalize x so that x is in interval [0,1*scale];
% scale is
www.eeworm.com/read/173705/9641004
m confinth.m
function[Lo,Up]=confinh(x,statfun,alpha,B1,varargin)
%
% [Lo,Up]=confinh(x,statfun,alpha,B1,PAR1,...)
%
% Confidence interval of the estimator of a parameter
% based on the b
www.eeworm.com/read/414788/11101497
c pict17c.c
//
// pict17c.c
//
// Implementation of the PICT17.ASM program in Easy Pic 'N
// Interrupt demo using time interval and external
// clock.
//
// In this example, TOCKI (RA4) is the externa