Skip to content

reinaldoossuna/Radar-Target-Generation-and-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Radar Target Generation

One Paragraph of project description goes here

A MATLAB code generate a FMCW waveform and use processing techniques like FFT, 2D FFT and CFAR

Prerequisites

MATLAB

2D CFAR

The 2d CA-CFAR implementation involves the training cells occupying the cells surround the cell under test with a guard grid in between to prevent the impact of a target signal on the noise estimate.

STEPS

  1. Determine the number of Training cells for each dimensions. Similarly, pick the number of guard cells.

This number can be picked for try and error. In this project was used, in which gave us a good result.

* Tr = 12
* Td = 10 
* Gr, Gd = 4
  1. Select the grid that includes the training, guard and Cell Under Test (CUT).

  2. Measuring the average noise across all the training cells, this gives the threshold.

  3. Add a offset to the threshold to keep the false alarm to the minimum. In this project we used 6dB.

  4. Test the CUT against the threshold, assign a value of 1 if the value is greater, else equate it to zero.

  5. Size the CUT are not located at the edges, due the training cells occupying the edges, we suppress the edges to zero.

Authors

  • Reinaldo Ossuna

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Sensor Funsion Nanodegree Program Project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages