THE AUDITORY MODELING TOOLBOX

This documentation page applies to an outdated major AMT version. We show it for archival purposes only.
Click here for the documentation menu and here to download the latest AMT (1.6.0).

View the code

Go to function

ITD2ANGLE - converts the given ITD to an angle using a lookup table

Usage

phi = itd2angle(itd,lookup)

Input parameters

itd ITDs to convert to angles
lookup a struct containing the polinomial fitting entries p,MU,S. This struct can be generated by itd2angle_lookuptable

Output parameters

phi angles for the corresponding ITD values / deg

itd2angle(itd,lookup) converts the given ITD values to azimuth angles phi. Therefore a lookup table containing the polynomial fitting parameters is used. This lookup table is created from a set of HRTFs with known azimuth angles and stores the corresponding ITD values. itd2angle works with dietz2011 and lindemann1986. Corresponding lookup tables can be created by itd2angle_lookuptable.