代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/423100/10587597
asv synchro.asv
% synchronization
% estimation of the delay caused by the channel
% SNR should be estimated before using this function..
% training bits can maybe estimate this value (computations using variance
www.eeworm.com/read/271363/10999181
m jstats.m
function[m,varargout] = jstats(res,varargin)
% JKNIFE Jackknifed mean and variance
% INPUTS : res - array or structure array output by JKNIFEP
% field - if res is a structure ar
www.eeworm.com/read/449504/7502269
m tvp_beta.m
function [beta, ferror] = tvp_beta(parm,y,x)
% PURPOSE: generate tvp model betas and forecast error variance
% given maximum likelihood estimates
% ------------------------------------------
www.eeworm.com/read/442900/7642585
m huffmandic.m
function [dict,avglen] = huffmanDic(sig,prob)
%
% Generates a binary Huffman code dictionary using the maximum variance
% algorithm for the distinct symbols given by the sig vector.
%
www.eeworm.com/read/242663/12994222
m synchro.m
% synchronization
% estimation of the delay caused by the channel
% SNR should be estimated before using this function..
% training bits can maybe estimate this value (computations using variance
www.eeworm.com/read/242663/12994271
asv synchro.asv
% synchronization
% estimation of the delay caused by the channel
% SNR should be estimated before using this function..
% training bits can maybe estimate this value (computations using variance
www.eeworm.com/read/484548/6579597
m addbackgroundnoise.m
function noiseMatrix=addBackgroundNoise(matrix, coefficient)
% adds random numbers normally distributed with variance coefficeint*mean(image)
% to an image matrix
noiseMatrix=abs(randn(size(mat
www.eeworm.com/read/149077/12405050
m cma.m
% uingrd@lycos.com
%%%%%%%%%%%%%%%%%%%%
% control settings
%%%%%%%%%%%%%%%%%%%%
Le = 2; %equlizer length
N = 4000; % data length
var_s1 = 1; % variance of signal
www.eeworm.com/read/187233/5225208
c measure.c
/******************************************************************************
*
* measure.c:
* set ticksize to .5 on your P100+
* Run as: tt -p 29 -u 2500000
* max_variance of .1 ms is
www.eeworm.com/read/364212/2907583
m synchro.m
% synchronization
% estimation of the delay caused by the channel
% SNR should be estimated before using this function..
% training bits can maybe estimate this value (computations using variance