代码搜索:Variance

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

代码结果 2,271
www.eeworm.com/read/478703/6713390

m mmse_mse_calc.m

%Function Declaration: function ms_error=MMSE_MSE_calc(X,H,Y,Rgg,variance); %This function generates mean squared error for the the MMSE estimator.. %EVALUATION OF Hmmse %Hmmse=F*Rgg*inv(Rgy)*Y;
www.eeworm.com/read/257458/11925816

cpp 识别练习.cpp

#include #include #include #include #include"stdlib.h" //定义PI的大小 #define pi 3.1415926 double AverageRandom(double min,double max); double Norm
www.eeworm.com/read/257458/11925821

cpp shibielianxi_1.cpp

#include #include #include #include #define pi 3.1415926 double AverageRandom(double min,double max); double Normal(double x,double mean,double v
www.eeworm.com/read/343174/11967126

m mmse_mse_calc.m

%Function Declaration: function ms_error=MMSE_MSE_calc(X,H,Y,Rgg,variance); %This function generates mean squared error for the the MMSE estimator.. %EVALUATION OF Hmmse %Hmmse=F*Rgg*inv(Rgy)*Y;
www.eeworm.com/read/342996/11984716

am makefile.am

# # tslib/plugins/Makefile.am # # Copyright (C) 2001 Russell King. # # This file is placed under the LGPL. Please see the file # COPYING for more details. # # $Id: Makefile.am,v 1.3 2002/06
www.eeworm.com/read/342996/11984789

in configure.in

dnl $Id: configure.in,v 1.3 2002/06/17 17:21:42 dlowder Exp $ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/ts_close.c) AM_INIT_AUTOMAKE(libts,0.0.1) AM_CONFIG_HEA
www.eeworm.com/read/253863/12181787

m mmse_mse_calc.m

%Function Declaration: function ms_error=MMSE_MSE_calc(X,H,Y,Rgg,variance); %This function generates mean squared error for the the MMSE estimator.. %EVALUATION OF Hmmse %Hmmse=F*Rgg*inv(Rgy)*Y;
www.eeworm.com/read/228977/14356468

m inital_states.m

function xx = inital_states(ini_xu,xuvar,samnum); % function xx = inital_states(samnum,xuvar); % thite = ini_xu(1);%% the angle of arrival; Qv = ini_xu(2);%% the vector of v/r; fai = ini_xu(3)
www.eeworm.com/read/474856/6808547

m mmse_mse_calc.m

%Function Declaration: function ms_error=MMSE_MSE_calc(X,H,Y,Rgg,variance); %This function generates mean squared error for the the MMSE estimator.. %EVALUATION OF Hmmse %Hmmse=F*Rgg*inv(Rgy)*Y;
www.eeworm.com/read/471423/6892495

asv mmse_mse_calc.asv

%Function Declaration: function ms_error=MMSE_MSE_calc(X,H,Y,Rgg,variance); %This function generates mean squared error for the the MMSE estimator.. %EVALUATION OF Hmmse %Hmmse=F*Rgg*inv(Rgy)*Y;