Symmetric FIR Filters: Flat Passbands,
Chebyshev Stopbands
- Abstract.
-
Transactions paper
I. W. Selesnick and
C. S. Burrus, Exchange Algorithms for the Design
of Linear Phase FIR Filters and Differentiators
Having Flat Monotonic Passbands and Equiripple
Stopbands, IEEE Trans. on Circuits and Systems
II, vol. 43, no. 9, pp. 671-675, September
1996.
- Matlab code:
- Programs
-
cheblp.m lowpass filter design (specify
del)
-
cheblp2.m lowpass filter design (specify
ws)
-
chebbp.m bandpass filter design (specify
del)
-
chebbp2.m bandpass filter design
(specify ws1,ws2)
-
chebdiff.m lowpass differentiator
design
- Required subprograms
These programs are for the design of symmetric FIR
filters achieving specified Chebyshev errors in the
stopband and a specified degree of flatness in the
passband.
Download all programs above as a tar file named
fircheb.tar. Unpack the tar file with the UNIX
command `tar' (e.g., `tar xvf
fircheb.tar'). Doing so will create a directory
called `fircheb' containing the programs listed
above.
Download the
programs individually.
Please direct comments and questions to the author,
I. W. Selesnick (
selesi@ece.rice.edu).