THE AUDITORY MODELING TOOLBOX

Applies to version: 0.9.5

View the code

Go to function

JOERGENSEN2011COMBINEINFORMATION - Combine information

Usage

output = joergensen2011combineinformation(input,SNRs,conditions,Nsp);

Input parameters

input Cell array with the SNRenv results for each processing condition (n),SNR (k), and speech sample (q)
SNRs Vector with the SNRs used
conditions Vector with the procssing conditions used.
Nsp Number the number of speech samples in the XXX

Output parameters

output

Structure containing the following fields:

output.combined_aud
[n,k] Matrix with overall SNRenv for each processing condition and SNR
output.SNRenvs
Cell array {n,k,q} with entries for each condition, SNR, and speech sample. Each entry is Matrix with an SNRenv value for each XXX

Description

joergensen2011combineinformation(input,SNRs,conditions,Nsp) combines the SNRenv across modulation and audio filters. It is also possible to extracts other information such as the excitation patterns or long-term spectra.

XXX Better description