Correct Charlie's "type 1" error with CW ID.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7215 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-10-21 17:03:11 +00:00
parent 0388eb2cf3
commit 71cb1f0606
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ qint64 Modulator::readData (char * data, qint64 maxSize)
m_dphi = m_twoPi*m_frequency/m_frameRate;
if(m_bFastMode and !bCwId) {
m_frequency=1500; // Set params for CW ID
m_dphi = m_twoPi*m_frequency/m_frameRate;
m_symbolsLength=126;
m_nsps=4096.0*12000.0/11025.0;
m_ic=2246949;