A B C D E F G H I L M N O P R S T U V W Z

C

canonicalForm() - Method in class com.oregondsp.signalProcessing.filter.iir.Rational
Puts the rational function representation in canonical form.
CDFT - Class in com.oregondsp.signalProcessing.fft
Class to calculate the complex discrete Fourier transform of a complex sequence and its inverse using the split-radix algorithm.
CDFT() - Constructor for class com.oregondsp.signalProcessing.fft.CDFT
Default constructor.
CDFT(int) - Constructor for class com.oregondsp.signalProcessing.fft.CDFT
Constructs a CDFT instance without references to sequence and transform arrays
CDFT(float[], float[], float[], float[], int) - Constructor for class com.oregondsp.signalProcessing.fft.CDFT
constructs a CDFT instance with references to sequence and transform arrays
ChebyshevI - Class in com.oregondsp.signalProcessing.filter.iir
Class implementing Chebyshev Type I filters, characterized by ripples in the passband.
ChebyshevI(int, double, PassbandType, double, double, double) - Constructor for class com.oregondsp.signalProcessing.filter.iir.ChebyshevI
Instantiates a new Chebyshev type I filter.
ChebyshevII - Class in com.oregondsp.signalProcessing.filter.iir
Class implementing Chebyshev Type II filters - characterized by zeros in the stop band.
ChebyshevII(int, double, PassbandType, double, double, double) - Constructor for class com.oregondsp.signalProcessing.filter.iir.ChebyshevII
Instantiates a new Chebyshev type II filter.
circularShift(float[], int) - Static method in class com.oregondsp.signalProcessing.Sequence
Performs a circular shift of a sequence.
circularShift(int) - Method in class com.oregondsp.signalProcessing.Sequence
Performs a circular shift on this sequence, in-place
coefficients() - Method in class com.oregondsp.signalProcessing.filter.iir.Polynomial
Returns the polynomial coefficients.
com.oregondsp.signalProcessing - package com.oregondsp.signalProcessing
 
com.oregondsp.signalProcessing.fft - package com.oregondsp.signalProcessing.fft
 
com.oregondsp.signalProcessing.filter.fir - package com.oregondsp.signalProcessing.filter.fir
 
com.oregondsp.signalProcessing.filter.iir - package com.oregondsp.signalProcessing.filter.iir
 
Complex - Class in com.oregondsp.signalProcessing.filter.iir
Class to represent complex numbers and certain basic functions of complex numbers.
Complex(double, double) - Constructor for class com.oregondsp.signalProcessing.filter.iir.Complex
Instantiates a new complex number object.
Complex(double) - Constructor for class com.oregondsp.signalProcessing.filter.iir.Complex
Instantiates a new complex number object from a real number (imaginary part is zero).
ComplexFromPolar(double, double) - Static method in class com.oregondsp.signalProcessing.filter.iir.Complex
Instantiates a new complex number object from polar representation parameters.
ComplexOverlapAdd - Class in com.oregondsp.signalProcessing.filter.fir
Implements a complex finite impulse response (FIR) filter using the overlap-add algorithm.
ComplexOverlapAdd(float[], float[], int) - Constructor for class com.oregondsp.signalProcessing.filter.fir.ComplexOverlapAdd
Constructor for a master ComplexOverlapAdd instance
ComplexOverlapAdd(float[], float[], ComplexOverlapAdd) - Constructor for class com.oregondsp.signalProcessing.filter.fir.ComplexOverlapAdd
Constructor for a slave ComplexOverlapAdd instance
conjugate(Complex) - Static method in class com.oregondsp.signalProcessing.filter.iir.Complex
Conjugates a complex number.
conjugate() - Method in class com.oregondsp.signalProcessing.filter.iir.Complex
Returns the conjugate of this Complex number.

A B C D E F G H I L M N O P R S T U V W Z