changeset 1:6b2f9bd27580

added README
author Timos Papadopoulos <tp@isvr.soton.ac.uk>
date Sat, 16 Nov 2013 18:55:13 +0000
parents 90220f7249fc
children 4b1413bc0205
files README
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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