Changeset 1096

Show
Ignore:
Timestamp:
06/13/10 22:11:56 (14 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/mex/mex_classes/mexGaussMergerArit.m

    r1087 r1096  
    1 %> @file mexMerger.m 
    2 %> @brief File mapping root class of Mergerbase from BDM 
    3 % ====================================================================== 
    4 %> @brief Abstract class of Bayesian Model (estimator), bdm::BM 
    5 % 
    6 %> This class provides a bridge between bdm::MergerBase and Matlab 
     1%> @brief Merger projecting sources to a Guassian using Arithmetic combination 
    72% ====================================================================== 
    83classdef mexGaussMergerArit < mexMerger 
     
    1611            obj.merger= struct('class','egauss'); 
    1712        end 
    18          
    19          
     13                 
    2014        %> Merge sources into the merger  
    2115        function obj=merge(obj)