home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / sci / electron / 22478 < prev    next >
Encoding:
Text File  |  1993-01-12  |  931 b   |  28 lines

  1. Newsgroups: sci.electronics
  2. Path: sparky!uunet!melpar!doherty
  3. From: doherty@melpar (Kevin Doherty)
  4. Subject: Re: Clock doubling-HELP REQUIRED
  5. Organization: E-Systems, Melpar Division
  6. Date: Tue, 12 Jan 1993 12:57:02 GMT
  7. Message-ID: <C0qrz4.Bvq@melpar>
  8. References: <C0p6B2.KKF@dei.unipd.it>
  9. Lines: 17
  10.  
  11.   If you're not concerned about duty cycle, I'd recommend an edge detector
  12. instead.  It's an X-OR gate, with the clock fed into one input, and a
  13. delayed version of the clock into the other.  The output is a pulse train,
  14. with a pulse occurring for each clock edge that is as wide as the delay
  15. used on the input.
  16.  
  17.   Example:
  18.  
  19.           +------+      +------+      +-----
  20. IN    ------+      +------+      +------+    
  21.  
  22.           +-+    +-+    +-+    +-+    +-+
  23. OUT    ------+ +----+ +----+ +----+ +----+ +---
  24.  
  25.   The interval between output pulses is a function of the input duty cycle;
  26. interpulse intervals will be equal only for a 50% DC input.
  27.  
  28.