outsig = bincorrnoise(siglen,coher)
siglen | Number of samples of outsig |
coher | Interaural coherence of the produced signal. |
outsig | \(nsig \times 2\) correlated noise signal |
bincorrnoise(siglen,coher) will generate a interaurally correlated noise signal with coherence coher. The output is a 2 column matrix of length siglen.
bincorrnoise(siglen,coher,...) will pass all additional parameters onto the noise function to select between different types of stochastic noise.