Commit Graph

7546 Commits

Author SHA1 Message Date
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
Bill Somerville
e7c8eba2a5
Initialize member variable in correct place 2020-12-18 19:59:25 +00:00
Joe Taylor
04b11fda14 Don't plot the green line if using Q65_Sync. 2020-12-18 14:01:10 -05:00
Joe Taylor
b3769bb6c8 For Q65, plot a red "Sync curve" in the Wide Graph. 2020-12-18 13:31:14 -05:00
Joe Taylor
5a9a2c8279 Move Q65 default 6m frequency to 50.275. 2020-12-18 10:18:29 -05:00
Joe Taylor
d165532dc5 Oops! Committed the wrong version of q65_decode.f90. 2020-12-17 19:06:07 -05:00
Joe Taylor
8507a42655 Quasi-graphical display of the sync ccf(f0,DT). 2020-12-17 17:02:28 -05:00
Joe Taylor
6b8abe32b1 One more protection against too-large FTol. 2020-12-16 15:51:46 -05:00
Steven Franke
17195680ee Don't waste time on excess BP iterations when doing K=50. Decode a little deeper. 2020-12-15 14:31:46 -06:00
Joe Taylor
7051dc7ee6 Remove more vestiges of the obsolete "JT9+JT65" mode. 2020-12-15 14:48:27 -05:00
Joe Taylor
a47ec75f56 Reformat the test_q65 headings and output. 2020-12-15 13:17:31 -05:00
Joe Taylor
0ee61205aa Disable diagnostic writing to 'fort.55' in CWD. 2020-12-15 11:37:48 -05:00
Steven Franke
c87926e657 Append decoder data to file fst4_decodes.dat instead of overwriting. 2020-12-15 10:32:57 -06:00
Joe Taylor
841bbac56e Increase the Q65 list decodes to include reports -50 to +49 dB. 2020-12-15 11:03:06 -05:00
Steven Franke
1e5578b704 Do not save c2 files in FST4W mode. 2020-12-15 09:52:50 -06:00
Steven Franke
1878685134 If file decdata is present in the data directory, then write detailed decoder data to file fst4_decodes.dat in the same directory. 2020-12-15 09:46:16 -06:00
Joe Taylor
3160e63dc7 Several minor tweaks to Q65 decoding. 2020-12-15 09:32:24 -05:00
Joe Taylor
99377e4c24 Measure avg and rms of estimated SNR values, for comparison with generated SNRs. 2020-12-15 09:31:29 -05:00
Steven Franke
2960adc557 FST4W: Use K=66 for first OSD decode attempt and for updating fst4w_calls.txt. Use K=50 for 2nd attempt. 2020-12-14 16:25:37 -06:00
Steven Franke
939e35bd26 More work on K=50 decoding. 2020-12-14 10:19:48 -06:00
Steven Franke
771e71bc84 Remove some debug prints. 2020-12-13 15:47:38 -06:00
Steven Franke
535c02d900 Implements decoding of FST4W messages as (240,50) crc-less codewords.
By cascading the full 24-bit crc generator matrix with the (240,74) LDPC code generator, create a (240,50) generator that is used to decode with approximately 1 dB better sensitivity than the (240,64) with 14-bit CRC approach that is normally used. This approach treats the CRC bits as additional parity bits and provides no means for identifying incorrect codewords. All codewords on the list generated by the OSD algorithm have CRCs that match the CRC of the message payload. Codewords are validated by unpacking the message and comparing the unpacked message with the list of stored callsign/grid pairs stored in the fst4w_calls.txt file.
2020-12-13 15:33:12 -06:00
Joe Taylor
2a25a188d1 Add IV3NWV to mainwindow title bar. 2020-12-11 09:13:38 -05:00
Joe Taylor
c4dbfbbdca Must call wspr_config(false) when entering Q65 mode. 2020-12-09 13:55:47 -05:00
Joe Taylor
003aeedb91 Merge branch 'feat-fst280' of bitbucket.org:k1jt/wsjtx into feat-fst280 2020-12-09 13:55:17 -05:00
Joe Taylor
cd95df4089 Protect against pathological combinations of RxFreq and FTol. 2020-12-09 13:45:05 -05:00
Bill Somerville
5b60ddada1
Merge branch 'feat-fst280' into develop 2020-12-09 15:33:58 +00:00
Joe Taylor
5b59633b2f Re-enable transmission in Q65 submodes B and higher. 2020-12-09 09:34:09 -05:00
Bill Somerville
aa7f8e0894
Merge branch 'release-2.3.0' into develop 2020-12-08 23:15:56 +00:00
Bill Somerville
ad04f4fbd2
Extra example log configuration file for rig control diagnostics 2020-12-08 23:14:46 +00:00
Joe Taylor
218d0bf359 Remove version number from the User Guide's title. (It's on the next line, anyway.) 2020-12-08 13:49:17 -05:00
Joe Taylor
84591fa2ef Protect against a bounds error with very large FTol. 2020-12-08 11:53:22 -05:00
Bill Somerville
7e1b74ecc0
Moon distance in astronomical data window, tnx Charlie, G3WDG 2020-12-08 00:01:46 +00:00
Bill Somerville
0079b30b1a
Merge branch 'feat-fst280' into develop 2020-12-07 23:02:26 +00:00
Bill Somerville
9c0fe669d6
Merge branch 'feat-fst280' of bitbucket.org:k1jt/wsjtx into feat-fst280 2020-12-07 20:43:49 +00:00
Bill Somerville
c9f9c1d7c8
Merge branch 'develop' into feat-fst280 2020-12-07 20:43:28 +00:00