summaryrefslogtreecommitdiff
path: root/openEMS/python/doc/Tutorials/Simple_Patch_Antenna.rst
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2019-02-10 08:20:54 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2019-02-10 08:20:54 +0000
commitffda26309128be5d112df61a03e4827e47ecfac8 (patch)
tree7552a0f13b6873dbf98c41b84cb81bac0f220ca7 /openEMS/python/doc/Tutorials/Simple_Patch_Antenna.rst
parent086965becc2a02254e3441a1d97b61ccab2d66ea (diff)
Import GIT HEAD of openEMS sub-project (with Python interface)
Diffstat (limited to 'openEMS/python/doc/Tutorials/Simple_Patch_Antenna.rst')
-rw-r--r--openEMS/python/doc/Tutorials/Simple_Patch_Antenna.rst42
1 files changed, 42 insertions, 0 deletions
diff --git a/openEMS/python/doc/Tutorials/Simple_Patch_Antenna.rst b/openEMS/python/doc/Tutorials/Simple_Patch_Antenna.rst
new file mode 100644
index 0000000..4345c56
--- /dev/null
+++ b/openEMS/python/doc/Tutorials/Simple_Patch_Antenna.rst
@@ -0,0 +1,42 @@
+.. _simple_patch_antenna:
+
+Simple Patch Antenna
+====================
+
+Introduction
+------------
+A simple patch antenna for 2.4 GHz.
+
+**This tutorial covers:**
+
+* Setup a patch, substrate and ground.
+* Setup of a lumped feeding port.
+* Adding a near-field to far-field (nf2ff) recording box.
+* Calculate the S-Parameter of the antenna.
+* Calculate and plot the far-field pattern
+
+Python Script
+-------------
+Get the latest version `from git <http://www.openems.de/gitweb/?p=openEMS.git;a=blob_plain;f=matlab/Tutorials/Simple_Patch_Antenna.m;hb=refs/heads/master>`_.
+
+.. include:: ./__Simple_Patch_Antenna.txt
+
+Images
+------
+.. figure:: images/Simp_Patch_S11.png
+ :width: 49%
+ :alt: S11 over Frequency
+
+ S-Parameter over Frequency
+
+.. figure:: images/Simp_Patch_Zin.png
+ :width: 49%
+ :alt: Input Impedance
+
+ Antenna Input Impedance
+
+.. figure:: images/Simp_Patch_Pattern.png
+ :width: 49%
+ :alt: Farfield pattern
+
+ Farfield pattern for the xy- and yz-plane.