LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

chirp waveform

Hey , i am trying to make a chirp waveform in cvi for like two days and the build in function "chirp" just wont work.

this is how i implemented it:

Chirp (100, 2.0, 40, 500, chirpArr);

and this is what i see in the graph:

shawnv1_0-1647259420244.png

can someone plsss can solve this?

0 Kudos
Message 1 of 3
(838 Views)

Hello,

I've used it long ago and it did work back then. I think you simply need to experiment a bit with the parameters.

0 Kudos
Message 2 of 3
(782 Views)

Not a CVI guy but from LabVIEW.

 

Assuming NI used the same underlying dll/function in both LV and CVI, here is how the LV counterpart works,

 

Inputs

- samples = number of elements in the Chirp array

- f1 = start frequency / sampling rate

- f2 = stop frequency / sampling rate

- amplitude = amplitude of the chirp signal

 

 

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 3 of 3
(775 Views)