+/- DFTolerance around MouseDF, and place a small green tick at left
of main screen at the MouseDF frequency.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@231 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
file names.
decode2: Corrected starting locations of mouse-picked decodes in JT6M mode
decode3, pix2d: Put yellow tick marks at frequency of JT6M sync tone.
wsjtgen: Remove diagnostic print statement associated with Tx of test files.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@230 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
JT6M modes
avesp2: ditto. In addition, dependence of Zap behavior on decoding history
has been removed.
wsjt.py: corrected default setting of PTTPort under Win32.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@229 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
decodes from a recorded file. (Still need to test for decoding from
real-time data.)
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@223 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
sync65: added call to smooth for improved sync in mode JT65C.
added +2 dB to SNR estimates for JT65C.
wsjt65: cleaned up some display details of decoded lines
short65: added calls to smooth for improved shorthand decodes in JT65C.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@217 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
done at the same time in wsjt; there is no separate ptt init. done.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@216 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2. Removed the "itry" loop in wsjt65, speeding up JT65 decodes.
3. A dded Deep Search to avemsg65.
4. Changed "Decoding" menu accordingly. Karn RS decoder used only if KV
decoder not present.
5. Removed sort from deep65; find 1st and 2nd largest values directly.
6. Fixed Makefile.win. (Still need to fix *nix Makefile.)
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@212 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
- reworked ptt_unix.c numerous things I did not like anyway.
removed gotos's (from original cwdaemon; not my fault!)
commented better what was happening
refactored code to make it clearer, there was no need to try and do
both the open and the parallel port test in one function (cwdaemon again)
this just obsfuscated what was happening.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@208 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
wsjt1.F: Option to intentionally degrade SNR for test purposes
deep65.F: Tweaked parameters for computing qual
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@200 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
- This should be all the final merges from the freebsd branch
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@186 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
- This gets rid of the need to configure for parallel or serial port
- The code picks up the device name from WSJT.INI for ComPort (misnamed now)
which is actually a device name for either a serial port or parallel port.
ptt_unix.c then uses the appropriate code to "talk" to a parallel or serial
port.
- audio in/audio out should work the same way on windows as it did before,
however it is actually now a string name value, which can be used to open
the appropriate /dev/dsp on OSS or in future, be passed to the ALSA init
routines or other audio routines as needed.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@185 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
compile it if necessary and use the libs from it instead of the system
library. v19 has a different ABI than portaudio normally installed
on unix systems.
I have come across at least one other program that includes a copy
of portaudio v19 with it's release package due to this problem.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@184 ab8295b8-cf94-4d9e-aec4-7959e3be5d79