• 大小: 246KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-07-23
  • 语言: 其他
  • 标签: SCM  

资源简介

此为LTE的信道模型SCM,对了解和分析LTE信道模型很有用处

资源截图

代码片段和文件信息

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       4904  2007-09-17 10:02  scm-05-07-2006_program\winner\antparset.m

     文件       2015  2006-07-05 16:01  scm-05-07-2006_program\winner\cas.m

     文件        980  2006-07-05 14:39  scm-05-07-2006_program\winner\Contents.m

     文件       2349  2004-09-01 10:10  scm-05-07-2006_program\winner\dipole.m

     文件       1573  2006-07-25 13:06  scm-05-07-2006_program\winner\ds.m

     文件      27100  2004-12-14 09:19  scm-05-07-2006_program\winner\generate_bulk_par.m

     目录          0  2007-10-12 15:32  scm-05-07-2006_program\winner\html

     文件       2978  2004-12-12 19:46  scm-05-07-2006_program\winner\interp_gain.m

     文件       4621  2004-12-12 19:54  scm-05-07-2006_program\winner\interp_gain_c.m

     文件       4284  2004-07-26 09:22  scm-05-07-2006_program\winner\interp_gain_mex.c

     文件      18009  2004-12-08 12:25  scm-05-07-2006_program\winner\license.txt

     文件       4498  2005-01-14 12:14  scm-05-07-2006_program\winner\linkparset.m

     文件       4179  2006-07-05 14:40  scm-05-07-2006_program\winner\pathloss.m

     文件        498  2006-07-26 10:00  scm-05-07-2006_program\winner\readme.txt

     文件      16010  2007-09-17 11:44  scm-05-07-2006_program\winner\scm.asv

     文件      15996  2007-09-17 10:30  scm-05-07-2006_program\winner\scm.m

     文件       6933  2005-01-14 12:07  scm-05-07-2006_program\winner\scmparset.m

     文件     576371  2011-02-20 03:32  scm-05-07-2006_program\winner\scm_05-07-2006.pdf

     文件      26273  2005-01-14 10:10  scm-05-07-2006_program\winner\scm_core.m

     文件      58083  2006-07-05 14:24  scm-05-07-2006_program\winner\scm_mex_core.c

     文件       6775  2005-01-14 10:09  scm-05-07-2006_program\winner\scm_mex_core.m

     文件         42  2011-02-20 04:29  scm-05-07-2006_program\winner\test.asv

     文件         41  2011-02-19 15:50  scm-05-07-2006_program\winner\test.m

     目录          0  2011-02-21 09:11  scm-05-07-2006_program\winner

     目录          0  2007-10-12 15:32  scm-05-07-2006_program

----------- ---------  ---------- -----  ----

               784512                    25


评论

共有 条评论