代码搜索:mimo matlab

找到约 10,000 项符合「mimo matlab」的源代码

代码结果 10,000
www.eeworm.com/read/152398/12117285

m view_mimo.m

%View control system setting if degree_freedom==1 tmp=(350+4*maxrow*25); else tmp=(380+5*maxrow*25); end if not_save_yet temp=[datadir,NAMEFILE,'*]']; else temp=[datadir,NAMEFILE,
www.eeworm.com/read/152398/12117596

m mimo_freq.m

if any(iscellempty(Xmnummt)) | any(iscellempty(Xmdenmt)) | ... any(iscellempty(Xpnummt)) | any(iscellempty(Xpdenmt)) | ... any(iscellempty(qnummt)) | any(iscellempty(qdenmt)) errordl
www.eeworm.com/read/152398/12117683

mdl mimo_lib.mdl

Library { Name "MIMO_lib" Version 3.00 BlockDataTips off BlockParametersDataTip off BlockAttributesDataTip off BlockPortWidthsDataTip off BlockDescriptionStringDataTi
www.eeworm.com/read/152398/12117708

m mimo_tune.m

function Epsilon=mimo_tune(fun,f,Mp,y,vub,vlb,E_handle,ps,ms,qs,order,... L_handle,input_delay,dec_M,pd_prime,pds,M1_handle,decade,tune_index,tole) % This function bring the magnitude of the wors
www.eeworm.com/read/152398/12117765

asv mimo_tune.asv

function Epsilon=mimo_tune(fun,f,Mp,y,vub,vlb,E_handle,ps,ms,qs,order,... L_handle,input_delay,dec_M,pd_prime,pds,M1_handle,decade,tune_index,tole) % This function bring the magnitude of the wors
www.eeworm.com/read/152398/12117814

m mimo_noise.m

function f=mimo_noise(e,qs,order,Na,y) n=length(order); s=1e-5; fil=zeros(1,n); for i=1:n fil(i)=1/(e(i)*s+1)^order(i); end fil=diag(fil); q0=inv(eval(qs))*fil; f=ones(1,n); while s < 1e5
www.eeworm.com/read/340663/12140890

m mimo_system.m

% in this programe a highly scattered enviroment is considered. The % Capacity of a MIMO channel with nt transmit antenna and nr recieve % antenna is analyzed. The power in parallel channel (after
www.eeworm.com/read/253865/12181750

m mimo_system.m

% in this programe a highly scattered enviroment is considered. The % Capacity of a MIMO channel with nt transmit antenna and nr recieve % antenna is analyzed. The power in parallel channel (after
www.eeworm.com/read/339079/12260748

m mimo_ofdm.m

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

m mimo_system.m

% in this programe a highly scattered enviroment is considered. The % Capacity of a MIMO channel with nt transmit antenna and nr recieve % antenna is analyzed. The power in parallel channel (after