代码搜索:mimo matlab
找到约 10,000 项符合「mimo matlab」的源代码
代码结果 10,000
www.eeworm.com/read/414697/11105615
m mimo_sigma.m
function mimo_sigma(fun,f,y,Epsilon,ps,ms,qs,order,vub,vlb,handle,X_handle,input_delay,pds,qds)
% This function compute a sigma plot of the MIMO system
% This funtion is used by function mimo_freq.m
www.eeworm.com/read/414697/11105693
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/414697/11105912
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/414697/11105976
mdl mimo_lib.mdl
Library {
Name "MIMO_lib"
Version 3.00
BlockDataTips off
BlockParametersDataTip off
BlockAttributesDataTip off
BlockPortWidthsDataTip off
BlockDescriptionStringDataTi
www.eeworm.com/read/414697/11105999
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/414697/11106026
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/414697/11106036
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/268255/11148457
m qpsk-mimo.m
close all;
clear all;
randn('state',sum(100*clock)); %reset the randn generator
A=1;
Es=A*A;
myCst=A*[1,-1]; %the constellation
myMap=[1,0];
Eb=2*Es;
minTestLength=100000; % test lengt
www.eeworm.com/read/265563/11261154
asv mimo_corr.asv
clear all
clc
Nr=4;
Nt=2;
t=10;
fig=mimo_channel(Nr, Nt,t)%;
function mimo_channel(Nr, Nt,t)
s=35;
% mm=O;
fd=5.56;
rand('state',0);
for i=1 :Nt*Nr
for l=1:1
h1=0;
www.eeworm.com/read/265563/11261160
m mimo_channel.m
function f=mimo_channel(Nr, Nt,t)
s=35;
% mm=O;
fd=5.56;
rand('state',0);
for i=1 :Nt*Nr
for l=1:1
h1=0;
h2=0;
for k=l:s-1
sita(k)=2*pi*rand