|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.webkitchen.eeg.analysis.filterdesign.FilterAlgorithm
public abstract class FilterAlgorithm
Specifies the algorithm/function used to design a filter, such as Butterworth, Bessel,
or Chebyshev. Provides specific pole generation strategies for the FilterDesigner
to create an IIRFilter. Specified in FilterSpecification.
FilterSpecification,
FilterDesigner,
IIRFilter| Field Summary | |
|---|---|
static FilterAlgorithm |
BESSEL
The Bessel filter generation algorithm |
static FilterAlgorithm |
BUTTERWORTH
The Butterworth filter generation algorithm |
static FilterAlgorithm |
CHEBYSHEV
The Chebyshev filter generation algorithm |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final FilterAlgorithm BUTTERWORTH
public static final FilterAlgorithm BESSEL
public static final FilterAlgorithm CHEBYSHEV
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||