代码搜索:average

找到约 5,196 项符合「average」的源代码

代码结果 5,196
www.eeworm.com/read/151143/12232859

m binsmooth.m

function avin=binsmooth(in,dist) % Function computes a binomial-weighted average over "dist" samples of % matrix "in". "dist" must be greater than or equal to 1 and should be % an odd integer %
www.eeworm.com/read/232339/14197470

txt faq.txt

Frequently Asked Question for PLS Program ========================================= Q: Does PLSgui support ANT average binary data? A: Yes. The "load_ant.m" program in PLSgui is based on open
www.eeworm.com/read/119473/14829630

asm imgprcs1.asm

; IMGPRCS.ASM ; ; An image processing program. ; ; This program blurs an eight-bit grayscale image by averaging a pixel ; in the image with the eight pixels around it. The average is computed ;
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/455463/1614424

m dispplust.m

function dispplust % Display of the average Plus Time values with their % corresponding standard deviation and fold for each receiver f=gcf; fbcoord=refdata('get','fbcoord'); plust=refdata('get','plus
www.eeworm.com/read/210914/4946870

m binsmooth.m

function avin=binsmooth(in,dist) % Function computes a binomial-weighted average over "dist" samples of % matrix "in". "dist" must be greater than or equal to 1 and should be % an odd integer %
www.eeworm.com/read/309003/3708560

m aifig1.m

% aifig1 -- Average-Interpolating Refinement of a sequence of averages. % % The figure shows (as a step function) the block averages % of the function sin(t), and (as dashed and dotted curves) % seve
www.eeworm.com/read/309003/3708602

m vdlfig05.m

% vdlfig05 -- Use stationary Haar transform to denoise Blocks % % Since the Wavelet transform is not translation-invariant, in denoising % it makes sense to average the denoising process in some se
www.eeworm.com/read/294145/3919781

h cpustat.h

#include class CpuStat { public: CpuStat(); void statistic(double &user, double &system); QTime upTime() const; double average() const; enum Value { Us
www.eeworm.com/read/291165/3969610

h cpustat.h

#include class CpuStat { public: CpuStat(); void statistic(double &user, double &system); QTime upTime() const; double average() const; enum Value { Us