Mercurial > hg > massef
comparison help_html/source/help_MASSEFresults_mixtureInfo.m @ 0:e34a535b9af0
Initial beta release.
author | Christopher Hummersone <c.hummersone@surrey.ac.uk> |
---|---|
date | Thu, 02 Mar 2017 09:44:08 +0000 |
parents | |
children | 8f36d7072f2f |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e34a535b9af0 |
---|---|
1 %% MASSEFresults.mixtureInfo | |
2 % Add mixture information. | |
3 % | |
4 %% Syntax | |
5 % | |
6 % r.mixtureInfo(mixtureNum,'name','value') | |
7 % | |
8 % |r.mixtureInfo(mixtureNum,'name','value')| adds algorithm information for | |
9 % the mixture with number |mixtureNum| to the results set contained in the | |
10 % <help_MASSEFresults.html MASSEFresults> object |r| using the variable | |
11 % names and values contained in the |'name'| / |'value'| pair arguments. | |
12 % The following information can be stored about each mixture: | |
13 % | |
14 % * |'azi_sep'|—azimuthal separation of widest sources (numeric); | |
15 % * |'elevation'|—median elevation of sources (numeric); | |
16 % * |'filename_t'|—target filename (char array); | |
17 % * |'filename_i'|—interferer filename (char array); | |
18 % * |'sofa_path'|—SOFA filename (char array); | |
19 % * |'target_azi'|—the target azimuth (numeric); | |
20 % * |'target_ele'|—the target elevation (numeric); and | |
21 % * |'tir'|—target-to-interferer ratio (dB) (numeric). | |
22 % | |
23 % <html> | |
24 % <hr> | |
25 % <p>Copyright © 2016 <a href="http://www.surrey.ac.uk">University of Surrey</a><br> | |
26 % <a href="http://iosr.uk">Institute of Sound Recording, University of Surrey, UK</a></p> | |
27 % </html> |