代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/461264/7230446
pro hboxave.pro
pro hboxave, oldim, oldhd, newim, newhd, box, ERRMSG = errmsg ;Boxaverage and update header
;+
; NAME:
; HBOXAVE
; PURPOSE:
; Box average an image array and update the FITS header array
www.eeworm.com/read/461264/7230733
pro boxave.pro
function boxave, array, xsize, ysize
;+
; NAME:
; BOXAVE
; PURPOSE:
; Box-average a 1 or 2 dimensional array.
; EXPLANATION:
; This procedure differs from the intrinsic REBIN func
www.eeworm.com/read/196856/8054169
m selectiveaverage.m
function [y] = SelectiveAverage(x, wa, pfa)
%SelectiveAverage: Selective Average Filter
%
% [y] = SelectiveAverage(x,w,pf)
%
% x Input signal
% w Width of the sliding window in samp
www.eeworm.com/read/245849/12777769
m binsmooth.m
function avin=binsmooth(in,dist)
% Function computes a binomial-weighted average over "dist" samples of the
% columns of matrix "in". "dist" must be greater than or equal to 1 and should
% be an odd
www.eeworm.com/read/142039/12968420
m mean.m
function me = mean(chr)
% STD - Average value
% For vectors, MEAN(chr) returns the mean value of the members
% in the population. For matrices, MEAN(chr) is a column vector
% containing t
www.eeworm.com/read/131315/5939490
c qsort.c
/*
* qsort.c:
* Our own version of the system qsort routine which is faster by an average
* of 25%, with lows and highs of 10% and 50%.
* The THRESHold below is the insertion sort threshold, and h
www.eeworm.com/read/407047/11430783
asv disptraffic.asv
%DISPTRAFFIC DISPTRAFFIC displays the 'sum of the datarates' map. i. e. the total bits
% in every pixels as well as the average data rate per cell with the
% best server
www.eeworm.com/read/407047/11430784
m disptraffic.m
%DISPTRAFFIC DISPTRAFFIC displays the 'sum of the datarates' map. i. e. the total bits
% in every pixels as well as the average data rate per cell with the
% best server
www.eeworm.com/read/401107/11563947
m trapdoor_channel.m
% Value interation for average cost dynamic program
N=200; % the number of points in state space in the unit interval
M=400; % the number of points in action space in the unit interval
Iteration=
www.eeworm.com/read/259565/11782361
m binsmooth.m
function avin=binsmooth(in,dist)
% Function computes a binomial-weighted average over "dist" samples of the
% columns of matrix "in". "dist" must be greater than or equal to 1 and should
% be an odd