Other Parts Discussed in Thread: IWR1642BOOST
Hi,
I have the DCA1000 and IWR1642BOOST connected, and run the DataCaptureDemo_xWR.lua example. I then use the example Matlab code from the SWRA581A document (page 16-17), with no changes, and end up with a fileSize being 2095431. (Only change I did was comment out the "function" part and instead do
clear all;
fileName = 'adc_data.bin';
for ease of use so I can monitor the variables.)
Shouldn't fileSize be an even number? Cause when Matlab executes LVDS = zeros(1, fileSize/2); I obviously get the error message that it needs to be an integer. I just don't quite see what I need to change in the Matlab example code for it to work with the output from DataCaptureDemo_xWR.lua.
Thanks!