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

gaussmonopulse (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: waveform generation

Requires: MathScript RT Module

Syntax

c = gaussmonopulse(a)

c = gaussmonopulse(a, b)

c = gaussmonopulse('cutoff')

c = gaussmonopulse('cutoff', b)

Legacy Name: gmonopuls

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 = gaussmonopulse('cutoff', fc);
X = linramp(-2*tc, 2*tc, 100);
Y = gaussmonopulse(X, fc);
plot(X, Y)

Related Topics

chirp
dirichlet
gausspulse
pulsetrain
rectpulse
sawtooth
sinc
square
tripulse
vco


 

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