Commit Graph

10500 Commits

Author SHA1 Message Date
Joe Taylor
05dd89c552 WIP on SuperFox transmit capability. 2024-03-03 15:08:19 -05:00
Joe Taylor
ed248eb702 WIP toward moving the conversion from old Fox messages to new command string in the new external program sfox_tx. 2024-03-03 08:50:42 -05:00
Joe Taylor
2f600ae198 Functional with bare-bones sfox_tx executable. 2024-03-02 16:01:55 -05:00
Joe Taylor
5948c0d024 More WIP on SuperFox. 2024-03-02 14:38:40 -05:00
Joe Taylor
027b84f047 WIP on SuperFox integration into WSJT-X. 2024-03-02 14:24:45 -05:00
Joe Taylor
b495531f78 Separate sfox_assemble.f90 from foxgen2.f90. 2024-03-02 09:36:19 -05:00
Joe Taylor
16346c0c1b Merge branch 'develop' into sfox3 2024-03-01 16:30:27 -05:00
Joe Taylor
34b97b53f8 SuperFox messages are now properly assembled at uset level. Next, need to encode. 2024-03-01 15:14:44 -05:00
Joe Taylor
4c0d34477d WIP on assembling SuperFox messages. 2024-03-01 13:22:33 -05:00
Joe Taylor
72651037bd Fix two typos. 2024-03-01 11:59:05 -05:00
Joe Taylor
b83c41c8de Bare-bones foxgen2 is now functional and parsing normal Fox messages. 2024-03-01 11:55:20 -05:00
Joe Taylor
ae61764af3 Starting to implement SuperFox capability in WSJT-X. 2024-03-01 10:48:41 -05:00
Joe Taylor
f53d864269 Display NS to sfoxtest user instead of Tsync. 2024-02-29 08:26:43 -05:00
Joe Taylor
51757d474b Merge branch 'develop' into sfox3 2024-02-28 13:59:55 -05:00
Joe Taylor
ae17011aa4 Alt+A to clear the Active Stations window in Q65 mode (for QMAP). 2024-02-28 13:58:23 -05:00
Joe Taylor
69c4e4acb6 Restrict the search range for SuperFox sync. 2024-02-28 13:34:50 -05:00
Joe Taylor
06d648f1d7 Protect against bounds error. 2024-02-27 12:12:14 -05:00
Joe Taylor
6a59223b70 Add quick-and-dirty measurement of sync width (Doppler spread). 2024-02-27 11:39:48 -05:00
Joe Taylor
b59ed5dd93 Do a final sync peakup in frequency using longer FFTs. 2024-02-27 10:56:24 -05:00
Joe Taylor
993705d581 Don't call peakup if we're too close to the edge. 2024-02-26 17:15:37 -05:00
Joe Taylor
376f0d1e53 Running now with Q65-type sync and full decoding. 2024-02-26 17:04:04 -05:00
Joe Taylor
f263a70dd3 Several optional sync vectors. 2024-02-26 15:08:48 -05:00
Joe Taylor
cbb42e9cdd Q65-style sync basically working. Have not yet proceeded to decode step. 2024-02-26 13:14:33 -05:00
Joe Taylor
271c2eec6c More WIP on superfox sync. 2024-02-26 12:54:31 -05:00
Joe Taylor
391536f35a WIP in q65 sync scheme for superfox. 2024-02-26 12:32:25 -05:00
Joe Taylor
6d4372cafe More work toward testing Q65-style sync. 2024-02-25 20:31:21 -05:00
Joe Taylor
4491da67f7 Work in progress toward trying a Q65-style sync. 2024-02-25 10:10:51 -05:00
Joe Taylor
b25e7fce8c Code cleanup in sfox_sync. 2024-02-24 17:06:11 -05:00
Joe Taylor
665e18f656 Omit display of 'worst', it's no longer very useful. 2024-02-24 17:04:14 -05:00
Joe Taylor
25b6df82fe Some format adjustments. 2024-02-24 10:42:27 -05:00
Joe Taylor
7c7a985bfe One more try, on the ccf index limits. 2024-02-23 15:12:19 -05:00
Joe Taylor
12bda0f84e Better protection of edge values of ccf array indexes. 2024-02-23 14:52:02 -05:00
Joe Taylor
161f456101 Tweaks to sfox_sync routine. 2024-02-23 14:42:09 -05:00
Joe Taylor
577f6f3097 Clean up sync routine; add 'peakup' in f and t directions. 2024-02-23 14:33:11 -05:00
Joe Taylor
6d72b295c8 Put the sync values into a data statement. 2024-02-23 13:49:22 -05:00
Joe Taylor
1b9071fd8c Good working model with random sync symbols rather than sweeping sync. 2024-02-23 10:44:49 -05:00
Joe Taylor
12bcddf366 Revert "Compile the random sync pattern into sfox_mod."
This reverts commit baec5dcfd2.
2024-02-22 14:57:17 -05:00
Joe Taylor
532c808316 Revert "Revert "Input ts (approx tsync) from command line.""
This reverts commit 863ac4fd3d.
2024-02-22 14:56:52 -05:00
Joe Taylor
863ac4fd3d Revert "Input ts (approx tsync) from command line."
This reverts commit fada229d83.
2024-02-22 14:55:10 -05:00
Joe Taylor
baec5dcfd2 Compile the random sync pattern into sfox_mod. 2024-02-22 14:45:36 -05:00
Joe Taylor
fada229d83 Input ts (approx tsync) from command line. 2024-02-22 14:35:41 -05:00
Joe Taylor
8948daabb0 Remove diagnostic print. 2024-02-22 14:26:38 -05:00
Joe Taylor
523023fe65 Code cleanup after changing sync scheme. 2024-02-22 14:25:17 -05:00
Joe Taylor
0c03b9fc00 Revert to old-style sync scheme, using symbol length same as for data. 2024-02-22 13:41:09 -05:00
Joe Taylor
b1e2a54f91 Break the sweeping sync tone into pieces with different frequency offsets and slopes. Needs testing! 2024-02-21 15:28:36 -05:00
Joe Taylor
f1e4f998ce Merge branch 'superfox' of bitbucket.org:k1jt/wsjtx into superfox 2024-02-21 14:59:17 -05:00
Joe Taylor
0393d7bd7c More code cleanup; possible scheme for more frequency diversity in sync. 2024-02-21 14:57:44 -05:00
Steven Franke
f99e906a59 Add noise to the output of watterson.f90 instead of the input. 2024-02-21 13:21:05 -06:00
Joe Taylor
f896df064d Complete the process of separating calculation of the sync waveform. 2024-02-21 13:49:25 -05:00
Joe Taylor
254a15b4f6 Move the sweep generator into a separate routine. 2024-02-21 13:44:20 -05:00