Change the Q65 value of nsps from 7680 to 7200.

This commit is contained in:
Joe Taylor
2020-10-25 14:10:38 -04:00
parent 9b452e8f99
commit 7a22e6a2e1
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -475,7 +475,7 @@ void CPlotter::DrawOverlay() //DrawOverlay()
int h=int(pow(2.0,m_nSubMode));
int nsps=1800;
if(m_TRperiod==30) nsps=3600;
if(m_TRperiod==60) nsps=7680;
if(m_TRperiod==60) nsps=7200;
if(m_TRperiod==120) nsps=16000;
if(m_TRperiod==300) nsps=41472;
float baud=12000.0/nsps;