代码搜索:dataIn

找到约 2,888 项符合「dataIn」的源代码

代码结果 2,888
www.eeworm.com/read/205721/15308966

m,v hannhigh.m,v

head 3.0; access; symbols; locks; strict; comment @// @; 3.0 date 2000.06.13.19.20.24; author gilles; state Exp; branches; next 2.0; 2.0 date 99.05.21.18.45.42; author mah; state Exp; branches; nex
www.eeworm.com/read/205721/15308967

m,v hannlow.m,v

head 3.0; access; symbols; locks; strict; comment @// @; 3.0 date 2000.06.13.19.20.26; author gilles; state Exp; branches; next 2.0; 2.0 date 99.05.21.18.45.43; author mah; state Exp; branches; nex
www.eeworm.com/read/205721/15308996

m,v subset.m,v

head 3.0; access; symbols; locks; strict; comment @// @; 3.0 date 2000.06.13.19.22.13; author gilles; state Exp; branches; next 2.0; 2.0 date 99.05.21.18.46.44; author mah; state Exp; branches; nex
www.eeworm.com/read/205721/15309009

m,v preddecon.m,v

head 3.0; access; symbols; locks; strict; comment @// @; 3.0 date 2000.06.13.19.21.05; author gilles; state Exp; branches; next 2.0; 2.0 date 99.05.21.18.46.14; author mah; state Exp; branches; nex
www.eeworm.com/read/205721/15309056

m preddecon.m

function [dataout]=preddecon(datain,tstart,tend,lag,oplength,prewhit) %[dataout]=preddecon(datain,tstart,tend,lag,oplength,prewhit) % %This program will perform a predictive deconvolution on the data
www.eeworm.com/read/205721/15309066

m hannlow.m

function [dataout]=hannlow(datain,passband,stopband) %[dataout]=hannlow(datain,passband,stopband) % %This function will filter your data using a lowpass %Finite Impulse Response (FIR) filter where a
www.eeworm.com/read/205721/15309076

m subset.m

function [dataout]=subset(datain,tr1,tr2,t1,t2,r1,r2) %function [dataout]=subset(datain,tr1,tr2,t1,t2,r1,r2) % %subset -> creates a new variable containing only the traces specified %-tr1, tr2 are the
www.eeworm.com/read/205721/15309083

m hannhigh.m

function [dataout]=hannhigh(datain,stopband,passband) %[dataout]=hannhigh(datain,stopband,passband) % %This function will filter your data using a highpass %Finite Impulse Response (FIR) filter where
www.eeworm.com/read/205721/15309098

m harmon.m

function [dataout] = harmon(datain,freq1,freq2,inter) % function [dataout] = harmon(datain,freq1,freq2,inter) % % Harmon is a time domain notch filter. Discrete Fourier % Transforms are calculated
www.eeworm.com/read/205721/15309109

m mix.m

function [dataout]=mix(datain,weights) %function [dataout]=mix(datain,weights) % %lateral trace mixing with user specified weights %similar to INSIGHT module 'mix' % %datain - is in official DSI form