<div dir="ltr">My apologies, Roland, I should have looked at what you wrote more carefully. It was my poor English as a First language, not your poor English as a second language! :-)<div><br></div><div>This is indeed a problem. And it exists in Thetis, also.</div><div><br></div><div><div>There does appear to be a 3dB error as well. Should the code not read:<br></div><div><br></div><div>

<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"> if (num <= -147.0f) output = "    S0);</span>

<br></div><div><br></div><div>???</div><div><br></div><div>73!</div><div><br></div><div>Scott/w-u-2-o</div><div><br><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
-----Ursprüngliche Nachricht-----<br>
Von: Hpsdr <<a href="mailto:hpsdr-bounces@lists.openhpsdr.org">hpsdr-bounces@lists.<wbr>openhpsdr.org</a>> Im Auftrag von Roland ETIENNE<br>
Gesendet: Sonntag, 20. Mai 2018 08:21<br><br>
Hi all, and Doug W5WC,<br>
<br>
I have found a little bug with S meter when receiving above 30 MHz. When the<br>
S-meter is displaying S point instead of dBm, I noticed that the display<br>
jump from S4 to S0 when signals are < 124 dBm, and in fact the 20 dB less in<br>
VHF is missing:<br>
<br>
 if (num <= -124.0f) output = "    S0);<br>
<br>
should be:<br>
<br>
 if (num <= -144.0f) output = "    S0);<br>
<br>
(in console.cs lines 29288, 30706, 31011, 31226).<br>
<br>Roland F8CHK.<br><br></blockquote></div></div></div></div></div>