Cleanup of code. Temporary simple definition of BPSK signal with

rectangular pulses.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/jtms3@2484 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-07-04 17:48:57 +00:00
parent 1866a937e4
commit b1fd11b06b
7 changed files with 25 additions and 43 deletions
+1 -3
View File
@@ -73,7 +73,6 @@ void CPlotter::resizeEvent(QResizeEvent* ) //resizeEvent()
void CPlotter::paintEvent(QPaintEvent *) // paintEvent()
{
static int x00=-99;
int ihr,imin;
if(m_paintEventBusy) return;
m_paintEventBusy=true;
@@ -135,8 +134,7 @@ void CPlotter::paintEvent(QPaintEvent *) // paintEvent()
void CPlotter::draw(float s[], int i0, float splot[]) //draw()
{
int i,j,k,w,h;
int ihr,imin;
int i,j,w,h;
float y;
m_i0=i0;