Another user asked essentially the same question four months ago and received a rather unsatisfactory response:
https://e2e.ti.com/support/sensor/mmwave_sensors/f/1023/t/654684
I'd like to try asking the question again with a bit more detail. I want to be able to save raw (unprocessed) I/Q data to disk on my PC so that I can post-process the data myself using MATLAB.
The response to the post above is that this is possible and to consult the doxygen documentation.
I've reviewed the doxygen documentation for the IWR1443BOOST, and according to the "Data Path" section it looks like the raw I/Q data goes though a 2-dimensional FFT and other post-processing prior to being transmitted to the PC via the UART port. So, is it possible to circumvent this post-processing and transmit the raw I/Q data directly through the UART? If so, is there documentation on how to do this?
I see that there is a "RECORD START" button in the MMWave Demo Visualizer, but according to its documentation it saves processed/detected objects data. If I successfully got the IWR1443BOOST to transmit I/Q data instead, would the Demo Visualizer source code also need to be modified?
I am just trying to get a feel for how much development work will be necessary to implement this functionality.
Thanks,
--Alex