e9hack wrote:
> Hi,
>
> the attached patch fixes the increasing of the signal strength value (higher
> value = higher signal
> strength) and scales the value to the range of 0..ffff. The charcteristic
> itself is wrong. To get
> proper values on a TT-C2300 in the range of 40..60% real signal strength, the
> values from the patch
> should be divide by two. The attached patch doesn't fix the characteristic.
Does this mean that you have a very high (80-100%) STR with this patch?
Imho we may apply some heuristic to get sane values.
We have 0 <= tmp <= 0x1ff. What about
*strength = (tmp/2) * (tmp/2)"
?
CU
Oliver
--
----------------------------------------------------------------
VDR Remote Plugin 0.4.0: http://www.escape-edv.de/endriss/vdr/
----------------------------------------------------------------
_______________________________________________
linux-dvb mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb