[hpsdr] S meter bug

Helmut Oeller dc6ny at gmx.de
Sun May 20 09:12:43 PDT 2018


Hi Roland,

no need for extended explanation, hi.
The longterm convention is:
S9 = -73 dBm at HF up to 30 MHz
S9 = -93 dBm above 30 MHz

73, Helmut, DC6NY

-----Ursprüngliche Nachricht-----
Von: Hpsdr <hpsdr-bounces at lists.openhpsdr.org> Im Auftrag von Roland ETIENNE
Gesendet: Sonntag, 20. Mai 2018 08:21
An: hpsdr at lists.openhpsdr.org; 'Doug W5WC' <w5wc at windstream.net>
Betreff: [hpsdr] S meter bug

***** 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.


_______________________________________________
HPSDR Discussion List
To post msg: hpsdr at openhpsdr.org
Subscription help:
http://lists.openhpsdr.org/listinfo.cgi/hpsdr-openhpsdr.org
HPSDR web page: http://openhpsdr.org
Archives: http://lists.openhpsdr.org/pipermail/hpsdr-openhpsdr.org/



More information about the Hpsdr mailing list