sintab.dat 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. /*======================================================================*/
  2. /* Enhanced Variable Rate Codec - Bit-Exact C Specification */
  3. /* Copyright (C) 1997-1998 Telecommunications Industry Association. */
  4. /* All rights reserved. */
  5. /*----------------------------------------------------------------------*/
  6. /* Note: Reproduction and use of this software for the design and */
  7. /* development of North American Wideband CDMA Digital */
  8. /* Cellular Telephony Standards is authorized by the TIA. */
  9. /* The TIA does not authorize the use of this software for any */
  10. /* other purpose. */
  11. /* */
  12. /* The availability of this software does not provide any license */
  13. /* by implication, estoppel, or otherwise under any patent rights */
  14. /* of TIA member companies or others covering any use of the */
  15. /* contents herein. */
  16. /* */
  17. /* Any copies of this software or derivative works must include */
  18. /* this and all other proprietary notices. */
  19. /*======================================================================*/
  20. short sin129_table[129]=
  21. {
  22. 0,
  23. 804,
  24. 1608,
  25. 2411,
  26. 3212,
  27. 4011,
  28. 4808,
  29. 5602,
  30. 6393,
  31. 7180,
  32. 7962,
  33. 8740,
  34. 9512,
  35. 10279,
  36. 11039,
  37. 11793,
  38. 12540,
  39. 13279,
  40. 14010,
  41. 14733,
  42. 15447,
  43. 16151,
  44. 16846,
  45. 17531,
  46. 18205,
  47. 18868,
  48. 19520,
  49. 20160,
  50. 20788,
  51. 21403,
  52. 22006,
  53. 22595,
  54. 23170,
  55. 23732,
  56. 24279,
  57. 24812,
  58. 25330,
  59. 25833,
  60. 26320,
  61. 26791,
  62. 27246,
  63. 27684,
  64. 28106,
  65. 28511,
  66. 28899,
  67. 29269,
  68. 29622,
  69. 29957,
  70. 30274,
  71. 30572,
  72. 30853,
  73. 31114,
  74. 31357,
  75. 31581,
  76. 31786,
  77. 31972,
  78. 32138,
  79. 32286,
  80. 32413,
  81. 32522,
  82. 32610,
  83. 32679,
  84. 32729,
  85. 32758,
  86. 32767,
  87. 32758,
  88. 32729,
  89. 32679,
  90. 32610,
  91. 32522,
  92. 32413,
  93. 32286,
  94. 32138,
  95. 31972,
  96. 31786,
  97. 31581,
  98. 31357,
  99. 31114,
  100. 30853,
  101. 30572,
  102. 30274,
  103. 29957,
  104. 29622,
  105. 29269,
  106. 28899,
  107. 28511,
  108. 28106,
  109. 27684,
  110. 27246,
  111. 26791,
  112. 26320,
  113. 25833,
  114. 25330,
  115. 24812,
  116. 24279,
  117. 23732,
  118. 23170,
  119. 22595,
  120. 22006,
  121. 21403,
  122. 20788,
  123. 20160,
  124. 19520,
  125. 18868,
  126. 18205,
  127. 17531,
  128. 16846,
  129. 16151,
  130. 15447,
  131. 14733,
  132. 14010,
  133. 13279,
  134. 12540,
  135. 11793,
  136. 11039,
  137. 10279,
  138. 9512,
  139. 8740,
  140. 7962,
  141. 7180,
  142. 6393,
  143. 5602,
  144. 4808,
  145. 4011,
  146. 3212,
  147. 2411,
  148. 1608,
  149. 804,
  150. 0
  151. };