Home
last modified time | relevance | path

Searched refs:all_desc_times (Results 1 – 4 of 4) sorted by relevance

/dports/audio/aubio/aubio-0.4.9/python/demos/
H A Ddemo_mel-energy.py56 all_desc_times = [ x * hop_s for x in range(len(energies)) ] variable
59 ax.plot(all_desc_times, band, '-', label = 'band %d' % i)
63 ax.axis(xmax = all_desc_times[-1], xmin = all_desc_times[0])
68 set_xlabels_sample2time( ax, all_desc_times[-1], samplerate)
H A Ddemo_specdesc.py63 all_desc_times = [ x * hop_s for x in range(len(all_descs["default"])) ] variable
69 ax.plot(all_desc_times, all_descs[method], '-', label = method)
73 ax.axis(xmax = all_desc_times[-1], xmin = all_desc_times[0])
77 set_xlabels_sample2time(ax, all_desc_times[-1], samplerate)
/dports/audio/py-aubio/aubio-0.4.9/python/demos/
H A Ddemo_mel-energy.py56 all_desc_times = [ x * hop_s for x in range(len(energies)) ] variable
59 ax.plot(all_desc_times, band, '-', label = 'band %d' % i)
63 ax.axis(xmax = all_desc_times[-1], xmin = all_desc_times[0])
68 set_xlabels_sample2time( ax, all_desc_times[-1], samplerate)
H A Ddemo_specdesc.py63 all_desc_times = [ x * hop_s for x in range(len(all_descs["default"])) ] variable
69 ax.plot(all_desc_times, all_descs[method], '-', label = method)
73 ax.axis(xmax = all_desc_times[-1], xmin = all_desc_times[0])
77 set_xlabels_sample2time(ax, all_desc_times[-1], samplerate)