mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Correct the spacing between marked lowest and highest FT8 tones for RxFreq (green) and TxFreq (red).
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7937 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
22af8aa7d3
commit
32d59c5269
@ -361,7 +361,7 @@ void CPlotter::DrawOverlay() //DrawOverlay()
|
|||||||
|
|
||||||
float bw=9.0*12000.0/m_nsps; //JT9
|
float bw=9.0*12000.0/m_nsps; //JT9
|
||||||
|
|
||||||
if(m_mode=="FT8") bw=8*12000.0/1920.0; //FT8
|
if(m_mode=="FT8") bw=7*12000.0/1920.0; //FT8
|
||||||
|
|
||||||
if(m_mode=="JT4") { //JT4
|
if(m_mode=="JT4") { //JT4
|
||||||
bw=3*11025.0/2520.0; //Max tone spacing (3/4 of actual BW)
|
bw=3*11025.0/2520.0; //Max tone spacing (3/4 of actual BW)
|
||||||
|
Loading…
Reference in New Issue
Block a user