view arrows/sweep.m @ 42:ae596261e75f

Various fixes and development to audio handling
author samer
date Tue, 02 Dec 2014 14:51:13 +0000
parents 672052bd81f8
children
line wrap: on
line source
% sweep - arrow to create sweeping plot of real valued signals
%
% sweep ::
%    W:natural ~'width of plot in samples',
% -> arrow({[[N,1]]}, {}, pair([[N,W]],pair(empty,empty))).
%
% If input vectors are N dimensional, this will plot
% N lines showing their history over the last W samples.


function b=sweep(width,varargin)
	b=asweep(width,nan)*arr(@transpose)*plotter(varargin{:});