|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Complex | |
---|---|
com.oregondsp.signalProcessing.filter.iir |
Uses of Complex in com.oregondsp.signalProcessing.filter.iir |
---|
Methods in com.oregondsp.signalProcessing.filter.iir that return Complex | |
---|---|
static Complex |
Complex.add(Complex c1,
Complex c2)
Adds two complex numbers. |
static Complex |
Complex.add(Complex c,
double a)
Calculates the sum of a complex number and a real number. |
static Complex |
Complex.add(double a,
Complex c)
Calculates the sum of a real number and a complex number. |
static Complex |
Complex.ComplexFromPolar(double r,
double phi)
Instantiates a new complex number object from polar representation parameters. |
Complex |
Complex.conjugate()
Returns the conjugate of this Complex number. |
static Complex |
Complex.conjugate(Complex c)
Conjugates a complex number. |
static Complex |
Complex.divide(Complex c1,
Complex c2)
Divides one complex number by another. |
static Complex |
Complex.divide(Complex c,
double a)
Divides a complex number by a real number. |
static Complex |
Complex.divide(double a,
Complex c)
Divide a real number by a complex number. |
Complex |
Rational.evaluate(Complex c)
Evaluates a rational function for a complex argument. |
Complex |
Polynomial.evaluate(Complex c)
Evaluates this polynomial for a complex argument. |
Complex |
IIRFilter.evaluate(double Omega)
Evaluates the transfer function of this IIR filter at a specified discrete time frequency. |
Complex |
Allpass.evaluate(double omega)
Evaluate the filters response at digital frequency omega, element of [0, pi]. |
static Complex |
Complex.exp(Complex c)
Computes the complex exponential function of a complex number. |
Complex |
Complex.minus(Complex c)
Subtracts a complex number from this complex number. |
Complex |
Complex.minus(double a)
Subtracts a real number from this Complex number. |
static Complex |
Complex.multiply(Complex c1,
Complex c2)
Multiplies two complex numbers. |
static Complex |
Complex.multiply(Complex c,
double a)
Multiplies a real and a complex number. |
static Complex |
Complex.multiply(double a,
Complex c)
Multiplies a real and a complex number. |
Complex |
Complex.over(Complex c)
Divides this Complex number by another Complex number. |
Complex |
Complex.over(double a)
Divides this Complex number by a real number. |
Complex |
Complex.plus(Complex c)
Computes the sum of this Complex number and another. |
Complex |
Complex.plus(double a)
Computes the sum of this Complex number and a real number. |
Complex |
Rational.residue(Complex pole)
Calculates the residue of a complex pole of the rational function. |
static Complex |
Complex.sqrt(Complex c)
Computes the square root of a complex number. |
static Complex |
Complex.subtract(Complex c1,
Complex c2)
Subtracts one complex number from another. |
static Complex |
Complex.subtract(Complex c,
double a)
Calculates the difference of a complex number and a real number. |
static Complex |
Complex.subtract(double a,
Complex c)
Calculates the difference of a real number and a complex number. |
Complex |
Complex.times(Complex c)
Multiplies this Complex number by another Complex number. |
Complex |
Complex.times(double a)
Multiplies this Complex number by a real number. |
static Complex |
Complex.unaryMinus(Complex c)
Unary minus - negates a complex number. |
Methods in com.oregondsp.signalProcessing.filter.iir with parameters of type Complex | |
---|---|
static double |
Complex.abs(Complex c)
Computes the absolute value of a complex number. |
static Complex |
Complex.add(Complex c1,
Complex c2)
Adds two complex numbers. |
static Complex |
Complex.add(Complex c,
double a)
Calculates the sum of a complex number and a real number. |
static Complex |
Complex.add(double a,
Complex c)
Calculates the sum of a real number and a complex number. |
static double |
Complex.angle(Complex c)
Computes the phase angle of a complex number. |
static Complex |
Complex.conjugate(Complex c)
Conjugates a complex number. |
static Complex |
Complex.divide(Complex c1,
Complex c2)
Divides one complex number by another. |
static Complex |
Complex.divide(Complex c,
double a)
Divides a complex number by a real number. |
static Complex |
Complex.divide(double a,
Complex c)
Divide a real number by a complex number. |
void |
Complex.divideEquals(Complex c)
Divides this Complex number by another Complex number. |
Complex |
Rational.evaluate(Complex c)
Evaluates a rational function for a complex argument. |
Complex |
Polynomial.evaluate(Complex c)
Evaluates this polynomial for a complex argument. |
static Complex |
Complex.exp(Complex c)
Computes the complex exponential function of a complex number. |
Complex |
Complex.minus(Complex c)
Subtracts a complex number from this complex number. |
void |
Complex.minusEquals(Complex c)
Subtracts another Complex number from this Complex number. |
static Complex |
Complex.multiply(Complex c1,
Complex c2)
Multiplies two complex numbers. |
static Complex |
Complex.multiply(Complex c,
double a)
Multiplies a real and a complex number. |
static Complex |
Complex.multiply(double a,
Complex c)
Multiplies a real and a complex number. |
Complex |
Complex.over(Complex c)
Divides this Complex number by another Complex number. |
Complex |
Complex.plus(Complex c)
Computes the sum of this Complex number and another. |
void |
Complex.plusEquals(Complex c)
Adds a Complex number to this Complex number. |
Complex |
Rational.residue(Complex pole)
Calculates the residue of a complex pole of the rational function. |
static Complex |
Complex.sqrt(Complex c)
Computes the square root of a complex number. |
static Complex |
Complex.subtract(Complex c1,
Complex c2)
Subtracts one complex number from another. |
static Complex |
Complex.subtract(Complex c,
double a)
Calculates the difference of a complex number and a real number. |
static Complex |
Complex.subtract(double a,
Complex c)
Calculates the difference of a real number and a complex number. |
Complex |
Complex.times(Complex c)
Multiplies this Complex number by another Complex number. |
void |
Complex.timesEquals(Complex c)
Multiplies this Complex number by another Complex number. |
static Complex |
Complex.unaryMinus(Complex c)
Unary minus - negates a complex number. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |