Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

gmonopuls (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.2 Help
August 2006

NI Part Number:
371361B-01

»View Product Info

Member of the waveform generation class.

Syntax

c = gmonopuls(a)

c = gmonopuls(a, b)

c = gmonopuls('cutoff')

c = gmonopuls('cutoff', b)

Description

Generates a Gaussian monopulse.

Details

Examples

Inputs

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.

Outputs

Name Description
c Returns the sampled Gaussian monopulse or the time duration if you specify 'cutoff'.

Details

LabVIEW computes the Gaussian monopulse using the same equations as in the Gaussian Monopulse VI.

Examples

fc = 2E9;
tc = gmonopuls('cutoff', fc);
X = linspace(-2*tc, 2*tc, 100);
Y = gmonopuls(X, fc);
plot(X, Y)

Related Topics

chirp
diric
gauspuls
pulstran
rectpuls
sawtooth
sinc
square
tripuls
vco


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit