Other Parts Discussed in Thread: IWR1443
Hi I have a question about processing raw data captured from IWR1443 Boost +DCA1000.
I have used the following configuration and used the matlab example in the following to process them to get the radar cube.
Configuraton
I enabled only the Lane 1 and 2 of LVDS Lane configuration . My question what changes need to be done to process this data in the script provided in Page 15 of https://www.ti.com/lit/an/swra581b/swra581b.pdf?ts=1648885838493&ref_url=https%253A%252F%252Fwww.google.com%252F
I was expecting to see zeros in the files however, I can't see any zeros for the non used lanes. I can p[provide a sample file.
Thanks a lot!
Isura!
if (ar1.LVDSLaneConfig(0, 1, 1, 0, 0, 1, 0, 0) == 0) then WriteToLog("LVDSLaneConfig Success\n", "green") else WriteToLog("LVDSLaneConfig failure\n", "red") end