c@0: %% MASSEFresults.mixtureInfo c@0: % Add mixture information. c@0: % c@0: %% Syntax c@0: % c@0: % r.mixtureInfo(mixtureNum,'name','value') c@0: % c@0: % |r.mixtureInfo(mixtureNum,'name','value')| adds algorithm information for c@0: % the mixture with number |mixtureNum| to the results set contained in the c@0: % object |r| using the variable c@0: % names and values contained in the |'name'| / |'value'| pair arguments. c@0: % The following information can be stored about each mixture: c@0: % c@0: % * |'azi_sep'|—azimuthal separation of widest sources (numeric); c@0: % * |'elevation'|—median elevation of sources (numeric); c@0: % * |'filename_t'|—target filename (char array); c@0: % * |'filename_i'|—interferer filename (char array); c@0: % * |'sofa_path'|—SOFA filename (char array); c@0: % * |'target_azi'|—the target azimuth (numeric); c@0: % * |'target_ele'|—the target elevation (numeric); and c@0: % * |'tir'|—target-to-interferer ratio (dB) (numeric). c@0: % c@0: % c@0: %
c@37: %

Copyright © 2017 University of Surrey
c@0: % Institute of Sound Recording, University of Surrey, UK

c@0: %