Simulation Workflow¶
The simulator follows a deliberately transparent radar-processing chain.
- Load an
OBJ,STL, orGLBmesh. - Convert the mesh into triangle faces.
- Apply target translation and fixed Euler rotation for each chirp.
- Keep faces whose normals point toward the radar phase center.
- Remove faces occluded by other triangles.
- Convert visible faces into simplified scattering units.
- Synthesize the raw radar data cube for every TX/RX channel.
- Run range FFT, Doppler FFT, and angle FFT.
Current Modeling Scope¶
The first version keeps the signal model intentionally simple:
- no additive noise
- no filtering
- no CFAR
- no MUSIC
- no dedicated micro-Doppler post-processing
This keeps the code easy to inspect while preserving the main MIMO FMCW radar pipeline.