home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / sci / electron / 23319 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.9 KB

  1. Path: sparky!uunet!pipex!unipalm!uknet!cam-eng!cmh
  2. From: cmh@eng.cam.ac.uk (C.M. Hicks)
  3. Newsgroups: sci.electronics
  4. Subject: Re: Digital Filtering
  5. Keywords: Digital Filter software
  6. Message-ID: <1993Jan25.095709.17204@eng.cam.ac.uk>
  7. Date: 25 Jan 93 09:57:09 GMT
  8. References: <fitzpa.727655646@maxwell>
  9. Sender: cmh@eng.cam.ac.uk (C.M. Hicks)
  10. Organization: cam.eng
  11. Lines: 34
  12. Nntp-Posting-Host: club.eng.cam.ac.uk
  13.  
  14. fitzpa@eeel.nist.gov (Gerry FitzPatrick) writes:
  15.  
  16. >I need to design a digital filter (either a notch filter or
  17. >a low-pass filter).  I will be analyzing data taken from a 
  18. >lecroy 7200 scope (in either ascii or binary).  I would like
  19. >I would like to look at the 60  Hz component of the waveform.
  20.  
  21. >Any ideas on how to write a subroutine that would perform this
  22. >digital filtering on stored data?  Any good books on designing
  23. >digital filters?
  24.  
  25. 'MatLab' from Mathsworks would be absolutely ideal, although rather expensive.
  26. It is a data manipulation, analysis, and computational package, which has
  27. built-in routines for digital filtering, spectral analysis and graphical
  28. output (amongst many hundreds of other things). Runs on a 386 or better
  29. (and many other platforms such as NeXT, UN*X), but I think it requires a 
  30. co-processor. It will, undoubtedly, do everything you need, but maybe costs
  31. too much...
  32.  
  33. If you want to write your own routines, then the problem has two parts:
  34.    i) designing the filter
  35.   ii) processing the data
  36.  
  37. Numerical Recipies in C/Pascal/Fortran by Press, Flannery and others probably
  38. contains most of what you need - but look before buying it, as this is from
  39. memory :-)
  40.  
  41. Christopher Hicks
  42.  
  43. --
  44.  ==============================================================================
  45.  Christopher Hicks    |    If it doesn't fit...
  46.  cmh@uk.ac.cam.eng    |                        ...you need a bigger hammer.
  47.  ==============================================================================
  48.