5G NR 吞吐量计算 and 4G LTE 吞吐量计算


5G NR Throughput


References
• 3GPP TS 38.306 V15.2.0 (2018-06)
在这里插入图片描述

➤J : number of aggregated component carriers in a band or band combination
➤Rmax : 948/1024
• For the j-th CC, Vlayers(j) is the maximum number of layers
➤Qm(j) : Maximum modulation order, Qm is 2 for QPSK, 4 for 16QAM, 6 for 32QAM, 8 for 256QAM
➤f(j) : Scaling factor, can take any value from 1/0.8/0.75/0.4
➤μ : 5G NR Numerology, can take any value from 0 to 5.
➤Tsμ : Average OFDM symbol duration in a subframe for μ value,
• Tsμ = 10-3/(14*2μ).
➤N[PRB BW(j),μ ]: Maximum RB Allocation in bandwidth, BW(j)with numerology (μ),
BW(j) is UE supported maximum Bandwidth in given band or in band combinations.
REs are grouped into PRBs (Physical Resource Blocks). Each PRB consists of 12 Subcarriers.
➤OH(j) : Overhead which takes any of the following values.
• [0.14] → Frequency Range FR1 for DL
• [0.18] → Frequency Range FR2 for DL
• [0.08] → Frequency Range FR1 for UL
• [0.10] → Frequency Range FR2 for DL

每个 UE 信道带宽和副载波间隔的最大传输带宽配置 NRB 在下表中指定:
在这里插入图片描述

简单计算公式
吞吐量公式包含多个因素,包括网络物理层的配置:

Throughput (Mbps)=1e-6×Bandwidth (MHz)×MIMO Layers×log2​(Modulation Order)×Scaling Factor f(j)×(Coding Rate/(1024/948))×Resource Blocks×12×14×10×(1000/10)​×(10.14)

简单示例计算

对于具有 100 MHz 带宽、4 个 MIMO 层、256QAM 调制、比例因子为 1、编码速率为 0.948 和 273 个资源块的网络配置,吞吐量为:

1e-6×100×4×log2(256)×1×(0.948/(1024/948))×273×12×14×10×(1000/10)×(10.14)​≈2,337 Mbps

常见问题

哪些因素会影响 5G NR 吞吐量?

带宽、MIMO层、调制顺序、比例因子、编码速率和资源块数量是关键因素。
为什么调制顺序在吞吐量计算中很重要?

调制顺序决定了每个符号可以传输多少位,直接影响数据速率。
MIMO 技术如何影响吞吐量?

MIMO技术使用多个发射和接收天线来提高通信性能,从而显著提高吞吐量。


4G LTE Throughput


References

How to calculate LTE throughput

Throughput in LTE

简单计算公式:
在这里插入图片描述
基于 MCS(Modulation and Coding Scheme) , PRB(物理资源块)的数量和 MIMO 天线的数量。

简单示例计算:
Input : MCS = 10, PRBs = 20, Number of MIMO Antennas = 2
Outputs : LTE throughput = 6.22 Mbps

推荐计算工具:

5g-nr-throughput-calculator

4g-lte-throughput-calculator

5g-speed

4g-speed

学习网站:

5G TECHNOLOGY AND NETWORK HARDWARE

5G HUB

相关推荐

  1. 计算机网络——分组延时、丢失和吞吐量

    2024-05-10 09:32:02       40 阅读
  2. ttcp测试网络吞吐量

    2024-05-10 09:32:02       41 阅读
  3. Kafka吞吐量高的原因

    2024-05-10 09:32:02       35 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-05-10 09:32:02       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-05-10 09:32:02       100 阅读
  3. 在Django里面运行非项目文件

    2024-05-10 09:32:02       82 阅读
  4. Python语言-面向对象

    2024-05-10 09:32:02       91 阅读

热门阅读

  1. 快速了解Vuex

    2024-05-10 09:32:02       29 阅读
  2. 按键精灵、autojs、冰狐智能辅助到底该如何选择?

    2024-05-10 09:32:02       136 阅读
  3. Vue3:视图渲染

    2024-05-10 09:32:02       27 阅读
  4. VMware 的三种网络模式

    2024-05-10 09:32:02       28 阅读
  5. flutter 在onError函数中不推荐使用“runZoned

    2024-05-10 09:32:02       35 阅读
  6. rust学习(openssl rsa加解密文件)

    2024-05-10 09:32:02       33 阅读
  7. C++ 746. 使用最小花费爬楼梯

    2024-05-10 09:32:02       27 阅读
  8. hbase建表预分区的2种方法

    2024-05-10 09:32:02       25 阅读
  9. DRM/RESP无法连接linux上redis的原因

    2024-05-10 09:32:02       37 阅读
  10. stm32学习探究:利用TB6612驱动直流电机

    2024-05-10 09:32:02       35 阅读