THE AUDITORY MODELING TOOLBOX

Applies to version: 0.9.8

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.