|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sc.seis.fissuresUtil.freq.ButterworthFilter
edu.sc.seis.fissuresUtil.bag.ButterworthFilter
public class ButterworthFilter
| Field Summary |
|---|
| Fields inherited from class edu.sc.seis.fissuresUtil.freq.ButterworthFilter |
|---|
CAUSAL, errorMessage, filterType, highFreqCorner, lowFreqCorner, NONCAUSAL, numPoles, TWOPASS |
| Constructor Summary | |
|---|---|
ButterworthFilter(double lowFreqCorner,
double highFreqCorner,
int numPoles)
|
|
ButterworthFilter(double lowFreqCorner,
double highFreqCorner,
int numPoles,
int filterType)
|
|
| Method Summary | |
|---|---|
LocalSeismogramImpl |
apply(LocalSeismogramImpl seis)
Applys the cut to the seismogram. |
| Methods inherited from class edu.sc.seis.fissuresUtil.freq.ButterworthFilter |
|---|
apply, setHighFreqCorner, setHighFreqCorner, setLowFreqCorner, setLowFreqCorner, setNumPoles, setNumPoles |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ButterworthFilter(double lowFreqCorner,
double highFreqCorner,
int numPoles)
public ButterworthFilter(double lowFreqCorner,
double highFreqCorner,
int numPoles,
int filterType)
| Method Detail |
|---|
public LocalSeismogramImpl apply(LocalSeismogramImpl seis)
throws FissuresException
apply in interface LocalSeismogramFunctionFissuresException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||