Digital signal processing
Raised cosine pulse
y = rc_pulse(t,roll_off)
time, in multiple of symbol period (1 = 1 symbol period)
roll-off factor
Compute
t = linspace(-10,10,1000); y = rc_pulse(t,0.5); clf(); plot(t,y);