.. note:: :class: sphx-glr-download-link-note Click :ref:`here ` to download the full example code .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_plot_4_2_2_unterberger_hyperbolic_gd.py: =========================================================== Unterberger distribution of a hyperbolic group delay signal =========================================================== The active Unterberger distribution is the only localized bi-frequency kernel distribution which localizes perfectly signals having a group delay in :math:`1/\nu^{2}` Figure 4.23 from the tutorial. .. image:: /auto_examples/images/sphx_glr_plot_4_2_2_unterberger_hyperbolic_gd_001.png :class: sphx-glr-single-img .. code-block:: default from tftb.processing import UnterbergerDistribution from tftb.generators import gdpower sig = gdpower(128, -1)[0] dist = UnterbergerDistribution(sig, fmin=0.01, fmax=0.22, n_voices=172) dist.run() dist.plot() .. rst-class:: sphx-glr-timing **Total running time of the script:** ( 0 minutes 0.613 seconds) .. _sphx_glr_download_auto_examples_plot_4_2_2_unterberger_hyperbolic_gd.py: .. only :: html .. container:: sphx-glr-footer :class: sphx-glr-footer-example .. container:: sphx-glr-download :download:`Download Python source code: plot_4_2_2_unterberger_hyperbolic_gd.py ` .. container:: sphx-glr-download :download:`Download Jupyter notebook: plot_4_2_2_unterberger_hyperbolic_gd.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_