Other Parts Discussed in Thread: IWR1642
Hello! I am developing an application that would allow working with a IWR without a Matlab graphical application. After I developed a parser for processing data from UART based on the well-known protocol for People Counting, I visually compared the work of my application and the Matlab-based GUI program, after which I got the impression that the output of UART was not enough to identify people in room. My program does not provide any processing of the output data from the device, and I think that Matlab processes the data separately to increase accuracy. At the same time I met in the sources of TI that all data processing is performed on the IWR device. I am not an expert Matlab and it is difficult for me to analyze the source code of People Counting in order to determine which individual software modules I should implement in order to increase the accuracy of the definition of people.