Luro02 / klipper-mpc

Implementation of Model Predictive Temperature Control for klipper
GNU General Public License v3.0
16 stars 2 forks source link

Use moving average #11

Open Luro02 opened 11 months ago

Luro02 commented 11 months ago

There are multiple places in the code where it might make sense to use this:

For implementation in python, one can look at https://www.geeksforgeeks.org/how-to-calculate-moving-averages-in-python/ or https://stackoverflow.com/a/13732668/7766117 or https://stackoverflow.com/a/44797397/7766117.