[results,template,target] = reijniers2014(template,target,'num_exp',20,'sig_S',4.2);
| doa | directions of arrival in spherical coordinates |
| --X_DOT_est | : estimated [num_sources, num_repetitions, 3] .real : actual [num_sources, 3] |
| params | additional model's data computerd for estimations |
| --X_DOT_est_idx | : Indices corresponding to template direction where the maximum probability density for each source position is found |
| --X_DOT_post_prob | : Maximum posterior probability density for each target source |
| --X_DOT_freq_channels | |
| : number of auditory channels | |
| --X_DOT_T_template | : Struct with template data elaborated by the model |
| --X_DOT_T_target | : Struct with target data elaborated by the model |
reijniers2014 accepts the following optional parameters:
| 'SNR',SNR | Set the signal to noise ratio corresponding to different sound source intensities. Default value is SNR = 75 [dB] |
| 'sig_itd',sig | Set standard deviation for the noise on the itd. Default value is sig_itd = 0.569. |
| 'sig_I',sig | Set standard deviation for the internal noise. Default value is sig_I = 3.5. |
| 'sig_S',sig | Set standard deviation for the variation on the source spectrum. Default value is sig_I = 3.5. |
Further, cache flags (see amt_cache) can be specified.