module documentation

Generate stimuli similar to Experiment I in Shailer And Mooore, 1983 DOI: ???/???

Function generate_stimulus Undocumented
Constant NOISE_LEVEL Spectrum level in dB RMS of the masker
Constant SIGNAL_FREQUENCIES Center frequencies used in the experiment
Constant SIGNAL_TO_NOISE_RATIO Level difference between signal and noise, in dB spectrum level
Constant SPECTRAL_WIDTH Width of the signal is defined as:
def generate_stimulus(t): (source)

Undocumented

Parameters
t:np.ndarrayUndocumented
Returns
np.ndarrayUndocumented
NOISE_LEVEL: int = (source)

Spectrum level in dB RMS of the masker

Value
20
SIGNAL_FREQUENCIES = (source)

Center frequencies used in the experiment

Value
1000.0*np.array([0.4, 0.8, 1.0, 2.0, 3.0, 4.0, 5.0, 6.5, 8.0])
SIGNAL_TO_NOISE_RATIO: int = (source)

Level difference between signal and noise, in dB spectrum level

Value
5
SPECTRAL_WIDTH: float = (source)

Width of the signal is defined as:

    0.5 * center-frequency
Value
0.5