Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 852 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 852 Bytes

RADAR - FMCW & CSM

radar

Image source

Contents

This repo explains the theoretical fundamentals of velocity and range estimation for autonomous driving and driver assistance systems.

  1. Discrete Fourier Transform
  2. FMCW & Chirp Sequence Modulation

You need good understanding of DFTs in order to understand the mechanics of Chirp Sequence Modulation. Feel free to go through the DFT notebook.

Set up

In this project, I used pyenv and poetry:

poetry install

# activate your virtualenv
poetry shell

# Have fun!
jupyter lab

License

MIT