Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Development of this application was stimulated by the discussion with Marcin Sikorski, doing xcs experiments.
Users need in real-time algorithm for calculation of image vs time auto-correlation function

Code Block

g2(tau) = <I(t)*I(t+tau)> / (<I(t)> * <I(t+tau)>),

where I(t) is an intensity at time t, and tau is a delay between two measurements.
Typical experimental condition can be described as follows:

...