Millimeter-wave Capture Standard (mmwave-capture-std)

mmwave-capture-std is a fast, reliable, and replicable Texas Instruments millimeter-wave capture toolkit, focus on data capturing and raw data parsing.

It stands out with three key attributes:

  1. Fast: It parses raw data into np.ndarray[np.complex64] 2.09 times faster than state-of-the-art packages (0.59s v.s. 1.239s).

  2. Reliable: It makes users easily identify and debug hardware issues, and provides fine-grained control over different hardware. It achieves this by comprehensive logging (stderr & file) and by separating the hardware setup from the data capture code.

  3. Replicable: It simplifies the process of replicating the recording setup by using a toml config file to manage capture hardware, layout the dataset as HDF5-like structure, and provide sensor config files to each capture result.

Metadata

  1. Homepage: Millimeter-wave Capture Standard (mmwave-capture-std)
  2. Documentation: mmwave-capture-std Documentation
  3. Source Code: mmwave-capture-std/mmwave-capture-std
  4. License: BSD 3-Clause Clear
  5. Author: Louie Lu

Cite this project

@software{Lu_Millimeter-wave_Capture_Standard,
    author = {Lu, Shao-Jung (Louie)},
    license = {BSD-3-Clause-Clear},
    title = {{Millimeter-wave Capture Standard (mmwave-capture-std)}},
    url = {https://github.com/mmwave-capture-std/mmwave-capture-std}
}
      

Or check GitHub repository (right sidebar "Cite this repository") for latest citation format: mmwave-capture-std/mmwave-capture-std

Back to top