Changeset 5f23f66 for python/aubioplot-yinfft
- Timestamp:
- Sep 26, 2009, 1:42:52 AM (15 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 634d238
- Parents:
- 55ed67a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubioplot-yinfft
r55ed67a r5f23f66 74 74 thresh = [0.1 for i in range(params.bufsize/2)] 75 75 #t.append((i/float(params.hopsize)+taskfile.frameread)*params.step),t.pop(0) 76 d = [plotdata(n,a,plottitle="signal", with ='lines'),77 plotdata(n,c,plottitle="d[t]",axes='x1y2', with ='lines lt 1'),78 plotdata(n,y,plottitle="d'[t]",axes='x1y1', with ='lines lt 2'),79 plotdata(n,thresh,plottitle="threshold",axes='x1y1', with ='lines lt 3')]76 d = [plotdata(n,a,plottitle="signal", with_='lines'), 77 plotdata(n,c,plottitle="d[t]",axes='x1y2', with_='lines lt 1'), 78 plotdata(n,y,plottitle="d'[t]",axes='x1y1', with_='lines lt 2'), 79 plotdata(n,thresh,plottitle="threshold",axes='x1y1', with_='lines lt 3')] 80 80 #g('set xrange [%f:%f]' % (t[0],t[-1])) 81 81 #time.sleep(.2)
Note: See TracChangeset
for help on using the changeset viewer.