saccade model - A parametric model for saccadic eye movement

saccade model - A parametric model for saccadic eye movement
291 Downloads
Updated 24 Oct 2017

View License

This MATLAB software implements the saccade model described in the paper:
W. Dai, I. Selesnick, J.-R. Rizzo, J. Rucker and T. Hudson.
'A parametric model for saccadic eye movement.'
IEEE Signal Processing in Medicine and Biology Symposium (SPMB), December 2016.
DOI: 10.1109/SPMB.2016.7846860.
The saccade model corresponds to the 'main sequence' formula
Vp = eta*(1 - exp(-A/c))
where Vp is the peak saccadic velocity and A is the saccadic amplitude and 'eta' and 'c' are parameters of positive value.
Programs

saccade_model.m:
Parametric model for saccadic waveforms.

Example_1:
Simulation of a saccade waveform.

Example_2:
Simulation of a sequence of saccade waveforms.

Example_3:
Simulation of saccade waveforms having different amplitudes, but the same main sequence function.

Example_4:
Simulation of saccade waveforms having the same amplitude, but different main sequence functions.

Example_5:
Fitting the parametric saccade model to real saccade waveform data.

Cite As

Weiwei Dai (2025). saccade model - A parametric model for saccadic eye movement (https://se.mathworks.com/matlabcentral/fileexchange/62880-saccade-model-a-parametric-model-for-saccadic-eye-movement), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2016b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.5.0.0

software profile figure is changed.

1.4.0.0

Additional examples are added.

1.3.0.0

DOI is added.

1.2.0.0

Add more description.

1.1.0.0

Preview image is added.

1.0.0.0