Commit Graph

7531 Commits

Author SHA1 Message Date
Joe Taylor 30ab29d9e3 Work in progress, with lots of diagnostics. Do not use on the air! 2020-12-27 15:27:26 -05:00
Joe Taylor 48297e068b More work in ptogress ... 2020-12-27 14:14:10 -05:00
Joe Taylor d246a23948 Work in progress on message averaging: save current status. 2020-12-27 11:35:55 -05:00
Joe Taylor 5c805dfb39 another realignment of red sync curve and convention for f0. 2020-12-27 10:35:04 -05:00
Steven Franke d8be8ff0e5 FT8: Make nagain work. 2020-12-26 09:46:19 -06:00
Joe Taylor c8ace441f9 New files for Q65 message averaging. 2020-12-26 10:08:53 -05:00
Joe Taylor 3d042ee56f Work in progress, on Q65 message averaging. 2020-12-26 10:04:17 -05:00
Steven Franke 1ba788ecc3 FT8: Commit the rest of the fix for the nagain crash. 2020-12-25 12:31:40 -06:00
Steven Franke 27bf7bb964 FT8: Fix jt9 crash when nagain is invoked. 2020-12-25 12:22:25 -06:00
Joe Taylor d5957f51f9 Insert some (commented out) diagnostics. 2020-12-24 13:07:29 -05:00
Joe Taylor 171e466389 More work on Q65 message averaging. 2020-12-24 09:51:02 -05:00
Steven Franke b26d29dd1e Avoid a possible of bounds error. Compute some more decode diagnostic data. 2020-12-23 11:45:13 -06:00
Joe Taylor 844930fe75 Correct the frequency alignment of red sync curve. 2020-12-23 11:03:09 -05:00
Joe Taylor c5a0de6210 Partial implementation of Q65 message averaging. 2020-12-23 09:47:11 -05:00
Steven Franke c6e42549c4 Remove hmod from command line parameters for fst4sim. 2020-12-22 13:12:58 -06:00
Joe Taylor 008cb37c16 Update test_q65 for having removed the T/F sync flag from q65sim command line. 2020-12-22 13:41:40 -05:00
Steven Franke 318a0abda7 Forgot to commit CMakeLists.txt change. 2020-12-22 12:34:12 -06:00
Steven Franke 71ed4776f9 For fst4sim, use Lorentzian fading spectrum when fspread is negative. 2020-12-22 12:33:24 -06:00
Joe Taylor 408ac7bd0d Correct the reported f0 for Q65 signals. It was off by one tone spacing. 2020-12-22 13:21:31 -05:00
Joe Taylor e7d48e0f5b Revert "Allow 2x1 calls in the "strict_standard_callsign_re" regular expression."
This reverts commit 575a5c5a7a.
2020-12-22 09:57:48 -05:00
Joe Taylor 1eb0d0471d Tweak the "m_hsymStop" stop times for optimum EME performance. 2020-12-22 09:56:15 -05:00
Joe Taylor cac6577127 Extend the DT range for 30 s Q65 submodes to include EME delays. 2020-12-22 09:43:25 -05:00
Joe Taylor 575a5c5a7a Allow 2x1 calls in the "strict_standard_callsign_re" regular expression. 2020-12-22 09:42:16 -05:00
Bill Somerville 938d96fecc
Save sub-mode details to .WAV file metadata for Q65 mode 2020-12-22 03:48:35 +00:00
Joe Taylor 83c917ac57 Don't allow previous values of DT, f0 to be displayed with a no-decode. 2020-12-21 15:59:33 -05:00
Joe Taylor c3b3dc1c61 Display T M R 73 markers for Q65 (C and higher submodes). 2020-12-21 15:38:58 -05:00
Joe Taylor 5007a4eb51 Remove one more line containing QRA64. 2020-12-21 15:14:34 -05:00
Joe Taylor 044aa80dc4 Remove all vestiges of the QRA64 mode. It has been replaced by Q65. 2020-12-21 15:07:53 -05:00
Joe Taylor 36a089de21 Remove the sync-test option from q65sim.f90. 2020-12-21 13:42:03 -05:00
Joe Taylor 44516dbbc1 Make the Q65 red sync curve at least 21 tone-spacings wide, even if FTol is smaller. 2020-12-21 13:33:54 -05:00
Joe Taylor 545079e951 Reorder the ibw loop in q65_loops.f90. 2020-12-20 21:43:30 -05:00
Joe Taylor ddf727f351 Adjust a 3 dB offset in Q65 SNRs from list decodes. 2020-12-20 21:42:42 -05:00
Bill Somerville dd631699da
Add the Tx message to the UDP Status(1) message
Thanks to Morgan (sri no other attribution given) for the initial
contribution this change is based on.
2020-12-21 01:31:57 +00:00
Bill Somerville 3cb5cb8c04
Merge branch 'develop' into feat-fst280 2020-12-19 20:00:28 +00:00
Bill Somerville ab3dc7acc7
Merge branch 'release-2.3.0' into develop 2020-12-19 19:54:12 +00:00
Bill Somerville b8c8477664
Fix a close down crash due to destruction ordering
Static QString variables are unwise as QApplication translators may
get destroyed before them.
2020-12-19 19:53:21 +00:00
Joe Taylor 1f33c857ac Measure fSpread from ccf1, then use resulting width to set effective ibwmin. 2020-12-19 13:25:51 -05:00
Joe Taylor 3ccb7f2b85 Suggested 2m default Q65 frequency: 144.116. 2020-12-19 13:19:04 -05:00
Joe Taylor 83e98e2111 Merge branch 'feat-fst280' of bitbucket.org:k1jt/wsjtx into feat-fst280 2020-12-19 11:43:39 -05:00
Joe Taylor c7ca708569 Fix the problem with not honoring "Save Decoded" in Q65 mode. 2020-12-19 11:42:42 -05:00
Bill Somerville dc771cdd88
Merge branch 'feat-fst280' of bitbucket.org:k1jt/wsjtx into feat-fst280 2020-12-19 16:34:38 +00:00
Joe Taylor 31189265b9 Erase the yellow "T M R 73" single-tone markers after a mode change. 2020-12-19 11:33:23 -05:00
Bill Somerville c70fc7b583
Fix a close down crash due to destruction ordering
Static QString variables are unwise as QApplication translators may
get destroyed before them.
2020-12-19 16:32:37 +00:00
Joe Taylor f23129c33c Fix a problem with Q65 FTol range extending down below 0 Hz. 2020-12-19 11:25:18 -05:00
Joe Taylor 7096a548ec Correct a problem with estimating rms of ccf for Q65-300x submodes. 2020-12-19 10:42:27 -05:00
Joe Taylor 7005ac3c50 Control "Call 1st" visibility with AutoSeq status in Q65 mode. 2020-12-19 09:10:34 -05:00
Joe Taylor 89ab3b0f01 Fix a bounds error with very small FTol. 2020-12-18 16:30:11 -05:00
Joe Taylor 450249dd4c Add a DT label to the Q65 red sync curve. 2020-12-18 16:19:01 -05:00
Joe Taylor 67b82c7666 Remove the klunky 2D sync plot. The red sync curve is better. 2020-12-18 16:00:33 -05:00
Joe Taylor 5315bbd88a Don't erase the red sync curve too soon. 2020-12-18 15:14:17 -05:00