JIGL
v1.6

jigl.signal.ops
Class ForwardFFT

java.lang.Object
  |
  +--jigl.signal.SimpleOperator
        |
        +--jigl.signal.ops.ForwardFFT
All Implemented Interfaces:
Operator

public class ForwardFFT
extends SimpleOperator

Provides a SimpleOperator wrapper around the jigl.signal.utils.FFT class. Simply calls the appropriate static FFT method.

Supports RealSignal, ComplexSignal, DiscreteSignal.


Constructor Summary
ForwardFFT()
          Constructs an empty ForwardFFT object.
 
Method Summary
protected  Signal apply(ComplexSignal signal)
          Calls FFT.forward(Signal)
protected  Signal apply(DiscreteSignal signal)
          Calls jigl.signal.utils.FFT.forward(signal)
protected  Signal apply(RealSignal signal)
          Calls FFT.forward(Signal)
 
Methods inherited from class jigl.signal.SimpleOperator
apply, apply, apply, apply, apply, apply, apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForwardFFT

public ForwardFFT()
Constructs an empty ForwardFFT object.

Method Detail

apply

protected Signal apply(RealSignal signal)
Calls FFT.forward(Signal)

Overrides:
apply in class SimpleOperator

apply

protected Signal apply(ComplexSignal signal)
Calls FFT.forward(Signal)

Overrides:
apply in class SimpleOperator

apply

protected Signal apply(DiscreteSignal signal)
Calls jigl.signal.utils.FFT.forward(signal)

Overrides:
apply in class SimpleOperator

JIGL
v1.6

Submit a bug or feature
Revised in May 2002 by Weiming Liu