home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 493.SAMPLE3.NET < prev    next >
Text File  |  1986-01-21  |  384b  |  9 lines

  1. ;Sample3.net - Bandpass RLC filter with 1 hz center frequency
  2. ;           and Q of 10.
  3. R          resistor between input and output nodes
  4. 1,2,10
  5. L          inductor between output node and ground
  6. 2,0,.159
  7. C       capacitor between output node and ground
  8. 2,0,159000
  9.