home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / math / kalman.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.5 KB  |  76 lines

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Kalman Filter Tracking
  4. -- Version      : 1.0
  5. -- Author       : Sanders Associates, Inc.
  6. --              : 95 Canal Street, Nashua, NH  03061
  7. --              : Daryl R. Winters
  8. --              : (603) 885-9225
  9. --              : Contact: Lt. Colonel Falgiano
  10. --              : ESD/SCW
  11. --              : Hanscom AFB, MA  01731
  12. -- DDN Address  :
  13. -- Copyright    : (c) 1985 Sanders Associates, Inc.
  14. -- Date created : June, 1985
  15. -- Release date : June, 1985
  16. -- Last update  : 
  17. -- Machine/System Compiled/Run on : DEC Ada / VMS 
  18. --       :         Started design with VMS TeleSoft 2.1
  19. --                                                           -*
  20. ---------------------------------------------------------------
  21. --                                                           -*
  22. -- Keywords     : 
  23. ----------------:
  24. --
  25. -- Abstract   : This tool will consist of a Kalman Filter, 
  26. ----------------: a simple track-plot correlation model, an 
  27. ----------------: accounting procedure which handles track
  28. ----------------: maintenance details, and an output procedure.  
  29. ----------------: The filter will be callable from outside the 
  30. ----------------: package as well as internally.
  31. ----------------:
  32. ----------------: This tool was developed as a precuresor for
  33. ----------------: the WMCCS Information System (WIS).  An
  34. ----------------: executable version of the tool has been   
  35. ----------------: demonstrated.
  36. ----------------: 
  37. --                                                           -*
  38. ------------------ Revision history ---------------------------
  39. --                                                           -*
  40. -- DATE       VERSION        AUTHOR                  HISTORY 
  41. -- 5/85       1.0            Sanders Associates      Initial Release                                                          
  42. --                                                           -*
  43. ------------------ Distribution and Copyright -----------------
  44. --                                                           -*
  45. -- This prologue must be included in all copies of this software.
  46. -- 
  47. -- This software is copyright by the author.
  48. -- 
  49. -- This software is released to the Ada community.
  50. -- This software is released to the Public Domain (note:
  51. --   software released to the Public Domain is not subject
  52. --   to copyright protection).
  53. -- Restrictions on use or distribution:  NONE
  54. --                                                           -*
  55. ----------------- Disclaimer ----------------------------------
  56. --                                                           -*
  57. -- This software and its documentation are provided "AS IS" and
  58. -- without any expressed or implied warranties whatsoever.
  59. --
  60. -- No warranties as to performance, merchantability, or fitness
  61. -- for a particular purpose exist.
  62. --
  63. -- Because of the diversity of conditions and hardware under
  64. -- which this software may be used, no warranty of fitness for
  65. -- a particular purpose is offered.  The user is advised to 
  66. -- test the software thoroughly before relying on it.  The user
  67. -- must assume the entire risk and liability of using this 
  68. -- software.
  69. --
  70. -- In no event shall any person or organization of people be
  71. -- held responsible for any direct, indirect, consequential
  72. -- or inconsequential damages or lost profits.
  73. --                                                          -*
  74. ----------------- END-PROLOGUE -------------------------------
  75.  
  76.