|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sc.seis.fissuresUtil.freq.GaussianFilter
public class GaussianFilter
Field Summary | |
---|---|
double |
alpha
|
double |
centFreq
|
java.lang.String |
errorMessage
|
Constructor Summary | |
---|---|
GaussianFilter(double centFreq,
double alpha)
constructor |
Method Summary | |
---|---|
Cmplx[] |
apply(double dtime,
Cmplx[] cz)
function to do gaussian filter in frequency domain |
void |
checkSettings()
Method to check settings |
void |
setAlpha(double alphaValue)
Method to set alpha |
void |
setAlpha(java.lang.String str)
Method to set alpha |
void |
setCentFreq(double freqValue)
Method to set center frequency |
void |
setCentFreq(java.lang.String str)
Method to set center frequency |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double centFreq
public double alpha
public java.lang.String errorMessage
Constructor Detail |
---|
public GaussianFilter(double centFreq, double alpha)
Method Detail |
---|
public void setCentFreq(double freqValue) throws edu.sc.seis.fissuresUtil.freq.FilterException
edu.sc.seis.fissuresUtil.freq.FilterException
public void setCentFreq(java.lang.String str) throws edu.sc.seis.fissuresUtil.freq.FilterException
edu.sc.seis.fissuresUtil.freq.FilterException
public void setAlpha(double alphaValue) throws edu.sc.seis.fissuresUtil.freq.FilterException
edu.sc.seis.fissuresUtil.freq.FilterException
public void setAlpha(java.lang.String str) throws edu.sc.seis.fissuresUtil.freq.FilterException
edu.sc.seis.fissuresUtil.freq.FilterException
public void checkSettings() throws edu.sc.seis.fissuresUtil.freq.FilterException
edu.sc.seis.fissuresUtil.freq.FilterException
public final Cmplx[] apply(double dtime, Cmplx[] cz)
apply
in interface FrequencyDomainProcess
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |