THE AUDITORY MODELING TOOLBOX

Applies to version: 1.2.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');