Commit Graph

681 Commits

Author SHA1 Message Date
Joe Taylor 88d53b164c Do not process extremely strong signals in the wideband pass.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@614 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-12-28 22:05:12 +00:00
Joe Taylor e1c1b24af1 Removed waterfall AGC option -- it's there always, now.
Blue background on Decode button only when decoding.
No crash when you hit Decode before any data are available.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@613 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-12-28 21:22:31 +00:00
Joe Taylor 2bc0460d62 Small correction to F11/F12 actions.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@612 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-12-28 20:45:16 +00:00
Joe Taylor 19f6310c14 Decreased threshold for shorthands at fQSO.
Corrected search range at fQSO, for both shorthands and normal messages.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@610 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-12-28 20:23:42 +00:00
Joe Taylor 0a1f6cb253 Better updating for waterfalls after change of palette, brightness,
or contrast.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@609 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-12-28 18:13:24 +00:00
Joe Taylor 471aeb8de7 Clean up and streamline Makefile.MinGW.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@608 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-12-28 17:34:32 +00:00
Joe Taylor 5e4fb0f31e Log scale in waterfalls.
Remove rfile2.
Remove call to hrtime.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@607 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-12-28 17:33:18 +00:00
Joe Taylor a9fc41b0ee Histogram to get median in spec.F90, instead of pctile.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@606 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-12-27 20:16:42 +00:00
Joe Taylor b3d05aaba2 Reverted to old spec.f90. (pctile, etc., not thread-safe)
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@605 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-12-27 18:40:33 +00:00
Joe Taylor 7bd9e32f04 Update the list of Fortran LUs.
Remove several unused files.
Replace use of rfile2 with fortran I/O using access='stream'.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@604 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-12-27 18:11:51 +00:00
Joe Taylor 08e095252a Dummy.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@600 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-12-26 19:41:01 +00:00
Joe Taylor abae226914 Replaced call to gmtime_r with f90 intrinsic date_and_time.
Increased xlambda from 12 to 13.
Recompiled KVASD_g95 with a one-line change in asd2.c.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@599 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-12-26 19:40:29 +00:00
Joe Taylor a966199b1e No need for get_fname.F90. delete it.
Don't write azel.dat while decoding.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@598 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-12-25 19:09:33 +00:00
Joe Taylor 2b9b874c88 Added g95-compiled KVASD. Updated version to 0.9.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@596 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-12-21 18:51:43 +00:00
Joe Taylor 38221722e3 Dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@595 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-12-21 18:41:41 +00:00
Joe Taylor b0075d3370 Changed compile-time flag from "Win32" to "CVF", and a few other changes
to enable compiling MAP65.EXE under Windows, using gcc and g95.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@594 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-12-21 18:40:47 +00:00
Joe Taylor 81b17d2470 Use 45th percentile for waterfall baseline.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@581 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-11-19 16:59:27 +00:00
Joe Taylor 71f9e53702 Fixed (benign?) bounds error in recvpkt.F90.
Fixed (occasional) bounds error in display.F90.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@580 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-11-19 16:42:21 +00:00
Joe Taylor eb64ccae25 Removed three disused routines.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@579 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-11-14 16:46:37 +00:00
Joe Taylor fdb71c1328 Reverted to the old spec.f90, as revised version causes crashes. (Still
don't know why?)
Double-clicking in top waterfall sets MouseDF=0 (as well as Tol=500).


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@578 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-11-13 18:39:44 +00:00
Joe Taylor 7c8adacb71 Another try at using median (actually 45%-ile) for base level in waterfall.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@577 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-11-12 14:55:30 +00:00
Joe Taylor 30c1a0427f Reverted spec.f90 to r520.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@576 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-11-12 13:50:08 +00:00
Joe Taylor 81cf9756f6 User-selectable multicast or unicast data from Linrad.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@575 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-11-05 19:19:46 +00:00
Joe Taylor 88a3956024 Fix nz=0 bug in display.F90.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@574 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-11-05 13:41:05 +00:00
Joe Taylor 904d633e82 Removed rewind of LU 29, and connected it to debug.txt.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@573 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-11-02 20:05:44 +00:00
Joe Taylor f8641c5f8b Diagnostics for ndebug=2 sent to debug.txt.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@572 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-11-02 14:51:39 +00:00
Joe Taylor 1ccd5236e3 Diagnostics for ndebug=2 sent to file tmp29.txt.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@571 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-11-02 14:50:18 +00:00
Joe Taylor 991f018503 Enhanced diagnostics with ndebug=2.
Possible fix for occasional Rx blackouts.  Extensive tests needed!


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@570 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-11-01 19:03:01 +00:00
Joe Taylor 2d844891e2 Removed disused dummy routine.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@569 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-10-31 17:50:41 +00:00
Joe Taylor 78d94d9306 Corrected selection of ntx=1 or ntx=2 on mouse-selected callsign.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@568 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-10-26 14:17:08 +00:00
Joe Taylor 31b1ff7d50 Corrected double-click3 (callsign selection, with setting Tx sequence).
Maybe I finally got it right, this time?


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@567 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-10-26 14:00:32 +00:00
Joe Taylor 4c25431bd5 Fixed the "set Tx sequence on double-click callsign", which I broke
earlier today.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@566 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-10-25 23:27:15 +00:00
Joe Taylor 3dca549983 Display Tx pol advice with quick decode, rather than waiting until
after the wideband decode.

If fQSO changes, set Tol=500.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@565 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-10-25 19:44:42 +00:00
Joe Taylor 850efa1d6f Corrected deep search so that it does not test "CQ+call+rpt" messages
and any messages starting with "CQ " if flip is negative.

Implemented "double-right-click" to generate messages with 
MyCall+HisCall+rpt.

Fixed timeout of mouse-selected lists of calls at top of waterfall.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@564 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-10-25 16:31:19 +00:00
Joe Taylor e618cc3c61 Replot zoomed wayerfall on next decode if fQSO has changed.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@563 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-10-24 19:46:45 +00:00
Joe Taylor 04b0f65b41 Corrected color of displayed text when nkeep is small.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@562 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-10-24 19:22:14 +00:00
Joe Taylor efa907b9d0 Fixed quick-decode detection of shorthand messages when Tol is low.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@561 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-10-24 19:10:35 +00:00
Joe Taylor 4c794f9789 Waterfall AGC based on 40th percentile of avg spectrum.
Double-click in zoomed spectrum sets Tol=100.
Lower threshold for quick decode (nqd=1), if TOL.le.100.
Fixed display of shorthand S/N in main text window.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@560 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-10-24 17:39:52 +00:00
Joe Taylor 990b2f03eb Added optional directory for azel.dat.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@520 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-09-16 14:10:45 +00:00
Joe Taylor 4d60c0110d Changed from multicast to unicast for input of data from Linrad.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@511 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-07-23 01:44:00 +00:00
Joe Taylor eaacd90f83 Added "Display AGC" checkbox on Waterfall screen.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@510 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-07-22 02:08:01 +00:00
Joe Taylor 47bc320984 Fixed the same "Log QSO" bug that was in WSJT.
Removed diagnostic print.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@508 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-07-18 14:13:16 +00:00
Joe Taylor 3b2543d00e Added libportaudio.a to list of files that must be made.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@506 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-07-16 14:50:39 +00:00
Joe Taylor 74cbc22e64 Added loc.c
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@505 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-07-16 14:27:35 +00:00
Joe Taylor 6d516c008f Fixed up the state-machine fine tuning. Some diagnostic stuff remains.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@504 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-07-13 15:47:35 +00:00
Joe Taylor ba276e2b71 User-defined params nt1, nt2 to set timing of state machine.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@503 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-07-12 20:45:14 +00:00
Joe Taylor 601cb8da4c Fixed potential out-of-bounds at qphi(0).
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@502 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-07-12 16:09:28 +00:00
Joe Taylor ec2efca061 Oops! Deleted "#" at start of comment, by mistake.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@501 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-07-12 15:36:33 +00:00
Joe Taylor 5a3aa6839a Fix label at top of waterfall in Linux.
Fix restoration of SaveDir from MAP65.INI.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@500 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-07-12 14:47:41 +00:00
Joe Taylor 9c4114cd67 Fixed Makefile.win.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@499 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-07-12 14:26:18 +00:00