THE AUDITORY MODELING TOOLBOX

Applies to version: 1.2.0

View the code

Go to function

DATA_VANDEPAR1999 - Returns data points from the van de Par and Kohlrausch (1999) paper

Usage

data = data_vandepar1999(figure,nfc)

Description

data_vandepar1999(figure,nfc) returns data from van de Par and Kohlrausch (1999)

The flags for the figure may be one of:

'fig1_N0S0' Returns the N0S0 values for figure 1
'fig1_N0Spi' Returns the N0Spi values for figure 1
'fig1_NpiSo' Returns the NpiS0 values for figure 1

The nfc (center frequency of noise) may be one of: 'nfc125', 'nfc250', 'nfc500', 'nfc1000', 'nfc2000', or 'nfc4000'

Examples:

To get data for the fig. 1 van de Par and Kohlrausch (1999) for the N0S0 condition with 125 Hz center frequency use

data_vandepar1999('fig1_N0S0','nfc125');

References:

S. van de Par and A. Kohlrausch. Dependence of binaural masking level differences on center frequency, masker bandwidth, and interaural parameters. J. Acoust. Soc. Am., 106(4):1940--1947, 1999.