Signal Generators

cancel
Showing results for 
Search instead for 
Did you mean: 

Generate random burst w/ Labview

I need to generate a random burst that will be used as a trigger for my camera.  That is I need to capture a number of images (say 1000) with “complete” randomness.  Can I do this w/ labview? 

Message 1 of 2
(6,253 Views)

This can be done but will depend on how you want to set up your random functionality. For example, you could use a random number generator with a threshold to control a case structure. Whenever the random number is above a certain value, it would trigger the camera to snap images. So, yes this is very possible, but would depend on your requirements and definition of random.

-Zach

0 Kudos
Message 2 of 2
(6,237 Views)