function z = gen_sig(tmax,delta,f,p); t=0:delta:tmax; z = sin(p+f*t);