home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / PROGRAM / LPC05B.ZIP / READ.ME < prev    next >
Text File  |  1992-05-23  |  4KB  |  111 lines

  1. -------------------------------------------------------------------------------
  2.                LPC-PARCOR-CEPSTRUM Generator for C Programmers
  3.                               version 0.5b
  4.  
  5.                           by Patrick Ko Shu-pui
  6.  
  7.                   Copyright (c) 1992 All Rights Reserved.
  8. -------------------------------------------------------------------------------
  9. ADDRESS TO CONTACT:
  10.  
  11.             fidonet:  6:700/132 BiG Programming Club [852] 654-8751
  12.             internet: ko053@cucs19.cs.cuhk.hk
  13.  
  14.             mailing:  Patrick Ko
  15.               No.11, 14 Street,
  16.                       Hong Lok Yuen,
  17.                       Tai Po, Hong Kong
  18.  
  19. -------------------------------------------------------------------------------
  20. Any comment is welcomed. Please send mails to the internet address.
  21. -------------------------------------------------------------------------------
  22. READ    .ME     - this file
  23. CEPSTRUM.C      - Cepstrum generation
  24. CPARSER .C      - command line parser
  25. CPARSER .H      - command line parser header
  26. DEMO    .BAT    - demo shell script
  27. DEMO    .RSP    - demo response file
  28. GIO     .C      - general i/o
  29. GIO     .H      - general i/o header
  30. LPC     .C      - LPC generator
  31. LPC     .H      - LPC generator header
  32. LPC     .EXE    - LPC program for DOS only
  33. LPC1    .C      - LPC (covariance)
  34. LPC2    .C      - LPC (autocorrelation)
  35. LPCMAIN .C      - LPC main program
  36. MAKEFILE.DOS    - makefile for DOS
  37. MAKEFILE.UX     - makefile for Unix
  38. MATCREAT.C      - matrix creation
  39. MATDUMP .C      - matrix dumping
  40. MATDURBN.C      - matrix: linear eqn solving (Levinsion-Durbin algorithm)
  41. MATERR  .C      - matrix error handler
  42. MATRIX  .H      - matrix header file
  43. MATSOLVE.C      - matrix: lienar eqn solving (Gaussian elim w/ partial pivot)
  44. SAMPLE          - sample audio file
  45. ULAW2LIN.C      - ulaw to linear data conversion
  46. ULAW2LIN.H      - ulaw2lin.c header
  47. VERSION .H      - version header
  48.  
  49. -------------------------------------------------------------------------------
  50. WHATS NEW IN v0.5:
  51.  
  52.         -       support 8-bit-ulaw (SUNSPARC), 16-bit PCM audio data format
  53.         -       the rectangular window size, windows overlapping size can
  54.                 be specified
  55.         -       generate :
  56.  
  57.                 n LPC (autocorrelation) coefficients, or
  58.                 n LPC (covariance) coefficients, or
  59.                 n PARCOR coefficients, or
  60.                 n+1 LPC cepstrum coefficients
  61.  
  62.                 if you specify n-order transformation.
  63.                 (use -order= at command line)
  64.  
  65.         -       support response file (see demo.bat which is a shell script)
  66.  
  67. NOTE:
  68.         -       the IPC feature is not implemented yet.
  69.  
  70.  
  71. HOW TO COMPILE:
  72.  
  73.         1.      Ultrix under DecStation - use MAKE with MAKEFILE.UX
  74.         2.      Other Unix Platform - use MAKEFILE.UX
  75.         3.      DOS - use MAKEFILE.DOS (with Turbo C v2.0)
  76.  
  77. HOW TO RUN:
  78.  
  79.         -       type lpc at the shell prompt and a usage screen
  80.                 will be displayed
  81.  
  82.  
  83. REFERENCE
  84.  
  85.     [1] Mary L. Boas, "Mathematical Methods in the Physical Sciene,"
  86.         John Wiley & Sons, 2nd Ed., 1983. Chap 3.
  87.  
  88.     [2] Kendall E. Atkinson, "An Introduction to Numberical Analysis,"
  89.     John Wiley & Sons, 1978.
  90.  
  91.     [3] Shuzo Saito, Kazuo Nakata, "Fundamentals of Speech Signal
  92.     Processing," Academic Press, 1985.
  93.  
  94. AUTHOR
  95. All the sources are written by Patrick KO Shu Pui
  96. SysOp of BiG Programming Club (6:700/132, fidonet), Hong Kong.
  97.  
  98. ===============================================================================
  99. AUTHORIZATION NOTICE
  100.  
  101. This C source package LPC05b.ZIP is FREE for ACADEMIC purpose only.
  102.  
  103. For COMMERCIAL usage, authorization is required from the author. Please
  104. SEND a US$50 cheque to the address above payable to the author.
  105. ===============================================================================
  106. DISCLAIMER      (I hate this but I have to do that)
  107.  
  108. You are on your own risk - the author is not responsible for any lost due
  109. to the use of this toolbox.
  110. ===============================================================================
  111.