diff src/Modules/Features/ModuleGaussians.cc @ 23:491b1b1d1dc5

-Added AIMCopy, a replacement for HTK's HCopy -Set "Id" keyword on all .cc, .h and .py files -Added FileList class to aupport AIMCopy -Added a first go at a Module factory class. It's not to be used at the moment, but it will serve as a reminder to implement a proper factory soon.
author tomwalters
date Tue, 23 Feb 2010 12:47:01 +0000
parents fff25824d1d1
children c5f5e9569863
line wrap: on
line diff
--- a/src/Modules/Features/ModuleGaussians.cc	Mon Feb 22 18:17:14 2010 +0000
+++ b/src/Modules/Features/ModuleGaussians.cc	Tue Feb 23 12:47:01 2010 +0000
@@ -23,7 +23,7 @@
 /*!
  * \author Thomas Walters <tom@acousticscale.org>
  * \date created 2008/06/23
- * \version \$Id: ModuleGaussians.cc 2 2010-02-02 12:59:50Z tcw $
+ * \version \$Id$
  */
 
 #include <math.h>
@@ -37,7 +37,7 @@
   module_description_ = "Gaussian Fitting to SSI profile";
   module_identifier_ = "gaussians";
   module_type_ = "features";
-  module_version_ = "$Id: ModuleGaussians.cc 2 2010-02-02 12:59:50Z tcw $";
+  module_version_ = "$Id$";
 
   m_iParamNComp = parameters_->DefaultInt("features.gaussians.ncomp", 4);
   m_fParamVar = parameters_->DefaultFloat("features.gaussians.var", 115.0);