ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware

com.github.mrstampy.esp.dsp.lab
Class AbstractFFTProcessor

java.lang.Object
  extended by com.github.mrstampy.esp.dsp.lab.AbstractFFTProcessor
All Implemented Interfaces:
DoubleArrayProcessor

public abstract class AbstractFFTProcessor
extends java.lang.Object
implements DoubleArrayProcessor

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

AbstractFFTProcessor

public AbstractFFTProcessor()
Method Detail

getLowFrequency

public double getLowFrequency()
Gets the low frequency.

Returns:
the low frequency

setLowFrequency

public void setLowFrequency(double lowFrequency)
Sets the low frequency.

Parameters:
lowFrequency - the new low frequency

getHighFrequency

public double getHighFrequency()
Gets the high frequency.

Returns:
the high frequency

setHighFrequency

public void setHighFrequency(double highFrequency)
Sets the high frequency.

Parameters:
highFrequency - the new high frequency

getUtilities

public EspSignalUtilities getUtilities()
Gets the utilities.

Returns:
the utilities

setUtilities

public void setUtilities(EspSignalUtilities utilities)
Description copied from interface: DoubleArrayProcessor
Sets the utilities.

Specified by:
setUtilities in interface DoubleArrayProcessor
Parameters:
utilities - the new utilities

utilitiesSet

protected void utilitiesSet()
Utilities set.


brought to you by Mr. Stampy