1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Metal Sphere Radar Cross Section
================================
* A 3D simulation demonstrating a the total-field/scattered-field approach on a metallic sphere with a RCS (radar cross section) calculation.
Introduction
-------------
**This tutorial covers:**
* The total-field/scattered-field approach
* Calculation of a radar cross section (RCS)
Python Script
-------------
Get the latest version `from git <https://raw.githubusercontent.com/thliebig/openEMS/master/python/Tutorials/RCS_Sphere.py>`_.
.. include:: ./__RCS_Sphere.txt
Images
-------------
.. figure:: images/RCS_pattern.png
:width: 49%
:alt: Radar cross section pattern
Radar cross section pattern
.. figure:: images/RCS_norm.png
:width: 49%
:alt: normalized radar cross section
Normalized radar cross Section over normalized wavelength
|