Class Summary |
AngleModulation |
A Decorator pattern class to wrap a normal function to perform Angle Modulation. |
InvertedFunctionDecorator |
Function implementation to accept a function and to return the reciprocal
of that function value. |
NoisyFunctionDecorator |
|
ReflectedFunctionDecorator |
Class to reflect the wrapped Function in a horizontal or
vertical fashion. |
RotatedFunctionDecorator |
|
ScaledFunctionDecorator |
Characteristics:
Let c be a fixed positive number. |
ShiftedFunctionDecorator |
ShiftedFunctionDecorator. |