StoRC
Autonomous Payload Delivery System
|
Discrete-time implementation of a simple RC low-pass filter. More...
Go to the source code of this file.
Functions | |
float | low_pass (float raw_data, float alpha, float filtered_data) |
Discrete-time implementation of a simple RC low-pass filter.
Definition in file low_pass.pde.
float low_pass | ( | float | raw_data, |
float | alpha, | ||
float | filtered_data | ||
) |
Definition at line 40 of file low_pass.pde.