Member of the waveform generation class.
c = gmonopuls(a)
c = gmonopuls(a, b)
c = gmonopuls('cutoff')
c = gmonopuls('cutoff', b)
Generates a Gaussian monopulse.
| Name | Description |
| a | Specifies the sampling time. a is a real array. |
| b | Specifies the center frequency in Hz. b is a positive number. The default is 1000. |
| 'cutoff' | Directs LabVIEW to return the time duration between the maximum and minimum amplitudes of the pulse. |
| Name | Description |
| c | Returns the sampled Gaussian monopulse or the time duration if you specify 'cutoff'. |
LabVIEW computes the Gaussian monopulse using the same equations as in the Gaussian Monopulse VI.
fc = 2E9;
tc = gmonopuls('cutoff', fc);
X = linspace(-2*tc, 2*tc, 100);
Y = gmonopuls(X, fc);
plot(X, Y)
chirp
diric
gauspuls
pulstran
rectpuls
sawtooth
sinc
square
tripuls
vco