|
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.levelOps.ByteSize
Performs a ByteSize operation on a signal. Supports DiscreteSignal, RealSignal.
This class supports command line options in the following format:
java ByteSize .
| Constructor Summary | |
ByteSize()
Default constructor. |
|
| Method Summary | |
protected Signal |
apply(DiscreteSignal signal)
ByteSizes the range of signal to [0..255]. |
protected Signal |
apply(RealSignal signal)
ByteSizes the range of signal to [0.0 .. |
static void |
main(String[] argv)
For command line option. |
| Methods inherited from class jigl.signal.SimpleOperator |
apply, 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 ByteSize()
| Method Detail |
protected Signal apply(DiscreteSignal signal)
signal to [0..255].
apply in class SimpleOperatorsignal - DiscreteSignal
signalprotected Signal apply(RealSignal signal)
signal to [0.0 .. 255.0].
apply in class SimpleOperatorsignal - RealSignal
signalpublic static void main(String[] argv)
|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||