Package com.revrobotics.sim
Class NoiseGenerator
java.lang.Object
com.revrobotics.sim.NoiseGenerator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
hallSensorVelocity
(double speedRPM) static double
whiteNoise
(double input, double variance)
-
Constructor Details
-
NoiseGenerator
public NoiseGenerator()
-
-
Method Details
-
whiteNoise
public static double whiteNoise(double input, double variance) -
hallSensorVelocity
public static double hallSensorVelocity(double speedRPM)
-