D-Flandrin Distribution of a Hyperbolic Group Delay SignalΒΆ

This example shows the D-Flandrin distribution of a signal having hyperbolic group delay. This is the only type of distribution that almost perfectly localizes signals having a group delay in \(1 / \sqrt{\nu}\)

Figure 4.22 from the tutorial.

../_images/sphx_glr_plot_4_2_2_dflandrin_hyperbolic_gd_001.png
from tftb.processing import DFlandrinDistribution
from tftb.generators import gdpower

sig = gdpower(128, 1.0 / 2)[0]
spec = DFlandrinDistribution(sig, fmin=0.01, fmax=0.22, n_voices=128)
spec.run()
spec.plot()

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

Gallery generated by Sphinx-Gallery