LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Simultaneous dual peak counting (coincidence)

Solved!
Go to solution

Hi. I have been counting peaks using labview with the help of a simulated signal. Just one. What I have to do now is make another simulated signal and test coincidence--how many times these two signals cross a certain threshold at the SAME time before I stop it. Anybody have an idea how I can go about that? Thanks in advance!

0 Kudos
Message 1 of 3
(2,291 Views)
Solution
Accepted by topic author MrIncredible

If we're doing this in software then I would suggest first comparing the signals to a threshold and outputting a boolean value to indicate a crossing.  Then compare those boolean values to see if they're both true.

 

Please let me know if this is would work out.

 

Thanks,

Bobby Breyer
Applications Engineer
National Instruments
0 Kudos
Message 2 of 3
(2,256 Views)

Yes, it did work! Thank you 🙂

0 Kudos
Message 3 of 3
(2,250 Views)