论文学习---Resource allocation and beamforming desing in the short blocklength regime for URLLC

本文主要是介绍论文学习---Resource allocation and beamforming desing in the short blocklength regime for URLLC,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

Title:Resource Allocation and Beamforming Design in the Short Blocklength Regime for URLLC
Author:A. A. Nasir, H. D. Tuan, H. H. Nguyen, M. Debbah, and H. V. Poor
本文与上一篇文献 link.的区别:同为MISO 结构,不关注OFDM机制,关注beamforming设计
在这里插入图片描述
架构:下行,单基站,多个单天线URLLC用户
优化目标:最大化用户最小和速率
优化问题:1)为单天线基站联合设计带宽和功率分配;2)为多天线基站设计波束;3)对多天线基站进行破零波束下的功率分配;
特点:短码场景下的可达速率数学问题解决
仿真:在不同的发射功率预算,用户数,总带宽,传输时间,BS发射天线数条件下验证结论。

Related work

  • C. She, C. Yang, and T. Q. S. Quek, “Cross-layer optimization for
    ultra-reliable and low-latency radio access networks,” IEEE Trans. Wirel.
    Commun., vol. 17, pp. 127–141, Jan. 2018.
    proposed a packet dropping policy, and power and bandwidth allocation to satisfy the required quality-of-service (QoS) in terms of queuing delay and transmission error probability.
  • C. She, C. Yang, and T. Q. S. Quek, “Joint uplink and downlink resource
    configuration for ultra-reliable and low-latency communications,” IEEE
    Trans. Commun., vol. 66, pp. 2266–2280, May 2018.
    a packet delivery mechanism to save the total bandwidth in meeting the same QoS
  • C. Sun, C. She, C. Yang, T. Q. S. Quek, Y. Li, and B. Vucetic, “Optimizing resource allocation in the short blocklength regime for ultra-reliable and low-latency communications,” IEEE Trans. Wirel. Commun., vol. 18, pp. 402–415, Jan. 2019.
    maximizing the energy efficiency subject to the latency and reliability constraints by antenna configuration and bandwidth and power allocation
  • C. Sun and C. Yang, “Learning to optimize with unsupervised learning: Training deep neural networks for URLLC,” in Proc IEEE PIMRC, pp. 1–7, 2019.
    use a deep neural network to learn bandwidth for providing the QoS in terms of the delay bound and the overall packet loss probability.
  • B. Chang, L. Zhang, L. Li, G. Zhao, and Z. Chen, “Optimizing resource allocation in URLLC for real-time wireless control systems,” IEEE Trans. Veh. Tech., vol. 68, pp. 8916–8927, Sep. 2019.
    considered how URLLC can be used as an enabler for real-time wireless control systems.optimizing bandwidth and transmission power allocation in URLLC and control convergence rate subject to constraints on communication and control

Multi-user SISO

N: numbers of users, n is the index of user
B: total bandwidth, is divided into N non-overlapping subbandwidths as B n ≜ τ n B \mathcal{B}_n \triangleq \tau_n\mathcal{B} BnτnB
the k-th symbol received by UE n over the bandwidth B n \mathcal{B}_n Bn is
在这里插入图片描述
the throughput of UE n in nats/sec can be accurately approximated
在这里插入图片描述
在这里插入图片描述
SNR:
在这里插入图片描述
the optimaization problem is max-min rate problem (non-convex problem)
在这里插入图片描述
where
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

Multi-user MISO

BS equipped with Nt antenna to N sigle-antenna UE over the bandwidth B.
在这里插入图片描述
hn is deterministic and assumed to be quasi-static over the transmission duration t, second term in eq.29 is the multi-user interference and is approximated by a Gaussian randoj variable.
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
Its also a non-convex problem.

RZF beamforming

Using RZF to obtain the trade-off between performance and computationmal efficiency. Instead of optimizaing N complex-valued vector variables of dimension Nt, optimize only N positive decision variables of power allocation.
Express the channel from the BS to UE n as
在这里插入图片描述
where β n \sqrt{\beta_n} βn models the path-loss and large-scale fading
h ~ n H \tilde{\bold h}_n^H h~nH: normalized small-scale fading channel vector
The matrix of RZF beafmroming:
在这里插入图片描述
N is greater than transmit antennas Nt. The RZF beamformers are defined by
在这里插入图片描述
The vector p ≜ ( p 1 , p 2 , . . . p n ) \bold p \triangleq (p_1,p_2,...p_n) p(p1,p2,...pn) is the vector of power allocation for RZF beamformers. Then
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
Optimization problem is
在这里插入图片描述
Its also a non-convex problem due to the non-concave rate function.

All these non-convex problems are solved with the proposed path-following algorithm in this paper. It you’d like to invesigate further, read it again and the appendix.

Simulation and numerical results

  • Simulation settings
    在这里插入图片描述
    with the path-loss exponent α = 3.76 \alpha=3.76 α=3.76 and h ~ n \tilde{h}_n h~n is normalized channel gain generated assuming Rayleigh fading.
    noise power spectral density σ 2 \sigma^2 σ2 is -174dBm/Hz,
    decoding error probability ϵ c \epsilon^c ϵc is 1 0 − 5 10^{-5} 105
    transmit antennas Nt=8, and the number of users N=8
    transmit power budget PT=25dBm
    bandwidth B=1MHz
    transmission duration is set to t = 0.05 msec
  • perfomance representation
    average max-min rate in bits/sec/Hz
    Compare the URLLC rate and Shannon rate(provide the upper bound)

RA in SISO

Compare the performance using RA with Algorithm 1 and the equal BW allocation. Obviously, with optimized resource allocation algorithm , the max-min rate improved.
在这里插入图片描述
在这里插入图片描述

RA in MISO

在这里插入图片描述

这篇关于论文学习---Resource allocation and beamforming desing in the short blocklength regime for URLLC的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/609285

相关文章

Go学习记录之runtime包深入解析

《Go学习记录之runtime包深入解析》Go语言runtime包管理运行时环境,涵盖goroutine调度、内存分配、垃圾回收、类型信息等核心功能,:本文主要介绍Go学习记录之runtime包的... 目录前言:一、runtime包内容学习1、作用:① Goroutine和并发控制:② 垃圾回收:③ 栈和

Android学习总结之Java和kotlin区别超详细分析

《Android学习总结之Java和kotlin区别超详细分析》Java和Kotlin都是用于Android开发的编程语言,它们各自具有独特的特点和优势,:本文主要介绍Android学习总结之Ja... 目录一、空安全机制真题 1:Kotlin 如何解决 Java 的 NullPointerExceptio

重新对Java的类加载器的学习方式

《重新对Java的类加载器的学习方式》:本文主要介绍重新对Java的类加载器的学习方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录1、介绍1.1、简介1.2、符号引用和直接引用1、符号引用2、直接引用3、符号转直接的过程2、加载流程3、类加载的分类3.1、显示

Java学习手册之Filter和Listener使用方法

《Java学习手册之Filter和Listener使用方法》:本文主要介绍Java学习手册之Filter和Listener使用方法的相关资料,Filter是一种拦截器,可以在请求到达Servl... 目录一、Filter(过滤器)1. Filter 的工作原理2. Filter 的配置与使用二、Listen

Springboot @Autowired和@Resource的区别解析

《Springboot@Autowired和@Resource的区别解析》@Resource是JDK提供的注解,只是Spring在实现上提供了这个注解的功能支持,本文给大家介绍Springboot@... 目录【一】定义【1】@Autowired【2】@Resource【二】区别【1】包含的属性不同【2】@

Java进阶学习之如何开启远程调式

《Java进阶学习之如何开启远程调式》Java开发中的远程调试是一项至关重要的技能,特别是在处理生产环境的问题或者协作开发时,:本文主要介绍Java进阶学习之如何开启远程调式的相关资料,需要的朋友... 目录概述Java远程调试的开启与底层原理开启Java远程调试底层原理JVM参数总结&nbsMbKKXJx

Java深度学习库DJL实现Python的NumPy方式

《Java深度学习库DJL实现Python的NumPy方式》本文介绍了DJL库的背景和基本功能,包括NDArray的创建、数学运算、数据获取和设置等,同时,还展示了如何使用NDArray进行数据预处理... 目录1 NDArray 的背景介绍1.1 架构2 JavaDJL使用2.1 安装DJL2.2 基本操

HarmonyOS学习(七)——UI(五)常用布局总结

自适应布局 1.1、线性布局(LinearLayout) 通过线性容器Row和Column实现线性布局。Column容器内的子组件按照垂直方向排列,Row组件中的子组件按照水平方向排列。 属性说明space通过space参数设置主轴上子组件的间距,达到各子组件在排列上的等间距效果alignItems设置子组件在交叉轴上的对齐方式,且在各类尺寸屏幕上表现一致,其中交叉轴为垂直时,取值为Vert

Ilya-AI分享的他在OpenAI学习到的15个提示工程技巧

Ilya(不是本人,claude AI)在社交媒体上分享了他在OpenAI学习到的15个Prompt撰写技巧。 以下是详细的内容: 提示精确化:在编写提示时,力求表达清晰准确。清楚地阐述任务需求和概念定义至关重要。例:不用"分析文本",而用"判断这段话的情感倾向:积极、消极还是中性"。 快速迭代:善于快速连续调整提示。熟练的提示工程师能够灵活地进行多轮优化。例:从"总结文章"到"用

【前端学习】AntV G6-08 深入图形与图形分组、自定义节点、节点动画(下)

【课程链接】 AntV G6:深入图形与图形分组、自定义节点、节点动画(下)_哔哩哔哩_bilibili 本章十吾老师讲解了一个复杂的自定义节点中,应该怎样去计算和绘制图形,如何给一个图形制作不间断的动画,以及在鼠标事件之后产生动画。(有点难,需要好好理解) <!DOCTYPE html><html><head><meta charset="UTF-8"><title>06