import pyfar as pf
sweep = pf.signals.linear_sweep_freq(
    2**16, [50, 22050], 1000, 1000)
pf.plot.time_freq(sweep)
