mmwave.dataloader.file_parse

mmwave.dataloader.file_parse.parse_raw_adc(source_fp, dest_fp)

Reads a binary data file containing raw adc data from a DCA1000, cleans it and saves it for manual processing.

Note

“Raw adc data” in this context refers to the fact that the DCA1000 initially sends packets of data containing meta data and is merged with actual pure adc data. Part of the purpose of this function is to remove this meta data.

Parameters:
  • source_fp (str) – Path to raw binary adc data.
  • dest_fp (str) – Path to output cleaned binary adc data.
Returns:

None