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
up to 8 characters. Augmented callsign (e.g., VU4AN/VU3RYF) must have
no more than 12 characters.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@177 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
- first (non working) cut at jack support (start_jack.c)
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@175 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
- Also adds the ability to read a serial or paralle port name from WSJT.INI
- Also removes serial vs. parallel hooks in configure
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@166 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
deep65.f: detect logical end of data in CALL3.TXT
astro.f: remove refraction adjustments from sun/moon elevation
MoonDop.f: fixed 100 s offset in epoch of moon Az/El
wsjt.py: Increased text height for CW mode
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@156 ab8295b8-cf94-4d9e-aec4-7959e3be5d79