Commit Graph

176 Commits

Author SHA1 Message Date
Joe Taylor
fbfc157e79 Allocate and deallocate the id1 array in save_qm. 2024-01-10 12:00:44 -05:00
Joe Taylor
12042f6ae8 WIP: cleanup of things related to use of FFTW. More needed! 2024-01-08 18:55:00 -05:00
Joe Taylor
e6fb080071 Change status label to "Saving files". 2024-01-06 12:19:44 -05:00
Joe Taylor
32c3cb7c4a Merge branch 'qmap' of bitbucket.org:k1jt/wsjtx into qmap 2024-01-06 11:37:19 -05:00
Joe Taylor
faae78e0e6 Enable click-to-decode for first half-minute. 2024-01-06 11:36:32 -05:00
Uwe Risse
bd4edcce49 Simplify color gradation. 2024-01-06 14:59:09 +01:00
Joe Taylor
07e82b0c40 Try to fix saving of ntx30[ab] in qm files. 2024-01-05 14:11:05 -05:00
Joe Taylor
d594d14a1e Tweak the Astro Window layout. 2024-01-05 13:17:51 -05:00
Joe Taylor
bb4564f734 Replace the required calculation of m_xavg, needed for pointing measurements. 2024-01-05 12:47:50 -05:00
Joe Taylor
9e0425ef40 Save and restore the "fac0" scaling value. 2024-01-05 07:01:55 -05:00
Joe Taylor
c733c0c123 Save SelfDop at start and end of Rx sequence in *.qm file header. 2024-01-04 16:51:02 -05:00
Joe Taylor
69f98d5c5c Q65-30x decoding turned on by default. 2024-01-04 16:06:42 -05:00
Joe Taylor
7f7a5322ed Clean up and complete(?) implementing save_qm and read_qm. 2024-01-04 16:03:44 -05:00
Joe Taylor
606506f578 Work in progress: Now able to read from *.qm files. 2024-01-04 10:52:36 -05:00
Joe Taylor
4a4225bb9c Working toward ability to write and read *.qm files. 2024-01-04 10:05:46 -05:00
Joe Taylor
b5bbf4a860 Working toward a new *.qm file type for QMAP. 2024-01-03 17:36:46 -05:00
Joe Taylor
986eaf5d40 Add fQSO back to azel.dat, for IK7EZN. 2024-01-03 16:17:57 -05:00
Joe Taylor
232c680a41 Remove unused code. 2024-01-03 15:31:33 -05:00
Joe Taylor
69f3186b13 General cleanup. Remove CFOM stuff. Fix logic for 30 s transmissions. Add ntx30x to .iq files. 2024-01-03 13:51:37 -05:00
Joe Taylor
05ed9c050d Another attempt at identifying 30 s Tx sequences from disk data. 2024-01-02 19:52:45 -05:00
Joe Taylor
a4e7b915de Maybe this is a better empirical test for ntx30[ab] in old disk data? 2024-01-02 16:04:03 -05:00
Joe Taylor
a7cef9fc89 Better format for Astro Data window. 2024-01-02 09:34:21 -05:00
Uwe Risse
2a4ab7e92f Display "Saving .iq files. 2024-01-02 12:06:35 +01:00
Uwe Risse
f3be4b47fa Add a color gradient for the Max Drift combo box. 2024-01-02 12:04:55 +01:00
Joe Taylor
fd0336f234 Optimize calling the QMAP decoder for different sub-sequence tasks. 2024-01-01 15:48:24 -05:00
Joe Taylor
7276e86e60 Delimit the times at which 60s and 30s decode attempts are made. 2024-01-01 13:56:39 -05:00
Joe Taylor
5cc82189e6 Clear up some cases where there's no need to call QMAP decoder. 2024-01-01 13:26:26 -05:00
Joe Taylor
ac0055b303 Remove more unused stuff. 2024-01-01 13:02:39 -05:00
Joe Taylor
0f417374c3 Remove more unused QMAP variables. 2024-01-01 12:51:15 -05:00
Joe Taylor
ce2a4d2fe7 Update the "Also Q65-30x" label appropriately when the 60s submode is changed. 2024-01-01 12:16:15 -05:00
Joe Taylor
40cba29e5f Removing more unused variables, etc., from QMAP. 2024-01-01 11:59:22 -05:00
Joe Taylor
f3308b7ee4 Remove unised variable m_fs96000. 2024-01-01 10:16:20 -05:00
Joe Taylor
2c2deab91a Remove references to unused variable m_idInt. 2024-01-01 10:10:40 -05:00
Joe Taylor
6cab8c3da9 Clean out some unused MAP65 variables. 2024-01-01 10:03:37 -05:00
Joe Taylor
76007c8031 Reconcile the datcom_ structure in soundin.cpp with that in commons.h. 2024-01-01 09:57:55 -05:00
Joe Taylor
673f74e67b QMAP work in progress: cleaning up the enabling of Q65-30x decodes. 2024-01-01 09:46:09 -05:00
Joe Taylor
1d21dff93f Increase the Fcal range to +/- 50000. 2024-01-01 07:31:04 -05:00
Joe Taylor
5bac396d60 Set signal meter to zero when transmitting. Remove some unused code. 2023-12-31 09:30:39 -05:00
Joe Taylor
887bc433ec Some adjustments to details of QMAP <==> WSJT-X communication. 2023-12-28 16:41:22 -05:00
Joe Taylor
3546fd4ba2 Allow QMAP digital Gain settings in range +/- 50 dB. 2023-12-28 14:05:51 -05:00
Joe Taylor
d3e9f3fc5a Don't honor 'bSkip' if nagain.eq.1. 2023-12-22 19:37:54 -05:00
Joe Taylor
5bacc2d763 Click-to-decode should return ieediately after one success. 2023-12-22 15:50:17 -05:00
Joe Taylor
6b5db9fd0c Fix a problem with passing non-static variable to function in another thread. 2023-12-22 15:33:22 -05:00
Joe Taylor
08d9ebaf1a Some temporary commits, for testing. Includes some diagnostic prints! 2023-12-22 15:04:28 -05:00
Joe Taylor
6ec9466dc1 Remove a qDebug() call. 2023-12-21 11:22:55 -05:00
Joe Taylor
cdb7b02835 Don't call decoder if we transmitted Q65-30x in this 30 s segment. Also some CFOM diagnostics. 2023-12-21 11:04:23 -05:00
Joe Taylor
95daa2d791 Don't start another QMAP decode attempt if it's too late... 2023-12-21 09:15:19 -05:00
Joe Taylor
b13c7d8dca Make the QMAP checkbox for CFOM invisible by default. 2023-12-21 09:01:58 -05:00
Joe Taylor
171662ba50 Minor cleanup in cfom.f90. (But maybe dd is being altered, elsewhere, in symspec?) 2023-12-20 21:07:57 -05:00
Joe Taylor
9545c8eaa2 Many corrections for QMAP behavior regarding CFOM. 2023-12-20 12:18:05 -05:00
Joe Taylor
e42e995c59 Remove some obsolete MAP65 stuff. 2023-12-18 19:36:43 -05:00
Joe Taylor
2fb711401f Save and restore CFOM-adjusted data in *.iq files. 2023-12-18 16:34:44 -05:00
Joe Taylor
889531fda6 Add optional real-time CFOM to QMAP receiving. 2023-12-18 15:28:44 -05:00
Joe Taylor
e211bae779 Merge branch 'qmap' of bitbucket.org:k1jt/wsjtx into qmap 2023-12-18 13:55:35 -05:00
Joe Taylor
517ca61f5c Set background color of QMAP's MaxDrift control if its valus is > 0. 2023-12-18 13:54:22 -05:00
Joe Taylor
8be6d702d2 Several corrections in cfom_iq.f90. 2023-12-18 13:28:03 -05:00
Uwe Risse
35a1d37012 Better stretching behavior of the program window (useful if users use App Scaling). 2023-12-18 16:19:11 +01:00
Joe Taylor
97fac57830 Add file cfom_iq.f90. 2023-12-17 17:19:23 -05:00
Joe Taylor
44bd5f9ac8 Change the "Dwell time" step size from 10 to 5. 2023-12-17 15:22:03 -05:00
Joe Taylor
363e301e31 Code cleanup. 2023-12-17 15:16:36 -05:00
Joe Taylor
84ec6bb457 Fix it so dupe-checking works when "Also Q65-30x" is not checked. 2023-12-17 15:09:31 -05:00
Joe Taylor
50519bc282 Send nhsym to qmapa, it might be used later. 2023-12-17 14:30:34 -05:00
Joe Taylor
1f78fe5f2c More info in QMAP status label lab4. 2023-12-17 14:07:41 -05:00
Joe Taylor
20c090e2bc QMAP decodes also at t=49.5 s. 2023-12-17 12:08:56 -05:00
Joe Taylor
2e715fa47d List ndecodes/ncand in QMAP status lab4. 2023-12-17 11:54:34 -05:00
Joe Taylor
d5a8ce97e3 Make sure diskDat() finished before starting another file. 2023-12-17 07:27:28 -05:00
Joe Taylor
bb5e8efd52 Remove an unused variable. 2023-12-17 06:19:59 -05:00
Joe Taylor
6afced7335 Minor code cleanup. 2023-12-16 11:59:11 -05:00
Joe Taylor
90f3c59ea0 Skip useless calls to QMAP's decode0(), depending on 30 s transmissions. 2023-12-16 11:48:06 -05:00
Uwe Risse
f42a1bb357 Create Save Directory if it does not yet exist. 2023-12-16 15:40:43 +01:00
Joe Taylor
9d5f3858d4 When requested, call the QMAP decoder also at t=30s. 2023-12-14 13:37:28 -05:00
Uwe Risse
1aeaec7a6d Change some default values. 2023-12-13 19:32:38 +01:00
Uwe Risse
186abfe99e Again, make the red background color consistent with the WSJT-X default value. 2023-12-13 18:51:06 +01:00
Uwe Risse
c45420b194 Make the red background colur consistent with the WSJT-X default value. 2023-12-13 18:36:16 +01:00
Uwe Risse
1b3f4315b1 More options for highlighting messages with myCall. 2023-12-13 16:32:57 +01:00
Joe Taylor
5e8deecdb4 Fix the logic about not scrolling the QMAP waterfall when transmitting. 2023-12-12 15:43:29 -05:00
Joe Taylor
7255a7c86a Merge branch 'qmap' of bitbucket.org:k1jt/wsjtx into qmap 2023-12-12 12:23:08 -05:00
Joe Taylor
1542b7f857 If myCall is in the message, highlight the line with red background. 2023-12-11 19:01:05 -05:00
Uwe Risse
e040c926b9 Always attempt to decode when Continuous Waterfall is enabled. 2023-12-11 18:47:52 +01:00
Joe Taylor
11f8efd2a9 Suppress QMAP decoding only if WSJT-X transmitted too much in a Q65-60x submode. 2023-12-11 11:46:02 -05:00
Joe Taylor
c413ea2f14 Remove the 'QMAP deciding finished' stuff, it was a bad idea. 2023-12-11 10:51:50 -05:00
Joe Taylor
b0ea3a2eb5 Distinguish between m_nTx30 and m_nTx60. Add "QMAP decoding finished" so Active Stations will update. 2023-12-11 10:28:13 -05:00
Joe Taylor
717fd42ac1 Update the GUI label for Input device. 2023-12-11 09:03:01 -05:00
Joe Taylor
2f1082e973 Try to correct the logic about not decoding if we transmitted too much. Not fully tested! 2023-12-09 15:20:59 -05:00
Joe Taylor
5d94775c7d Change nmode to nBaseSubmode, and don't allow for a JT65 mode. 2023-12-09 13:25:07 -05:00
Joe Taylor
91c0e43ef6 Don't re-define value of mode_q65; use mode_q65_tmp instead! 2023-12-08 16:48:17 -05:00
Joe Taylor
0cf01f1248 Correct a flaw in setting QMAP background colors. 2023-12-08 15:32:40 -05:00
Joe Taylor
6019101018 Highlight QMAP's Q65-30B decodes with yellow background. 2023-12-08 15:21:47 -05:00
Joe Taylor
115c4c4e30 Activate the Gain co0ntrol in QMAP's "File -> Settings -> I/O Devices". 2023-12-08 14:06:15 -05:00
Joe Taylor
e6fad89904 Remove a diagnostic write. 2023-12-08 12:13:00 -05:00
Joe Taylor
fe19a7263d Clean up the way UTC gets written to q65_decodes.txt and all_qmap.txt. 2023-12-08 12:06:20 -05:00
Joe Taylor
7622915147 Add submode to display of decoded messages. 2023-12-07 13:00:21 -05:00
Joe Taylor
62eb8fa3e9 Merge branch 'qmap' of bitbucket.org:k1jt/wsjtx into qmap 2023-12-07 12:34:22 -05:00
Joe Taylor
8ae939b573 Save 60 s of data to *.iq files. Last 1.5 s may be zeroes. 2023-12-07 12:33:19 -05:00
Joe Taylor
7f660d62fa Reduce the search range back to +/- 10 Hz from detected sync freq. 2023-12-07 11:52:41 -05:00
Joe Taylor
bf861d9979 Resize arrays to enable processing up to full 60 seconds of data. 2023-12-07 11:43:25 -05:00
Joe Taylor
d62cdbaf2b Intermediate commit: work in progress. 2023-12-07 11:20:21 -05:00
Uwe Risse
ff2f2b00b9 Add an option for a continuous waterfall when WSJT-X is transmitting. 2023-12-07 11:27:26 +01:00
Joe Taylor
cb7395b504 QMAP now decodes both Q65-60C and Q65-30B in same 60-second Rx sequence. 2023-12-06 15:15:48 -05:00
Joe Taylor
93dba5e623 Work in progress on QMAP, for Q65-30x decoding. 2023-12-06 14:22:45 -05:00