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
A
abs(Complex)
- Static method in class com.oregondsp.signalProcessing.filter.iir.
Complex
Computes the absolute value of a complex number.
abs()
- Method in class com.oregondsp.signalProcessing.filter.iir.
Complex
Computes the absolute value of this Complex number.
add(double, Complex)
- Static method in class com.oregondsp.signalProcessing.filter.iir.
Complex
Calculates the sum of a real number and a complex number.
add(Complex, double)
- Static method in class com.oregondsp.signalProcessing.filter.iir.
Complex
Calculates the sum of a complex number and a real number.
add(Complex, Complex)
- Static method in class com.oregondsp.signalProcessing.filter.iir.
Complex
Adds two complex numbers.
addSection(Rational)
- Method in class com.oregondsp.signalProcessing.filter.iir.
AnalogPrototype
Method to add a second order section to the analog prototype representation.
alias(float[], float[])
- Static method in class com.oregondsp.signalProcessing.
Sequence
Method to alias a source sequence into a destination sequence.
alias(int)
- Method in class com.oregondsp.signalProcessing.
Sequence
Aliases the current sequence into a smaller sequence.
Allpass
- Class in
com.oregondsp.signalProcessing.filter.iir
Allpass filter class.
Allpass(int)
- Constructor for class com.oregondsp.signalProcessing.filter.iir.
Allpass
Instantiates a new allpass filter of a given order with zero reflection coefficients.
Allpass(Polynomial)
- Constructor for class com.oregondsp.signalProcessing.filter.iir.
Allpass
Instantiates a new allpass filter object from a Polynomial representing the allpass denominator.
Allpass(double[])
- Constructor for class com.oregondsp.signalProcessing.filter.iir.
Allpass
Instantiates a new allpass filter object from a double[] containing the reflection coefficients.
AnalogButterworth
- Class in
com.oregondsp.signalProcessing.filter.iir
Class to design analog Butterworth prototype filters.
AnalogButterworth(int)
- Constructor for class com.oregondsp.signalProcessing.filter.iir.
AnalogButterworth
Instantiates a new analog Butterworth filter design with the indicated number of poles.
AnalogChebyshevI
- Class in
com.oregondsp.signalProcessing.filter.iir
Class to design analog Chebyshev type I prototype filters.
AnalogChebyshevI(int, double)
- Constructor for class com.oregondsp.signalProcessing.filter.iir.
AnalogChebyshevI
Instantiates a new analog Chebyshev type I prototype filter.
AnalogChebyshevII
- Class in
com.oregondsp.signalProcessing.filter.iir
Class to design analog Chebyshev type II prototype filters.
AnalogChebyshevII(int, double)
- Constructor for class com.oregondsp.signalProcessing.filter.iir.
AnalogChebyshevII
Instantiates a new analog Chebyshev type II filter.
AnalogPrototype
- Class in
com.oregondsp.signalProcessing.filter.iir
Base class, with partial implementation, for analog prototype filters.
AnalogPrototype()
- Constructor for class com.oregondsp.signalProcessing.filter.iir.
AnalogPrototype
Default constructor for a new analog prototype.
angle(Complex)
- Static method in class com.oregondsp.signalProcessing.filter.iir.
Complex
Computes the phase angle of a complex number.
angle()
- Method in class com.oregondsp.signalProcessing.filter.iir.
Complex
Computes the phase angle of this Complex number.
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