home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / maj / 969 / example6.dat < prev    next >
Text File  |  1994-01-23  |  468b  |  16 lines

  1. ; Example6.dat - 50 ohm, 5th order, 5MHz Butterworth low-pass filter
  2. ; This example will show how to calculate input impedance.
  3. ; Set the number of sample points to 140 for this circuit.
  4.  
  5. ; RS is the impedance of the source, normally this is 50 ohms,
  6. ; but it must be set to 0 if you want to calculate impedance, VSWR,
  7. ; or return loss.
  8. RS 1 2 0
  9. C1 2 0 393PF
  10. L1 2 3 2.575UH
  11. C2 3 0 1273PF
  12. L2 3 4 2.575UH
  13. C3 4 0 393PF
  14. RL 4 0 50
  15. PLOT 1 4 100K 10MEG LOG ZP
  16.