• 大小: 324KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-02
  • 语言: 其他
  • 标签: WINNER  MIMO  

资源简介

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\layout2link.m

     文件       6928  2010-11-17 16:58  ITU\WIM2_ITU_ChannelModel_ver4\layoutparset.m

     文件       5643  2010-11-17 16:58  ITU\WIM2_ITU_ChannelModel_ver4\linkparset.m

     文件       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个文件信息

评论

共有 条评论