mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-24 11:40:31 -05:00
Increase gain of the yellow "Linear average" plot.
This commit is contained in:
parent
b427a92137
commit
07e06de8f3
@ -210,7 +210,7 @@ void CPlotter::draw(float swide[], bool bScroll, bool bRed)
|
||||
for(int k=0; k<m_binsPerPixel; k++) {
|
||||
sum+=spectra_.syellow[j++];
|
||||
}
|
||||
y2=gain2d*sum/m_binsPerPixel + m_plot2dZero;
|
||||
y2=2.0*gain2d*sum/m_binsPerPixel + m_plot2dZero;
|
||||
}
|
||||
|
||||
if(m_bReference) { //Reference (red)
|
||||
|
Loading…
Reference in New Issue
Block a user