home *** CD-ROM | disk | FTP | other *** search
/ Quick Study Spanish / DISK_1_QSSP.iso / HGASRAPI / ASR1516 / BIN / SR10M32S.INI < prev    next >
INI File  |  1996-07-26  |  4KB  |  170 lines

  1. [Tinyos]
  2. AsrApiKey=4321
  3. RecogVersion=Win32s DSP Version ASR1000 3.0.2
  4.  
  5. Debug=0
  6.        /      Number of DSP's in the architecture /
  7. NbrOfDSPs=1
  8.        /      Name of the DSP /
  9. DSP0=ASR1032s$3.0.2
  10.        /      FileName of dsp program with full path /
  11. DSP0ProgramFileName=r10s302.exe
  12.  
  13.        /      File containing the control of the recogniser /
  14. ControlFile=asr1000.ctr
  15.  
  16.        /      DSP if the DSP is requesting setup information/
  17. Speed=10
  18.  
  19.        /      Interrupt frequency of the main interrupt routine /
  20. MainInterruptFrequency=#database.ini Wave NbrOfSamplesPerSec
  21.        /      Define the frequency for the HardRT interrupt in number of tics of /
  22.        /       the MainInterruptFrequency /
  23. HardRTTicCount=#database.ini Wave NbrOfSamplesPerFrame
  24.        /      Define the dsp priority 0 is lowest and 65535 is the highest /
  25.  
  26. DSPPriority=4
  27.  
  28. [AsrApi]
  29. AcquisitID     = 24
  30. EnergyDetectID = 26
  31. VectorQuantID  = 34
  32. AsrSrtID       = 36
  33.  
  34. nSamplesPerSec = #Tinyos MainInterruptFrequency
  35.  
  36. [Acquisition]
  37. WindowsDll=acqui302.dll
  38. Target=DSP0
  39. FramesPerInterrupt=8
  40. SampleFrequency=#Tinyos MainInterruptFrequency
  41.  
  42. BlockSize=#8*Tinyos HardRTTicCount
  43. MinimumUnit=#2*Tinyos HardRTTicCount
  44.  
  45. [SampleQueue]
  46. Size=#2*Tinyos HardRTTicCount
  47. NrAtoms=#Tinyos HardRTTicCount
  48. Length=#70*Acquisition FramesPerInterrupt
  49.  
  50. [Agc]
  51. WindowsDll=agc302.dll
  52. Target=DSP0
  53. Debugging=0
  54. AutoCorrelationCorrection=#Lpc AutoCorrelationCorrection
  55. FarTalk=1
  56. Sensitivity=-1500
  57.  
  58. [SecondSampleQueue]
  59. Size=#2*Tinyos HardRTTicCount
  60. NrAtoms=#Tinyos HardRTTicCount
  61. Length=45
  62. NbrToJumpBackAtStart=40
  63. StartAtBegin=0
  64.  
  65. [Lpc]
  66. WindowsDll=lpc302.dll
  67. Target=DSP0
  68.        /      Number of samples in 1 frame /
  69. FrameDuration=#Tinyos HardRTTicCount
  70.  
  71. WindowDuration=#3*Tinyos HardRTTicCount
  72.  
  73. LPCOrder=12
  74. CEPOrder=12
  75. DimVector=13
  76.  
  77. AutoCorrelationCorrection=#4*Lpc WindowDuration
  78.  
  79. InitMean0 = 7.7138300e-001
  80. InitMean1 =-2.4728500e-001
  81. InitMean2 = 2.2416750e-001
  82. InitMean3 =-1.9655500e-002
  83. InitMean4 = 4.7510500e-002
  84. InitMean5 =-4.2275500e-002
  85. InitMean6 =-4.1695000e-002
  86. InitMean7 =-7.2670000e-002
  87. InitMean8 =-6.3965000e-002
  88. InitMean9 =-9.8260000e-002
  89. InitMean10=-6.4670000e-002
  90. InitMean11=-4.4630000e-002
  91.  
  92. [LpcQueue]
  93. Size=#2*Lpc DimVector
  94. NrAtoms=#Lpc DimVector
  95. Length=1
  96.  
  97. [Liftering]
  98. WindowsDll=lifte302.dll
  99. Target=DSP0
  100.        /      Order of the Cepstrum for liftering /
  101. CEPOrder=16
  102.  
  103. [LifterQueue]
  104. Size=#2*Lpc DimVector
  105. NrAtoms=#Lpc DimVector
  106. Length=1
  107.  
  108. [Combiner]
  109. WindowsDll=ec2ec302.dll
  110. Target=DSP0
  111.  
  112. [CombinerQueue]
  113. Size=#6*Lpc DimVector-2
  114. NrAtoms=#3*Lpc DimVector-1
  115. Length=1
  116.  
  117. [VectorQuantisation]
  118. WindowsDll=vq302.dll
  119. Target=DSP0
  120.  
  121. NbrOfCodeBooks=4
  122.  
  123. Fract Energy=11
  124. Fract Cepstra=12
  125. Fract Delta Cepstra=12
  126. Fract Delta Delta Cepstra=12
  127.  
  128. CompStart Energy=0
  129. CompStart Cepstra=2
  130. CompStart Delta Cepstra=14
  131. CompStart Delta Delta Cepstra=26
  132.  
  133. [LabelQueue]
  134. Size=#VectorQuantisation NbrOfCodeBooks
  135. NrAtoms=#VectorQuantisation NbrOfCodeBooks
  136. Length=1
  137.  
  138. [AsrSoftRT]
  139. WindowsDll=asrsr302.dll
  140. Target=DSP0
  141. Label buffer size=16000
  142. TrainUtteranceCount=3
  143. Epsilon=1.0e-04
  144. Alfa=0.3
  145.  
  146. [DistanceCalculation]
  147. WindowsDll=distc302.dll
  148. Target=DSP0
  149. FramesToBulk=32
  150. NeverAdapt=0
  151. GarbagePenalty=40
  152. GarbageSilPenalty=32
  153.  
  154. [Recogniser]
  155. WindowsDLL=recog302.dll
  156. Target=DSP0
  157. Debugging=0
  158. CountSilenceThreshold=500
  159. PruneAlfa=0.2
  160. PruneClipInitFactor=5000
  161. PruneTreshInitFactor=2.0
  162. PruneNset=400
  163. MinimumClip=0
  164. TimeOut=0
  165. WordPenalty=500
  166. GarbPenalAlpha=0.75
  167. AcceptanceLevel=0
  168. GarbagePenalty=0
  169. NBestSearch=1
  170.