Commit Graph

6593 Commits

Author SHA1 Message Date
Bill Somerville 8d48b44e9a
ADIF v3.1.1 compliance
Note that FST4 QSOs are logged with MODE=MFSK and SUBMODE=FST4. The
new bands 8m and 5m are recognized. The ADIF header is expanded with
program and time stamp information.
2020-09-07 20:36:09 +01:00
Joe Taylor 72cffc9da4 Make the FST4/FST4W Quick-Start Guide available from the Help menu. 2020-09-06 13:31:19 -04:00
Joe Taylor 4ab8780dd8 Code cleanyup associated with removing Tab 2. 2020-09-05 15:22:18 -04:00
Joe Taylor 7aeb9d5e2e Remove the "Tab 2" option for generating Tx messages. 2020-09-05 15:11:32 -04:00
Joe Taylor 403d3a1041 Make "double-click on call" work in FST4 as in oter modes. 2020-09-05 14:09:33 -04:00
Joe Taylor 01a1688b32 FST4 and FST4W decoder: get freq range from nfqso and ntol; remove BCD submodes, i.e. hmod=2, 4, 8. 2020-09-05 13:14:40 -04:00
Joe Taylor 844fe26368 Fix "on_actionFST4_triggered()" so that it does not call another mode setup routine. 2020-09-05 11:53:23 -04:00
Joe Taylor c1025b7c4c Allow user to set center frequency and FTol in FST4W mode. Needs more testing! 2020-09-05 10:34:55 -04:00
Joe Taylor 1471ac0312 Remove all FST4/FST4W default frequencies for bands 3.5 MHz and higher. 2020-09-04 15:41:19 -04:00
Joe Taylor 02928787b1 Save and restore the current setting of the FST4W RoundRobin control. 2020-09-04 15:38:04 -04:00
Joe Taylor f24d15b16e Eliminate the FST4/FST4W submodes with hmod > 1. 2020-09-04 15:15:30 -04:00
Joe Taylor 65f045a447 Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop 2020-09-04 14:16:04 -04:00
Joe Taylor a943aa04e2 Update default FST4/FST4W frequencies for 2190 and 630 m bands. 2020-09-04 14:15:10 -04:00
Bill Somerville dc423ff28b
Documentation updates for On DX Echo Doppler correction mode
Tnx Charlie, G3WDG, and Bob, KA1GT.
2020-09-03 19:38:40 +01:00
Bill Somerville c5349f8da9
Dynamic update of on DX echo Doppler shift correction
Tnx Bob, KA1GT, and Charlie, G3WDG.
2020-09-02 21:25:58 +01:00
Bill Somerville a623ed0baf
Ensure band/frequency combo box edit shows correct band 2020-09-02 21:08:25 +01:00
Bill Somerville fcc5df35d3
Merge branch 'feat-staging' into develop 2020-09-01 17:36:22 +01:00
Bill Somerville a00473fa9c
Select band by wavelength only if a working frequency is available 2020-09-01 17:32:22 +01:00
Bill Somerville b539248624
Remove some diagnostic prints 2020-09-01 17:31:44 +01:00
K9AN f066936043
Remove an unused variable from fst4_decode 2020-08-29 19:55:23 +01:00
Steven Franke 5ca81a6507
Use 3rd order polynomial fit to estimate the noise baseline. The
polynomial fit is done over 400 Hz bandwidth for T/R periods longer
than 15s, and over approx. 600 Hz (10 times the signal bandwidth) for
T/R period of 15s.
2020-08-29 19:55:23 +01:00
Steven Franke d82b9f5b0e
Speed up decoder by eliminating some complex multiples in sequence detection loop. Add timer calls for doppler spread calculation and sequence detection loop. 2020-08-29 19:55:22 +01:00
Steven Franke ecaca6af9f
Fix argument list in call to fet_fst4_bitmetrics.f90 2020-08-29 19:55:22 +01:00
Steven Franke b9328b96c9
Tweaks to update the diagnostics that are written to fort.21. 2020-08-29 19:55:22 +01:00
Steven Franke e02850ae5a
Streamline fst4_decode. Add timer for downsampling. 2020-08-29 19:55:22 +01:00
Steven Franke 782c779392
Reconfigure to optimize decoder for MF/LF (high coherence) channels. 2020-08-29 19:55:21 +01:00
Steven Franke 7cb5511ed0
Simplify some code in fst4_decode.f90 - no functional change. 2020-08-29 19:55:21 +01:00
Steven Franke bf06193c10
Add timer call for bit metric calculation. Improve some comments. Make fort.21 ntype parameter more informative. 2020-08-29 19:54:38 +01:00
Joe Taylor ade1eb861d
User Guide edits from Dave, KC3GPM. 2020-08-29 19:54:07 +01:00
Steven Franke 6838a6b484
Remove some unneeded code. 2020-08-29 19:50:32 +01:00
Steven Franke 8b7db6556c
Changes to the llrs that are used as the basis for AP decoding. 2020-08-29 19:50:17 +01:00
Steven Franke b191e0c5ef
Fix SNR calculation for B,C,D submodes. 2020-08-29 19:49:59 +01:00
Steven Franke 9d2bde7180
Fix SNR calculation for B,C,D submodes. 2020-08-29 19:49:46 +01:00
Steven Franke cdbe425e56
Use squared metric for fst4 - works better on fading channel. 2020-08-29 19:49:23 +01:00
Steven Franke 37e05f6074
Set unpk77_success=.false. for messages with i3=0 and n3>6. 2020-08-29 19:48:54 +01:00
Bill Somerville 64f29318aa
Repair an auto-sequencing defect with UDP Reply message handling 2020-08-29 14:04:29 +01:00
Bill Somerville d522239492
CMake v3.17 compatability 2020-08-22 11:58:39 +01:00
Bill Somerville f00f9bbeb9
Revert "CMake 3.17 compatibility"
This reverts commit 49366d0455.
2020-08-22 11:57:44 +01:00
Bill Somerville 49366d0455
CMake 3.17 compatibility 2020-08-22 02:40:33 +01:00
Bill Somerville b37e419fc7
Qt 5.15 compatibility 2020-08-19 12:32:27 +01:00
Bill Somerville d1860df190
Only send local station info to PSK Reporter when necessary
Remove unneeded debug trace messages.
2020-08-18 12:47:17 +01:00
Bill Somerville b1c53bc332
Fix a cosmetic FT6 DXpedition mode Hound issue that causes an assert 2020-08-17 01:52:47 +01:00
Bill Somerville 2cd679f71c
Fix broken CAT initialization 2020-08-17 01:48:26 +01:00
Bill Somerville 3d45e1128a Further Linux depedency and User Guide updates 2020-08-16 19:50:34 +01:00
Bill Somerville fb7af6c696
Further Linux dependency and install documentation updates 2020-08-16 19:11:51 +01:00
Bill Somerville 549198566b
Linux package dependency updates 2020-08-16 18:06:26 +01:00
Bill Somerville c99f236dca
Merge branch 'feat-dropped-frames' into develop 2020-08-16 03:35:10 +01:00
Bill Somerville 1b36183057
Reduce debug message length 2020-08-16 03:01:16 +01:00
Bill Somerville 7bf086dc53
Updated ADIF band bounds 2020-08-16 02:56:48 +01:00
Bill Somerville 536e6568a6
FST4* messages do not need padding out to 37 characters 2020-08-16 02:34:18 +01:00