data = data_majdak2013();
data = data_majdak2013('control');
data = data_majdak2013('target');
data_majdak2013('fig6')
pretest = data_majdak2013('B');
pretest = data_majdak2013('LP');
pretest = data_majdak2013('W');
| B | Return the data from the pretest for the broadband condition |
| LP | Return the data from the pretest for the low-passed condition |
| W | Return the data from the pretest for the warped condition |
| fig6 | Plot the Figure 6 |
| all | Default. Return all data of all subjects |
| control | Return all data of the control group (trained on the low-passed condition) |
| target | Return all data series of the target group (trained on the warped condition) |
| pretest | Structure with the data from the pretest only. It contains the following fields:
|
| data | Structure with the data from the pretest, training, and posttest. It contains the following fields:
|
pretest = data_majdak2013(..) returns listener-specific responses from Majdak et al. (2013) obtained from a localization pretest.
data = data_majdak2013(..) returns listener-specific responses from Majdak et al. (2013) obtained from a localization pretest, training, and posttest.
To display Figure 6 from Majdak et al. (2013) use :
data_majdak2013('fig6');
|
|
|
|
P. Majdak, T. Walder, and B. Laback. Effect of long-term training on sound localization performance with spectrally warped and band-limited head-related transfer functions. The Journal of the Acoustical Society of America, 134:2148--2159, 2013.