@Deprecated public class ButterworthFilter extends ButterworthFilter implements LocalSeismogramFunction
CAUSAL, errorMessage, filterType, highFreqCorner, lowFreqCorner, NONCAUSAL, numPoles, TWOPASS
Constructor and Description |
---|
ButterworthFilter(double lowFreqCorner,
double highFreqCorner,
int numPoles)
Deprecated.
|
ButterworthFilter(double lowFreqCorner,
double highFreqCorner,
int numPoles,
int filterType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LocalSeismogramImpl |
apply(LocalSeismogramImpl seis)
Deprecated.
Applys the cut to the seismogram.
|
apply, setHighFreqCorner, setHighFreqCorner, setLowFreqCorner, setLowFreqCorner, setNumPoles, setNumPoles
public ButterworthFilter(double lowFreqCorner, double highFreqCorner, int numPoles)
public ButterworthFilter(double lowFreqCorner, double highFreqCorner, int numPoles, int filterType)
public LocalSeismogramImpl apply(LocalSeismogramImpl seis) throws FissuresException
apply
in interface LocalSeismogramFunction
FissuresException