saccade model - A parametric model for saccadic eye movement

saccade model - A parametric model for saccadic eye movement
289 download
Aggiornato 24 ott 2017

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2016b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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