From 4c15000a2a5b197e9700abc38ea0265de45562b2 Mon Sep 17 00:00:00 2001 From: Zhengyu Peng Date: Fri, 19 Jul 2024 22:40:30 -0400 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5af2e88..d1e9e69 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,6 @@ Radar Simulator for MATLAB. | radarsimpy | radarsimpy | | radarsimpy | radarsimpy | -## 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`. - ## Key Features - ### Radar Modeling @@ -42,3 +32,15 @@ Radar Simulator for MATLAB. - 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`. + +