Gaussian monopulse
y = gmonopuls(t,fc)
tc = gmonopuls('cutoff',fc)
y = gmonopuls(t,fc)
returns samples of the
unit-amplitude Gaussian monopulse with center frequency fc
(in hertz)
at the times indicated in array t
. By default,
fc
= 1000
Hz.
tc = gmonopuls('cutoff',fc)
returns the time
duration between the maximum and minimum amplitudes of the pulse.
Default values are substituted for empty or omitted trailing input arguments.