[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-ddrescue] GNU ddrescue 1.18-pre3 new option complication
From: |
Paul L Daniels |
Subject: |
Re: [Bug-ddrescue] GNU ddrescue 1.18-pre3 new option complication |
Date: |
Mon, 26 Aug 2013 11:05:19 +1000 |
On Sun, 25 Aug 2013 20:42:16 -0400
Scott Dwyer <address@hidden> wrote:
> To be more specific, every second (every screen update) put the
> current rate in a rotating 10 value table. So this table would always
To make it a bit easier for programming, you can do this without a
table/array - something I did when doing the firmware for a piece of
testing electronics with a very small microcontroller.
Keep two averages, one for the last 100 seconds, and one for the last
5~10. Rembering that the data rate drops off towards the end, which
might trigger things if we keep the peak average.
http://en.wikipedia.org/wiki/Moving_average#Simple_moving_average
Paul.
--
Computer Repairs for Charters towers - http://ctpc.biz
A.B.N. 19 500 721 806
- [Bug-ddrescue] GNU ddrescue 1.18-pre3 released, Antonio Diaz Diaz, 2013/08/21
- Re: [Bug-ddrescue] GNU ddrescue 1.18-pre3 new option complication, Sam, 2013/08/26
- Re: [Bug-ddrescue] GNU ddrescue 1.18-pre3 new option complication, Antonio Diaz Diaz, 2013/08/26
- Re: [Bug-ddrescue] GNU ddrescue 1.18-pre3 new option complication, Paul L Daniels, 2013/08/26
- Re: [Bug-ddrescue] GNU ddrescue 1.18-pre3 new option complication, Antonio Diaz Diaz, 2013/08/27
- Re: [Bug-ddrescue] GNU ddrescue 1.18-pre3 new option complication, Scott Dwyer, 2013/08/27
- Re: [Bug-ddrescue] GNU ddrescue 1.18-pre3 new option complication, Antonio Diaz Diaz, 2013/08/28
- [Bug-ddrescue] Request for new logfile status character, Scott Dwyer, 2013/08/31