Can wireless network simulator provide DAC quantizatization function?

조회 수: 2 (최근 30일)
zhiwei chen
zhiwei chen 2024년 5월 29일
답변: UDAYA PEDDIRAJU 2024년 6월 4일
5G system level simulation gives an example of "NR cell performance evaluation with physical layer integratio", where the IQ samples could be captured and saved. In my project, we want to evaluate the ACLR, EVM, data rate, and BLER performance under the DAC quantization noise using the wireless network simulator. Is it can be done?
NR Cell Performance Evaluation with Physical Layer Integration

답변 (1개)

UDAYA PEDDIRAJU
UDAYA PEDDIRAJU 2024년 6월 4일
Hi Zhiwei,
While wireless network simulators might not have built-in DAC quantization, here's a workaround:
  1. Run your network simulation as usual.
  2. Extract the IQ samples (ideal digital signal).
  3. Use MATLAB's signal processing tools to create a separate DAC noise model (quantization errors) on the extracted samples.
  4. Analyze the processed signal (noisy IQ samples) for ACLR, EVM, data rate, and BLER.
This approach leverages MATLAB's strengths for both network simulation and signal processing, giving you more control over DAC noise modeling.

카테고리

Help CenterFile Exchange에서 WLAN Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by