#include <iostream>#include <fstream>#include <cstdio>#include <cassert>#include <cmath>#include <liatools.h>#include "ShiftedDeltaFeat.h"
Go to the source code of this file.
Defines | |
| #define | ALIZE_ShiftedDeltaFeat_cpp |
Functions | |
| int | ShiftedDeltaFeat (Config &config) |
| Reads a parametric file (or list of prm files) containing cepstral features and writes a file containing the shifted delta features. | |
| #define ALIZE_ShiftedDeltaFeat_cpp |
Definition at line 56 of file ShiftedDeltaFeat.cpp.
| int ShiftedDeltaFeat | ( | Config & | config ) |
Reads a parametric file (or list of prm files) containing cepstral features and writes a file containing the shifted delta features.
| config | Config object to fetch parameters from |
More detailed description can be found in ShiftedDeltaFeatMain
not using://outputFeatureFile(config,fsOut,0,fsOut.getFeatureCount(), w);
Definition at line 79 of file ShiftedDeltaFeat.cpp.
References debug, verbose, and verboseLevel.
1.7.2