THE AUDITORY MODELING TOOLBOX

Applies to version: 1.3.0

View the code

Go to function

SIG_LI2020 - modification of HRTFs/BRIRs for the Li2020 experiments

Usage

HRTFs = sig_li2020(exp)

Input parameters

exp Experiment (exp A, exp B, exp C, exp D, exp E)

Output parameters

Obj modified HRTFs/BRIRs

Description

SIG_LI2020 generates modified HRTFs or BRIRs from Li et al. (2020) as specified by the exp flag.

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

Examples:

To get measured modified HRTFs for experiment A:

sig_li2020('exp1');

To get measured modified HRTFs for experiment B:

sig_li2020('exp2');

To get measured modified HRTFs for experiment C:

sig_li2020('exp3');

To get measured modified HRTFs for experiment D:

sig_li2020('exp4');

To get measured modified HRTFs for experiment E:

sig_li2020('exp5');

Requirements:

  1. Data in hrtf/li2020 and auxdata/li2020 (Raw_BRIR_HRTF_dataset)

References:

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