|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--jigl.signal.SimpleOperator
|
+--jigl.signal.ops.ForwardFFT
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 |
public ForwardFFT()
| Method Detail |
protected Signal apply(RealSignal signal)
FFT.forward(Signal)
apply in class SimpleOperatorprotected Signal apply(ComplexSignal signal)
FFT.forward(Signal)
apply in class SimpleOperatorprotected Signal apply(DiscreteSignal signal)
apply in class SimpleOperator
|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||