资源简介
欧盟winner项目关于MIMO信道模型的MATLAB代码
3GPP的scme空间信道模型的演进版也是从这个winner项目借鉴过来的,对研究MIMO信道很有参考价值
代码片段和文件信息
function antpar=antparset(varargin)
%ANTPARSET Antenna parameter configuration for SCM
% ANTPAR=ANTPARSET sets default parameters for the input struct ANTPAR.
%
% Default parameters are [ {default} ]:
%
% BsGainPattern - complex BS array element field patterns [ {1} | 4D-array]
% BsGainAnglesAz - azimuth angles (degrees) for BsGainPattern [ {linspace(-18018090)} ]
% BsGainAnglesEl - elevation angles (not used currently)
% BsElementPosition - element positions for BS linear array in wavelenghts [ {0.5} ]
% MsGainPattern - complex MS array element field patterns [ {1} | 4D-array]
% MsGainAnglesAz - azimuth angles (degrees) for MsGainPattern [ {linspace(-18018090)} ]
% MsGainAnglesEl - elevation angles (not used currently)
% MsElementPosition - element positions for MS linear array in wavelenghts [ {0.5} ]
% InterpFunction - name of the interpolation function [{‘interp_gain‘}]
% InterpMethod - interpolation method used [{‘cubic‘}]
%
% Some notes about the antenna parameters:
%
% - The complex field patterns are given in linear scale. The antenna gain
% is 20*log10(abs(BsGainPattern)).
% - Field patterns should be defined over the full 360 degree azimuth
% angle. Unless BsGainPattern is a scalar (see below) the intermediate
% values will be interpolated.
% - Only linear arrays are supported currently. The element positions can
% be given (in wavelengths) in the vectors BsElementPosition and
% MsElementPosition. When a scalar is given (default) uniform spacing
% is assumed.
% - If BsGainPattern and/or MsGainPattern field is a scalar the antenna
% field pattern is assumed constant (equal to the scalar) over the whole
% azimuth angle. For example setting BsGainPattern=SQRT(1.64) (2.15 dB)
% would correspond to a BS dipole array with NumBsElements (see below).
% - When BsGainPattern (MsGainPattern) is a scalar the number of the
% BS (MS) antenna elements is determined from parameters NumBsElements
% (NumMsElements) in the input struct SCMPAR (see SCMPARSET). Otherwise
% the number of elements in the link end is deduced from the dimensions
% of the 4D-array BsGainPattern (MsGainPattern).
% - If BsGainPattern (MsGainPattern) is not a scalar it must be a complex
% 4D-array with dimensions NUM_ELxPOLxELxAZ where NUM_EL is the
% number of array elements POL is 1 or 2 EL is arbitrary and AZ
% is LENGTH(BsGainAnglesAz). If ‘polarized‘ option is used the
% (:11:)th dimension is assumed the vertical polarization and (:21:)
% is assumed the horizontal polarization. Otherwise only the (:11:)th
% dimensions are used. The size of the third dimension is unimportant
% as elevation is not used in the current implementation.
% - SIZE(BsGainPattern4) must equal LENGTH(BsAnglesAz). In other words
% all element patter
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4859 2004-12-07 21:42 winner\antparset.m
文件 1889 2004-12-12 19:48 winner\cas.m
文件 979 2005-01-14 12:16 winner\Contents.m
文件 2349 2004-09-01 10:10 winner\dipole.m
文件 1489 2004-12-12 19:49 winner\ds.m
文件 27100 2004-12-14 09:19 winner\generate_bulk_par.m
文件 2978 2004-12-12 19:46 winner\interp_gain.m
文件 4621 2004-12-12 19:54 winner\interp_gain_c.m
文件 4284 2004-07-26 09:22 winner\interp_gain_mex.c
文件 18009 2004-12-08 12:25 winner\license.txt
文件 4498 2005-01-14 12:14 winner\li
文件 4187 2004-12-12 19:51 winner\pathloss.m
文件 311 2005-01-14 12:15 winner\readme.txt
文件 15675 2005-01-13 22:00 winner\scm.m
文件 143682 2008-07-08 10:39 winner\SCME-2006-08-30.pdf
文件 6933 2005-01-14 12:07 winner\scmparset.m
文件 26273 2005-01-14 10:10 winner\scm_core.m
文件 57597 2005-01-14 10:09 winner\scm_mex_core.c
文件 6775 2005-01-14 10:09 winner\scm_mex_core.m
目录 0 2009-11-09 13:54 winner
----------- --------- ---------- ----- ----
334488 20
- 上一篇:改进的蜂群算法图像分割MATLAB代码
- 下一篇:POD_matlab
相关资源
- mimo v-blast 仿真
- MIMO OFDM matlab仿真程序
- MIMO-OFDM不同信道估计的对比
- 仿真mimo的matlab代码
- 基于MATLAB的MIMO通信系统仿真
- 一个教你如何用matlab写mimo系统的程序
-
MIMO-OFDM链路simuli
nk - MIMO的ML检测matlab程序
- MIMO的ZF检测matlab程序
- 多径瑞利信道的matlab仿真程序
- MIMO的OSIC检测算法。基于三种方式。
- MIMO信号MMSE检测算法MATLAB仿真程序
- 无线通信MIMO中STBC的matlab仿真
-
OFDMMIMO仿真实验合集 matlab simuli
nk - MIMO/MASSIVE MIMO 信号检测算法matlab仿真
- mimo预编码=-=
- 注水功率分配
- mimo_detection.m
- 《MIMO-OFDM无线通信技术及MATLAB实现》
- MIMO_OFDM联合仿真的matlab 源程序很完整
- OFDM瑞利衰落信道下的MATLAB程序
- MIMO MMSE、ZF检测
- mimo-ofdm系统fft方法的实现
- MIMO_OFDM.m
- 双基地MIMO雷达目标跟踪算法matlab程序
- MIMO-WSN系统的功率控制仿真
- 无线通信MIMO VBLAST的matlab仿真
- MIMO信道容量随信噪比变化:发送端未
- MIMO信道容量随信噪比变化:发送端未
- MIMO 信道容量 发射端已知、未知CSI的
评论
共有 条评论