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
I
IIRFilter
- Class in
com.oregondsp.signalProcessing.filter.iir
Class to implement an Infinite Impulse Response digital filter.
IIRFilter(AnalogPrototype, PassbandType, double, double, double)
- Constructor for class com.oregondsp.signalProcessing.filter.iir.
IIRFilter
Instantiates a new IIR filter.
imag()
- Method in class com.oregondsp.signalProcessing.filter.iir.
Complex
Returns the imaginary part of a complex number.
initialize()
- Method in class com.oregondsp.signalProcessing.filter.iir.
Allpass
Initializes the states of the filter to zero.
initialize()
- Method in class com.oregondsp.signalProcessing.filter.iir.
IIRFilter
Initializes the states of the filter, i.e.
initialize()
- Method in class com.oregondsp.signalProcessing.filter.iir.
SecondOrderSection
Initializes states to zero.
interpolate(float[], float[])
- Method in class com.oregondsp.signalProcessing.filter.fir.
Interpolator
Interpolates blocks of a data stream.
Interpolator
- Class in
com.oregondsp.signalProcessing.filter.fir
Implements a finite impulse response (FIR) interpolator for resampling sequences up by an integer rate.
Interpolator(int, int, int)
- Constructor for class com.oregondsp.signalProcessing.filter.fir.
Interpolator
Instantiates a new Interpolator .
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