home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / sci / electron / 22267 < prev    next >
Encoding:
Text File  |  1993-01-08  |  6.2 KB  |  154 lines

  1. Newsgroups: sci.electronics
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscit.sc.hp.com!cupnews0.cup.hp.com!news1.boi.hp.com!twheless
  3. From: twheless@boi.hp.com (Thomas_Wheless; 81U; x3681)
  4. Subject: Re: white noise generator using pseudo-random series
  5. Sender: news@boi.hp.com (News Server Project)
  6. Message-ID: <C0Jx3t.2x6@boi.hp.com>
  7. Date: Fri, 8 Jan 1993 20:04:41 GMT
  8. Distribution: usa
  9. References: <C0JMov.J7A@uceng.uc.edu>
  10. Organization: Hewlett-Packard / Boise, Idaho
  11. X-Newsreader: TIN [version 1.1.4 PL6]
  12. Lines: 140
  13.  
  14.  
  15. This is a condensation of two threads on pseudo-random noise generators
  16. which appeared on the net back in 1990. Hope it will be of some help.
  17.  
  18. Tom Wheless
  19. Hewlett-Packard
  20. Boise, Idaho
  21.  
  22. **********************************************************************
  23. **********************************************************************
  24.  
  25. From chan@ames.arc.nasa.gov Tue Apr 17 14:32:10 1990
  26.  
  27. Hi all,
  28. Haven't posted (or read) sci.electronics for a long time, so I apologize
  29. if this has been covered before...  
  30.  
  31. Does anyone have a reference and/or source for the pink noise chip that 
  32. used to be around.  If anyone can point to a good circuit or a cheap (<$50) 
  33. product to generate PN, I would greatly appreciate it.
  34.  
  35. *******************************************************************
  36.  
  37. From chan@ames.arc.nasa.gov Thu Apr 19 14:16:20 1990
  38.  
  39. Both people who responded my mail mentioned the National Semiconductor
  40. MM5837 digital noise generator, which has since been replaced by the 
  41. MM5437.  The 5437 has 23 shift registers versus 17 giving a cycle time 
  42. of one minute versus about 2 seconds.  From the spec sheet, it seems 
  43. like a much improved.  (Note: the LOWER number is the better performing
  44. one.)  
  45.  
  46. Both are 8 pin chips, but are not pin-compatible.  On the internal clock, 
  47. the  new chip has a half power point between 30 and 140 kHz (min amd max)
  48. versus the old chip's 24 to 56 kHz half power point.
  49.  
  50. One reason the chips are so hard to find out about is that the old chip 
  51. appeared only in the 1984 Logic MOS/other Interface book and the new chip 
  52. has not been published a databook yet.  This is one that's hard to 
  53. categorize and fell between printings...
  54.  
  55. Two products have emerged; The PNG-One from Audio Source in Burlingame,
  56. and a $50 generator from Heathkit.  Both seem to use the older National
  57. chip.
  58.  
  59. Thanks for the pointers,
  60.  
  61. Jeff C.
  62.  
  63. **************************************************************
  64.  
  65. From eacj@batcomputer.tn.cornell.edu Sun Apr 22 12:42:45 1990
  66.  
  67. I have a copy of the 1976 Audio Handbook from National Semiconductor.  It
  68. shows a pink noise generator built around the MM5837 chip.  There is a
  69. similar circuit in "The Art of Electronics," by Horowitz and Hill, 2nd ed.,
  70. using the MM5437 chip.  Both of these chips are pseudorandom *white* noise
  71. sources.  Additional frequency shaping components are used to get the 3 dB
  72. per octave pink noise characteristic.
  73.  
  74. **************************************************************************
  75. **************************************************************************
  76.  
  77. From mark@mips.COM Sat Oct  7 08:46:35 1989
  78.  
  79. In article <131@arinc.UUCP> tsp@arinc.UUCP (Tony S. Patti,4-100C,,,) writes:
  80. >...  I would also be interested in compiling a list of random
  81. >(noise) sources even if no schematic was available.
  82. >
  83. >I am aware of only ONE article which details how to build a noise-based RNG:
  84. >
  85. >     "Build a Noise-Based Random Number Generator" by Terry Mayhugh which
  86. >     appeared in the May 1981 BYTE Magazine (pages 452-456).
  87. >
  88.  
  89. A back issue of Audio Amateur magazine contains an article that may be of
  90. interest.  1985 #1, p. 17: "A Digital Noise Generator".  Try (603) 924-6371;
  91. that's Old Colony Sound Labs, who carries back issues.
  92.  
  93. The circuit uses four MM5837 chips.  Each 5837 contains a CMOS 17-stage
  94. linear-feedback shift register running asynchronously (from its own
  95. internal R-C relaxation oscillator clock).  The outputs of the four
  96. 5837 chips are analog-summed, to smooth out and schmear out the
  97. behavior of the individual 5837's.
  98.  
  99. Of course, an eager experimenter could easily do a couple of stunts to
  100. further randomize and noise-ify the output noise:
  101.  
  102.     1)  Use 10  5837's instead of 4.  Run them off different supply
  103.         voltages and/or put a resistor directly on top of (some)
  104.         5837's to change their temperature.  Different V+ voltages
  105.         and temeperatures affects the clock periods of the individual
  106.         oscillators, further uncorrelating their outputs.
  107.  
  108.     2)  At the analog summing point, add in the noise from a
  109.         diode or two (using the Byte ckt or others)
  110. -- 
  111.  -- Mark Johnson    
  112.      MIPS Computer Systems, 930 E. Arques, Sunnyvale, CA 94086
  113.     (408) 991-0208    mark@mips.com  {or ...!decwrl!mips!mark}
  114.  
  115. *************************************************************************
  116.  
  117. From eacj@batcomputer.tn.cornell.edu Sat Oct  7 12:46:11 1989
  118.  
  119. There is a good discussion of the basics of digital pseudo-random noise
  120. generators in chapter 9 of "The Art of Electronics," by Horowitz and Hill
  121. (I have the 1st edition, have not checked the new one).
  122.  
  123. They include a complete schematic for an adjustable bandwidth p-r noise
  124. source, and claim that it is similar to the method used in the Hewlett
  125. Packard 3722A.
  126.  
  127. ***********************************************************************
  128.  
  129. From kchen@Apple.COM Sat Oct  7 15:22:40 1989
  130.  
  131.  
  132. For the "bible" on PN Generators (PN = Pseudo-noise), take a look at 
  133.  
  134.     Solomon W. Golomb, "Shift Register Sequences,"
  135.     Holden Day, San Francisco. 1967.
  136.  
  137. Sorry, no ISBN number on my copy of the book (preceeded the introduction
  138. of ISBNs :-).
  139.  
  140. I have used this method to generate a noise comb for an antenna 
  141. resistance noise-bridge pretty successfully, instead of using the
  142. standard zener knee method.  The biggest advantages are 1) it generates
  143. a *huge* signal compared to the zener, and 2) a simple D.C. voltmeter
  144. [measuring the TTL voltage level at the load when the PN sequence is
  145. not running] is all it takes to get a very good estimate of the 
  146. noise density. (Well, it takes a calculator too, because there is
  147. a sin(x)/x envelope :-) But, since it was for a home project, and I
  148. don't own an oscilloscope, this became the most convenient noise
  149. generator to build.
  150.  
  151. Caveat: Take great care if you want to use this as a pseudo-random number 
  152. generator for image dithering, for example.  You have been warned :-).
  153.  
  154.