Skip to content

Kestrel96/RT_SAR_sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RT_SAR_sim

Simulation project for RT_SAR on CUDA thesis.

. - Root. Conatins `main` and `sensing` scripts.
├── data - Output directory from simulation (binary files)
├── display_scripts - Data presentation scripts.
├── functions - Core of RT_SAR. Functions contain radar and point target representations and all algorithms implemented.

├── graphics - Output directory for figures from simulation.
├── legacy - Old functions that may be useful later. Will be deleted in final version.
├── msc - Helper functions (eg. data export) not strictly related to data processing.
└── tests - Some test scripts (eg. matched filter examples etc.).

Main

Main script is the script that should be run to run whole simulation.

In the first section User can modify radar parameters, add targets etc.

Sensing

Sensing is called by main.m. This script is the simulation of radar frontend ie. raw data (echoes) are collected inside this script.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages