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,384 Views)

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

0 Kudos
Message 2 of 5
(2,362 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,358 Views)

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

0 Kudos
Message 4 of 5
(2,354 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,349 Views)