home *** CD-ROM | disk | FTP | other *** search
/ Gambler 8 / GAMBLERCD08.BIN / g-dos / madspace / recog.ini < prev    next >
INI File  |  1996-11-30  |  634b  |  14 lines

  1. [Detection]
  2. NOISE_LEVEL = 0.001            ; Background noise level
  3. SigToNoise_Begin = 20.0        ; Signal-To-Noise ratio to detect begin(if>)
  4. SigToNoise_End = 1.6           ; Signal-To-Noise ratio to detect end(if<)
  5. Epoch_Length = 500             ; Epoch length for computing statistics
  6. WORDS_BREAK = 3000             ; Interval between succesive words(>, obs.)
  7. MAX_WORD_LEN = 14995           ; Maximal word length (obs.)
  8. Min_Word_Duration = 2000       ; Minimal word length (obs.)
  9. WINDOW_WIDTH = 150             ; Window width for smoothing
  10. [Recognition]
  11. REFUSAL_QUANTILE = 10          ; Norm. quantile for decline;
  12.  
  13.  
  14.