[fix] Readme typo
This commit is contained in:
parent
91c8fb3c9b
commit
12556c7958
@ -113,7 +113,6 @@ Redis_latency times are not considered here, but could be
|
|||||||
|
|
||||||
Examples are given based on previous values for redis keys.
|
Examples are given based on previous values for redis keys.
|
||||||
|
|
||||||
#####The calculation goes like
|
|
||||||
0. **How many second per beats?**
|
0. **How many second per beats?**
|
||||||
* seconds_per_beat = 60 / bpm
|
* seconds_per_beat = 60 / bpm
|
||||||
* ```60 / 126.05 =~ 0.4760```
|
* ```60 / 126.05 =~ 0.4760```
|
||||||
@ -133,7 +132,7 @@ Examples are given based on previous values for redis keys.
|
|||||||
* f(7) = 7 * 0.4760 * 1000 - 3064.96 = 267.0400
|
* f(7) = 7 * 0.4760 * 1000 - 3064.96 = 267.0400
|
||||||
* The next beat is in 267 milliseconds after the time we got the redis key
|
* The next beat is in 267 milliseconds after the time we got the redis key
|
||||||
* f(8) = 8 * 0.4760 * 1000 - 3064.96 = 743.0400
|
* f(8) = 8 * 0.4760 * 1000 - 3064.96 = 743.0400
|
||||||
* etc. until you have f(i) > bpm_sample_interval
|
* etc. until you have ```f(i) > bpm_sample_interval```
|
||||||
|
|
||||||
|
|
||||||
### Requirements and installation
|
### Requirements and installation
|
||||||
|
Loading…
Reference in New Issue
Block a user