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 2 weeks ago
PROBES_inc first commit 2 weeks ago
PROBES_sc first commit 2 weeks ago
PROBES_total first commit 2 weeks ago
RCS_CODE_SPHERE first commit 2 weeks ago
n2f_FAST first commit 2 weeks ago
Constants.h first commit 2 weeks ago
Makefile first commit 2 weeks ago
OutputSurfMesh.cc first commit 2 weeks ago
OutputSurfMesh.h first commit 2 weeks ago
OutputSurfMesh.o first commit 2 weeks ago
RCS.py first commit 2 weeks ago
README.md first commit 2 weeks ago
ScatteringRCS first commit 2 weeks ago
complex.h first commit 2 weeks ago
cvtr.cc first commit 2 weeks ago
cvtr.h first commit 2 weeks ago
cvtr.o first commit 2 weeks ago
dgtd-performance.hpp first commit 2 weeks ago
fftw3.h first commit 2 weeks ago
fftw3.txt first commit 2 weeks ago
main.cc first commit 2 weeks ago
main.o first commit 2 weeks ago
n2f_main first commit 2 weeks ago
postprocess.sh first commit 2 weeks ago
rapidcsv.h first commit 2 weeks ago
run.sh first commit 2 weeks ago
vtr.cc first commit 2 weeks ago
vtr.h first commit 2 weeks ago
vtr.o first commit 2 weeks 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)