Files
espurna/code
Maxim Prokhorov 70f214e2be sns: update filter api, actually calculate median
- sync with base class, implement required override methods
- make sure last, max, min and sum filters reset() and restart() are the same
- find a real median over the specified reading 'window' vs. averaged medians
  of every 3 elements that it was previously
- preserve list of inputs for average and median filters, handle updates
  like a circular buffer and return value based on previous readings
  (todo might be to have a more efficient storage instead of vector)

resolve #2543
2024-08-09 12:41:11 +03:00
..
2022-05-05 17:50:21 +03:00
2024-05-27 19:10:25 +03:00
2019-07-11 00:34:17 +03:00
2024-07-25 22:01:58 +03:00
2024-07-13 11:06:45 +03:00
2024-06-25 17:53:50 +03:00
2022-09-23 06:09:58 +03:00
2019-07-11 00:34:17 +03:00