- fixed Kalman

This commit is contained in:
jens
2020-11-26 20:33:56 +01:00
parent bf205742b1
commit e867bd574e
4 changed files with 21 additions and 24 deletions
+1 -1
View File
@@ -17,5 +17,5 @@ class TempSensorSim(ATemperatureSensor):
def temperature(self):
self.count += 1
return self.temp + 0.0*math.sin(2*math.pi*self.count*self.freq)
return self.temp + 0.1*math.sin(2*math.pi*self.count*self.freq)