home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / dgtz2 / dgtz.doc < prev    next >
Text File  |  1989-05-02  |  3KB  |  61 lines

  1.                              Notes for Voice Digitizer
  2.                                 Gordon S. Hlavenka
  3.                                     May 2, 1989
  4.  
  5.  
  6.  
  7. I built Alan D. Jones' voice digitizer and would like to offer a few
  8. comments:
  9.  
  10. The "PLAY" program can be called from QuickBasic as documented in HOW2USE. 
  11. But it was not noted that regular IBM BASICA also supports the "SHELL"
  12. command from version 3.xx up.
  13.  
  14. I redrew the schematic (No offense to George Campbell) with one modification. 
  15. The entire circuit can be implemented on a single LM324 IC.  The output
  16. waveform is not as pretty -- the rise and fall times are longer and there's
  17. some crossover distortion -- but the final product (audio out of the PC
  18. speaker) is equal in quality.
  19.  
  20. NUMBERS.VOI was (I assume) produced with the original circuit.  TEST.VOI was
  21. recorded using the 324 circuit.  I can't tell any difference...
  22.  
  23. Type "COPY DGTZ.SCH PRN:/B" at the DOS prompt to print the schematic on your
  24. Epson-compatible printer.  If you have an HP-compatible plotter, DGTZ.PLT is
  25. the one to use.  If you have neither of the above but you do have WordPerfect
  26. 5.x (A generally good program with a few big flaws) you can import DGTZ.PLT
  27. into a document and print it on whatever you've got.
  28.  
  29. A note on adjusting the pot:  It helps a LOT if you have access to an
  30. oscilloscope.  If you do, here's a good procedure:
  31.  
  32. 1    Disconnect the microphone and ground the MIC input.
  33.  
  34. 2    Adjust the pot until the output (U1-14) oscillates.
  35.  
  36. 3    Now adjust the pot until the output just stabilizes.
  37.  
  38. You want the circuit to just sit on the brink of oscillation for the best
  39. quality.  If you're too close, the spurious pulses make a sort of "background
  40. count" on the recording.  But if you're too stable, the speech begins to get
  41. choppy.  Mine seems to sound better if I stabilize it with the output high. 
  42. Your mileage may vary.
  43.  
  44. If you don't have a scope, you might want to hook up a 555 and LED to the
  45. output and try to adjust it that way.  You'd need the one-shot though,
  46. because the pulses get narrower than you'd be able to see unaided.  As the
  47. supply voltage changes, the pot may need readjusting.
  48.  
  49. Compatibility notes:
  50.      COM1 on my AT refuses to see the input from the digitizer.  COM2 (an
  51.      aftermarket add-on) does fine.  I suspect this is because the digitizer
  52.      doesn't produce true negative signals.  If this is a problem on your
  53.      system you can add a 1488 RS232 driver IC.  Run the digitizer on 5 volts
  54.      (9V battery and 78L05).  Use the 5V supply (or the battery) to feed the
  55.      1488 positive supply, and use an extra wire to steal -10V from the
  56.      serial port for the 1488 negative supply.  Several of the pins have this
  57.      voltage available.  There are some single-supply RS232 driver ICs on the
  58.      market, too.
  59.  
  60.      RECORD locks up my Compaq portable.  PLAY works, though.
  61.