资源简介
WINNER-ITU信道模型的实现代码,并附有代码实现的介绍文档

代码片段和文件信息
function antpar=antparset(varargin)
%ANTPARSET Antenna parameter configuration for WIMi
% 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 spacing 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 spacing 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 spacings 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 WIMPAR (see WIMPARSET). 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 patterns are
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 279406 2010-11-17 16:58 ITU\WIM2-ITU Matlab documentation.pdf
文件 4813 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\antparset.m
文件 1889 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\cas.m
文件 854 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\ConstantCMapping.m
文件 1454 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\Contents.m
文件 2349 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\dipole.m
文件 1489 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\ds.m
文件 2154 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\fixedAoas.m
文件 2153 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\fixedAods.m
文件 4857 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\fixedPdp.m
文件 37634 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\generate_bulk_par.m
文件 2978 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\interp_gain.m
文件 4621 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\interp_gain_c.m
文件 4777 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\layout2li
文件 6928 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\layoutparset.m
文件 5643 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\li
文件 4389 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\LOSprobability.m
文件 8976 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\LScorrelation.m
文件 6333 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\NTlayout.m
文件 2262 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\offset_matrix_generation.m
文件 27080 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\pathloss.m
文件 716 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\ScenarioMapping.m
文件 33650 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\ScenParTables.m
文件 61041 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\scm_mex_core.c
文件 7133 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\scm_mex_core.m
文件 6326 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\struct_generation.m
文件 8861 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\SubClusterDivision.m
文件 19830 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\wim.m
文件 7365 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\wimparset.m
文件 29087 2010-11-17 16:58 ITU\WIM2_ITU_ChannelModel_ver4\wim_core.m
............此处省略5个文件信息
- 上一篇:遍历窗体中的所有控件
- 下一篇:FM350-2高速计数器
相关资源
- 论文研究 - FDD Massive MIMO系统中联合空
- 4G关键技术MIMO及智能天线的探讨
- 应用典型的 MMSE 算法对 MIMO-OFDM 信道进
- Allwinner_F1C200s_Datasheet_V1.0.pdf
- 空间稀疏预编码很好的文章
- 论文研究-一种多天线多用户大规模
- space time block coding for wireless communica
- MIMO MESH电台
- 无线通信基础及课后题答案
- MIMO雷达多目标参数估计
- MIMOOFDM功率分配
- MIMO无线信道建模与仿真
- MIMO雷达波形设计与杂波仿真
- MIMO概要:发展历程与技术内涵
- 8 MIMO无线通信系统中的空时编码方法
- Massive MIMO for Next Generation Wireless Syst
- 适合初学者的MIMO讲稿
- 3D MIMO信道模型标准文献英文版
- MIMO系统检测算法
- MIMO在GNURadio中的实现
- (2014 Cambridge)Large MIMO Systems.pdf
- MassiveMIMO经典论文合集-入门必看
- 5G-Massive MIMO关键技术.pptx
- MIMO_NOMA系统中用户调度及波束成型技
- WLAN-MIMO微带天线阵列的研究与设计
- 虚拟MIMO系统中用户配对算法研究与验
- Massive-MIMO综述
- WINNER II interim channel models
- MIMO-OFDM技术内含仿真图
- MIMO-OFDM无线通信基带接收机设计
评论
共有 条评论