output = joergensen2011_combineinformation(input,SNRs,conditions,Nsp);
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 of speech samples |
output | Structure containing the SNRenv |
joergensen2011_combineinformation(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.
The output struct contains the following fields:
.combined_aud | [n,k] Matrix with overall SNRenv for each processing condition and SNR |
.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 corpus |