Package | Description |
---|---|
aim4.noise |
This package contains the noise function for the sensors of the vehicle.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Copyright © 2013. All rights reserved.