.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "contents/tutorials_auto/01_satellite/01_plot_sat_propagation.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code. .. rst-class:: sphx-glr-example-title .. _sphx_glr_contents_tutorials_auto_01_satellite_01_plot_sat_propagation.py: .. _tutorials-satellite-propagation: ===================== Satellite Propagation ===================== It is often the case that an antenna has been tested at a frequency and samples of its fields are collected in several different directions. In this context, this tutorial will help you on how to handle this kind of data and use AFTK tools to visualise it. Theory (Optional) ----------------- Consider the domain :math:`D = \left(-\pi,\pi\right]\times\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]` .. math:: \StateDot\pare{\Time} = \boldsymbol{\Psi}\pare{\vphantom{\frac{}{}}\Time, \State\pare{\Time}} + \bmrm{b} \dot{\bmrm{v}} \pare{\Time} .. GENERATED FROM PYTHON SOURCE LINES 33-41 .. code-block:: Python from matplotlib import pyplot figure, axes = pyplot.subplots() pyplot.show() .. _sphx_glr_download_contents_tutorials_auto_01_satellite_01_plot_sat_propagation.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: 01_plot_sat_propagation.ipynb <01_plot_sat_propagation.ipynb>` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: 01_plot_sat_propagation.py <01_plot_sat_propagation.py>` .. container:: sphx-glr-download sphx-glr-download-zip :download:`Download zipped: 01_plot_sat_propagation.zip <01_plot_sat_propagation.zip>` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_