Wiki » History » Version 3

Luis Figueira, 2013-12-05 02:33 PM

1 1 Luis Figueira
h1. Wiki
2 1 Luis Figueira
3 1 Luis Figueira
h2. Some notes on making the code run on Unix/OSX
4 1 Luis Figueira
5 1 Luis Figueira
* http://www.iet.ntnu.no/~svensson/software/edbtoolbox/EDB2toolbox_description.txt
6 2 Luis Figueira
7 2 Luis Figueira
8 2 Luis Figueira
h2. Notes on arguments to simulateBinauralSignals function
9 2 Luis Figueira
10 2 Luis Figueira
* The second input argument (.azim) controls whether the reflector is to the left or the right.
11 2 Luis Figueira
** Typical values could be +17 (corresponding to left) and -17 (corresponding to right)
12 2 Luis Figueira
* The first input argument (.dist) controls how easy it is to distinguish whether the reflector is to the left or the right.
13 2 Luis Figueira
** Typical values range from 0.9 (feasible to distinguish left to right) with increasing values making it more difficult to distinguish.
14 2 Luis Figueira
* The third input argument (.orient) is binary.
15 2 Luis Figueira
** When set to 'angled' it makes distinguishing easier and when set to 'horz' it makes distinguishing harder
16 2 Luis Figueira
* The fourth input argument (.direweight) again controls how easy it is to distinguish whether the reflector is to the left or the right (the lower .dirweight is, the easier).
17 3 Luis Figueira
** It's default value should be 0.2. Values in [0 0.2) make distinguishing artificially easier and values in (0.2 1] artificially harder
18 2 Luis Figueira
19 2 Luis Figueira
Overall, the combination .dist = 0.9, .orient = 'horz' and .direweight = 0.2 makes distinguishing the two files .azim = +/-17 feasible
20 2 Luis Figueira
21 2 Luis Figueira
Altering in the directions described above make things easier or more difficult.