Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Z
P
PassbandType
- Enum in
com.oregondsp.signalProcessing.filter.iir
Enum PassbandType used to specify the pass band type (lowpass, highpass, bandpass) of analog and digital filters.
plus(Complex)
- Method in class com.oregondsp.signalProcessing.filter.iir.
Complex
Computes the sum of this Complex number and another.
plus(double)
- Method in class com.oregondsp.signalProcessing.filter.iir.
Complex
Computes the sum of this Complex number and a real number.
plus(double)
- Method in class com.oregondsp.signalProcessing.filter.iir.
Polynomial
Returns a new Polynomial object containing the sum polynomial of this and a constant.
plus(Polynomial)
- Method in class com.oregondsp.signalProcessing.filter.iir.
Polynomial
Returns a new Polynomial object containing the sum of this and the argument polynomial.
plusEquals(double)
- Method in class com.oregondsp.signalProcessing.filter.iir.
Complex
Adds a real number to this Complex number.
plusEquals(Complex)
- Method in class com.oregondsp.signalProcessing.filter.iir.
Complex
Adds a Complex number to this Complex number.
plusEquals(double)
- Method in class com.oregondsp.signalProcessing.filter.iir.
Polynomial
Adds a constant to this polynomial.
plusEquals(Polynomial)
- Method in class com.oregondsp.signalProcessing.filter.iir.
Polynomial
Adds a polynomial to this polynomial.
Polynomial
- Class in
com.oregondsp.signalProcessing.filter.iir
Class to implement polynomial functions
Polynomial(double[])
- Constructor for class com.oregondsp.signalProcessing.filter.iir.
Polynomial
Instantiates a new polynomial from a double array containing the coefficients.
Polynomial(Polynomial)
- Constructor for class com.oregondsp.signalProcessing.filter.iir.
Polynomial
Instantiates (copies) a new polynomial from an existing Polynomial instance.
Polynomial(int)
- Constructor for class com.oregondsp.signalProcessing.filter.iir.
Polynomial
Instantiates a new zero polynomial.
Polynomial(double)
- Constructor for class com.oregondsp.signalProcessing.filter.iir.
Polynomial
Instantiates a new constant polynomial.
print(PrintStream)
- Method in class com.oregondsp.signalProcessing.filter.iir.
Allpass
Prints the reflection coefficients defining this allpass filter and the state vector.
print(PrintStream)
- Method in class com.oregondsp.signalProcessing.filter.iir.
AnalogPrototype
Prints the coefficients of the second-order section factors of this analog prototype filter.
print(PrintStream)
- Method in class com.oregondsp.signalProcessing.filter.iir.
IIRFilter
Prints the coefficients and states of this IIR filter, section by section.
print(PrintStream)
- Method in class com.oregondsp.signalProcessing.filter.iir.
Polynomial
Prints the coefficients of this polynomial to a PrintStream.
print(PrintStream)
- Method in class com.oregondsp.signalProcessing.filter.iir.
Rational
Prints the coefficients of the rational function.
print(PrintStream)
- Method in class com.oregondsp.signalProcessing.filter.iir.
SecondOrderSection
Prints the filter coefficients and states.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Z