【chapter2】【NR】[Throughput Calculation-2]
创始人
2025-05-28 22:25:43
0

前言:

这里主要讲解一下NR 理论吞吐量计算,以及各个参数的意义.

3GPP TS 38.213

3GPP TS 38.214

3GPP TS38.211 【帧结构】

3GPP TS 38.306[吞吐量计算公式]

【PeterC】[5G NR FDD Theoretical Throughput Calculation Explained Step by Step】

[Antonio Di Bacco][5G NR Throughput]

https://www.jianshu.com/p/f242b4911bf3

https://5g-tools.com/5g-nr-throughput-calculator/

https://5ghub.us/5g-new-radio-nr-throughput/#:~:text=f(j)%3A%20Scaling%20factor,from%203GPP%20MCS%20Index%20table).

http://www.360doc.com/content/22/0526/12/79743650_1033218353.shtml

https://blog.csdn.net/guet208/article/details/105092304/


一 Supported max datarate

3GPP 38.306- 4.1.2 - Supported max data rate

给出了理论上吞吐量计算公式

The approximate maximum data rate can becomputed as the maximum of the approximate data rates computed using the aboveformula for each of the supported band or band combinations.

For EUTRA in case of MR-DC, the approximatedata rate for a given number of aggregated carriers in a band or bandcombination is computed as follows.


二 参数含义

主要有9个参数,这里面逐步解释参数的含义

2.1 J

is the number of aggregated component carriers in a band or band combination

载波聚合的数量

2.2

固定值,速率匹配

For thej-th CC(单独载波计算方式)

2.3

is the maximum numberof layers

这个可以在DCI,或者PDSCH,PUSCH 里面看到

如果是2*2 MIMO 则为2 , 4*4MIMO 为4.

2.4

调制方式

: is themaximum modulation order

2.5

scaling factor

比例因子

: The scaling factor can take the values 1, 0.8, 0.75, and 0.4

is signalled per band and per band per band combination2.

2.6 u

is the numerology

defined in TS 38.211 [6]

Multiple OFDM numerologies are supported asgiven by Table 4.2-1 where μ and the cyclic prefix for a bandwidth part areobtained from the higher-layer parameter subcarrierSpacing and cyclicPrefix, respectively.

2.7

最小采样周期

is the average OFDM symbol duration in asubframe for numerology

u 越大该值越小

2.8

由u和BW配置对应的PRB大小

2.9

is the overhead and takes the following values

根据当前的频点以及上下行决定的

0.14, for frequency range FR1 for DL

0.18, for frequency range FR2 for DL

0.08, for frequency range FR1 for UL

0.10, for frequency range FR2 for UL


三 例子

上一篇:时序知识图谱

下一篇:VUEElement案例实战

相关内容

热门资讯

【MySQL】锁 锁 文章目录锁全局锁表级锁表锁元数据锁(MDL)意向锁AUTO-INC锁...
【内网安全】 隧道搭建穿透上线... 文章目录内网穿透-Ngrok-入门-上线1、服务端配置:2、客户端连接服务端ÿ...
GCN的几种模型复现笔记 引言 本篇笔记紧接上文,主要是上一篇看写了快2w字,再去接入代码感觉有点...
数据分页展示逻辑 import java.util.Arrays;import java.util.List;impo...
Redis为什么选择单线程?R... 目录专栏导读一、Redis版本迭代二、Redis4.0之前为什么一直采用单线程?三、R...
【已解决】ERROR: Cou... 正确指令: pip install pyyaml
关于测试,我发现了哪些新大陆 关于测试 平常也只是听说过一些关于测试的术语,但并没有使用过测试工具。偶然看到编程老师...
Lock 接口解读 前置知识点Synchronized synchronized 是 Java 中的关键字,...
Win7 专业版安装中文包、汉... 参考资料:http://www.metsky.com/archives/350.htm...
3 ROS1通讯编程提高(1) 3 ROS1通讯编程提高3.1 使用VS Code编译ROS13.1.1 VS Code的安装和配置...
大模型未来趋势 大模型是人工智能领域的重要发展趋势之一,未来有着广阔的应用前景和发展空间。以下是大模型未来的趋势和展...
python实战应用讲解-【n... 目录 如何在Python中计算残余的平方和 方法1:使用其Base公式 方法2:使用statsmod...
学习u-boot 需要了解的m... 一、常用函数 1. origin 函数 origin 函数的返回值就是变量来源。使用格式如下...
常用python爬虫库介绍与简... 通用 urllib -网络库(stdlib)。 requests -网络库。 grab – 网络库&...
药品批准文号查询|药融云-中国... 药品批文是国家食品药品监督管理局(NMPA)对药品的审评和批准的证明文件...
【2023-03-22】SRS... 【2023-03-22】SRS推流搭配FFmpeg实现目标检测 说明: 外侧测试使用SRS播放器测...
有限元三角形单元的等效节点力 文章目录前言一、重新复习一下有限元三角形单元的理论1、三角形单元的形函数(Nÿ...
初级算法-哈希表 主要记录算法和数据结构学习笔记,新的一年更上一层楼! 初级算法-哈希表...
进程间通信【Linux】 1. 进程间通信 1.1 什么是进程间通信 在 Linux 系统中,进程间通信...
【Docker】P3 Dock... Docker数据卷、宿主机与挂载数据卷的概念及作用挂载宿主机配置数据卷挂载操作示例一个容器挂载多个目...