Increase Tx waveform storage & update wide graph nsps for FST240

This commit is contained in:
Bill Somerville
2020-07-18 10:35:26 +01:00
parent 4e0f1103b6
commit 8b35e744d0
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -420,6 +420,8 @@ void CPlotter::DrawOverlay() //DrawOverlay()
if(m_TRperiod==60) nsps=4000;
if(m_TRperiod==120) nsps=8400;
if(m_TRperiod==300) nsps=21504;
if(m_TRperiod==900) nsps=66560;
if(m_TRperiod==1800) nsps=134400;
float baud=12000.0/nsps;
bw=3.0*h*baud;
}