필터 지우기
필터 지우기

SRS in Uplink Carrier Waveform Generation

조회 수: 1 (최근 30일)
Javier Sola morras
Javier Sola morras 2020년 4월 25일
댓글: Sriram Tadavarty 2020년 5월 8일
Taking the example of toolbox 5g Uplink Carrier Waveform Generation (https://es.mathworks.com/help/5g/gs/uplink-carrier-waveform-generation.html), when running the simulation the SRS is not represented. What is the reason?

채택된 답변

Sriram Tadavarty
Sriram Tadavarty 2020년 4월 27일
Hi,
Its because in the SRS Instances configuration, the Enable field is set to 0. Here is the code that is present in that section
srs = struct();
srs(1).Enable = 0; % Enable SRS config
% Update the above line with
srs(1).Enable = 1; % Value of 0 is changed to 1
Now run the example and output will display the SRS pattern.
Hope this helps.
Regards,
Sriram
  댓글 수: 4
Javier Sola morras
Javier Sola morras 2020년 5월 6일
The characteristics of the SRS signal can be modified so that Allocated PRB is equal to 0:bwp(1).NRB-1?
Sriram Tadavarty
Sriram Tadavarty 2020년 5월 8일
SRS signal characteristics depends on the other parameters in the srs structure. If the AllocatedPRB is increased, only the RE in frequency domain having SRS will be increased, but doesn't change SRS pattern.

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

추가 답변 (0개)

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by