lynnlilu / mmWave_reading

A Matlab reading program for TI AWR1642
GNU General Public License v3.0
27 stars 11 forks source link
matlab mmwave

mmWave_reading

This is a Matlab program for data reading from TI mmWave Demo. Specifically, the TI mmWave is AWR1642, and the data is outputted by record function of mmWave Demo Visualizer.

The mmwave_read_complete.m is the main program, which would invoke header_reading.m, parseTLV.m and padding_read.m. Before you use the code to parse the dat file, you need to change the file name in mmwave_read_complete.m as the correct name of your outputted file, so as to ensure a successful running.

Li