代码搜索:ESTIMATION

找到约 3,786 项符合「ESTIMATION」的源代码

代码结果 3,786
www.eeworm.com/read/455850/7362802

m bayesclassifier.m

% load input training data trn = load('riply_trn'); inx1 = find(trn.y==1); inx2 = find(trn.y==2); % Estimation of class-conditional distributions by EM bayes_model.Pclass{1} = emgmm(trn.X(:,inx1)
www.eeworm.com/read/453812/7410062

m mimo_ofdm.m

%------------------------------------------ % EE359 final project, Fall 2002 % Channel estimation for a MIMO-OFDM system % By Shahriyar Matloub %----------------------------------------
www.eeworm.com/read/452272/7443593

m mimo_ofdm.m

%------------------------------------------ % EE359 final project, Fall 2002 % Channel estimation for a MIMO-OFDM system % By Shahriyar Matloub %----------------------------------------
www.eeworm.com/read/449807/7496304

txt tx1.txt

Table 3 Qx-coder probability-estimation table for Q-coder. -------------------------------------------------------------------------------- Index Qe NMPS NLPS SWITCH
www.eeworm.com/read/449771/7496709

m enzymekinetest.m

function EnzymeKinetEst % Enzyme Kinetics Parameter Estimation % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and Technology, Shangh
www.eeworm.com/read/449504/7502446

m vdp_d.m

% PURPOSE: Demo of vdp() % Estimation subject to transversal constraints % by means of a quadratic optimization criterion %--------------------------------------------------- % US
www.eeworm.com/read/449504/7502841

m contents.m

% general spatial model estimation functions % % f2_sac : evaluates log-likelihood for ML values general spatial model % f_sac : evaluates log-likelihood for general spatial model
www.eeworm.com/read/206322/7539338

m mimo_ofdm.m

%------------------------------------------ % Channel estimation for a MIMO-OFDM system %------------------------------------------ clear all; %close all; i=sqrt(-1); Rayleigh=1; AWGN=0;
www.eeworm.com/read/447997/7542289

m mimo_ofdm.m

%------------------------------------------ % EE359 final project, Fall 2002 % Channel estimation for a MIMO-OFDM system % By Shahriyar Matloub %----------------------------------------
www.eeworm.com/read/442915/7642366

m mimo_ofdm.m

clear all; %close all; i=sqrt(-1); Rayleigh=1; AWGN=0; % for AWGN channel MMSE=0; % estimation technique Nsc=64;