c@0: %% MASSEF c@0: % Multichannel audio source separation evaluation framework. c@0: % c@0: %% Syntax c@0: % c@0: % massef = MASSEF c@0: % massef = MASSEF(options) c@0: % c@0: % |massef = MASSEF| instantiates the multichannel audio source separation c@0: % evaluation framework, returning an instance to |massef|. The instance has c@0: % the . Evaluations are c@0: % performed using the or c@0: % methods. See below for a list of methods. c@0: % c@0: % |massef = MASSEF(options)| instantiates MASSEF using the options c@0: % contained in the scalar structure |options|. See below for a description of valid fields. c@0: % c@0: %% Properties c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@15: % c@15: % c@15: % c@15: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@15: % c@15: % c@15: % c@15: % c@0: %
blocksizeWhen using the parallel computing toolbox, this parameter determines c@0: % the maximum number of parallel.FevalFuture objects that are c@0: % considered at any one time. The default is 128.
creationDateDate the object was created (read-only).
dirThe MASSEF installation directory (read-only).
evalPEASSA logical value indicating whether PEASS evaluation should be c@0: % executed. The default is false.
evalSTOIA logical value indicating whether STOI evaluation should be c@0: % executed. The default is false.
parpoolA parallel.Pool object on which to perform the parallel c@0: % separations. If the parallel computing toolbox is available, c@0: % MASSEF will use the current pool by default (as determined c@0: % by gcp('nocreate')), if one is open. If the toolbox is not c@0: % available, or no pool is open, separations will be performed c@0: % serially.
resultsA MASSEFresults object containing c@0: % results generated by the framework (read-only).
results_filename The name of the results file c@0: % returned when MASSEF.execute finishes. c@0: % The default is 'Results/results.mat'.
saveDateDate the object was last saved (read-only).
c@0: % c@0: % c@0: %% Methods c@0: % c@0: % Methods: c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@15: % c@15: % c@15: % c@15: % c@0: %
MASSEFCreate an instance of MASSEF.
evaluateRun the framework using the input audio files.
executeRun the framework using the input mixtures and separators.
saveSave the framework's data and results.
c@0: % c@0: % c@0: % Static methods: c@0: % c@0: % c@0: % c@15: % c@15: % c@15: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@15: % c@0: %
docDisplay the framework documentation.
installDownload and install MASSEF dependencies.
startStart the framework.
c@0: % c@0: % c@0: %% See also c@0: % . 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: %