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.
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