Radar Simulator for MATLAB.
Introdcution
RadarSimM
is the MATLAB interface of RadarSimX. It utilizes the powerful C++/CUDA backend engine RadarSimCpp
. This interface is designed to provide radar transceiver modeling and baseband simulation capabilities for both point targets and 3D models. It offers similar features as RadarSimPy
.
RadarSimPy | RadarSimM |
Key Features
-
Radar Modeling
- Radar transceiver modeling
- Arbitrary waveform
- Phase noise
- Phase/amplitude modulation
- Fast-time/slow-time modulation
-
Simulation
- Simulation of radar baseband data from point targets
- Simulation of radar baseband data from 3D modeled objects/environment
- Simulation of interference
- (TODO) Simulation of target’s RCS
- (TODO) Simulation of LiDAR point cloud from 3D modeled objects/environment
Dependence
- MATLAB 64bit
- MinGW-w64 C/C++ compiler (Windows)
Installation & Usage
- Download the compiled module from RadarSimM
- Try the files in
examples
.