A B C D E F G H I L M N O P R S T U V W Z

O

order() - Method in class com.oregondsp.signalProcessing.filter.iir.Polynomial
Returns the order (degree) of the polynomal.
order() - Method in class com.oregondsp.signalProcessing.filter.iir.Rational
Returns the orders of the numerator and denominator polynomials.
over(double) - Method in class com.oregondsp.signalProcessing.filter.iir.Complex
Divides this Complex number by a real number.
over(Complex) - Method in class com.oregondsp.signalProcessing.filter.iir.Complex
Divides this Complex number by another Complex number.
over(double) - Method in class com.oregondsp.signalProcessing.filter.iir.Polynomial
Divides this polynomial by a constant and returns the result of division in a new Polynomial object.
over(Polynomial) - Method in class com.oregondsp.signalProcessing.filter.iir.Polynomial
Divides this polynomial by another polynomial.
overEquals(double) - Method in class com.oregondsp.signalProcessing.filter.iir.Polynomial
Divides this polynomial by a constant.
OverlapAdd - Class in com.oregondsp.signalProcessing.filter.fir
Implements a finite impulse response (FIR) filter using the overlap-add algorithm.
OverlapAdd(float[], int) - Constructor for class com.oregondsp.signalProcessing.filter.fir.OverlapAdd
Constructor for master OverlapAdd instance - this one has the fft instances.
OverlapAdd(float[], OverlapAdd) - Constructor for class com.oregondsp.signalProcessing.filter.fir.OverlapAdd
Constructor for slave OverlapAdd instance - this one uses the fft instance contained in the master

A B C D E F G H I L M N O P R S T U V W Z