nrWaveformGenerator - 5G NR DL - retrieving the symbol-frequency grid information before iFFT and CP.
    조회 수: 8 (최근 30일)
  
       이전 댓글 표시
    
I'm using nrWaveformGenerator for 5G NR DL and able to generate the DL waveform.
I'd like to access the IQ data in the frequency grid for each ODFM symbol per antenna, i.e. before iFFT and CP.
Can you please provide any guideline how it can be made possible?
Thanks!
댓글 수: 0
답변 (1개)
  Vanita
 2025년 8월 19일
        
      편집: Vanita
 2025년 8월 20일
  
      Hi Haran,
I understand that you want to access the IQ data in the frequency grid before IFFT and CP, you can look for "pdschGrid" in the following example https://www.mathworks.com/help/5g/ug/nr-pdsch-throughput.html 
Additionally, please leverage the source code of “nrWaveformGenerator” to understand the internally how 5g nr waveform is generated, by using the following command:
edit nrWaveformGenerator.m
I noticed that on line 189 OFDM Modulation is performed. 
 Another approach you could try is manually demodulating the signal using the MATLAB functions “nrOFDMDemodulate”. For more details, Please refer to the MATLAB R2025a documentation here:   
Hope this works!
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Waveform Generation에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

