Uses of Class
com.oregondsp.signalProcessing.filter.iir.Rational

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

Uses of Rational in com.oregondsp.signalProcessing.filter.iir
 

Methods in com.oregondsp.signalProcessing.filter.iir that return Rational
 Rational AnalogPrototype.getSection(int index)
          Accessor for second order sections in the prototype representation.
 Rational AnalogPrototype.getTransferFunction()
          Accessor for the transfer function representation for the filter.
 Rational Rational.map(Rational S)
          Maps a rational function to a new rational function by substitution of a rational function for the argument.
 Rational Polynomial.over(Polynomial B)
          Divides this polynomial by another polynomial.
 Rational Allpass.rationalRepresentation()
          Accessor for the Rational representation of this allpass filter.
 

Methods in com.oregondsp.signalProcessing.filter.iir with parameters of type Rational
 void AnalogPrototype.addSection(Rational R)
          Method to add a second order section to the analog prototype representation.
 Rational Rational.map(Rational S)
          Maps a rational function to a new rational function by substitution of a rational function for the argument.
 void Rational.timesEquals(Rational R)
          Multiplies(in-place) a rational function by another rational function.
 

Constructors in com.oregondsp.signalProcessing.filter.iir with parameters of type Rational
Rational(Rational R)
          Constructs a new rational function by copying an existing rational function object.