<div dir="ltr">Roland,<div><br></div><div>This is not a bug, this is by design. </div><div><br></div><div>See: <a href="https://apache-labs.com/community/viewtopic.php?f=6&t=2463#p5373">https://apache-labs.com/community/viewtopic.php?f=6&t=2463#p5373</a> "S-meter standard reference levels".</div><div><br></div><div>You might not agree with the design, however ;-) </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">On Sun, May 20, 2018 at 2:20 AM, Roland ETIENNE <span dir="ltr"><<a href="mailto:roland.etienne@free.fr" target="_blank">roland.etienne@free.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">***** High Performance Software Defined Radio Discussion List *****<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>
<br>
Testing a new beacon here on 50 422 MHz was the opportunity to notice this<br>
problem!<br>
<br>
73 and thanks for the job on the software, greatly appreciated!<br>
Roland F8CHK.<br></blockquote></div></div></div></div>