Mercurial > hg > smallbox
diff util/classes/@audio/plot.m @ 182:f8bc99a5470c danieleb
Added test for audio buffer function
author | Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk> |
---|---|
date | Mon, 09 Jan 2012 12:58:00 +0000 |
parents | 1495bdfa13e9 |
children |
line wrap: on
line diff
--- a/util/classes/@audio/plot.m Thu Jan 05 15:46:13 2012 +0000 +++ b/util/classes/@audio/plot.m Mon Jan 09 12:58:00 2012 +0000 @@ -16,9 +16,6 @@ pauseButtonH = uicontrol(playbackPanelH,'Style','togglebutton','String','||','Units',... 'Normalized','Position',[centers(6) 0.2 buttWidth 0.6]); -waveformPanelH = uipanel(gcf,'Units','Normalized','Position',[.02 .12 .96 .86]); -waveformAxesH = axes('Parent',waveformPanelH); - %% Plot the time domain signal s = obj.s; fs = obj.fs;