annotate signals/sigpar.m @ 8:f0a3d7d7a0e3

Renamed cat_sep function to catsep
author samer
date Mon, 14 Jan 2013 14:54:10 +0000
parents 289445d368a7
children
rev   line source
samer@1 1 function y=sigpar(x1,x2), y=sigbinop(@vertcat,x1,x2,@plus);