Mercurial > hg > massef
annotate 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 |
rev | line source |
---|---|
c@0 | 1 %% MASSEFresults.mixtureInfo |
c@0 | 2 % Add mixture information. |
c@0 | 3 % |
c@0 | 4 %% Syntax |
c@0 | 5 % |
c@0 | 6 % r.mixtureInfo(mixtureNum,'name','value') |
c@0 | 7 % |
c@0 | 8 % |r.mixtureInfo(mixtureNum,'name','value')| adds algorithm information for |
c@0 | 9 % the mixture with number |mixtureNum| to the results set contained in the |
c@0 | 10 % <help_MASSEFresults.html MASSEFresults> object |r| using the variable |
c@0 | 11 % names and values contained in the |'name'| / |'value'| pair arguments. |
c@0 | 12 % The following information can be stored about each mixture: |
c@0 | 13 % |
c@0 | 14 % * |'azi_sep'|—azimuthal separation of widest sources (numeric); |
c@0 | 15 % * |'elevation'|—median elevation of sources (numeric); |
c@0 | 16 % * |'filename_t'|—target filename (char array); |
c@0 | 17 % * |'filename_i'|—interferer filename (char array); |
c@0 | 18 % * |'sofa_path'|—SOFA filename (char array); |
c@0 | 19 % * |'target_azi'|—the target azimuth (numeric); |
c@0 | 20 % * |'target_ele'|—the target elevation (numeric); and |
c@0 | 21 % * |'tir'|—target-to-interferer ratio (dB) (numeric). |
c@0 | 22 % |
c@0 | 23 % <html> |
c@0 | 24 % <hr> |
c@0 | 25 % <p>Copyright © 2016 <a href="http://www.surrey.ac.uk">University of Surrey</a><br> |
c@0 | 26 % <a href="http://iosr.uk">Institute of Sound Recording, University of Surrey, UK</a></p> |
c@0 | 27 % </html> |