# HG changeset patch # User Timos Papadopoulos # Date 1384628113 0 # Node ID 6b2f9bd27580a74ab7eb9a54edc56e9860ba8d8f # Parent 90220f7249fcf421a037ad4c21f0d022f27ff019 added README diff -r 90220f7249fc -r 6b2f9bd27580 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Sat Nov 16 18:55:13 2013 +0000 @@ -0,0 +1,14 @@ +As previously described over e-mail, this is initial commit is part of the code that was designed for a specific experiment. + +It is not quite yet what's needed in terms of specifying input parameters / obtaining outputs. + +As the code currently stands, the user has to go into the 'user editable part' of the simulate_echo.m file, +specify the geometry parameters (for a collection of geometries) +and then run this edited function +to obtain the collection of IRs as fields of a multidimensional structure array. + +Then the user can use the pick_ir.m function to get each IR corresponding to each individual geometry. + +I will soon push an extra .m file that takes parameters for one geometry and gives one binaural IR. + +We can then modify according to the requirements of the matlab -> web shell integration. \ No newline at end of file