spoke.signal.fourier
Class Fourier2

java.lang.Object
  extended by spoke.connection.Module
      extended by spoke.signal.Module
          extended by spoke.signal.fourier.Fourier
              extended by spoke.signal.fourier.Fourier2
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable, Connectable

public class Fourier2
extends Fourier

See Also:
Serialized Form

Field Summary
 
Fields inherited from class spoke.connection.Module
connector, stopped
 
Constructor Summary
Fourier2()
           
 
Method Summary
 void run()
           
 
Methods inherited from class spoke.signal.fourier.Fourier
getDyades, getHamming, getSens, init, open, setDyades, setHamming, setSens
 
Methods inherited from class spoke.connection.Module
addConnectionListener, close, connect, connection, disconnect, removeConnectionListener, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fourier2

public Fourier2()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class Fourier