from spectrum.window import Window
N = 64
w = Window(N, 'hamming')
w.plot_time_freq()