mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Use a linear interpolator for the reported RSSI values.
This commit is contained in:
parent
59080e1bd7
commit
aac48cb58f
20 changed files with 198 additions and 58 deletions
11
RSSI.dat
Normal file
11
RSSI.dat
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# This file maps the raw RSSI values to dBm values to send to the DMR network. A number of data
|
||||
# points should be entered and the software will use those to work out the in-between values.
|
||||
#
|
||||
# The format of the file is:
|
||||
# Raw RSSI Value dBm Value
|
||||
#
|
||||
# For example
|
||||
# 1134 -90
|
||||
# 1123 -100
|
||||
# 1000 -109
|
||||
#
|
||||
Loading…
Add table
Add a link
Reference in a new issue