Post Go back to editing

Generating QAM baseband I/Q file for ADRV9025 — normalization and RRC filter question

Thread Summary

The user is generating a 16-QAM baseband signal in MATLAB for use with the ADRV9025 in TES. The final answer confirms that the IQ file should be non-normalized and IQ tabbed, and the RRC filter must be applied in MATLAB. The user's transmitted spectrum appears flat, likely due to mismatched sample rates between MATLAB (983.04 MSPS) and the ADRV9025 profile (122.880 MHz). The user should upsample/interpolate the symbols to match the ADRV9025's sample rate and ensure the waveform length is 10ms. The symbol rate in the VSA should be calculated using Rs = Fs / samples per symbol, where Fs is the IQ sample rate of the Tx profile.
AI Generated Content
Category: Hardware
Product Number: ADRV9025

Hi,

I’m generating a 16-QAM baseband signal in MATLAB

I plan to export I and Q samples to a text file for use with the ADRV9025 in TES.
I have two questions:

  1. Should I normalize I/Q before exporting, or does TES handle it automatically?
     – If normalization is required, how exactly should I do it?

  2. Should I apply the RRC filter in MATLAB before export, or can I apply it directly in TES?

Thanks