Channel bandwidth defination 5g

조회 수: 1 (최근 30일)
Sanju Das
Sanju Das 2023년 4월 25일
댓글: Sanju Das 2023년 4월 26일
In the documentation (5G NR Uplink Vector Waveform Generation), while defining the channel bandwith, two sub carriers are used. The same pattern is maintained in other examples too. My question is -- is it mandatory to use two carrier while defining channel bandwith?
Thanks

채택된 답변

Walter Roberson
Walter Roberson 2023년 4월 25일
The baseband component carrier waveform in this example is characterized by multiple subcarrier spacing (SCS) carriers
So this example uses multiple subcarriers.
The two elements of scscarriers is because the example uses {} with two nrSCSCarrierConfig -- you could use 1 or more than 2 if you wanted.
[wave,info] = nrWaveformGenerator(cfg) generates 5G NR waveform wave for specified configuration cfg. The input cfg specifies either downlink or uplink configuration parameters for single or multiple subcarrier spacing (SCS) carriers and bandwidth parts (BWPs).
So it specifically says that it is acceptable to use single SCS for it.
The answer would therefore appear to be that No, it is not mandatory to use two carriers -- you can use one or more carriers.
  댓글 수: 1
Sanju Das
Sanju Das 2023년 4월 26일
Thanks for the answer.
I also tried to generate uplink vectors using the 5G waveform generator app where the defaut settings uses only single sub carrier.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 3GPP/3GPP2에 대해 자세히 알아보기

태그

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by