Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!think.com!zaphod.mps.ohio-state.edu!usc!ucsd!ucbvax!hplabs!hp-pcd!hpmcaa!jimb From: jimb@hpmcaa.mcm.hp.com (Jim Belesiu) Newsgroups: comp.dsp Subject: Re: Digital Filters Message-ID: <10310002@hpmcaa.mcm.hp.com> Date: 15 Nov 90 22:28:31 GMT References: <1990Nov15.121559.11290@watserv1.waterloo.edu> Organization: HP McMinville Division Lines: 13 Check out "Programs for Digital Signal Processing" by the IEEE press at your university library. It contains some of the classical methods (and FORTRAN source code) for designing FIR filters. Another source for designing FIR filters is the classic "Digital Signal Processing" by Oppenheim and Schafer. A more current source is "Digital Filter Design" by Parks and Burrus. The appendix contains FORTRAN source code for a couple of FIR filter designs. But the easiest method to generate FIR filters is to use a commercial package. MATLAB with the signal processing toolbook is a good one that comes to mind (but certainly not the only one!).