mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-08 08:07:48 -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
e362b7f537
commit
a6f3863612
@ -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…
x
Reference in New Issue
Block a user