代码搜索:mimo matlab
找到约 10,000 项符合「mimo matlab」的源代码
代码结果 10,000
www.eeworm.com/read/440997/7678188
m mimo_channel.m
function f=mimo_channel(Nr,Nt,fd,t)
% 接收天线个数 发射天线个数 最大多普勒频移 时间变量
% 输出 mimo_channel MIMO信道的信道冲击响应。
% 单径信道利用 Jakes 模型仿真。
% 移动速度是3km。
s=35;
%mm=0;
rand('state',0);
for i=1:Nt*Nr
for l=1:
www.eeworm.com/read/438386/7731973
m subspace_mimo.m
clear all
clc
echoF=1;
SNR_dB=30; sgma=1;
T=1000;
p=2;q=2;
L=2; M=4; N=5; d=M+N;
j=sqrt(-1);
h11=[-0.049+j*0.359 0.482-j*0.569 -0.556+j*0.587 1 -0.171+j*0.061];
h12=[0.443-j*0.
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/199224/7876995
m mimo_main.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% mimo_main.m
% This program is designed to estimate MIMO parameters
% in the Frequency D
www.eeworm.com/read/298994/7901096
m mimo_channel.m
function [corrRT]=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*
www.eeworm.com/read/298994/7901139
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);
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/297093/8052625
m mimo_bpsk.m
%KEY WORDS: MIMO BPSK
frmLen = 100; % frame length
numPackets = 1000; % number of packets
EbNo = 0:2:20; % Eb/No varying to 20 dB
N = 2; % maximum number of Tx antennas
M = 2; % maximum number
www.eeworm.com/read/396845/8087726
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/247229/12672073