[gamma,epsilon] = baumgartner2014_parametrization(s)
s | strucure containing subject's data. It must include the following fields: Obj ... the listener's HRTF as SOFA object. itemlist ... the listener's response patterns. (See help localizationerror) |
gamma | degree of selectivity in 1/dB |
epsilon | response scatter in degrees induced by sensorimotor mapping |
baumgartner2014_parametrization(...) jointly optimizes the degree of selectivity \(\Gamma\), the response scatter \(\epsilon\) induced by sensorimotor mapping, and the listener-specific sensitivity \(S_l\).
This example shows how to parametrize the model according to the data from baumgartner2014
s = data_baumgartner2014('baseline'); % Load the experimental data [gamma,epsilon] = baumgartner2014_parametrization(s);
R. Baumgartner, P. Majdak, and B. Laback. Modeling sound-source localization in sagittal planes for human listeners. The Journal of the Acoustical Society of America, 136(2):791--802, 2014. [ DOI ]