Code covered by the BSD License
function x=rD_wave(t) global P D tmp=min(abs(mod(t,P)),abs(mod(-t,P))); x=(tmp<=D/2);
Contact us