Mercurial > hg > ishara
diff dsp/synth/srdata.m @ 36:9e7be347b3a0
Renamed sequence classes to avoid clashes with seq methods;
Fixed default slicing dimension while retaining behaviour of window.m;
Updated use of sequences in dsp/synth.
author | samer |
---|---|
date | Thu, 24 Jan 2013 14:51:23 +0000 |
parents | c75bb62b90a9 |
children |
line wrap: on
line diff
--- a/dsp/synth/srdata.m Mon Jan 21 11:01:45 2013 +0000 +++ b/dsp/synth/srdata.m Thu Jan 24 14:51:23 2013 +0000 @@ -14,7 +14,7 @@ % also to supply the generator with a sequence of parameter % values. - x=mapaccum(@blockgen,s0,zip(varargin{:}),'sizecheck',1); + x=mapaccum(@blockgen,s0,zip(varargin{:})); function [y,state]=blockgen(theta,state) % this is weird - for some reason Matlab crashes if I call block