フィルターのクリア

Are pdsch transmission layers same as MIMO layers in 5G toolbox?

7 ビュー (過去 30 日間)
Syed
Syed 2021 年 10 月 29 日
回答済み: Syed 2021 年 10 月 29 日
Hello,
I have a bit confusion.
Are pdsch transmission layer same as MIMO layers in 5G toolbox?
For example, in the code below: nlayers refer to 4 Tx antennas for MIMO transsmision? (where is the number of receiver's antennas in MIMO transmission)
modulation = '256QAM';
nlayers = 4;
ncellid = 42;
rnti = 6143;
data = randi([0 1],8000,1);
sym = nrPDSCH(data,modulation,nlayers,ncellid,rnti)

採用された回答

Syed
Syed 2021 年 10 月 29 日
I think I have found the answer.
I ran the simulation by fixing code-rate and modulation and found the results that suggest my understanding was correct.
The rate for Num_layer = 1 is 1.486. When I increase the layer by 2,3,4 the increase in the rate is also by the same factor. See the image below.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLink-Level Simulation についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by