THE AUDITORY MODELING TOOLBOX

Applies to version: 0.9.2

View the code

Go to function

DATA_GOODE1994 - Returns data points from the Goode et al. (1994) paper

Usage

data = data_goode1994_data(flag)

Description

data_goode1994(flag) returns data points from the paper by Goode et al. (1994). Currently, only Fig. 1 with condition 104 dB is supported.

The flag may be one of:

'noplot' Don't plot, only return data. This is the default.
'plot' Plot the data.
'fig1_104' Return data from Fig. 1. for 104 dB SPL, stapes footplate diplacement at 104 dB SPL. This is the default (and currently only option).

Examples:

To plot the figure use

data_goode1994('fig1_104','plot');
data_goode1994_1_1.png

References:

R. Goode, M. Killion, K. Nakamura, and S. Nishihara. New knowledge about the function of the human middle ear: development of an improved analog model. The American journal of otology, 15(2):145-154, 1994.