10-22-2013 10:27 AM
Hi guys,
Here is a complicated problem I am having. In the program that I am using, I am obtaining a random number (either 0 or 1) with the time that it occured (which is also random). Now I want to manipulate this data. I want to collect the time difference between 0 and 1 (or vice-versa). Then I want to filter this data out by enumerating how many 0 following 1 (or vice-versa) happened with a difference of 0.1 seconds, 0.2 seconds, 0.3 seconds, 0.4 seconds, and not care about any difference past 0.4? At the end, I need a table showing how many times this occured for each time.
If this is confusing, I can re-explain something in specific in other words 🙂
I am very new at LabView so please be patient with me 🙂
Thank you!
10-22-2013 01:21 PM
Dear Jordan,
Where exactly are you obtaining this 0 and 1 rnadom number? Is it a binary (digital) bitstream coming from some target?
Regards.
10-22-2013 03:26 PM
@JordanGou wrote:
Hi guys,
Your attachment is a totally empty VI. Does this really tell us what you have done so far on the problem?
Cameron