https://github.com/radarsimx/radarsimm
MATLAB API for RadarSimX
https://github.com/radarsimx/radarsimm
matlab radar simulation
Last synced: 3 months ago
JSON representation
MATLAB API for RadarSimX
- Host: GitHub
- URL: https://github.com/radarsimx/radarsimm
- Owner: radarsimx
- License: gpl-3.0
- Created: 2023-09-28T15:26:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-10T19:38:10.000Z (3 months ago)
- Last Synced: 2026-03-11T01:17:12.066Z (3 months ago)
- Topics: matlab, radar, simulation
- Language: MATLAB
- Homepage: https://radarsimx.github.io/radarsimm/
- Size: 29.9 MB
- Stars: 20
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RadarSimM

Radar Simulator for MATLAB.
## Introdcution
[`RadarSimM`](https://radarsimx.com/product/radarsimm/) is the MATLAB interface of RadarSimX. It utilizes the powerful C++/CUDA backend engine [`RadarSimCpp`](https://radarsimx.com/radarsimx/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`](https://radarsimx.com/product/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](https://www.mathworks.com/support/requirements/supported-compilers.html) (Windows)
## Installation & Usage
- Download the compiled module from [RadarSimM](https://radarsimx.com/product/radarsimm/)
- Try the files in `examples`.