This software conducts radar and lidar doppler spectra processing using the GPU. Complex autocorrelation functions are converted to Doppler spectra and moments using CuPy, a NumPy-like interface for CUDA. A CUDA-compatible GPU is required.
- Free software: 3-clause BSD license
The CPU-only version of HighIQ can be installed via pip:
$ pip install highiq
In order to use HighIQ with GPU capababilities, you must install the version of CuPy for your specific version of CUDA. In order to do so, follow the link below: