/radarsimlib

C wrapper for RadarSimX

Primary LanguageC++GNU General Public License v3.0GPL-3.0

RadarSimLib

logo

This library serves as the C wrapper for RadarSimCpp, offering a C interface to access its core functions, including GPU parallelization. For instructions on how to use this library, please refer to RadarSimM.

Build

Building RadarSimLib requires to access the source code of RadarSimCpp.

  • Windows CPU
build_win.bat --arch cpu
  • Windows GPU
build_win.bat --arch gpu
  • Linux CPU
./build_linux.sh --arch=cpu
  • Linux GPU
./build_linux.sh --arch=gpu