wfactab.dat 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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 wfac_GAMMA1[10] = /* 0.900000 */
  21. {
  22. 29491,
  23. 26542,
  24. 23888,
  25. 21499,
  26. 19349,
  27. 17414,
  28. 15673,
  29. 14106,
  30. 12695,
  31. 11425
  32. };
  33. short wfac_GAMMA2[10] = /* 0.500000 */
  34. {
  35. 16384,
  36. 8192,
  37. 4096,
  38. 2048,
  39. 1024,
  40. 512,
  41. 256,
  42. 128,
  43. 64,
  44. 32
  45. };
  46. short wfac_Gamma_4[10] = /* 0.994000 */
  47. {
  48. 32571,
  49. 32376,
  50. 32182,
  51. 31989,
  52. 31797,
  53. 31606,
  54. 31416,
  55. 31228,
  56. 31040,
  57. 30854
  58. };
  59. short wfac_ALPHA[10] = /* 0.570000 */
  60. {
  61. 18678,
  62. 10646,
  63. 6068,
  64. 3459,
  65. 1972,
  66. 1124,
  67. 641,
  68. 365,
  69. 208,
  70. 119
  71. };
  72. short wfac_BETA[10] = /* 0.750000 */
  73. {
  74. 24576,
  75. 18432,
  76. 13824,
  77. 10368,
  78. 7776,
  79. 5832,
  80. 4374,
  81. 3281,
  82. 2460,
  83. 1845
  84. };