parameters.cpp

Go to the documentation of this file.
00001 #define PARAMETERSINCLUDED
00002 
00003 #define SUCCESS 1
00004 #define FAILURE 0
00005 
00006 #define END_OF_CODESTREAM 0xFFFFFFFF
00007 #define REP_PATH "repositories/"
00008 #define CODEBOOK "/rep_file.bin"
00009 
00010 #define MAXPATH 256
00011 #define voxtemppath "tmp"
00012 
00013 #define FRAMELENGTH 0.02 
00014 /*0.02 sec. = 20 milli sec.*/
00015 #define SAMPLERATE 8000
00016 /*8000 samples per second*/
00017 #define BPS 16
00018 /*16 bits per sample*/
00019 
00020 #define MAX_DIM 12
00021 /*total number of dimensions involved*/
00022 #define k 10000
00023 /*number of clusters(should be 10000 when training file is of big size)*/
00024 #define VERY_HIGH_VALUE 99999.99999
00025 #define NO_OF_ITER   6
00026 /*number of iterations (should be 6 when training file is of big size)*/
00027 
00028 #define CREATE 1
00029 #define NOCREATE 0

Best viewed on Get Firefox!. Generated on Mon Mar 28 22:09:09 2005 for VoX by  doxygen 1.4.2 . This project hosted by SourceForge.net Logo .