Mercurial > hg > massef
view help_html/source/help_MASSEFresults_mixtureInfo.m @ 15:bdd77fe783e4
Updated MASSEF documentation with new properties and methods. Added documentation for doc method.
author | Christopher Hummersone <c.hummersone@surrey.ac.uk> |
---|---|
date | Tue, 07 Mar 2017 12:20:31 +0000 |
parents | e34a535b9af0 |
children | 8f36d7072f2f |
line wrap: on
line source
%% MASSEFresults.mixtureInfo % Add mixture information. % %% Syntax % % r.mixtureInfo(mixtureNum,'name','value') % % |r.mixtureInfo(mixtureNum,'name','value')| adds algorithm information for % the mixture with number |mixtureNum| to the results set contained in the % <help_MASSEFresults.html MASSEFresults> object |r| using the variable % names and values contained in the |'name'| / |'value'| pair arguments. % The following information can be stored about each mixture: % % * |'azi_sep'|—azimuthal separation of widest sources (numeric); % * |'elevation'|—median elevation of sources (numeric); % * |'filename_t'|—target filename (char array); % * |'filename_i'|—interferer filename (char array); % * |'sofa_path'|—SOFA filename (char array); % * |'target_azi'|—the target azimuth (numeric); % * |'target_ele'|—the target elevation (numeric); and % * |'tir'|—target-to-interferer ratio (dB) (numeric). % % <html> % <hr> % <p>Copyright © 2016 <a href="http://www.surrey.ac.uk">University of Surrey</a><br> % <a href="http://iosr.uk">Institute of Sound Recording, University of Surrey, UK</a></p> % </html>