代码搜索:Mimo
找到约 1,075 项符合「Mimo」的源代码
代码结果 1,075
www.eeworm.com/read/350683/10719924
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/349632/10810438
m capacity_mimo.m
clear all;
M=5;K=5;P=1:100:1001;
C=M*log2(1+P);
plot(10*log10(P),C)
www.eeworm.com/read/349592/10814521
m mimo_ofdm.m
%------------------------------------------
% EE359 final project, Fall 2002
% Channel estimation for a MIMO-OFDM system
% By Shahriyar Matloub
%----------------------------------------
www.eeworm.com/read/468387/6989357
pdf mimo_withsponsorslides.pdf
www.eeworm.com/read/459857/7264065
m mimo_performance.m
% SIMO Channel Performance Test
clc;
clear all;
EbN0dB=1:3:30;
Mt=1;
Nr=2;
Es=1;
M=2;
errlimit=50;
totallimit=100000
EbN0=10.^(EbN0dB./10);
sigma2=Nr*Es./(EbN0.*Mt.*M);
for l=1:length(
www.eeworm.com/read/456895/7337374
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/455223/7375772
m mimo capacity.m
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/206322/7539338
m mimo_ofdm.m
%------------------------------------------
% Channel estimation for a MIMO-OFDM system
%------------------------------------------
clear all;
%close all;
i=sqrt(-1);
Rayleigh=1;
AWGN=0;