RCS Computation Toolkit This repository provides C++ and Python tools for computing radar cross section (RCS) from surface currents or analytical models
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Qi Jian Lim 1cd757dda5 first commit 11 months ago
PROBES_inc first commit 11 months ago
PROBES_sc first commit 11 months ago
PROBES_total first commit 11 months ago
RCS_CODE_SPHERE first commit 11 months ago
n2f_FAST first commit 11 months ago
Constants.h first commit 11 months ago
Makefile first commit 11 months ago
OutputSurfMesh.cc first commit 11 months ago
OutputSurfMesh.h first commit 11 months ago
OutputSurfMesh.o first commit 11 months ago
RCS.py first commit 11 months ago
README.md first commit 11 months ago
ScatteringRCS first commit 11 months ago
complex.h first commit 11 months ago
cvtr.cc first commit 11 months ago
cvtr.h first commit 11 months ago
cvtr.o first commit 11 months ago
dgtd-performance.hpp first commit 11 months ago
fftw3.h first commit 11 months ago
fftw3.txt first commit 11 months ago
main.cc first commit 11 months ago
main.o first commit 11 months ago
n2f_main first commit 11 months ago
postprocess.sh first commit 11 months ago
rapidcsv.h first commit 11 months ago
run.sh first commit 11 months ago
vtr.cc first commit 11 months ago
vtr.h first commit 11 months ago
vtr.o first commit 11 months ago

README.md

📡 RCS Computation Toolkit

This repository provides tools to compute the Radar Cross Section (RCS) of objects using both simulation-based and analytical methods.

Features

  • 🧠 C++ implementation to compute RCS from electric and magnetic surface currents (far-field integration)
  • 🧪 Python script to compute and validate RCS of a sphere using analytical formulas (Mie theory)