Other Parts Discussed in Thread: DCA1000EVM, AWR1642
Hi,
I can get the raw ADC data from mem_capture with 2Tx & 4Rx from DSS gDataCube and save it to .dat file with SDK ver3.2.
The data format is supposed to be IQ format, 16-bit ADC, complex x1, and non-interleaved mode.
The setup procedure and test are shown as follows.
Step1: modify mss.c
Step 2: build mem_capture , run mss and dss code , then show gDataCube for capturedraw data
Step 3: save gDataCube to xxx.dat file
Question 1: The captured data sequence, xxx.dat, is Q1.1 or Q1.2 in the following?
Q1.1 Rx0(0), Rx1(0), Rx2(0), Rx3(0), Rx0(1), Rx1(1), RX2(1), Rx3(1).......RX0(N),Rx1(N), RX2(N), Rx3(N) or
Q1.2 Rx0(0), Rx0(1), .....Rx0(N), Rx1(0), RX1(1), ...RX1(N), RX2(0),RX2(1),...,RX2(N), Rx3(0), RX3(1), ... Rx3(N)
Question 2: The data arrangement is Tx1 first to Rx0~Rx3 , then Tx2 to Rx0 ~Rx3 , next data is changed to next Tx1 to Rx0~Rx3, then Tx2 to Rx0~Rx3 .... ?
Thanks for you help.
Best Regards,
A-Kai