class="resources" Chirp Pattern (Not in Base Package) - LabVIEW 7.1 Help - Support - National Instruments
Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Chirp Pattern (Not in Base Package)

Generates an array containing a chirp pattern. Details  

samples is the number of samples of the Chirp Pattern. The default is 128.
amplitude is the amplitude of Chirp Pattern. The default is 1.0.
f1 is the beginning frequency of Chirp Pattern in normalized units of cycles/sample.
f2 is the ending frequency of Chirp Pattern in normalized units of cycles/sample.
Chirp Pattern is a signal with frequency ramping from f1/fs to f2/fs, where fs is the sampling rate.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

Chirp Pattern Details

If the sequence Y represents Chirp Pattern, the Chirp Pattern VI generates the pattern according to the following equation.

yi = A*sin((0.5*a*i + b)*i)

for i = 0, 1, 2, …, n – 1 and where

A is amplitude,

a = 2(f2f1)/n,

b = 2f1,

f1 is the beginning frequency in normalized units of cycles/sample,

f2 is the ending frequency in normalized units of cycles/sample,

n is the number of samples.


Resources


 

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