This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
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!
Hi,
Thanks for the input. I've run the script several times now, and every time I get 4093KB of data in the resulting adc_data.bin-file. I receive all the UDP packets (2879, none lost, the script feedback says), and I haven't altered the lua script. It's just a bit worrysome that some data is lost, cause then I don't know what samples correspond to what chirp. Any other ideas of what I should check, or what might be wrong?
Hi,
One thing I can think of is to increase Ethernet delay. You can set that when open setup DCA1000 window.
Is your Ethernet cable connected to PC directly? Not through dock station or usb-Ethernet adapter?
Thanks and Regards,
Michelle