data = data_baumgartner2016(flag)
data |
If the 'model'-falg is set the output contains also the following fields
|
data_baumgartner2016(flag) returns data from Baumgartner et al. (2016) describing a model for sound localization in sagittal planes (SPs) on the basis of listener-specific directional transfer functions (DTFs).
data_baumgartner2016 accepts the following flags:
'baumgartner2014' | data of the pool from Baumgartner et al. (2014). This is the default. |
'Long' | 300ms at 50+-5dB SL. |
'10dB' | 3ms at 10+-5dB SL. |
'20dB' | 3ms at 20+-5dB SL. |
'30dB' | 3ms at 30+-5dB SL. |
'40dB' | 3ms at 40+-5dB SL. |
'50dB' | 3ms at 50+-5dB SL. |
'60dB' | 3ms at 60+-5dB SL. |
'70dB' | 3ms at 70+-5dB SL. |
'all' | All conditions stated above. Itemlists in cell array. |
'ConditionNames' | To receive cell array with all condition names. |
'model' | DTFs, sensitivities and test stimuli necessary for model predictions. Sensitivity paramters will be calibrated if calibration data does not exist or does not match the current setting of baumgartner2016. |
To get all listener-specific data of the pool from Baumgartner et al. (2014), use:
data_baumgartner2016;
To get all listener-specific data of the LocaLevel study, use:
data_baumgartner2016('Long');