Commit Graph

6759 Commits

Author SHA1 Message Date
Joe Taylor b7dc101270 Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop 2020-09-10 13:34:54 -04:00
Joe Taylor b6f990fac2 Allow FTol values down to 1 Hz; let maximum FTol values for FST4 depend on TRperiod. 2020-09-10 13:33:33 -04:00
Bill Somerville 67bd56a6d6
Accessibility improvements 2020-09-10 16:29:51 +01:00
Joe Taylor 048348107f Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop 2020-09-09 19:12:28 -04:00
Bill Somerville d9d0e827ff
User Guide updates 2020-09-09 22:40:58 +01:00
Bill Somerville 923c1e6dfd
I18n for some error messages 2020-09-09 22:40:07 +01:00
Joe Taylor 0db3a0d08a Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop 2020-09-09 08:40:47 -04:00
Bill Somerville ae4cfaf1ae
Start Fox mode on correct tab of tab widget 2020-09-08 21:19:48 +01:00
Bill Somerville db6a432a33
Ensure band/frequency combo box edit styling tracks current frequency 2020-09-08 15:24:55 +01:00
Bill Somerville 1d52daf7ee
Remove erroneous Qt emit keywords 2020-09-08 12:54:19 +01:00
Joe Taylor 6ff8459ea9 Add a book-keeping file useful in QtCreator. 2020-09-07 18:40:26 -04:00
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 a9e205518f Update wsptx.pro to include Audio subdirectory. 2020-09-06 13:57:29 -04: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 56741d5e10
Merge branch 'develop' into feat-dropped-frames 2020-08-29 14:05:52 +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 718d6d1724
Lazy enumeration of audio devices to minimize delays on Linux 2020-08-22 18:14:14 +01:00