THE AUDITORY MODELING TOOLBOX

This documentation page applies to an outdated major AMT version. We show it for archival purposes only.
Click here for the documentation menu and here to download the latest AMT (1.6.0).

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 \times 2\) correlated noise signal

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.