diff dsp/specgrm.m @ 43:62e31e7980e6

Various fixes to audio, pipes, character encodings etc.
author samer
date Tue, 13 Jan 2015 13:52:18 +0000
parents ae596261e75f
children
line wrap: on
line diff
--- a/dsp/specgrm.m	Tue Dec 02 14:51:13 2014 +0000
+++ b/dsp/specgrm.m	Tue Jan 13 13:52:18 2015 +0000
@@ -29,7 +29,7 @@
 	if nargout==0
 		opts=options('fs',1,'range',13.5,varargin{:});
 
-		tfdimage(y,n,m,opts.fs,opts.range);
+		tfdimage(y,n,m,opts.fs,opts.range,opts);
 		clear y;
 	end