LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I multiply the frequency of an incoming waveform in Labview?

My goal is for the frequency of the incoming waveform to be measured, and then for the frequency to be multiplied by a user-specified integer. Could anyone provide guidance as to how I might do this?

0 Kudos
Message 1 of 5
(2,382 Views)

Once you have the frequency measurement just wire it to the multiply function.frequency.png

0 Kudos
Message 2 of 5
(2,360 Views)

Is there a way to do this continuously? The incoming waveform's frequency is not constant throughout.

0 Kudos
Message 3 of 5
(2,356 Views)

A loop would be useful. Put a loop around the image shown by the first reply.

0 Kudos
Message 4 of 5
(2,352 Views)

You could use a while loop to make it continuous, wire a boolean control to the conditional terminal to stop it.

 

Chris

0 Kudos
Message 5 of 5
(2,347 Views)