|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComplexMatrix | |
|---|---|
| marf.math | |
| marf.Preprocessing.CFEFilters | |
| Uses of ComplexMatrix in marf.math |
|---|
| Subclasses of ComplexMatrix in marf.math | |
|---|---|
class |
ComplexVector
Algebraic operations on ComplexVectors. |
| Methods in marf.math that return ComplexMatrix | |
|---|---|
static ComplexMatrix |
ComplexMatrix.add(ComplexMatrix poLHSMatrix,
ComplexMatrix poRHSMatrix)
A convenience wrapper of Matrix.add(). |
static ComplexMatrix |
ComplexMatrix.add(ComplexMatrix poLHSMatrix,
ComplexNumber pdNum)
|
static ComplexMatrix |
ComplexMatrix.add(ComplexMatrix poLHSMatrix,
double pdNum)
|
static ComplexMatrix |
ComplexMatrix.add(ComplexMatrix poLHSMatrix,
Matrix poRHSMatrix)
|
ComplexMatrix |
ComplexMatrix.add(ComplexNumber poNum)
Adds a complex scalar to the matrix: this = this + Z. |
static ComplexMatrix |
ComplexMatrix.add(Matrix poLHSMatrix,
ComplexMatrix poRHSMatrix)
|
static ComplexMatrix |
ComplexMatrix.divide(ComplexMatrix poLHSMatrix,
ComplexMatrix poRHSMatrix)
|
static ComplexMatrix |
ComplexMatrix.divide(ComplexMatrix poLHSMatrix,
Matrix poRHSMatrix)
|
ComplexMatrix |
ComplexMatrix.divide(ComplexNumber poNum)
Divides the matrix by a complex scalar: this = this / Z. |
static ComplexMatrix |
ComplexMatrix.divide(Matrix poLHSMatrix,
ComplexMatrix poRHSMatrix)
|
static ComplexMatrix |
ComplexMatrix.getComplexMatrix(Matrix poMatrix)
Converts a real matrix into complex by making a copy. |
static ComplexMatrix |
ComplexMatrix.minus(ComplexMatrix poLHSMatrix,
ComplexMatrix poRHSMatrix)
|
static ComplexMatrix |
ComplexMatrix.minus(ComplexMatrix poLHSMatrix,
Matrix poRHSMatrix)
|
ComplexMatrix |
ComplexMatrix.minus(ComplexNumber poNum)
Subtracts a complex scalar from the matrix: this = this - Z. |
static ComplexMatrix |
ComplexMatrix.minus(Matrix poLHSMatrix,
ComplexMatrix poRHSMatrix)
|
ComplexMatrix |
ComplexMatrix.multiply(ComplexMatrix poMatrix)
|
static ComplexMatrix |
ComplexMatrix.multiply(ComplexMatrix poLHSMatrix,
ComplexMatrix poRHSMatrix)
|
static ComplexMatrix |
ComplexMatrix.multiply(ComplexMatrix poMatrix,
double pdNum)
|
static ComplexMatrix |
ComplexMatrix.multiply(ComplexMatrix poLHSMatrix,
Matrix poRHSMatrix)
|
ComplexMatrix |
ComplexMatrix.multiply(ComplexNumber poNum)
Multiplies the matrix by a complex scalar: this = this * Z. |
static ComplexMatrix |
ComplexMatrix.multiply(double pdNum,
ComplexMatrix poMatrix)
|
static ComplexMatrix |
ComplexMatrix.multiply(Matrix poLHSMatrix,
ComplexMatrix poRHSMatrix)
|
static ComplexMatrix |
ComplexMatrix.pow(ComplexMatrix poMatrix,
int piPow)
|
ComplexMatrix |
ComplexMatrix.powComplex(int piPow)
|
| Methods in marf.math with parameters of type ComplexMatrix | |
|---|---|
static ComplexMatrix |
ComplexMatrix.add(ComplexMatrix poLHSMatrix,
ComplexMatrix poRHSMatrix)
A convenience wrapper of Matrix.add(). |
static ComplexMatrix |
ComplexMatrix.add(ComplexMatrix poLHSMatrix,
ComplexNumber pdNum)
|
static ComplexMatrix |
ComplexMatrix.add(ComplexMatrix poLHSMatrix,
double pdNum)
|
static ComplexMatrix |
ComplexMatrix.add(ComplexMatrix poLHSMatrix,
Matrix poRHSMatrix)
|
static ComplexMatrix |
ComplexMatrix.add(Matrix poLHSMatrix,
ComplexMatrix poRHSMatrix)
|
static ComplexMatrix |
ComplexMatrix.divide(ComplexMatrix poLHSMatrix,
ComplexMatrix poRHSMatrix)
|
static ComplexMatrix |
ComplexMatrix.divide(ComplexMatrix poLHSMatrix,
Matrix poRHSMatrix)
|
static ComplexMatrix |
ComplexMatrix.divide(Matrix poLHSMatrix,
ComplexMatrix poRHSMatrix)
|
static void |
Algorithms.FFT.doFFT2(ComplexMatrix poInputMatrix,
ComplexMatrix poOutputMatrix,
int piDirection)
Performs 2D FFT; which is merely 1D FFT for every column, and then, 1D FFT of every row of the result. |
static ComplexMatrix |
ComplexMatrix.minus(ComplexMatrix poLHSMatrix,
ComplexMatrix poRHSMatrix)
|
static ComplexMatrix |
ComplexMatrix.minus(ComplexMatrix poLHSMatrix,
Matrix poRHSMatrix)
|
static ComplexMatrix |
ComplexMatrix.minus(Matrix poLHSMatrix,
ComplexMatrix poRHSMatrix)
|
ComplexMatrix |
ComplexMatrix.multiply(ComplexMatrix poMatrix)
|
static ComplexMatrix |
ComplexMatrix.multiply(ComplexMatrix poLHSMatrix,
ComplexMatrix poRHSMatrix)
|
static ComplexMatrix |
ComplexMatrix.multiply(ComplexMatrix poMatrix,
double pdNum)
|
static ComplexMatrix |
ComplexMatrix.multiply(ComplexMatrix poLHSMatrix,
Matrix poRHSMatrix)
|
static ComplexMatrix |
ComplexMatrix.multiply(double pdNum,
ComplexMatrix poMatrix)
|
static ComplexMatrix |
ComplexMatrix.multiply(Matrix poLHSMatrix,
ComplexMatrix poRHSMatrix)
|
static ComplexMatrix |
ComplexMatrix.pow(ComplexMatrix poMatrix,
int piPow)
|
| Constructors in marf.math with parameters of type ComplexMatrix | |
|---|---|
ComplexMatrix(ComplexMatrix poMatrix)
|
|
| Uses of ComplexMatrix in marf.Preprocessing.CFEFilters |
|---|
| Fields in marf.Preprocessing.CFEFilters declared as ComplexMatrix | |
|---|---|
protected ComplexMatrix |
CFEFilter.H
|
protected ComplexMatrix |
CFEFilter.oZ1
|
protected ComplexMatrix |
CFEFilter.oZ2
|
| Methods in marf.Preprocessing.CFEFilters that return ComplexMatrix | |
|---|---|
protected ComplexMatrix |
LowPassFilter.computeTranferFunction(ComplexMatrix a,
ComplexMatrix b,
ComplexMatrix c,
ComplexMatrix d)
|
ComplexMatrix |
BandPassFilter.h()
|
ComplexMatrix |
BandStopFilter.h()
|
abstract ComplexMatrix |
CFEFilter.h()
Transfer function; must be implemented by concrete filters. |
ComplexMatrix |
HighPassFilter.h()
|
ComplexMatrix |
LowPassFilter.h()
|
| Methods in marf.Preprocessing.CFEFilters with parameters of type ComplexMatrix | |
|---|---|
protected ComplexMatrix |
LowPassFilter.computeTranferFunction(ComplexMatrix a,
ComplexMatrix b,
ComplexMatrix c,
ComplexMatrix d)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||