No BSD License  

Highlights from
Generic Signal Class

from Generic Signal Class by Stefan Bleeck
A generic class that allows easy signal (data in time) managment

sig=exp(sig)
function sig=exp(sig)
% exp the stimulus

vals=getvalues(sig);
valnew=exp(vals);
sig=setvalues(sig,valnew);

Contact us at files@mathworks.com