04-16-2013 09:11 AM
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?
04-16-2013 09:51 AM
Once you have the frequency measurement just wire it to the multiply function.
04-16-2013 09:53 AM
Is there a way to do this continuously? The incoming waveform's frequency is not constant throughout.
04-16-2013 09:58 AM
A loop would be useful. Put a loop around the image shown by the first reply.
04-16-2013 10:01 AM
You could use a while loop to make it continuous, wire a boolean control to the conditional terminal to stop it.
Chris