THE AUDITORY MODELING TOOLBOX

This documentation page applies to an outdated AMT version (1.2.0). Click here for the most recent page.

View the code

Go to function

SIG_BINCORRNOISE - Binaurally correlated noise

Usage

outsig = sig_bincorrnoise(siglen,coher)

Input parameters

siglen Number of samples of outsig
coher Interaural coherence of the produced signal.

Output parameters

outsig nsig x 2 correlated noise signal

Description

sig_bincorrnoise(siglen,coher) will generate a interaurally correlated noise signal with coherence coher. The output is a 2 column matrix of length siglen.

sig_bincorrnoise(siglen,coher,...) will pass all additional parameters onto the noise function to select between different types of stochastic noise.