|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoiseFunction | |
|---|---|
| aim4.noise | This package contains the noise function for the sensors of the vehicle. |
| Uses of NoiseFunction in aim4.noise |
|---|
| Classes in aim4.noise that implement NoiseFunction | |
|---|---|
class |
BasicNoiseFunction
Singleton class representing the null NoiseFunction. |
class |
GaussianNoiseFunction
NoiseFunction that adds Gaussian noise to a value. |
class |
UniformFixedNoiseFunction
NoiseFunction that adds noise uniformly within a fixed proportion of the true value. |
class |
UniformProportionalNoiseFunction
NoiseFunction that adds noise uniformly within a fixed proportion of the true value. |
| Constructors in aim4.noise with parameters of type NoiseFunction | |
|---|---|
DoubleGauge(double value,
double minValue,
double maxValue,
NoiseFunction noiseFunction)
Class Constructor for limited, initialized, noisy gauge. |
|
DoubleGauge(double value,
NoiseFunction noiseFunction)
Class constructor for unlimited, initialized gauge with noise. |
|
DoubleGauge(NoiseFunction noiseFunction)
Class constructor for unlimited, uninitialized gauge with noise. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||