代码搜索:Variance

找到约 2,271 项符合「Variance」的源代码

代码结果 2,271
www.eeworm.com/read/173705/9641000

m bpestdb.m

function[est,estvar]=bpestdb(x,estfun,L1,M1,L2,M2,B,varargin) % [est,estvar]=bpestdb(X,estfun,L1,M1,L2,M2,B,PAR1,...) % % The program calculates the estimate and the variance % o
www.eeworm.com/read/205038/15327962

in makefile.in

SHELL = /bin/sh AR = @AR@ ARFLAGS = @ARFLAGS@ CC = @CC@ CFLAGS = @CFLAGS@ RANLIB = @RANLIB@ ALL = get_series.o rescale_data.o make_box.o\ find_neighbors.o scan_help.o variance.o get_multi_series.o\
www.eeworm.com/read/178061/9420850

m maxvar3.m

function [Gv,ORot1,ORot2,ORot3]=maxvar3(G,MinRot,ConvLim,Options) %MAXVAR3 maximize core squared variance % %[Gv,Ov1,Ov2,Ov3]=maxvar3(G,MinRot,ConvLim,Options) % %This m-file rotates a core to ma
www.eeworm.com/read/416646/11018724

txt boshu.txt

%波束形成 clear all; N=5; M=8; L=1; u=0.05; j=sqrt(-1); rp.TNRdB=0; rp.INRdB=40; rp.mean_v = 0; % mean of complex-valued AWGN rp.var_v = 1; % variance of complex-valued AWGN theta=[0,40*pi/180
www.eeworm.com/read/443458/7632496

m pca_regression.m

function [b,pctExplained,ess]=pca_regression(x,y,k) %基于主元分析的线性回归 %x:自变量 %y:因变量 %k:主元个数 the number of princomponent %b:回归系数,y=b*x %pctExplained:各主成分解释的数据变化the amount of explained variance for eac
www.eeworm.com/read/439686/7703011

m maxvar3.m

function [Gv,ORot1,ORot2,ORot3]=maxvar3(G,MinRot,ConvLim,Options) %MAXVAR3 maximize core squared variance % %[Gv,Ov1,Ov2,Ov3]=maxvar3(G,MinRot,ConvLim,Options) % %This m-file rotates a core to ma
www.eeworm.com/read/398034/8009020

m sa_ex7_me.m

% Maximum Entropy AOA estimation for a M = 6 element array with noise variance = .1 % tic M=6; sig2=.1; th1=-5*pi/180; th2=5*pi/180; a1=[1]; a2=[1]; a=[1]; u3=[0 0 1 0 0 0]; %for i=2:M %
www.eeworm.com/read/317326/13505884

m sa_ex7_me.m

% Maximum Entropy AOA estimation for a M = 6 element array with noise variance = .1 % tic M=6; sig2=.1; th1=-5*pi/180; th2=5*pi/180; a1=[1]; a2=[1]; a=[1]; u3=[0 0 1 0 0 0]; %for i=2:M %
www.eeworm.com/read/310212/13655103

m vmquant.m

function [im, map] = vmquant(arg1,arg2,arg3,arg4,arg5,arg6,arg7) %VMQUANT Variance Minimization Color Quantization. % [X, MAP] = VMQUANT(R,G,B,K,[Qr Qg Qb],DITHER,Qe) or % VMQUANT(RGB,K,[Qr Qg
www.eeworm.com/read/485103/6564325

m maxvar3.m

function [Gv,ORot1,ORot2,ORot3]=maxvar3(G,MinRot,ConvLim,Options) %MAXVAR3 maximize core squared variance % %[Gv,Ov1,Ov2,Ov3]=maxvar3(G,MinRot,ConvLim,Options) % %This m-file rotates a core to ma