필터 지우기
필터 지우기

5G DMRS Symbols Power (EPRE)

조회 수: 20 (최근 30일)
Itamar Jacoby
Itamar Jacoby 2021년 2월 25일
댓글: Carlos Lopez 2021년 3월 24일
Hello
I'm going over different functions and examples in the 5g toolbox looking for a certain feature defined by TS 38.214 Subclause 6.2.2 - the ratio of PUSCH EPRE to DM-RS EPRE. 3GPP defines this ratio with regard to the parameter NumCDMGroupsWithoutData (in table 6.2.2-1). I can't find this definition in the toolbox. Specifically I would have expected to see it in the function nrPUSCHDMRS.
Has anyone encounterd this issue? Is this a feature yet to be implemented?
Thanks.
  댓글 수: 1
Carlos Lopez
Carlos Lopez 2021년 3월 24일
Hello Itamar,
5G Toolbox objects and functions configure and generate unit EPRE symbols without explicit power control, except for those related to nrWaveformGenerator (see nrWavegenPUSCHConfig). This means that the user is responsible to scale the power level of the symbols if needed. For instance:
epreRatio = -3; % PUSCH EPRE to DM-RS EPRE (dB)
carrier = nrCarrierConfig;
pusch = nrPUSCHConfig;
drmsSymbols = nrPUSCHDMRS(carrier,pusch);
drmsSymbols = 10^(-epreRatio/20)*drmsSymbols;
Are you interested in waveform generation, link simulation or anything else?

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

답변 (1개)

Sindhu Karri
Sindhu Karri 2021년 3월 2일
Hiii,
nrPUSCHDMRSConfig object in MATLAB contains the property you are looking for. Refer to the properties section in the below attached link
  댓글 수: 1
Itamar Jacoby
Itamar Jacoby 2021년 3월 2일
As far as I've seen it only uses NumCDMGroupsWithoutData for dmrs indices, and not for relative EPRE.

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

카테고리

Help CenterFile Exchange에서 Uplink Physical Channels에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by