Other Parts Discussed in Thread: MMWAVEICBOOST, IWR6843ISK,
Hi,
I have #DCA1000EVM and #MMWAVEICBOOST+#IWR6843ISK setup and trying to reliably start experimenting with chirp configurations to record raw ADC data and do offline Matlab processing.
While I managed to run the DataCaptureDemo_xWR.lua (and other demos in CCS), I am struggling to use provided gui to tweak chirp configurations. Specifically, the mmWave Studio gui (v2.0.0.2) seems to crash randomly when I try to modify gui configurations using the provided tabs. I have read the pdf manuals and understand that things have to be done in sequence, but still the gui crashes all the time.
I am inclined to think that I ought to follow the strict sequencing as in the DataCaptureDemo_xWR.lua file and may need to start scripting in lua. Could you please comment on this?
I also had to tweak a bit readDCA1000.m code provided in swra581b to get adc_data.bin to load in Matlab as follows:
. . fclose(fid); fileSize0 = size(adcData, 1); fileSize = floor(fileSize0/(numADCSamples*numRX))*(numADCSamples*numRX); fprintf('Original # of entries %d, grabbing %d \n', fileSize0, fileSize); % real data reshape, filesize = numADCSamples*numChirps if isReal . .
I'm not sure if this is expected. Could you please comment on this?
Cheers,
-Manny