代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/235612/14061415
m filtbox.m
function y = filtbox(x,n)
% y = filtbox(x,n)
%
% THIS IS BASICALLY A MOVING AVERAGE OPERATOR
% x is the input vector; the no.of pts. of the vector
% need not be specified
% n is the number of poin
www.eeworm.com/read/235612/14061422
m filttri.m
function y = filttri(x,n)
% y = filttri(x,n)
%
% THIS IS BASICALLY A WEIGHTED MOVING AVERAGE OPERATOR
% x is the input vector; the no.of pts. of the vector
% need not be specified
% n is the numbe
www.eeworm.com/read/202486/15381702
cpp pr0509.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 5.9 on page 112
// The Average of Four Function
#include // defines the cin
www.eeworm.com/read/110949/15521947
html package.html
This is the main package for OpenForecast. It contains most of the
classes and interfaces that the average us
www.eeworm.com/read/106690/15626560
m movav.m
% movav() - Perform a moving average of data indexed by xvals.
% Supports use of a moving non-rectangular window.
% Can be used to resample a data matrix (see NOTE below).
% Usage:
www.eeworm.com/read/106690/15626601
m pop_plotdata.m
% pop_plotdata() - Plot average of EEG channels or independent components in
% a rectangular array. Else, (over)plot single trials.
%
% Usage:
% >> avg = pop_plotdata(EEG, typeplot,
www.eeworm.com/read/106690/15626755
m pop_comperp.m
% pop_comperp() - Compute the grand average ERP waveforms of multiple datasets,
% with optional ERP subtraction.
% Usage:
% >> pop_comperp( ALLEEG, flag ); % pop-up window m
www.eeworm.com/read/187979/8582945
m fsqfindewq.m
%fsqfindewq(lambda,mu,c,m)
% This function finds the average waiting time in the queue
% (ewq) for a machine repair problem (finite source queue)
function out = fsqfindewq(lambda,mu,c,m)
l
www.eeworm.com/read/388072/8637663
m zeroavg.m
function [N,Ma]=zeroavg(M,c)
% function [N,Ma]=zeroavg(M,c)
%
% This function computes the average of each column of a matrix M
% and subtracts it % from every entry in that column.
% If the c
www.eeworm.com/read/287843/8665493
m huffman.m
function [h,l]=huffman(p);
%HUFFMAN Huffman code generator
% [h,l]=huffman(p), Huffman code generator
% returns h the Huffman code matrix, and l the
% average codeword length for a so