home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0600 / CCE_0682.ZIP / CCE_0682.PD / DSP_FILT.ER / README.DOC < prev   
Text File  |  1993-01-23  |  3KB  |  52 lines

  1.  
  2.    DSP version 1.1   1/20/93
  3.  
  4.    This is the latest update for DSP.PRG, the digital signal processing
  5. program.  It has been much improved over the previous version.  Specifically:
  6.  
  7.    1.) Bandpass and notch filters have been added.  There's now a second
  8. cutoff frequency specification for these two types of filters.
  9.  
  10.    2.) A "builtin" sample playback feature has been added.  It uses Dave
  11. Baggetts QD_PLAY program, which is included in the download.  There are two
  12. PLAY buttons on the screen, one for playing the input sample and one for
  13. playing the output sample.  You must copy the play.prg program from the "play"
  14. folder to the same folder that holds dsp.prg, otherwise the buttons will be
  15. disabled and "grayed out".  The "play" folder also contains the documentation
  16. for play.prg as well as shareware info from Dave Baggetts Digistuff package
  17. that is available on GEnie.  Many thanks Dave!!
  18. (Note, things run best when dsp.prg and play.prg are in a RAM disk.)
  19.  
  20.    3.) The program resource file is now imbedded in dsp.prg.  Thanks to
  21. Alan Hamilton for RSC_TO_C.PRG, a resource to 'C' conversion program.  Very
  22. handy.  I'm curious to know if the imbedded resource works OK on an Atari TT
  23. computer.  If anyone tries it, drop me a note.
  24.  
  25.    4.) A graphic display of the filters frequency responce is shown in the
  26. screens "filter" box.  Not very detailed, but informative none the less.
  27.  
  28.    5.) I've added a beep at the end of the filter create operation, just to
  29. wake you up when those long 99 coefficient filters are done.
  30.  
  31.    6.) The number of coefficients increment/decrement by 1 instead of 2.  I
  32. hope no one needs that kind of precision, but it's there if you do.
  33.  
  34.    7.) A bug has been fixed in the processing section.  This may have shown up
  35. as a repetative click in some output samples.  Thanks to my brother, Tracy,
  36. for discovering this one on his "noisey" 1040ST.
  37.  
  38.    8.) The code has been cleaned up and runs about 8% faster.
  39.  
  40. On the downside, all the filters that were saved with version 1.0 of DSP.PRG
  41. are not compatable with this version.  I had to expand the file header to
  42. include info on BANDPASS and NOTCH filters, so version 1.1 will get
  43. confused if you try to load a filter saved with version 1.0.  (Technically
  44. speaking the old filters will still work, but the screen will not update
  45. correctly and I don't recommend you use them.)
  46.  
  47. That's about it.  Let me know if you find any problems.
  48.  
  49. Keith Lord
  50. Essex Junction, Vermont 05452
  51. K.LORD on GEnie
  52.