home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / hardware / dsp / drbub / board / note5 < prev    next >
Encoding:
Text File  |  1991-09-07  |  2.5 KB  |  48 lines

  1. Building a DSP board, Part Five: Power supply considerations
  2. ------------------------------------------------------------
  3.  
  4. This is the fifth in a series on how I went about building
  5. a dual Motorola DSP56000 sampling board.
  6.  
  7. There is a lot of hype these days about using separate power
  8. supplies in CD players.  I tend to believe this theory.  Digital
  9. signals are very demanding of power regulators.  I have a feeling
  10. that most power regulators can't react fast enough to prevent
  11. a transient current drain from creating a voltage drop in the
  12. regulator.  This will appear as a little AC signal floating on
  13. top of the power supply voltage.  If this gets into your analog
  14. power supply, it will modulate itself with whatever analog signal
  15. you are processing, causing some distortion.
  16.  
  17. In my power supply design, I needed a +/- 15V supply (I wanted to use
  18. 12V, but my S/H required 15V) and a +/- 5V supply for the analog section
  19. (I consider the 5V needed for my A/D digital part as part of the analog
  20. section) which consists of the analog filters (+/- 15V), the S/H (+/- 15V),
  21. the A/D (+/- 15V and +5V), and the D/A (+/- 5V).  I needed a separate +5V
  22. for the digital section, consisting of the DSP chip, the SRAM, the EPROM,
  23. glue logic, crystal and dividers, and the SM5805.  I didn't have to worry
  24. about nasty digital hash sneaking into my analog supply since all of the
  25. clocking information for the serial A/D is provided by the SM5805, which
  26. runs off of a separate +5V supply.
  27.  
  28. I added up all the power requirements of each chip, and rounded up generously.
  29. The final design consists of 12.6V five amp center tap (of which I use
  30. one side of the tap for 6.3V) and a four amp 28V center tap (I use
  31. both sides for a bipolar supply).  I rectify the voltage off both
  32. transformers, smooth it out to 8.9V and +/- 19.8V via 22,000 and
  33. 4700 uF caps, and put a 3 amp +5V regulator on the former and
  34. the +15V, +5V, -5V, and -15V on appropriate positions on the later.
  35. The digital supply got a 3A fuse and the analog supplies got 1A fuses.
  36. (Make sure you fuse them... I've blown more than one!)  Then, I hooked
  37. the center tap of the analog supply to the ground digital supply for
  38. a common ground.  Oh yeah, don't forget to bypass the regulators with
  39. 10 uF tantalum caps to prevent oscillations!
  40.  
  41. Of course, if you don't like building ugly beasts and want a nice
  42. protected power supply in a nice case, it might be worth the money
  43. (and it is a lot of money) to go buy a 3A/24V bipolar regulated
  44. power supply.
  45.  
  46. Next: How the SM5805 will drive the board
  47.  
  48.