代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/205721/15309069
m intvel.m
function [dataout,depth,vel]=intvel(datain,winsize,rec,method);
%function [dataout,depth,vel]=intvel(datain,winsize,rec,method);
%
%This function computes the interval velocity log from a DSI dataset
www.eeworm.com/read/205721/15309075
m velocity.m
function dataout=velocity(datain,pltflg);
%dataout=velocity(datain);
%
%This function computes the average P-wave velocity of a DSI profile
%It does it by linear regression and by averaging direct
%s
www.eeworm.com/read/205721/15309078
m agc3c.m
function [dataout]=agc3c(datain,window,type)
%[dataout]=agc3c(datain,window,type)
%
%This function will do automatic gain control with a running window equation
%on the traces in datain.It preserves
www.eeworm.com/read/205721/15309085
m bandpass.m
function [dataout]=bandpass(datain,F1,F2,F3,F4)
%[dataout]=bandpass(datain,F1,F2,F3,F4)
%
%simple linear bandpass filter
%
%Frequencies =F4 are zeroed
%Frequencies between F2 and F3 are unt
www.eeworm.com/read/205721/15309088
m asc2mat.m
function [matdata]=asc2mat(datain,ntr,nsmp,smpr,st,et)
%
%[matdata]=asc2mat(datain,ntr,nsmp,smpr,st,et)
%
%This function converts an ascii matrix with rows representing samples
%and columns representi
www.eeworm.com/read/205721/15309099
m amodule.m
%function [dataout]=amodule(datain,parameters)
%
%template for designing DSI processing modules
%
%DSIsoft ver 2.0
%DSI customized VSP processing software
%written by Kristen Beaty October, 1997
%$Id
www.eeworm.com/read/205721/15309106
m sft.m
function [dataout]=sft(datain,tr1,tr2,shift)
%[dataout]=sft(datain,tr1,tr2,shift)
%
%This function requires input data in DSI format. A time
%shift can be applied by an amount given in the parameter
www.eeworm.com/read/205721/15309107
m butw.m
function [dataout]=butw(datain,low1,low2,high1,high2,Rp,Rs)
%[dataout]=butw(datain,low1,low2,high1,high2,Rp,Rs)
%
%Zero phase Butterworth bandpass filter.
%
%low1,low2,high1,high2 - frequencies descr
www.eeworm.com/read/205721/15309132
m cbins.m
function [dataout]=cbins(datain,v,strike,dip,records,width,binsize,depthlim)
%[dataout]=cbins(datain,v,strike,dip,records,width,binsize,depthlim)
%
%G. Perron
%March 1999
%
%finding plotting limits
www.eeworm.com/read/205721/15309135
m,v cbins.m,v
head 3.0;
access;
symbols;
locks; strict;
comment @// @;
3.0
date 2000.06.13.19.18.01; author gilles; state Exp;
branches;
next ;
desc
@Release 3
@
3.0
log
@*** empty log message ***
@
text
@fun