Commit Graph

1234 Commits

Author SHA1 Message Date
Joe Taylor daa2ffd27a Changed the deep65 bug workaround from "rewind 23" to "call sleepqqq(1)".
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@273 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-05 16:27:29 +00:00
Joe Taylor bbda677489 Fixed bounds error in short65.f
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@272 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-05 14:27:53 +00:00
Joe Taylor f05bdc4887 Don't change font size on labels, at runtime.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@271 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-05 02:25:39 +00:00
Joe Taylor 1c9b913147 configure.ac: updated "5.9.2" to "5.9.5"
deep65.F: still has a weird bug; different workaround now.
wsjtrc: changed default fonts


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@270 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-04 19:18:34 +00:00
Joe Taylor acd13c626f Added "WSJT6 User's Guide and reference Manual".
Added RxWav/Samples/W8WN_010809_110400.WAV, which also creates a necessary
subdirectory.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@269 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-01 20:02:52 +00:00
Diane Bruce 8108827a81 - This struct needn't be global either.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@268 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-01 17:34:21 +00:00
Diane Bruce 758bb494d5 - This is a shell wrapper script, suggested by someone on one of the wsjt
lists. It should be portable between linux and FreeBSD at least and
  will create the necessary files needed if they are missing in ~user/.wsjt
  When run, a cd is done to ~/.wsjt and execution begins in this directory.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@267 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-01 15:09:45 +00:00
Diane Bruce f968c99d1f - fix typo
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@266 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-01 03:22:02 +00:00
Diane Bruce ba8ee7f386 - Get rid of unnecessary filename arrays, just take names from wsjt
- Allow input and output audio device to be different.
- Make audio buffers static



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@265 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-01 01:40:03 +00:00
Joe Taylor d2f9680a55 fivehz.F90: changed to default random_seed
wsjtrc:      smaller default fonts
sync65.f:    temporarily disable sync search outside +/- 600 Hz
wsjt65.f:    don't blank end-of-line numbers if aggressive is off
wsjt.py:     clear Freeze if F4 hit with "F4 setd Tx6" active


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@264 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-29 19:25:49 +00:00
Joe Taylor cf29dd4bec Tweaked label formatting at top of SpecJT screen.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@263 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-19 14:56:56 +00:00
Joe Taylor c99e8fe358 deep65.F: force message to upper case
specjt.py: add code for 2 x waterfall BW
sync65.f:  allow sync searcy over full BW
wsjt65.f:  add end-of-line numbers to average message
flat2.f:   extend spectrum to 5 kHz
gcom2.f90: add communication for wide waterfall BW
spec.f90:  add code for 2 x BW
wsjt.py:   dummy


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@262 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-18 19:25:52 +00:00
Diane Bruce 13ceaf225a - dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@261 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-11 00:05:00 +00:00
Diane Bruce 2cfb46494a - new portaudio-v19 tries to use alsa if available, but does not
make a static library including alsa definitions. A binary linked
  against a portaudio-v19 library using alsa also has to link against -alsa,
  this is inconvenient to say the least. I do not consider this the
  best "fix", the portaudio.a may not be referencing any alsa libs at all,
  even if it is present; but this should get Harry going.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@260 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-11 00:00:23 +00:00
Diane Bruce 780658cc9a - trivial cosmetic change, I had a library duplicated
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@259 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-10 22:22:33 +00:00
Diane Bruce 1b3f94fc3b - Fixed typo that prevented -lrt from being added to build for portaudio
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@258 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-10 21:49:40 +00:00
Diane Bruce b7dfa71a5a - dummy commit
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@257 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-10 19:37:24 +00:00
Diane Bruce cc3c818019 - This should fix missing -lrt for those systems that need it
- I've cleaned up the configure a bit more as well



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@256 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-10 19:36:41 +00:00
Diane Bruce 9d19c63554 - dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@255 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-09 21:35:14 +00:00
Diane Bruce 8ed181714a - More remnants deleted of old portaudio-v19
They have done a major re-org of their directory structure



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@254 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-09 21:26:22 +00:00
Diane Bruce fda31a9ecc - more obsolete dirs
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@253 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-09 21:22:08 +00:00
Diane Bruce 85babab2e1 - old imports no longer needed
- Makefile should be generated from configure



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@252 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-09 21:20:28 +00:00
Diane Bruce 5cb60958c3 - dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@251 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-09 20:12:13 +00:00
Diane Bruce c6100ba7aa - This looks specific to windows only, however imported for completeness
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@250 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-09 20:11:10 +00:00
Diane Bruce e8dbf4c446 - Add missing bits of portaudio
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@249 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-09 20:08:01 +00:00
Diane Bruce 12778afe8f - Make sure compiled python code gets cleaned as well
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@248 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-09 20:04:28 +00:00
Diane Bruce 35c4a904c2 - Updated portaudio
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@247 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-09 19:59:20 +00:00
Diane Bruce 0b094f37af - first part of update for new portaudio
- fix typo in configure
- point Makefile and new location for portaudio.a
- Still have to import new portaudio over top of this



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@246 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-09 19:51:29 +00:00
Diane Bruce 0230b65703 - Added $Date$ and $Revision$
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@243 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-05 17:42:04 +00:00
Diane Bruce b2439e4515 Dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@242 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-05 17:35:21 +00:00
Diane Bruce a99951497d - These two files should not be in the repository, they are created
from the portaudio configure. mea culpa.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@240 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-05 16:54:52 +00:00
Diane Bruce 3bb5e2c9c4 - libsamplerate is not being used at all in *nix, I assume it is supposed
to be used for portaudio. The following files enable libsamplerate
  when either Win32 is defined or portaudio is used.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@239 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-05 16:53:41 +00:00
Joe Taylor 8acdc5e266 New CALL3.TXT file from DL8EBW.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@238 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-04 13:20:56 +00:00
Joe Taylor 6b719dbadf Committed the new version of UpdateHistory.txt.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@237 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-03 15:32:03 +00:00
Joe Taylor 2bd12e82e4 Fixed so that mouse-picking does not save a file if "Save none" was checked.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@236 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-03 13:17:25 +00:00
Joe Taylor 94da7afa83 Oops! Put if() in the wrong place for the JT6M DF test.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@235 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-03 01:52:58 +00:00
Joe Taylor ce6d48fd26 Corrected default setting of "S" in JT6M; cleaned up "About" message.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@234 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-03 01:19:42 +00:00
Joe Taylor 73c1bf3715 Broke a long line into two, for g77/g95.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@233 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-02 21:11:50 +00:00
Joe Taylor 92850a11f1 Default settings for JT6M mode are Tol=200, Freeze On, MouseDF=0.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@232 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-02 20:09:22 +00:00
Joe Taylor c1c6b97882 In JT6m mode, if Freeze is On, limit the search for synchronization to
+/- 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
2006-08-02 19:54:45 +00:00
Joe Taylor e7c1d178b3 get_fname: If entry in ToRadio is blank, use Mon_ as prefix of recorded
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
2006-08-02 18:51:08 +00:00
Joe Taylor 0037e7ad05 wsjt1: improved logic for Zap (interference removal) for FSK441 and
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
2006-08-02 13:36:39 +00:00
Diane Bruce 610b3de28e Dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@228 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-02 10:13:47 +00:00
Diane Bruce beac55defb - Fixed typo that broke portaudio
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@227 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-02 10:12:59 +00:00
Diane Bruce 288db630f2 - oops. stock gfortran is still gfortran41
I was experimenting with gfortran42



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@226 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-02 03:47:38 +00:00
Joe Taylor e75d151ac4 Dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@225 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-02 02:10:01 +00:00
Joe Taylor 02f813d11b Dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@224 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-02 02:07:47 +00:00
Joe Taylor 25aa2e2711 Fixed selection of correct data slice when doing mouse-picked JT6M
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
2006-08-02 02:05:58 +00:00
Diane Bruce 0337aafc18 - remove jack support for now
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@222 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-02 00:13:52 +00:00
Joe Taylor 768b65a5a6 Display self doppler if HisGrid box is empty.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@221 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-08-01 17:46:51 +00:00