Gaussian pulse
time, in multiple of symbol period (1 = 1 symbol period)
Bandwidth-time product
Compute a gaussian filter with given Bandwidth Time product.
t = linspace(-10,10,1000); y = gaussian_pulse(t,0.5); plot(t,y);