Why does the value of "PRBSetType — PRB allocation type" change to (VRB) through code even if I set it as (PRB) in the configuration?

3 ビュー (過去 30 日間)
Georges Antoun
Georges Antoun 2024 年 8 月 24 日
コメント済み: R 2024 年 9 月 11 日
Why does the value of "PRBSetType — PRB allocation type" change to (VRB) through code even if I set it as (PRB) in the configuration?
Specifically, "getPXSCHobject" function doesn't read the input value of "PRBSetType — PRB allocation type" and always sets it by default value (VRB).
And as a result, code always go through one case of the two possible cases -PRBsetType = VRB-, so we can't get the results when we want to set PRBsetType as (PRB).
The two possible cases are inserted below:
Case 1: PRBsetType = PRB
Case 2: PRBsetType = VRB
  2 件のコメント
Gayathri
Gayathri 2024 年 9 月 3 日
編集済み: Gayathri 2024 年 9 月 3 日
Please provide more details about the code and "getPXSCHobject" function.
R
R 2024 年 9 月 11 日
I was able to set the 'PRBSetType' to 'PRB' as follows
pdsch = nrPDSCHConfig('PRBSetType','PRB');
strcmpi(pdsch.PRBSetType,'PRB')
ans = logical
1
Can you share more of your code, specifically how you are setting the value?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by