How to simulate multiple LTE user equipments (UE) in uplink with fading channel

7 次查看(过去 30 天)
Hi all,
I am trying to simulate LTE uplink with the following configuration: 2 UEs transmit to a single eNB. An UE is close to eNB and the other one is far.
I would like to know if there is some example in LTE system toolbox that shows how to build two uplink signals that use distinct resource blocks at the same time (FDD duplexing). Such that I can simulate one signal through an uplink channel, and simulate the other one in another uplink channel.
The main issue here is how to build an LTE signal composed of these two signals and then decode PUSCH bits from each UE from a single signal RX at eNB (this signal RX is the sum of the two uplink signals received over distinct channels).
Any comments or suggestions are welcome.
Thank you
  2 个评论
John BG
John BG 2016-4-17
There is an LTE toolbox, would you consider trying it you can install the 30 day trial, you may have to splash some cash but not much if you are student.
Leonardo Ramalho
Leonardo Ramalho 2016-4-17
Thanks John. I have the LTE toolbox. But I did not find any example of Toolbox that do what I asked above.
All the examples or tools from toolbox create a LTE uplink signal for one UE only. They do not have didactic examples of how to build an uplink LTE signal from two UEs and decode the bits for each UE.

请先登录,再进行评论。

回答(2 个)

Kevin
Kevin 2016-4-27
Hi Leonardo,
On the tx side of the uplink, I am assuming that you are able to create one resource grid for one UE for one subframe. In the context of the LTE toolbox, a resource grid is just a MATLAB matrix and let just call it G1 (for UE1). Most of the elements in this matrix G1 are zero except the elements used for the transmission of PUSCH and PUSCH demodulation reference signal. Then call the function lteSCFDMAModulate() to generate the complex baseband IQ samples from G1. Apply channel fading to this IQ samples.
Now do the same thing for UE2 (of course using different transport block) and you should have another resource grid for UE2. Let call this resource grid G2.
Now you can simply add these 2 IQ samples (going through its own channel fading) and this is your received signal.
Does this make sense? Am I on the right track?
Let try to do the tx and channel first. After that, we can do the rx side.

ima ne
ima ne 2017-9-18
Hi Leonardo Ramalho ,i'd like to know if u have realized this type of communication between two UEs and one eNB. I want to simulate minimum two UE ,but don't find any examples.Could u help me! Thank u

类别

Help CenterFile Exchange 中查找有关 LTE Toolbox 的更多信息

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by