smoothing¶
-
class
gps_helper.smoothing.LowPassFilter(alpha)¶ Low pass filter implementation.
-
next_sample(x)¶ Process the next sample.
Parameters: x – Next sample value. Returns: float
-
gps_helper.smoothing.LowPassFilter(alpha)¶Low pass filter implementation.
next_sample(x)¶Process the next sample.
| Parameters: | x – Next sample value. |
|---|---|
| Returns: | float |