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 \(1/\nu^{2}\)

Figure 4.23 from the tutorial.

../_images/sphx_glr_plot_4_2_2_unterberger_hyperbolic_gd_001.png
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()

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

Gallery generated by Sphinx-Gallery