Radar Simulator for MATLAB.
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 |
---|---|
-
- Radar transceiver modeling
- Arbitrary waveform
- Phase noise
- Phase/amplitude modulation
- Fast-time/slow-time modulation
-
- 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
- MATLAB 64bit
- MinGW-w64 C/C++ compiler (Windows)
- Download the compiled module from RadarSimM
- Try the files in
examples
.