Edinburgh Speech Tools  2.1-release
sig2fv_main.cc File Reference
#include <cstdlib>
#include "EST_speech_class.h"
#include "EST_string_aux.h"
#include "EST_cmd_line.h"
#include "EST_cmd_line_options.h"
#include "sigpr/EST_sigpr_utt.h"
#include "sigpr/EST_filter.h"
Include dependency graph for sig2fv_main.cc:

Go to the source code of this file.

Macros

#define EPSILON   (0.0001)
 
#define DEFAULT_FRAME_SIZE   0.01
 
#define DEFAULT_FRAME_FACTOR   2.0
 
#define DEFAULT_LPC_ORDER   16
 
#define DEFAULT_REF_ORDER   16
 
#define DEFAULT_CEP_ORDER   12
 
#define DEFAULT_FBANK_ORDER   20
 
#define DEFAULT_MELCEP_ORDER   12
 
#define DEFAULT_WINDOW   "hamming"
 
#define DEFAULT_PREEMPH   0
 
#define DEFAULT_LIFTER   0
 
#define MINIMUM_PITCH_PERIOD   (0.0033)
 
#define MAXIMUM_PITCH_PERIOD   (0.02)
 
#define DEFAULT_PITCH_PERIOD   (0.01)
 

Functions

void calculate_orders (EST_StrList &clist, EST_IList &olist, EST_Option &op)
 
void add_channels_to_map (EST_StrList &map, EST_StrList &types, EST_Features &op, int order)
 
void set_options (EST_Features &op, EST_Option &al)
 
EST_String sigpr_options_supported (void)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

#define EPSILON   (0.0001)

Definition at line 50 of file sig2fv_main.cc.

#define DEFAULT_FRAME_SIZE   0.01

Definition at line 52 of file sig2fv_main.cc.

#define DEFAULT_FRAME_FACTOR   2.0

Definition at line 53 of file sig2fv_main.cc.

#define DEFAULT_LPC_ORDER   16

Definition at line 54 of file sig2fv_main.cc.

#define DEFAULT_REF_ORDER   16

Definition at line 55 of file sig2fv_main.cc.

#define DEFAULT_CEP_ORDER   12

Definition at line 56 of file sig2fv_main.cc.

#define DEFAULT_FBANK_ORDER   20

Definition at line 57 of file sig2fv_main.cc.

#define DEFAULT_MELCEP_ORDER   12

Definition at line 58 of file sig2fv_main.cc.

#define DEFAULT_WINDOW   "hamming"

Definition at line 59 of file sig2fv_main.cc.

#define DEFAULT_PREEMPH   0

Definition at line 60 of file sig2fv_main.cc.

#define DEFAULT_LIFTER   0

Definition at line 61 of file sig2fv_main.cc.

#define MINIMUM_PITCH_PERIOD   (0.0033)

Definition at line 66 of file sig2fv_main.cc.

#define MAXIMUM_PITCH_PERIOD   (0.02)

Definition at line 67 of file sig2fv_main.cc.

#define DEFAULT_PITCH_PERIOD   (0.01)

Definition at line 68 of file sig2fv_main.cc.

Function Documentation

void calculate_orders ( EST_StrList clist,
EST_IList olist,
EST_Option op 
)

Definition at line 217 of file sig2fv_main.cc.

void add_channels_to_map ( EST_StrList map,
EST_StrList types,
EST_Features op,
int  order 
)

Definition at line 76 of file sigpr_utt.cc.

void set_options ( EST_Features op,
EST_Option al 
)

Definition at line 232 of file sig2fv_main.cc.

EST_String sigpr_options_supported ( void  )

Definition at line 78 of file sig2fv_main.cc.

int main ( int  argc,
char *  argv[] 
)

Definition at line 95 of file sig2fv_main.cc.