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
S
SecondOrderSection
- Class in
com.oregondsp.signalProcessing.filter.iir
Class to implement a second order section - basic unit of an Infinite Impulse Response digital filter.
SecondOrderSection(double, double, double, double, double)
- Constructor for class com.oregondsp.signalProcessing.filter.iir.
SecondOrderSection
Instantiates a new second order section, with values for the numerator and denominator coefficients.
Sequence
- Class in
com.oregondsp.signalProcessing
Class to implement basic signal processing operations on scalar sequences.
Sequence(float[])
- Constructor for class com.oregondsp.signalProcessing.
Sequence
Instantiates a new sequence from an array of float values.
Sequence(int)
- Constructor for class com.oregondsp.signalProcessing.
Sequence
Instantiates a new sequence of all zeros, of length N samples.
sqrt(Complex)
- Static method in class com.oregondsp.signalProcessing.filter.iir.
Complex
Computes the square root of a complex number.
stretch(float[], int, float[])
- Static method in class com.oregondsp.signalProcessing.
Sequence
Stretches a sequence by a specified rate.
stretch(int)
- Method in class com.oregondsp.signalProcessing.
Sequence
Stretches this sequence by a specified rate, in place.
subtract(Complex, double)
- Static method in class com.oregondsp.signalProcessing.filter.iir.
Complex
Calculates the difference of a complex number and a real number.
subtract(double, Complex)
- Static method in class com.oregondsp.signalProcessing.filter.iir.
Complex
Calculates the difference of a real number and a complex number.
subtract(Complex, Complex)
- Static method in class com.oregondsp.signalProcessing.filter.iir.
Complex
Subtracts one complex number from another.
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