Other Parts Discussed in Thread: IWRL6432, , MMWAVE-L-SDK
Tool/software:
Dear colleagues,
1) I capture RAW data from IWR6843ISK-ODS + DCA1000 by means of mmWave Studio 2.1.1.0.
Then I use:
....\mmwave_studio_02_01_01_00\mmWaveStudio\MatlabExamples\singlechip_raw_data_reader_example\rawDataReader.m
It provides two files:
- adc_data.mat
- radarCube.mat
I want to get time domain unprocessed data in array with the shape like radar cube. Data in adc_data.mat is not shaped into array like radar cube.
So I use code for forming radarCube.mat, but delete line of code (in rawDataReader.m) which contains FFT:
Is it correct way? It seems that in source code there are no other processing except FFT, does not it?
If no, could you advice another way?
2) When I read radarCube.mat I get size (510, 4, 64) for one frame.
Where number of chirps is 255, number of samples per chirp 64, TDM MIMO with Tx1 and Tx2 is used.
Is it correct to consider chirps from 0,2,4...510 as belonging to Tx1 and 1,3,5... as belonging to Tx2?
Best regards,
Grigor Mardiyan