THE AUDITORY MODELING TOOLBOX

Applies to version: 1.1.0

View the code

Go to function

data_li2020 - - Load experimental results from Li et al. (2020)

Usage

data = data_li2020(dataFlag,measure)
data = data_li2020(fig)

Description

DATA_LI2020 provides individually measured/modified HRTFs/BRIRs and experimental results from Li et al. (2020). Use the fig flag to obtain data shown in figures from Li et al. (2020).

The dataFlag flag may be used to choose between HRTFs and various experimental results:

'hrtf' HRTFs used in all experiments.
'exp1' Experimental results of Exp. A. Default.
'exp2' Experimental results of Exp. B.
'exp3' Experimental results of Exp. C.
'exp4' Experimental results of Exp. D.
'exp5' Experimental results of Exp. E.

Additional flags may be:

'plot' Plot results as published.
'no_plot' No plots. Default.

Output parameters

'',data structure that contains either
'=1. HRTFs/BRIRs (exp1 - exp4 (size of out matrix)'
5x256x5x2 <---> Nr. subjects x HRIR length x conditions x left/right
'=exp 5 (size of out matrix)'
5x16384x5x5x2 <---> Nr. subjects x BRIR length x smoothing condition x compression condition x left/right )

'=o or'

'=2. externalization results (mean, '= median, '= and 95% CI 2. externalization results (mean, median, and 95% CI)'''

Requirements:

  1. Data in hrtf/li2020 and auxdata/li2020 (ExpResults_LI2020, modified_BRIR_HRTF_dataset)

Examples:

To display results of experiment A:
data_li2020('exp1','plot');
To display results of experiment B:
data_li2020('exp2','plot');
To display results of experiment C:
data_li2020('exp3','plot');
To display results of experiment D:
data_li2020('exp4','plot');
To display results of experiment E:

data_li2020('exp5','plot');

S. Li, R. Baumgartner, and J. Peissig. Modeling perceived externalization of a static, lateral sound image. Acta Acust.,4(5) (2020)

References 1. https://doi.org/10.1051/aacus/2020020