|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.webkitchen.eeg.analysis.filterdesign.FilterRange
public abstract class FilterRange
Specifies the range type used to design a filter, such as Bandpass, Lowpass, Highpass
or Bandstop. Provides specific raw pole adjustment strategies for the FilterDesigner
to create an IIRFilter. Specified in FilterSpecification.
FilterSpecification,
FilterDesigner,
IIRFilter| Field Summary | |
|---|---|
static FilterRange |
BANDPASS
Bandpass filter - passes all frequencies in a given range and suppresses all frequencies not within the range |
static FilterRange |
BANDSTOP
Bandstop filter - suppresses a given range of frequencies, transmitting only those above and below that band |
static FilterRange |
HIGHPASS
Highpass filter - passes all frequencies above a specified frequency |
static FilterRange |
LOWPASS
Lowpass filter - passes all frequencies below a specified frequency |
| 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 FilterRange BANDPASS
public static final FilterRange LOWPASS
public static final FilterRange HIGHPASS
public static final FilterRange BANDSTOP
| 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 | ||||||||