Changeset 1096 for applications/bdmtoolbox/mex
- Timestamp:
- 06/13/10 22:11:56 (15 years ago)
- 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 7 2 % ====================================================================== 8 3 classdef mexGaussMergerArit < mexMerger … … 16 11 obj.merger= struct('class','egauss'); 17 12 end 18 19 13 20 14 %> Merge sources into the merger 21 15 function obj=merge(obj)