mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-05 19:08:38 -04:00
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:
parent
0388eb2cf3
commit
71cb1f0606
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user