Hello,
I have written a program which measures the arrival times of photons from a photodiode.
For this purpose, a producer-consumer structure has been created, but now I have a problem in the evaluation.
I would like to create a histogram, which at certain time intervals measure the photons and represents the number of photons in a beam then the appropriate size in a continuous chart.
From the producer loop, the data are in this form:
0 0.00200564
1 0.00600105
2 0.00894052
3 0.00937381
4 0.0118768
5 0.0125672
6 0.0188067
7 0.0195961
8 0.0270676
9 0.0297043
10 0.0305529
The photon number with the corresponding detection time. How can I create a continuously moving histogram that to me is the number of photons within an interval x?
In the attachment is the photon.vi