代码搜索:mimo matlab
找到约 10,000 项符合「mimo matlab」的源代码
代码结果 10,000
www.eeworm.com/read/291165/3969583
c block_mimo.c
/***************************************************************************
* block_mimo.c - Define a MIMO-block with an input or output-size
* -------------------
*
www.eeworm.com/read/475436/6781521
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/475349/6796740
m mimo_decoder.m
function [data_one,data_two] = mimo_decoder(receive_data1,receive_data2,estchan_one_one,estchan_two_one,estchan_one_two,estchan_two_two)
%对接收到的数据进行mimo解码
% 一列一列解码
[row,col] = size(receive_data1);
www.eeworm.com/read/195390/8159447
m mimo_channel.m
function f=mimo_channel(Nr,Nt,t)
s=35;
%mm=0;
fd=5.56;
rand('state',0);
for i=1:Nt*Nr
for l=1:1
h1=0;
h2=0;
for k=1:s-1
sita(k)=2*pi*rand;
www.eeworm.com/read/195390/8159563
m mimo_corr.m
function f=mimo_corr(anglespread,angle,d,M)
L=1000;
anglespread1=720;
c=0;
%clear i;
p=zeros(1,L);
fai=zeros(1,L);
fai1=zeros(1,L);
FAI=zeros(1,L);
matrix1=zeros(M,1);
matrix2=zeros(1,M);
c
www.eeworm.com/read/193355/8235213
rar mimo-code.rar
www.eeworm.com/read/394110/8244616
pdf mimo技術.pdf
www.eeworm.com/read/393871/8257231
m lineariz_mimo.m
function [sys,x0,str,ts] = lineariz_mimo(t,x,u,flag,n,nout,vzorec)
% NelinSys - a program tool for analysis and synthesis of nonlinear control systems
% based on MATLAB/Simulink 5.2
%