diff --git a/python/doc/Tutorials/CRLH_Extraction.rst b/python/doc/Tutorials/CRLH_Extraction.rst new file mode 100644 index 0000000..156cf73 --- /dev/null +++ b/python/doc/Tutorials/CRLH_Extraction.rst @@ -0,0 +1,40 @@ +CRLH Parameter Extraction +========================= + +* Setup a composite-right/left-handed (CRLH) unit cell and extract the equivalent circuit parameter. + +Introduction +------------- +**This tutorial covers:** + +* Setup a feeding mircostrip line & port +* Apply an inhomogeneous mesh used for improved accuracy and simulation speed +* Use an internal clss to setup a CRLH unit cell +* Use the port voltages and currents to extract the unit cell equivalent circuit parameter + +.. figure:: images/CRLH_cell.png + :width: 80% + :alt: CRLH unit cell with feeding MSL. + + CRLH unit cell with feeding MSL. + +Python Script +------------- +Get the latest version `from git `_. + +.. include:: ./__CRLH_Extraction.txt + +Images +------------- + +.. figure:: images/CRLH_Spara.png + :width: 80% + :alt: CRLH cell S-parameter + + CRLH cell S-parameter + +.. figure:: images/CRLH_dispersion.png + :width: 80% + :alt: CRLH unit cell dispersion diagram + + CRLH unit cell dispersion diagram diff --git a/python/doc/Tutorials/Intro_Tutorials.rst b/python/doc/Tutorials/Intro_Tutorials.rst index c05a3fa..8126f33 100644 --- a/python/doc/Tutorials/Intro_Tutorials.rst +++ b/python/doc/Tutorials/Intro_Tutorials.rst @@ -7,5 +7,4 @@ Introductional Tutorials .. toctree:: Rect_Waveguide - MSL_NotchFilter RCS_Sphere diff --git a/python/doc/Tutorials/MicroWave_Tutorials.rst b/python/doc/Tutorials/MicroWave_Tutorials.rst new file mode 100644 index 0000000..92fc0ce --- /dev/null +++ b/python/doc/Tutorials/MicroWave_Tutorials.rst @@ -0,0 +1,10 @@ +.. _microwave_tutorials: + +Micro Wave Tutorials +-------------------- + + +.. toctree:: + + MSL_NotchFilter + CRLH_Extraction diff --git a/python/doc/Tutorials/images/CRLH_Spara.png b/python/doc/Tutorials/images/CRLH_Spara.png new file mode 100644 index 0000000..d0f4a3b Binary files /dev/null and b/python/doc/Tutorials/images/CRLH_Spara.png differ diff --git a/python/doc/Tutorials/images/CRLH_cell.png b/python/doc/Tutorials/images/CRLH_cell.png new file mode 100644 index 0000000..85ae9b7 Binary files /dev/null and b/python/doc/Tutorials/images/CRLH_cell.png differ diff --git a/python/doc/Tutorials/images/CRLH_dispersion.png b/python/doc/Tutorials/images/CRLH_dispersion.png new file mode 100644 index 0000000..65fc163 Binary files /dev/null and b/python/doc/Tutorials/images/CRLH_dispersion.png differ diff --git a/python/doc/Tutorials/index.rst b/python/doc/Tutorials/index.rst index 2262109..fd5c5dc 100644 --- a/python/doc/Tutorials/index.rst +++ b/python/doc/Tutorials/index.rst @@ -8,4 +8,5 @@ Tutorials :maxdepth: 2 Intro_Tutorials + MicroWave_Tutorials Antenna_Tutorials