home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0938.lha / Filters / filters.doc < prev    next >
Text File  |  1993-12-20  |  4KB  |  179 lines

  1.         ---------------------------------
  2.  
  3.  
  4.             RC - FILTERS V 1.2
  5.  
  6.  
  7.               April 4, 1993
  8.  
  9.  
  10.          programming: Wim Van den Broeck
  11.  
  12.         ---------------------------------
  13.  
  14.  
  15.  
  16. Preface
  17. =======
  18.  
  19. This program is the first in a row of electronic-applications,
  20. if you have suggestions or remarks about the program you can contact
  21. the author:
  22.  
  23.     Van den Broeck Wim
  24.     Watertorenstraat 66
  25.     B-2560 Nijlen
  26.     BELGIUM
  27.  
  28. Filters 1.2 requires AmigaDOS Release 2(Kickstart & Workbench 2.0) or
  29. higher to run.
  30.  
  31. This program is SHAREWARE, it may be freely distributed without costs
  32. but if you want to support me in developping better software please
  33. send me 10$. thanks.
  34.  
  35.     
  36.  
  37. Contents
  38. ========
  39.  
  40. 1. Introduction
  41.  
  42. 2. The purpose of "Filters" 
  43.  
  44. 3. How to use
  45.  
  46. 4. Bugs fixed
  47.  
  48. 5. Machine used
  49.  
  50. 6. Updates
  51.  
  52.  
  53. 1. Introduction
  54. ===============
  55.  
  56.     "Filters" is based on the study-material of H.I.K. BELGIUM.
  57. The author is a senior-student at the college: 2d year, Electronics option
  58. Microprocessors.
  59.  
  60.     All the formulas included are complete and there where no 
  61. shortcuts taken !!!  
  62.  
  63.  
  64. 2. The purpose of "Filters"
  65. ===========================
  66.  
  67.     "Filters" can be used by anyone who is in the electronic-
  68. business and must develop a network of RC-filters wich by meaning: 
  69. including or excluding certain High- or Low-frequences.
  70.  
  71.  
  72. 3. How to use
  73. =============
  74.  
  75.     To enter a value you click on the value-gadget, ENTER, than the
  76.     EXP-gadget will be activated.
  77.  
  78.     If you want to enter more than one value use the TAB key to 
  79.     jump to the next gadget !!!
  80.  
  81.  
  82. a.network
  83. ---------
  84.     Network allows you to select a High-pass network or a Low-
  85.     pass network. The difference is the place of R and C (they
  86.     switch).
  87.  
  88.     High-pass : High frequences may pass
  89.     Low-pass  : Low frequences may pass
  90.  
  91.  
  92. b.plot
  93. ------
  94.     There are two functions with each network: amplitude-plot and 
  95.     phase-plot. 
  96.  
  97.     Amplitude-plot : gives you the amplification-values that comes
  98.              with each frequency (dB).
  99.  
  100.     Phase-plot     : gives you the phase-transfer (degrees).
  101.  
  102.  
  103. c.frequency limits 
  104. ------------------
  105.     If you don't know the meaning of this box, you better go on 
  106.     and play "Lemmings 2".
  107.  
  108. d.rc values
  109. -----------
  110.     All the values are split in two parts, the EXP means 
  111.     multiplied with 10 power -> ?? .
  112.  
  113.     example: 10,000 Ohm
  114.  
  115.     can be         10 EXP 3
  116.     or               100 EXP 2
  117.     or          10000 EXP 0
  118.  
  119. e.calculate
  120. -----------
  121.     This option lets you calculate the values of Ampl and Phase 
  122.     for a 'specific' frequency.
  123.  
  124.     The values will update each time you ENTER a new value in one
  125.     of the gadgets.
  126.             
  127.  
  128.  
  129. 4. Bugs fixed
  130. =============
  131.  
  132.     bug #01: A zero phase over the whole range wasn't possible in 
  133.          filters 1.0, there was a system-crash.
  134.  
  135.  
  136.     If you find any bugs, please let me know so I can fix them.
  137.  
  138.  
  139.  
  140. 5. Machine used
  141. ===============
  142.  
  143.     Filters 1.0 was created using:
  144.  
  145.     Commodore Amiga 4000/040
  146.     FPU, MMU, Workbench 3.0, 6 Mb ram.
  147.  
  148.  
  149.     if you have any problems using the program on other 
  150.     systems please let me know !
  151.  
  152. 6. Updates
  153. ==========
  154.  
  155.     In Filters 1.2 it is possible to print the Graphics.
  156.  
  157.  
  158.  
  159. -RC -filters 1.2 - written by Wim Van den Broeck (thanks to Luc De Keyser 
  160.             for the beta-testing and suggestions for the 
  161.             program. Also thanks to ir. F. De Schutter for
  162.             the lecture and documentation, further thanks to
  163.             Wim Van Goethem for his books and his source code). 
  164.  
  165.  
  166. (c) 1993 Van den Broeck Wim.
  167.  
  168.  
  169.  
  170. "Sing your life, any fool can think up words that rhyme ..." (c)Morrissey
  171.  
  172.  
  173.  
  174. Thanks to the commodore AMIGA for being the best computer ever !!!
  175.  
  176. Intel stinks, AMIGA rules.
  177.  
  178.  
  179.         ---------------------------------------