代码搜索:mimo matlab
找到约 10,000 项符合「mimo matlab」的源代码
代码结果 10,000
www.eeworm.com/read/404751/11479242
mdl exakt_mimo.mdl
Model {
Name "exakt_mimo"
Version 2.20
SimParamPage Solver
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
StartTime "0.
www.eeworm.com/read/404751/11479245
m stavp_mimo.m
function [sys,x0,str,ts] = stavp_mimo(t,x,u,flag,n,nin,nout,F,G,H,pp)
% NelinSys - a program tool for analysis and synthesis of nonlinear control systems
% based on MATLAB/Simulink 5.2
www.eeworm.com/read/403560/11514875
m mimo_codebook.m
clear all;
close all;
tic;
Nt=3;
L=6;
j=sqrt(-1);
u=[1 26 57];
e1=zeros(1,Nt); e1(1)=1;
S=[1.2518-j*0.6409,-0.4570-j*0.4974 0.1177+j*0.2360].';
w=S-e1.';
p=2./norm(w'*w);
H=eye(Nt)-p*w*w';
www.eeworm.com/read/259397/11795671
m example_mimo.m
clear all;
close all;
% User-defined parameters %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Direction of connection
Connection = 'downlink';
% Distance Tx-Rx
Distance_Tx_R
www.eeworm.com/read/259397/11795674
m plot_mimo.m
% Plots the impulse responses, the PDPs, the correlation properties
% and the Doppler spectra of the MIMO channel stored in the global
% variable H produced by script example_MIMO.m. plot_MIMO.m als
www.eeworm.com/read/259397/11795714
asv example_mimo.asv
clear all;
close all;
% User-defined parameters %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Direction of connection
Connection = 'downlink';
% Distance Tx-Rx
Distance_Tx_R
www.eeworm.com/read/256927/11964140
m mimo_ofdm.m
%------------------------------------------
% EE359 final project, Fall 2002
% Channel estimation for a MIMO-OFDM system
% By Shahriyar Matloub
%----------------------------------------
www.eeworm.com/read/154010/11995405
m mimo_freqoffset.m
close all
tic
ee = 0.1;
mu = 0.006;
PRINTL=500;
figure (10)
colorsfoff = ['r' 'g' 'b'];
for ddd=1:3 %mu =0.01,0.005,0.0025
mu = mu*0.5;
foff = zeros(1,Mt ); %#
Es = 1.0;
www.eeworm.com/read/254858/12114953
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/152398/12117222
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