Mercurial > hg > aimc
comparison SConstruct @ 20:fff25824d1d1
-Added a module to scale output values by the channel centre frequency
-Fixed file input to support loading and processing of multiple files
-Updated the aimc main file to generate profiles like in the recognition experiments
author | tomwalters |
---|---|
date | Mon, 22 Feb 2010 17:51:27 +0000 |
parents | f4e712d41321 |
children | d386805133f1 |
comparison
equal
deleted
inserted
replaced
19:a2dddc107d55 | 20:fff25824d1d1 |
---|---|
40 'Modules/NAP/ModuleHCL.cc', | 40 'Modules/NAP/ModuleHCL.cc', |
41 'Modules/Strobes/ModuleParabola.cc', | 41 'Modules/Strobes/ModuleParabola.cc', |
42 'Modules/SAI/ModuleSAI.cc', | 42 'Modules/SAI/ModuleSAI.cc', |
43 'Modules/SSI/ModuleSSI.cc', | 43 'Modules/SSI/ModuleSSI.cc', |
44 'Modules/Profile/ModuleSlice.cc', | 44 'Modules/Profile/ModuleSlice.cc', |
45 'Modules/Profile/ModuleScaler.cc', | |
45 'Modules/Features/ModuleGaussians.cc', | 46 'Modules/Features/ModuleGaussians.cc', |
46 'Modules/Output/FileOutputHTK.cc'] | 47 'Modules/Output/FileOutputHTK.cc'] |
47 | 48 |
48 # File which contains main() | 49 # File which contains main() |
49 sources = common_sources + ['Main/aimc.cc'] | 50 sources = common_sources + ['Main/aimc.cc'] |