Wiki » History » Version 4
  Luis Figueira, 2013-12-05 02:35 PM 
  
| 1 | 1 | Luis Figueira | h1. Wiki | 
|---|---|---|---|
| 2 | 1 | Luis Figueira | |
| 3 | 4 | Luis Figueira | h2. Arguments to simulateBinauralSignals | 
| 4 | 2 | Luis Figueira | |
| 5 | 2 | Luis Figueira | * The second input argument (.azim) controls whether the reflector is to the left or the right. | 
| 6 | 2 | Luis Figueira | ** Typical values could be +17 (corresponding to left) and -17 (corresponding to right) | 
| 7 | 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. | 
| 8 | 2 | Luis Figueira | ** Typical values range from 0.9 (feasible to distinguish left to right) with increasing values making it more difficult to distinguish. | 
| 9 | 2 | Luis Figueira | * The third input argument (.orient) is binary. | 
| 10 | 2 | Luis Figueira | ** When set to 'angled' it makes distinguishing easier and when set to 'horz' it makes distinguishing harder | 
| 11 | 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). | 
| 12 | 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 | 
| 13 | 2 | Luis Figueira | |
| 14 | 2 | Luis Figueira | Overall, the combination .dist = 0.9, .orient = 'horz' and .direweight = 0.2 makes distinguishing the two files .azim = +/-17 feasible | 
| 15 | 2 | Luis Figueira | |
| 16 | 2 | Luis Figueira | Altering in the directions described above make things easier or more difficult. |