Other Parts Discussed in Thread: IWR1642, DCA1000EVM, IWR1443
Good day,
I am currently using DCA1000EVM and IWR1443/IWR1642 for data capturing. I am able to process the data using the ReadDCA1000 script in matlab while (4RX, 1Tx) configuration is used. However, When I select the MIMO configuration (4Rx, 2Tx), the plots seem to provide double range similar to the discussion on the threads here. I am using the reshape command for the adc data as follows:
radar_data = reshape(adc_data,N_virtual, NSamp_chirp, Nchirp_frame, NFrames);
where N_virtual=NRx*NTx. Basically I want the order now as 8{N_virtual}*256{NSamp_chirp}*128{Nchirp_frame}*{X number of frames}
How can I reshape my adc data as above mentioned scheme. Right now its stored as below:
Thanks,
Regards,
Sheeraz