资源简介
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1809920 2003-09-29 15:42 3GPP—SCM信道模型及源码\25996-610.doc
文件 123235 2005-03-06 11:25 3GPP—SCM信道模型及源码\scm_11-01-2005.pdf
文件 4859 2004-12-07 21:42 3GPP—SCM信道模型及源码\scm-11-01-2005\antparset.m
文件 1889 2004-12-12 19:48 3GPP—SCM信道模型及源码\scm-11-01-2005\cas.m
文件 979 2005-01-14 12:16 3GPP—SCM信道模型及源码\scm-11-01-2005\Contents.m
文件 2349 2004-09-01 10:10 3GPP—SCM信道模型及源码\scm-11-01-2005\dipole.m
文件 1489 2004-12-12 19:49 3GPP—SCM信道模型及源码\scm-11-01-2005\ds.m
文件 27100 2004-12-14 09:19 3GPP—SCM信道模型及源码\scm-11-01-2005\generate_bulk_par.m
文件 2978 2004-12-12 19:46 3GPP—SCM信道模型及源码\scm-11-01-2005\interp_gain.m
文件 4621 2004-12-12 19:54 3GPP—SCM信道模型及源码\scm-11-01-2005\interp_gain_c.m
文件 4284 2004-07-26 09:22 3GPP—SCM信道模型及源码\scm-11-01-2005\interp_gain_mex.c
文件 18009 2004-12-08 12:25 3GPP—SCM信道模型及源码\scm-11-01-2005\license.txt
文件 4498 2005-01-14 12:14 3GPP—SCM信道模型及源码\scm-11-01-2005\li
文件 4187 2004-12-12 19:51 3GPP—SCM信道模型及源码\scm-11-01-2005\pathloss.m
文件 311 2005-01-14 12:15 3GPP—SCM信道模型及源码\scm-11-01-2005\readme.txt
文件 15675 2005-01-13 22:00 3GPP—SCM信道模型及源码\scm-11-01-2005\scm.m
文件 6933 2005-01-14 12:07 3GPP—SCM信道模型及源码\scm-11-01-2005\scmparset.m
文件 26273 2005-01-14 10:10 3GPP—SCM信道模型及源码\scm-11-01-2005\scm_core.m
文件 57597 2005-01-14 10:09 3GPP—SCM信道模型及源码\scm-11-01-2005\scm_mex_core.c
文件 6775 2005-01-14 10:09 3GPP—SCM信道模型及源码\scm-11-01-2005\scm_mex_core.m
目录 0 2011-09-01 20:32 3GPP—SCM信道模型及源码\scm-11-01-2005
目录 0 2011-09-01 20:32 3GPP—SCM信道模型及源码
----------- --------- ---------- ----- ----
2123961 22
- 上一篇:SPRINT 算法 经典算法
- 下一篇:CRC查表法原理
相关资源
- STM8S SX1278 项目和源代码
- STM32F103C8T6+NRF24l01无线通信
- 基于ARM和GPRS的无线通信系统设计
- 基于ZigBee的车间环境监测系统的设计
- 基于Zigbee无线通信的井下人员定位系
- 短距离无线通信及组网技术162234
- 中国移动spn技术白皮书_wrapper
- 无线通信 美哥德史密斯 著
- YDT 3755-2020 基于LTE的车联网无线通信技
- 大话无线通信 361页 高清书签版 pdf
- 论文研究 - FDD Massive MIMO系统中联合空
- 4G关键技术MIMO及智能天线的探讨
- 无线通信答案
- 应用典型的 MMSE 算法对 MIMO-OFDM 信道进
- 空间稀疏预编码很好的文章
- 论文研究-一种多天线多用户大规模
- 无线通信中的微波谐振器与滤波器
- MOXA工业级无线通信应用指南.pdf
- 光纤无线通信系统中实现光载毫米波
- 光纤无线通信系统产生毫米波技术
- 无线通信系统的DSP实现.pdf
- 基于STM32和SIM900A的无线通信模块设计
- space time block coding for wireless communica
- 基于STM32的LoRa无线通信
- Zigbee无线通信实验指导书 (清华大学
- MIMO MESH电台
- stm32单片机实现 无线通信3—6台扩展
- 无线通信原理及应用第二版英文中文
- stm32f405/stm32f407单片机nrf24l01无线通信
- 无线通信基础及课后题答案
评论
共有 条评论