Hi,
I am using the latte software and TI has provided a script for CW single tone transmission.
The code is working and I am getting the output as well. However, I would like to get access of the IQ Data which is being generated while that code is run. The code is given below for reference -
############ Send Signal to TX AB
amp1A=-20
freqA=20
amp1B=-10
freqB=20
AFE.selectCh(0,0)
AFE.FPGA.sendSingleTone(0,freqA,amp1A,freqB,amp1B)
Kindly suggest.