代码搜索:ESTIMATION

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

代码结果 3,786
www.eeworm.com/read/438384/7731975

m mimo_ofdm.m

clear all; %close all; i=sqrt(-1); Rayleigh=1; AWGN=0; % for AWGN channel MMSE=0; % estimation technique Nsc=64;
www.eeworm.com/read/199851/7818453

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/197679/7978947

m pisar1.m

xt=xn'; sin_num=3; N=length(xt); rxx=xcorr(xt,'biased'); rxx=rxx(N:(2*sin_num)+N); %Frequencies estimation Rxx=toeplitz(rxx); ev=eig(Rxx); [S i]=min(ev); [V D]=eig(Rxx); a=V(:,i) rts=roots
www.eeworm.com/read/197108/8028877

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/197003/8036410

m mimo_ofdm.m

From: Subject: Date: Fri, 16 Dec 2005 14:13:16 +0800 MIME-Version: 1.0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-p
www.eeworm.com/read/323816/13315562

h global.h

#ifndef GLOBAL_H #define GLOBAL_H #include #include "iris.h" extern double range_value[CLASSTYPENUM]; extern double mahalnanobis[CLASSTYPENUM]; extern IrisList *head; extern I
www.eeworm.com/read/321432/13404973

txt pls-svm.txt

X=[]; Y=[]; Xt=[]; type = 'function estimation'; gam=1; sig2=1; [gam, sig2] = tunelssvm({X,Y,type,gam,sig2,'RBF_kernel'}, ... [1 0.01; 10000 1000], 'gridsearch', {}, 'leaveoneout_lssvm'); [alp
www.eeworm.com/read/315303/13546991

m mimo_ofdm.m

%------------------------------------------ % Channel estimation for a MIMO-OFDM system % 训练序列做导频时的状况 %------------------------------------------ clear all; %close all; Rayleigh=1; AWGN=0;
www.eeworm.com/read/314865/13557296

m mimo ofdm.m

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

m mimo_ofdm.m

%------------------------------------------ % EE359 final project, Fall 2002 % Channel estimation for a MIMO-OFDM system % By Shahriyar Matloub %----------------------------------------