LTE Module User Documentation(翻译4)—— 使用 Fading Trace
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了LTE Module User Documentation(翻译4)—— 使用 Fading Trace相关的知识,希望对你有一定的参考价值。
LTE用户文档
(如有不当的地方,欢迎指正!)
7 使用 Fading Trace
- fc : 使用的频率(影响多普勒速度的计算)
- v_km_h : 用户的速度;
- traceDuration : trace 总长度的持续时间(s);
- numRBs : 要估计的资源块的数目;
- tag : 应用到生成文件的标签;
- TraceFilename : 要加载的 trace 文件的文件名(绝对路径或相对路径);
- TraceLength : trace 持续时间(s);
- SamplesNum : 样本数目;
- WindowSize : fading 样本窗口的大小;
Ptr<LteHelper> lteHelper = CreateObject<LteHelper> (); lteHelper->SetFadingModel("ns3::TraceFadingLossModel");
设置参数:
lteHelper->SetFadingModelAttribute ("TraceFilename", StringValue ("src/lte/model/fading-traces/fading_trace_EPA_3kmph.fad")); lteHelper->SetFadingModelAttribute ("TraceLength", TimeValue (Seconds (10.0))); lteHelper->SetFadingModelAttribute ("SamplesNum", UintegerValue (10000)); lteHelper->SetFadingModelAttribute ("WindowSize", TimeValue (Seconds (0.5))); lteHelper->SetFadingModelAttribute ("RbNum", UintegerValue (100));
Excerpt of the fading trace included in the simulator for a pedestrian scenario (speed of 3 kmph).
Excerpt of the fading trace included in the simulator for a vehicular scenario (speed of 60 kmph).
参考文献
https://www.nsnam.org/docs/models/html/lte-user.html
以上是关于LTE Module User Documentation(翻译4)—— 使用 Fading Trace的主要内容,如果未能解决你的问题,请参考以下文章
LTE Module User Documentation(翻译11)——配置用户测量
LTE Module User Documentation(翻译15)——示例程序参考场景以及故障检测和调试技巧
LTE Module User Documentation(翻译5)——Mobility Model with Buildings
LTE Module User Documentation(翻译6)——物理误差模型MIMO模型天线模型
LTE Module User Documentation(翻译7)——无线环境地图(REM)AMC 模型 和 CQI 计算
LTE Module User Documentation(翻译12)——X2切换(X2-based handover)