I hereby claim:
- I am dxjones on github.
- I am dxjones (https://keybase.io/dxjones) on keybase.
- I have a public key ASBek0EQLXKAy_BtGM2GARWk0sMvYyaLblVlluutNBQxjQo
To claim this, I am signing this object:
| alpha | |
| beta | |
| gamma | |
| delta | |
| epsilon |
I hereby claim:
To claim this, I am signing this object:
| % CalculateFlipTime.m | |
| % | |
| % t = CalculateFlipTime(now, beampos, vblank, vtotal, FlipInterval) | |
| % | |
| % Use "beampos" to calculate "Flip" time of current video frame. | |
| % | |
| % If beampos < vblank, then Flip time is in the future. | |
| % If beampos > vblank, then Flip time is in the past. | |
| % | |
| % If Flip time is at least 3 msec in the future, |
| % Demo_FlipBug.m | |
| % | |
| % 2015-01-08 [email protected] | |
| % | |
| % set ShowBug to false to avoid missed Flips | |
| % set ShowBug to true to demonstrate missed Flips | |
| ShowBug = true; % see line #75 |