FIR approximation of gaussian filter
Bandwidth-time product
over sampling factor
number of coefficients of the FIR filter
y = gaussian_fir(r,osf,n)
h = gaussian_fir(BT=0.8,osf=5,n=21); clf(); plot_rimp(h);