Package com.oregondsp.signalProcessing.filter.iir

Class Summary
Allpass Allpass filter class.
AnalogButterworth Class to design analog Butterworth prototype filters.
AnalogChebyshevI Class to design analog Chebyshev type I prototype filters.
AnalogChebyshevII Class to design analog Chebyshev type II prototype filters.
AnalogPrototype Base class, with partial implementation, for analog prototype filters.
Butterworth Class to implement digital Butterworth filters.
ChebyshevI Class implementing Chebyshev Type I filters, characterized by ripples in the passband.
ChebyshevII Class implementing Chebyshev Type II filters - characterized by zeros in the stop band.
Complex Class to represent complex numbers and certain basic functions of complex numbers.
IIRFilter Class to implement an Infinite Impulse Response digital filter.
Polynomial Class to implement polynomial functions
Rational Class implementing rational functions.
SecondOrderSection Class to implement a second order section - basic unit of an Infinite Impulse Response digital filter.
ThiranAllpass Designs and implements Thiran allpass filters.
 

Enum Summary
PassbandType Enum PassbandType used to specify the pass band type (lowpass, highpass, bandpass) of analog and digital filters.