资源简介
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高速计数器
相关资源
- mimo 优化功率分配
- MIMO调度、预编码算法
- 基于机器学习方法(SVM和NB)的MIMO天
- mimo信道建模
- MIMO.zip
- MIMO_预编码算法及信道估计误差对预编
- mimo(1).zip
- MIMO技术入门资料
- 单基地MIMO雷达经典MUSIC算法
- 论文研究-MIMO系统中ZF及MMSE检测算法的
- 基于可见光通信的MIMO技术研究现状
- 基于压缩感知的MIMO信道估计算法
- mimo仿真程序
- mimo下行的线性预编码
- 降低MIMO-OFDM系统峰均比的QAS算法
- AllWinner卡刷工具PhoenixCard v310
- MIMO-OFDM通信系统仿真报告.docx
- Fundamentals of Massive MIMO
- 基于MIMO技术轨道角动量光通信的仿真
- Allwinner_F1C200s_User_Manual_V1.0.pdf
- 全志H2芯片技术文档 Allwinner_H2+_Datas
- 06586529STBC-MIMO-OFDM.rar
- winner30setup4mock.rar
- Allwinner_V3s_Datasheet_V1.0.pdf
- Allwinner_F1C200s_Datasheet_V1.1.pdf
- 免费共享 Allwinner_H2+_Datasheet_V1.2
- 有关mimo信道估计的相关源码
- 大规模MIMO的容量算法优化算法研究
- MIMO-OFDM信道仿真
- MU_MIMO.rar
评论
共有 条评论