insig | input signal |
fs | sampling frequencies |
fc | center frequencies |
outp | Structure containing the output. See the description below. |
Calculate interaural parameters like interaural transfer function (ITF), interaural phase difference (IPD), interaural time difference (ITD) and interaural coherence (IC) for the given input signals. The ITD is calculated by dividing the IPD by the instantaneous frequency of the signal. In addition lowpassed filtered version of the interaural parameters are calculated (ending with _lp) to simulate a finite time resolution of the binaural system.
The _lp values are not returned if the 'nolowpass' flag is set.
dietz2011interauralfunctions accepts the following optional parameters:
'compression_power',cpwr | |
Applied compression of the signal on the cochlea with ^compression_power. The default value is 0.4. | |
'tau_cycles',tau_cycles | |
Temporal resolution of binaural processor in terms of cycles per frequency channel. The default value is 5. | |
'signal_level_dB_SPL',signal_level | |
Sound pressure level of left channel. Used for data display and analysis. Default value is 70. | |
'lowpass' | Calculate the interaural parameters of the lowpassed signal/ITF (_lp return values). This is the default. |
'nolowpass' | Don't calculate the lowpass based interaural parameters. The _lp values are not returned. |
M. Dietz, S. D. Ewert, and V. Hohmann. Auditory model based direction estimation of concurrent speakers from binaural signals. Speech Communication, 53(5):592-605, 2011. [ DOI | http ]