Uses of Package
com.oregondsp.signalProcessing.filter.iir

Packages that use com.oregondsp.signalProcessing.filter.iir
com.oregondsp.signalProcessing.filter.iir   
 

Classes in com.oregondsp.signalProcessing.filter.iir used by com.oregondsp.signalProcessing.filter.iir
Allpass
          Allpass filter class.
AnalogPrototype
          Base class, with partial implementation, for analog prototype filters.
Complex
          Class to represent complex numbers and certain basic functions of complex numbers.
IIRFilter
          Class to implement an Infinite Impulse Response digital filter.
PassbandType
          Enum PassbandType used to specify the pass band type (lowpass, highpass, bandpass) of analog and digital filters.
Polynomial
          Class to implement polynomial functions
Rational
          Class implementing rational functions.