|
ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.mrstampy.esp.dsp.lab.AbstractFFTProcessor
public abstract class AbstractFFTProcessor
The Class AbstractFFTProcessor.
| Constructor Summary | |
|---|---|
AbstractFFTProcessor()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.github.mrstampy.esp.dsp.lab.DoubleArrayProcessor |
|---|
process |
| Constructor Detail |
|---|
public AbstractFFTProcessor()
| Method Detail |
|---|
public 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)
DoubleArrayProcessor
setUtilities in interface DoubleArrayProcessorutilities - the new utilitiesprotected void utilitiesSet()
|
brought to you by Mr. Stampy | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||