annotate signals/sigpar.m @ 51:079896153110

Makefile now works on Mac OS X and Linux
author samer
date Fri, 23 Jan 2015 16:49:20 +0000
parents 289445d368a7
children
rev   line source
samer@1 1 function y=sigpar(x1,x2), y=sigbinop(@vertcat,x1,x2,@plus);