Say I have two options:
- I get a notification every 1/64 of a second.
- I get a notification every 1/128 of a second.
The difference in milliseconds between notifications for the options can be computed as $1000/64 - 1000/128 = 7.8125$. This result might not be very related, but here is my question:
How can I compute the reaction time(measured in milliseconds) required to notice a difference between the two options?