[hpsdr] S meter bug

Scott Traurig scott.traurig at gmail.com
Sun May 20 05:15:17 PDT 2018


Roland,

This is not a bug, this is by design.

See: https://apache-labs.com/community/viewtopic.php?f=6&t=2463#p5373
"S-meter standard reference levels".

You might not agree with the design, however ;-)

73,

Scott/w-u-2-o


On Sun, May 20, 2018 at 2:20 AM, Roland ETIENNE <roland.etienne at free.fr>
wrote:

> ***** High Performance Software Defined Radio Discussion List *****
>
> Hi all, and Doug W5WC,
>
> I have found a little bug with S meter when receiving above 30 MHz. When
> the
> S-meter is displaying S point instead of dBm, I noticed that the display
> jump from S4 to S0 when signals are < 124 dBm, and in fact the 20 dB less
> in
> VHF is missing:
>
>  if (num <= -124.0f) output = "    S0);
>
> should be:
>
>  if (num <= -144.0f) output = "    S0);
>
> (in console.cs lines 29288, 30706, 31011, 31226).
>
>
> Testing a new beacon here on 50 422 MHz was the opportunity to notice this
> problem!
>
> 73 and thanks for the job on the software, greatly appreciated!
> Roland F8CHK.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openhpsdr.org/pipermail/hpsdr-openhpsdr.org/attachments/20180520/c4bdb272/attachment.html>


More information about the Hpsdr mailing list