Bertrand Distribution of a Hyperbolic Group Delay SignalΒΆ

This example shows the Bertrand distribution of a signal with hyperbolic group delay. The distribution is well localized around the hyperbola, but not perfectly. The Bertrand distribution operates only on a part of the frequency range between two bounds \(f_{min}\) and \(f_{max}\).

Figure 4.21 from the tutorial.

../_images/sphx_glr_plot_4_2_2_bertrand_hyperbolic_gd_001.png
from tftb.processing.affine import BertrandDistribution
from tftb.generators import gdpower


sig = gdpower(128)[0]
bert = BertrandDistribution(sig, fmin=0.01, fmax=0.22)
bert.run()
bert.plot()

Total running time of the script: ( 0 minutes 0.967 seconds)

Gallery generated by Sphinx-Gallery