Other Parts Discussed in Thread: TSW14J58EVM, , AFE8000
Hi,
I am using AFE7950EVM with TSW14J58EVM and I want to extract IQ Data from the received signal. As the HSDC pro is not used in this integration I am using commands.
The commands for IQ Data is
AFE.selectCh(0,0)
I = process.bitFunctions.outputData[::2]
Q = process.bitFunctions.outputData[1::2]
Please suggest where I can see the data as I have been running the code and its running without any error.
Regards.