This documentation page applies to an outdated AMT version (1.3.0). Click here for the most recent page.
y = breebaart2001_eicell(insig,fs,tau,ild)
| insig | input signal, must be an [n by 2] matrix |
| fs | sampling rate of input signal |
| tau | characteristic delay in seconds (positive: left is leading) |
| ild | characteristic ILD in dB (positive: left is louder) |
| y | EI-type cell output as a function of time |
breebaart2001_eicell(insig,fs,tau,ild) compute the excitation-inhibition model on the input signal insig. The cell to be modelled responds to a delay tau (measured in seconds) and interaural-level difference ild measured in dB.
breebaart2001_eicell takes the following optional parameters:
| 'tc',tc | Temporal smoothing constant. Default value is 30e-3. |
| 'rc_a',rc_a | Parameter a for dynamic range compression. Default value is \(a=.1\). |
| 'rc_b',rc_b | Parameter b for dynamic range compression. Default value is \(b=0.00002\). |
| 'ptau',ptau | Time constant for p(tau) function. Default value is 2.2e-3. |