mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-08 00:44:39 -04:00
Make CW envelope shapng the default.
Now I have verified that the CW envelope shaping considerably reduces the bandwidth of teh CW id. I have made the it default. It can still be turned off via a CMake option if desired. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4013 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ extern float gran(); // Noise generator (for tests only)
|
||||
#if defined (WSJT_SOFT_KEYING)
|
||||
# define SOFT_KEYING WSJT_SOFT_KEYING
|
||||
#else
|
||||
# define SOFT_KEYING 0
|
||||
# define SOFT_KEYING 1
|
||||
#endif
|
||||
|
||||
double const Modulator::m_twoPi = 2.0 * 3.141592653589793238462;
|
||||
|
||||
Reference in New Issue
Block a user