public abstract class AbstractFFTProcessor extends java.lang.Object implements DoubleArrayProcessor
| Constructor and Description |
|---|
AbstractFFTProcessor() |
| Modifier and Type | Method and Description |
|---|---|
double |
getHighFrequency()
Gets the high frequency.
|
double |
getLowFrequency()
Gets the low frequency.
|
EspSignalUtilities |
getUtilities()
Gets the utilities.
|
void |
setHighFrequency(double highFrequency)
Sets the high frequency.
|
void |
setLowFrequency(double lowFrequency)
Sets the low frequency.
|
void |
setUtilities(EspSignalUtilities utilities)
Sets the utilities.
|
protected void |
utilitiesSet()
Utilities set.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocesspublic double getLowFrequency()
public void setLowFrequency(double lowFrequency)
lowFrequency - the new low frequencypublic double getHighFrequency()
public void setHighFrequency(double highFrequency)
highFrequency - the new high frequencypublic EspSignalUtilities getUtilities()
public void setUtilities(EspSignalUtilities utilities)
DoubleArrayProcessorsetUtilities in interface DoubleArrayProcessorutilities - the new utilitiesprotected void utilitiesSet()