home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / dsp / 2577 < prev    next >
Encoding:
Internet Message Format  |  1992-11-13  |  1.7 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!rutgers!cmcl2!panix!davidc
  2. From: davidc@panix.com (David B. Chorlian)
  3. Newsgroups: comp.dsp
  4. Subject: Impulse Response Filter Coeffs Needed
  5. Summary: Impulse Response Coeffs needed for 1024 point high pass FIR filter
  6. Keywords: Filter, FIR, IEEE, FFT
  7. Message-ID: <1992Nov14.014758.11680@panix.com>
  8. Date: 14 Nov 92 01:47:58 GMT
  9. Organization: PANIX Public Access Unix, NYC
  10. Lines: 29
  11.  
  12.  
  13.     I am trying to construct a 1024 point high pass FIR filter using
  14. the IEEE Digital Signal Processing program eqfir.f.  I was successful
  15. in constructing 256 point filters, but although I enlarged the array sizes
  16. to accomodate contructing 1024 point filters, the program failed to 
  17. converge and then crashed with a segmentation fault.  Not being a FORTRAN
  18. programmer and being in somewhat of a hurry, I appeal to someone on the
  19. net to supply me with the coefficients for a high-pass filter with the
  20. cutoff point at 2Hz (1024pts = 1 sec).  Or, if someone has a better idea
  21. for accomplishing the same goal, I'd appreciate the advice.  The coefficients
  22. are used for digital filtering using an fft of the signal, an fft of the
  23. coefficients, their convolution (since the coefficients are symmetric around
  24. the center of the array, a simple term by term multiplication is fine), and
  25. an inverse fft to get the filtered signal.  If you have or can easily
  26. generate the coefficients, please email them to me.  If you have other ideas,
  27. use your judgment on posting.
  28. This project involves the processing of EEG data.
  29. If you want to know more about it, email and I will give you the details.
  30.  
  31. David B. Chorlian
  32. Neurodynamics Lab
  33. SUNY/HSCB 
  34. davidc@panix.com
  35.  
  36. -- 
  37. David B. Chorlian
  38. Neurodynamics Lab
  39. SUNY/HSCB 
  40. davidc@panix.com
  41.