projects
/
SaveMySugar
/
python3-savemysugar.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
337e269
)
README.md: improve wording when explaining how to measure parameters
author
Antonio Ospite <ao2@ao2.it>
Thu, 24 Dec 2015 09:45:48 +0000
(10:45 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Thu, 24 Dec 2015 12:31:08 +0000
(13:31 +0100)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
7c9a06b
..
b0924c8
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-21,14
+21,15
@@
A possible setup is to have two cell phones providing serial ports over which
the programs can send AT commands and receive RING notifications.
1. Measure the call setup time using `src/measure_call_setup_time.py` and take
the programs can send AT commands and receive RING notifications.
1. Measure the call setup time using `src/measure_call_setup_time.py` and take
- note of `M
ax call setup time` and `Call setup time uncertainty
`.
+ note of `M
in call setup time` and `Max call setup time
`.
2. Measure the distance between rings in the same call using
2. Measure the distance between rings in the same call using
- `src/measure_ring_distance.py` and take note of `
max_
distance` and
- `
uncerainty
`.
+ `src/measure_ring_distance.py` and take note of `
Min ring
distance` and
+ `
Max ring distance
`.
3. Adjust the parameters in `src/savemysugar/CallDistanceTransceiver.py` using
3. Adjust the parameters in `src/savemysugar/CallDistanceTransceiver.py` using
- the values measured before, possibly approximated by excess.
+ the values measured before, possibly approximating the minima by defect and
+ the maxima by excess.
4. Transmit and/or receive a message using `src/transmit.py` or `src/receive.py`
4. Transmit and/or receive a message using `src/transmit.py` or `src/receive.py`