Joe Taylor
dc2d1057bd
Merge branch 'feat-fst280' of bitbucket.org:k1jt/wsjtx into feat-fst280
2020-06-19 15:02:59 -04:00
Joe Taylor
87b79d0615
OK, we can now transmit in FST280 mode.
2020-06-19 15:02:05 -04:00
Steven Franke
7b62732a45
Fix size of candidates array.
2020-06-19 13:43:50 -05:00
Steven Franke
a5dd1bcab4
Merge branch 'feat-fst280' of bitbucket.org:k1jt/wsjtx into feat-fst280
2020-06-19 13:41:35 -05:00
Steven Franke
1465ab6935
Sync all signals and then de-dupe before decoding. Changes to sync threshold scheme.
2020-06-19 13:39:10 -05:00
Joe Taylor
b2ae563a7d
For the user, define FST280 frequency as that of the lowest tone.
2020-06-19 11:57:49 -04:00
Joe Taylor
297c1a0dcb
Must reallocate some arrays when FST280 submode changes.
2020-06-19 10:16:04 -04:00
Joe Taylor
8933e43fb3
Use 15 30 60 120 300 rather than A B C D E for sequence length in FST280sim.
2020-06-19 09:28:55 -04:00
Joe Taylor
d64e266e8f
Pass submode (==> hmod) to fst280_decode.f90.
2020-06-19 09:15:00 -04:00
Joe Taylor
5569700980
Send nutc to the fst280 decoder, and use it. Also some code cleanup.
2020-06-18 19:53:49 -04:00
Joe Taylor
ea439f77ab
Merge branch 'feat-fst280' of bitbucket.org:k1jt/wsjtx into feat-fst280
2020-06-18 18:46:06 -04:00
Bill Somerville
402ce1b3fb
Enable passing decodes back to caller
2020-06-18 23:33:36 +01:00
Joe Taylor
b270e7372f
Use hhmm in file name if TRperiod.ge.60.
2020-06-18 15:03:41 -04:00
Joe Taylor
72005888ac
Starting to implement callback routine fst280_decoded. Not yet functional!
2020-06-18 13:37:49 -04:00
Joe Taylor
54c1df030b
Fix the logic for setting length of FST280 data sent from jt9 to decoder.
2020-06-18 11:25:32 -04:00
Steven Franke
3172f1e976
Fix a type, add threshold for h=8, tweak gen_candidates to decrease the number of spurious candidates.
2020-06-18 08:14:11 -05:00
Joe Taylor
07721761a9
Fix a few more passings of parameters from jt9 to decoder, for FST280.
2020-06-17 20:31:54 -04:00
Joe Taylor
5c3a340f72
Pass TRperiod (s) to fst280_decode().
2020-06-17 19:58:21 -04:00
Joe Taylor
1cebbd2cdd
Enable decoding of FST280 for other T/R sequence lengths. Needs testing!
2020-06-17 19:28:44 -04:00
Joe Taylor
b0a979e3f2
Enable FST280 decoding with jt9[.exe]. So far, with 60 s periods only.
2020-06-17 15:07:15 -04:00
Joe Taylor
5aeaf5dc78
Include h=8 and NSS=40 in the FST280 decoder.
2020-06-17 14:17:03 -04:00
Joe Taylor
70441a9b4a
Merge branch 'feat-fst280' of bitbucket.org:k1jt/wsjtx into feat-fst280
2020-06-17 13:33:26 -04:00
Steven Franke
03632d9759
Update sync thresholds and add threshold for h=8.
2020-06-17 11:24:29 -05:00
Joe Taylor
81c0548919
Add a dummy fst280 decoder.
2020-06-17 11:50:28 -04:00
Steven Franke
c25ed618b3
Merge branch 'feat-fst280' of bitbucket.org:k1jt/wsjtx into feat-fst280
2020-06-17 10:44:35 -05:00
Steven Franke
57a2b7d565
Make hmod an integer everywhere. Add h=8. Increase nominal nss to 40*h Sa/symbol.
2020-06-17 10:44:29 -05:00
Joe Taylor
af9f7b21c0
Starting to implement FST280 decoder. Make Rx sequences behave as desired.
2020-06-17 10:56:18 -04:00
Joe Taylor
0e3ff2688a
Further progress toward activating FST280 and FST280W in the GUI.
2020-06-16 16:59:40 -04:00
Joe Taylor
abcb7c3ff5
Update one more file name, and the *.f90 references to 'include' it.
2020-06-16 16:33:15 -04:00
Steven Franke
27e7b7b17b
Remove unused variables.
2020-06-16 13:38:34 -05:00
Steven Franke
5dfb3c781b
Add fst280 files to CMakeLists.txt. Doesn't build yet.
2020-06-16 12:59:22 -05:00
Steven Franke
a720e0ec21
Add fst280 files.
2020-06-16 12:28:56 -05:00
Steven Franke
7478978305
FT8: make sure that nbadcrc is initialized to true before each decoding attempt.
2020-06-16 11:09:46 -05:00
Joe Taylor
cab1a005c6
Another try: Ignore messages decoding to i3.n3 = 0.2.
2020-06-16 11:02:24 -04:00
Joe Taylor
027cb5186e
Revert "Messages decoding to i3.n3 = 0.2 are now ignored: 0.2 is not currently used."
...
This reverts commit d56f359b69
.
2020-06-16 10:54:36 -04:00
Joe Taylor
d56f359b69
Messages decoding to i3.n3 = 0.2 are now ignored: 0.2 is not currently used.
2020-06-16 10:26:36 -04:00
Steven Franke
68747a5e12
cosmetic change.
2020-06-15 17:25:30 -05:00
Steven Franke
76566aca7b
Detune the Normal decode setting a bit to reduce false decodes even more.
2020-06-15 13:56:35 -05:00
Steven Franke
ee0d539b16
FT8: Make Fast decode setting faster.
2020-06-14 11:40:42 -05:00
Steven Franke
d051a7f87d
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-06-10 08:22:28 -05:00
Steven Franke
992351f584
In gen_ft8wave, make sure that wave() is not referenced unless icmplx=0.
2020-06-10 08:22:14 -05:00
Steven Franke
29d4b4c359
FT8: Make the Fast decode setting Faster.
2020-06-09 09:38:48 -05:00
K9AN
5de5db6765
Override hashtable and use mycall when 22-bit hash in call_1 of i3=1 message matches hashmy22.
2020-06-06 14:58:41 +01:00
K9AN
c058686bc6
Override hashtable and use mycall when 22-bit hash in call_1 of i3=1 message matches hashmy22.
2020-06-06 08:18:31 -05:00
Bill Somerville
1b8fd35e03
Merge branch 'hotfix-2.2.1' into develop
2020-06-05 23:47:51 +01:00
Bill Somerville
451b6747b7
Spring cleaning
2020-06-03 15:27:49 +01:00
Bill Somerville
90a89c5a98
Merge branch 'release-2.2.0' into develop
2020-06-02 01:52:48 +01:00
Joe Taylor
6f5fc344bf
Fix a bug in JT65's SNR calculation for VHF usage.
2020-06-01 11:24:24 -04:00
Bill Somerville
a57dcd4a6f
Merge branch 'master' into develop
2020-05-29 00:53:36 +01:00
Steven Franke
002748b44f
Raise sync threshold for Normal and Fast decoding depth.
2020-05-26 09:59:52 -05:00
Joe Taylor
a9e9866017
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-05-24 13:39:46 -04:00
Joe Taylor
b31dfba67b
Consider a decode starting with "CQ <" as an invalid decode.
2020-05-24 10:03:56 -04:00
Steven Franke
d57e92d702
Make sure that mycall13 and dxcall13 are initialized in FT4 mode.
2020-05-21 12:13:12 -05:00
Joe Taylor
1f9a9654a2
Catch invalid values of igrid6 and set unpk77_success=.false.
2020-05-19 10:22:42 -04:00
Joe Taylor
a9bb592487
Make checking "Ref Spec" without a refspec.dat file into a NOP.
2020-05-18 14:21:55 -04:00
Joe Taylor
db6d3c9e84
Eliminate a few more false decodes.
2020-05-18 10:32:17 -04:00
Joe Taylor
24bd0f807f
Silence some compiler warning messages.
2020-05-17 14:09:25 -04:00
Joe Taylor
e770e967e6
Filter out very weak FT8 false decodes.
2020-05-17 13:25:52 -04:00
Joe Taylor
e6b6a3ab5b
Bug fix for compound callsigns used with EU VHF Contest messages.
2020-05-13 11:54:25 -04:00
Joe Taylor
c97a127c68
Fix a bug parsing EU VHF message with both calls "/P". (The only message with both calls hashed is type 5, EU VHF Contest.)
2020-05-13 12:45:38 +01:00
Joe Taylor
d79cf16a5b
Add a few more 77-bit test messages.
2020-05-12 18:40:12 -04:00
Joe Taylor
032de4a2c9
Fix a bug parsing EU VHF message with both calls "/P". (The only message with both calls hashed is type 5, EU VHF Contest.)
2020-05-12 13:40:00 -04:00
Bill Somerville
a0a8159129
Fix a command line parsing defect
2020-05-09 00:55:22 +01:00
Bill Somerville
8229e5110a
Squash some more warnings
2020-05-09 00:54:53 +01:00
Joe Taylor
c92699531c
Correct the record length submitted to JT4 decoder when newdat is false.
2020-05-08 10:57:45 -04:00
Joe Taylor
558c480b42
Don't mark shorthands as "synced" for JT65 averaging.
2020-05-08 10:32:23 -04:00
Joe Taylor
5693be1ee1
Fix bugs for generating and decoding JT65 shorthand messages.
2020-05-07 13:54:02 -04:00
Joe Taylor
fcf6b1f816
Fix a bug in wav11.f90.
2020-05-07 11:33:06 -04:00
Bill Somerville
5c3f3ab1ee
Update case fall through warning squash for old and new gcc as well as Clang
2020-05-07 15:43:27 +01:00
Bill Somerville
f194a516e6
Keep both Clang and gcc happy with fallthrough cases
2020-05-07 15:31:44 +01:00
Bill Somerville
cf6893e56b
Updates for compliance with gcc v10 and squash some warnings
2020-05-07 14:57:05 +01:00
Joe Taylor
399b0caafe
Enable "Decode after EME delay" for FT8. (Let the 1296 MHz EME guys play with FT8.)
2020-05-06 11:43:52 -04:00
Steven Franke
8f6663b0d7
Remove some experimental code.
2020-05-06 07:17:42 -05:00
K9AN
df7224abee
Bump up the FT4 decoding depth.
2020-05-05 17:20:24 -05:00
Steven Franke
80bdad45dc
More housekeeping.
2020-05-05 14:26:30 -05:00
Steven Franke
c0da6ce265
Housekeeping.
2020-05-05 14:05:46 -05:00
Steven Franke
3405687e89
Clean up in preparation for RC release.
2020-05-05 13:45:02 -05:00
Steven Franke
9b6dd092c5
Streamline decoding to use a single call to decode174_91.
2020-05-05 11:59:43 -05:00
Steven Franke
27b94e2cc7
Fix another bug.
2020-05-05 08:07:31 -05:00
Steven Franke
82e66f3251
Fix problems with ldpc174_91.f90
2020-05-05 08:05:58 -05:00
K9AN
6363f3fd43
Change maxsuper to 1.
2020-05-04 15:28:16 -05:00
Steven Franke
ceb8ae610a
Oops - decoding depths were set for uncoupled decoding.
2020-05-04 13:58:17 -05:00
Steven Franke
1bcf2ff335
Cleanup.
2020-05-04 13:42:42 -05:00
Steven Franke
093c403063
Implement coupled BP->OSD decoding for FT8/FT4.
2020-05-04 13:13:49 -05:00
Steven Franke
c3ba4178e6
Tweak the downsample filter bandwidth.
2020-05-04 13:09:05 -05:00
Joe Taylor
d3f8793578
Better correction for very weak false decodes in ft8b.f90. Revert an incorrect change in jt9.f90.
2020-05-04 10:55:53 -04:00
Joe Taylor
4ea896af55
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-05-03 11:24:23 -04:00
Joe Taylor
4429230752
Force message to upper case.
2020-05-03 11:10:21 -04:00
Steven Franke
1d2a0f39ac
Tweak SNR calibration for better tracking at low SNR.
2020-05-03 08:51:55 -05:00
Joe Taylor
9f974b48e0
Correct a flaw in ft8_decode.f90 when there are no early decodes.
2020-05-02 13:17:32 -04:00
Steven Franke
db773cf7dd
Make a change to decrease the number of false decodes.
2020-05-02 10:45:04 -05:00
Steven Franke
68efcca51d
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-05-02 08:10:42 -05:00
Steven Franke
b0ef40cb1d
Add routines for ft4slow based on (280,101) code.
2020-05-02 08:10:35 -05:00
Joe Taylor
1a39ed1e5d
Code cleanup.
2020-04-30 16:54:53 -04:00
Joe Taylor
0a14984d6a
Add a program to sum together several .wav files of simulated data.
2020-04-30 16:53:44 -04:00
Joe Taylor
181e70ebe0
Code cleanup in hint65.f90. Remove the warning about short or missing CALL3.TXT.
2020-04-28 11:37:59 -04:00
Steven Franke
e82edf2365
Generalize ft4slowsim and ft4sd to work with arbitrary modulation index.
2020-04-28 07:21:13 -05:00
Steven Franke
c43e58792c
Work-in-progress hybrid bp/osd decoder for FT8.
2020-04-26 14:45:39 -05:00
Steven Franke
7804ab5fc6
A simple hard-decision bit-flip decoder for LDPC codes.
2020-04-26 14:44:02 -05:00
Steven Franke
73e2aa9573
Add routines needed to test (240,101) qso mode.
2020-04-26 14:34:09 -05:00
Steven Franke
c2bcb460e1
Remove temporary (174,101) qsp stuff and revert to (174,74) with wspr-type messages.
2020-04-26 14:30:24 -05:00
Steven Franke
93223ea455
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-04-26 14:17:46 -05:00
Steven Franke
195e04902f
Modify jf49sim to use Watterson channel simulator.
2020-04-26 14:17:39 -05:00
Joe Taylor
4379ef9627
Fix a flaw in the new test logic.
2020-04-25 12:10:32 -04:00
Joe Taylor
f4811845cb
Add a feature for testing: simulate responses from another station.
2020-04-25 11:53:20 -04:00
Steven Franke
a0f9ea0075
Add a (240,101) code.
2020-04-23 11:54:02 -05:00
Steven Franke
edeb756257
Work on (174,101) encoding and decoding for ft4slow.
2020-04-22 10:36:48 -05:00
Steven Franke
3085047a96
Add routines to create wave files for ft4slow.
2020-04-22 08:00:34 -05:00
Steven Franke
95d3f6acd0
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-04-21 15:03:02 -05:00
Steven Franke
8da98fee1e
Cleanup
2020-04-21 15:02:57 -05:00
Joe Taylor
088c27acf2
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-04-21 15:52:23 -04:00
Steven Franke
01d555c898
Add hybrid bp/osd decoder for (174,K) crc-aided code.
2020-04-21 13:46:43 -05:00
Steven Franke
58f19c855b
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-04-21 13:44:30 -05:00
Steven Franke
529cc1bae1
Speed up wspr4d.
2020-04-21 13:44:24 -05:00
Joe Taylor
00e8027c29
Implementing new Type 5 messages for EU VHF contests.
2020-04-21 13:48:47 -04:00
Joe Taylor
b847d6b32b
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-04-20 14:28:43 -04:00
Joe Taylor
8ace9759c5
EU VHF Contest msg conveying grid6 is now Type 5 and conveys hashes of both calls.
2020-04-20 14:27:22 -04:00
Steven Franke
03efe4d54a
Add shift jittering to improve performance on fading channels. Not yet optimized for speed.
2020-04-20 08:37:58 -05:00
Joe Taylor
b0a7cef3bd
More tweaks to minimize false JT65 decodes when strong signals are present.
2020-04-19 18:56:16 -04:00
Joe Taylor
d5d8b1c38d
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-04-18 11:46:56 -04:00
Joe Taylor
3a979ea96d
Must set flip=0 for directed search for JT65 shorthands.
2020-04-18 11:45:44 -04:00
Steven Franke
14f6c27025
wspr4d cleanup.
2020-04-18 08:05:23 -05:00
Steven Franke
041d0bf1f4
Fix bpdecode174_74.f90 to work with revised crc24 routine.
2020-04-17 15:06:22 -05:00
Steven Franke
c2d60afcf9
Make ldpcsim174_101 work.
2020-04-17 14:37:48 -05:00
Steven Franke
fae81b6b67
Add routines necessary to support a crc24-aided (174,101) code.
2020-04-17 14:11:12 -05:00
Joe Taylor
35eb391e23
Clean up the formation and display of JT4 average and DS decodes.
2020-04-17 12:14:43 -04:00
Joe Taylor
e94cacb265
Fix a bug with "memory" of previously decoded data.
2020-04-17 10:56:24 -04:00
Steven Franke
b670353bbd
Cleanup and tweaks.
2020-04-16 08:55:17 -05:00
Steven Franke
191b478584
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-04-15 15:46:31 -05:00
Steven Franke
4978f29e58
Add a new code.
2020-04-15 15:45:50 -05:00
Steven Franke
b8ff0941e8
Add wspr4d and support routines. Not yet working.
2020-04-15 15:45:07 -05:00
Joe Taylor
4646e61b9a
Fix a bug in packjt77.
2020-04-15 14:43:33 -04:00
Steven Franke
49a7fbbd59
ft4sim: cosmetic tweak
2020-04-15 13:36:34 -05:00
Steven Franke
c54f3b7e83
ldpcsim174_74: minor cleanup.
2020-04-15 07:59:57 -05:00
Steven Franke
7d52234371
Fix a bug in wspr4 signal generation.
2020-04-15 07:58:31 -05:00
Joe Taylor
00abc81a00
Remove two diagnostic prints.
2020-04-14 16:40:24 -04:00
Joe Taylor
af4de10055
Modify packjt77 to encode and decode 50-bit WSPR messages. For now, results are the first 50 bits of c77, and we're using subtype i3.n3=0.6.
2020-04-14 15:40:11 -04:00
Steven Franke
c5e2593979
Add routines necessary to generate simulated 'wspr4' wav files.
2020-04-14 10:34:00 -05:00
Joe Taylor
e82b9ffa38
Allow entry and decoding of WSPR-format message in ldpcsim174_74.
2020-04-13 15:43:34 -04:00
Steven Franke
65dd843bfb
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-04-13 10:24:29 -05:00
Steven Franke
65fa6aed6c
Add a new (174,74) LDPC code (regular, column weight 3) and supporting files.
2020-04-13 10:23:02 -05:00
Joe Taylor
e3d2d5d65a
Fix another piece of flaky behavior with Deep Search average decodes.
2020-04-09 15:30:12 -04:00
Joe Taylor
c188f8ee89
More cleanup of the display of special JT65 decoding modes: avg, deep, AP.
2020-04-09 13:56:35 -04:00
Joe Taylor
899d0e71ce
Re-establish improved decoding for JT65 shorthand messages.
2020-04-09 10:51:35 -04:00
Joe Taylor
eafaa1ce28
Fix a bug in generating EME shorthand messages in JT65sim.
2020-04-09 10:40:21 -04:00
Joe Taylor
11e1f78647
Fix a problem with turning DS on/off in JT65.
2020-04-08 21:47:10 -04:00
Joe Taylor
756cb3b9b1
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-04-08 18:45:33 -04:00
Joe Taylor
0390791090
Fix some problems with message averaging, etc., in JT65 with VHF features enabled. Needs further testing!
2020-04-08 16:56:28 -04:00
Joe Taylor
17f420b48b
Allow generation of messages with EME-style 'OOO' report.
2020-04-07 18:25:35 -04:00
Steven Franke
e972fbbfec
Change sync word to 4 concatenated 4x4 Costas arrays. Tweaks to optimize sync efficiency.
2020-04-07 13:18:41 -05:00
Steven Franke
1044342245
Use Joe's sync vector.
2020-04-05 14:40:19 -05:00
Steven Franke
2f7afbc34e
Fix wsprd's -B command line option.
2020-04-04 15:03:11 -05:00
Steven Franke
583f9d2f0e
Comment out a debug write statement.
2020-04-03 10:39:51 -05:00
Steven Franke
f78f63a53d
Merge branch 'feat-50bit' into develop
2020-04-03 10:34:02 -05:00
Steven Franke
cf5a69d25b
Updates and additions to wsprcpm files.
2020-04-03 10:27:43 -05:00
Joe Taylor
151c25bcb3
Remove messahe type i3=5, possible WWROF digi contest. It will not be used.
2020-03-30 14:20:46 -04:00
Joe Taylor
0557e19b3e
Correct a flaw in displaying subtype "j2" in encode77.f90.
2020-03-30 14:09:39 -04:00
Joe Taylor
380a05f94e
Remove stray comments.
2020-03-30 13:52:37 -04:00
Joe Taylor
38f11fee62
Enhance packjt77 to include 50-bit WSPR-style messages. Build encode77[.exe].
2020-03-30 13:37:34 -04:00
Joe Taylor
33ce9e3355
Trivial code cleanup.
2020-03-28 14:05:48 -04:00
K9AN
f5fabaf163
Try to get rid of some compiler warnings.
2020-03-20 09:57:58 -05:00
Joe Taylor
fcc7739cb9
Correct an error in decoder.f90, introduced yesterday.
2020-03-20 10:11:08 -04:00
Joe Taylor
7cc81d800f
More code cleanup.
2020-03-19 15:53:44 -04:00
Joe Taylor
7de6b8c98d
Remove diagnostic writes. Don't save .wav files if "Save None" is selected.
2020-03-19 14:46:41 -04:00
Joe Taylor
64a9aa5d39
Silence compiler warnings.
2020-03-19 13:45:13 -04:00
Joe Taylor
b3f539670b
Silence compiler warnings.
2020-03-19 13:20:07 -04:00
Joe Taylor
d5e92202d0
Silence compiler warnings; reformmat some source code.
2020-03-19 13:13:33 -04:00
Joe Taylor
d4d37c49ab
Silence compiler warnings.
2020-03-19 12:04:56 -04:00
Joe Taylor
80b926d6fd
Silence compiler warnings.
2020-03-19 11:58:36 -04:00
Joe Taylor
7564301209
Silence compiler warnings.
2020-03-19 11:43:22 -04:00
Joe Taylor
a6089bc196
Silence compiler warnings.
2020-03-19 11:27:57 -04:00
Joe Taylor
1eb63b6f84
Silence compiler warnings.
2020-03-19 11:19:44 -04:00
Joe Taylor
0a076e0455
Silence compiler warnings.
2020-03-19 11:00:21 -04:00
Joe Taylor
4fa3ee3437
Silence compiler warnings.
2020-03-19 10:43:45 -04:00
Joe Taylor
430a413f95
Silence compiler warnings for packjt77.f90.
2020-03-19 10:16:33 -04:00
Joe Taylor
4d4e6cc4c7
Silence compiler warnings.
2020-03-19 09:23:35 -04:00
Joe Taylor
e7c7459a08
Some general cleanup.
2020-03-17 16:30:05 -04:00
Joe Taylor
0926943326
Silence some compiler warnings.
2020-03-17 16:05:02 -04:00
Joe Taylor
0603f52e75
Delete a bunch of obsolete Makefiles.
2020-03-17 15:51:10 -04:00
Joe Taylor
f5e6e7e8ff
Silence some compiler warnings.
2020-03-17 15:50:21 -04:00
Steven Franke
0f2793dcbe
Update calls to bpdecode174_91.
2020-03-17 12:18:10 -05:00
Steven Franke
8f7221825f
First cut at setting up Fast/Normal/Deep parameters.
2020-03-17 08:51:37 -05:00
Joe Taylor
a2c3907b75
Fix a bug that affected jt9 running from command line.
2020-03-16 13:47:41 -04:00
Joe Taylor
5e94de71fd
Use tseq rather than ipc1 as test for early bailouts.
2020-03-16 12:11:56 -04:00
Joe Taylor
8b8cadcf3a
Fix some comments and do not compare ints with floats.
2020-03-16 11:08:09 -04:00
Joe Taylor
d6cc789f40
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-03-16 10:54:25 -04:00
Bill Somerville
5024cc4e2d
Add missed file to repo
2020-03-16 14:39:42 +00:00
Joe Taylor
fea2d43489
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-03-16 10:35:08 -04:00
Joe Taylor
2653626d45
Replace the changes I removed by executing 'git reset HEAD~'.
2020-03-16 10:27:22 -04:00
Bill Somerville
488c2e8066
Cleanup and refactor Fortran shared memory usage
...
also added some missing locking for the ipc(1) value in ft8_decode().
2020-03-16 13:58:38 +00:00
Joe Taylor
3962aa3c43
Replace hijacked ss(1:3,1) with a separate ipc(3) array.
2020-03-15 14:25:56 -04:00
Bill Somerville
46638f6f07
Add shared memory synchronization to make access safe
2020-03-15 00:25:35 +00:00
Joe Taylor
649a79dfc1
New IPC trial: use shmem instead of .start .stop .quit files.
2020-03-14 17:06:54 -04:00
Bill Somerville
523e9a1a07
Enhanced process control for jt9 executable
...
The wsjtx process creates control files .start, .stop, or .quit and
the jt9 process deletes them. This is intended to avoid any race
conditions that get the processes out of sync.
2020-03-14 00:01:54 +00:00
Joe Taylor
8151816c84
Change formats of diagnostic writes so that GUI and Fortran output can be sorted together.
2020-03-13 11:25:22 -04:00
K9AN
f7d7c073c8
Fix a bug.
2020-03-12 15:36:03 -05:00
Joe Taylor
8e7685ea36
Do not alolow bailouts when data were read from disk.
2020-03-12 15:07:56 -04:00
Joe Taylor
0d535f24fb
Move the AA and CC diagnostic writes from jt9a() to decoder(). Add ndecodes to BB and CC.
2020-03-12 14:31:02 -04:00
Joe Taylor
f30754bdf5
Remove superfluous part of if() test.
2020-03-12 13:53:57 -04:00
Joe Taylor
68c942a70e
Correct the 47-buffer bailout place. Change bailout times 45->46 and 48->49.
2020-03-12 13:00:42 -04:00
Joe Taylor
6e308f0018
More attempts to diagnose or fix the FT8 "hung decoder" issue.
...
On the Fortran side:
- For the nzhsym=41 activation, bail out if m_ihsym reaches 45
- For the nzhsym=47 activation, bail out if m_ihsym reaches 48
- Change the format and content of what's written to fort.71
- Change msdelay from 10 to 1
In mainwindow.cpp:
- change format and content of what's written to qDebug
- always start FT8 decoder at m_ihsym = 41, 47, and 50
2020-03-12 12:33:34 -04:00
Joe Taylor
d69cb49e9a
Diagnostic writes to fort.71 in jt9a.f90.
2020-03-11 14:02:19 -04:00
Joe Taylor
199ff3dd3d
Experimental work-around for FT8 decoding on slow computers. Important changes:
...
- don't start function decode() is decoder is already busy
- send updated m_ihsym to jt9[.exe] via ss(1,1). Bill won't like this!
- jt9 bails out of the 41-buffer pass at m_ihsym=45.
2020-03-10 16:26:42 -04:00
Steven Franke
cf5aab0088
Allow up to 500 pre-candidates.
2020-03-09 14:03:53 -05:00
Steven Franke
d57b84be27
More changes to increase ft8 decoder yield.
2020-03-08 12:03:52 -05:00
Steven Franke
b130479249
Make jt9 work with the 41/47/50 scheme.
2020-03-06 19:03:09 -06:00
Steven Franke
83d87e9654
Fix an apparent typo in ft8_decode.
2020-03-06 19:02:41 -06:00
Steven Franke
fa071324e5
subtractft8: Delete unused variable, i1
2020-03-06 13:21:04 -06:00
Steven Franke
3467ee7924
Make Normal decode the same as Deep except no DT refinement at nearly=47.
2020-03-06 11:54:28 -06:00
Steven Franke
f2266c3c54
1. subtractft8: on the last call to sqf, don't need to do the long FFT.
...
2. mainwindow.cpp: based on the time when <DecodeFinished> is received, calculate
mswait to try to place the killFile time at 0.75*m_TRperiod.
2020-03-06 11:06:44 -06:00
Joe Taylor
f367b6d6b9
Temporary version: decode call at 47 buffers only does subtractions.
2020-03-06 10:38:24 -05:00
Joe Taylor
431ec50212
Progress toward decoding at 41/47/50 buffers. Not yet complete!
2020-03-05 15:37:31 -05:00
Joe Taylor
cd9efc54ea
Correct the reported value "ndecoded" for FT8 mode.
2020-03-03 15:18:25 -05:00
Joe Taylor
02eb4fe90b
Use a table lookup for exp(i*phi) in gen_ft8wave.f90.
2020-03-03 12:40:27 -05:00
Steven Franke
761ee1cd85
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-02-29 13:47:09 -06:00
Steven Franke
037805ca8f
Improve dt estimation in ft8b so that dt refinement procedure in subtractft8.f90 can be done with 4 calls to sqf instead of 7.
2020-02-29 13:46:59 -06:00
Joe Taylor
6c1efac576
Once more, to get the <DecodeFinished> behavior right for realtime monitoring as well as data from disk.
2020-02-28 15:45:51 -05:00
Joe Taylor
8e7a56634b
Set nearly=41; don't write <DecodeFinished> after the early decode pass.
2020-02-28 15:03:39 -05:00
Joe Taylor
f9322f2b43
Add calls to timer() around calls to subtractft8().
2020-02-28 11:25:32 -05:00
Steven Franke
877878ea88
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-02-27 09:10:27 -06:00
Steven Franke
403904089e
Re-arrange the fields in the ALL_WSPR.TXT file.
2020-02-27 09:10:17 -06:00
Joe Taylor
b9888a09ff
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-02-26 13:16:12 -05:00
Joe Taylor
00210d1141
Minor code cleanup in subtractft9.f90.
2020-02-26 13:14:49 -05:00
Steven Franke
1dde5fdd6c
Fix a minor bug in the unpk_ routine that was introduced in the last commit.
2020-02-25 15:28:57 -06:00
Steven Franke
38bac5e335
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-02-25 10:56:22 -06:00
Steven Franke
0ca6cbb575
wsprd: improve decoding and reduce the number of false decodes
...
Hashtable entries now include the 4-digit grid obtained from the most
recent Fano decode of the callsign. The stored grid is used to validate
OSD decodes. OSD decodes of type 1 messages are accepted only if the
callsign is present in the hashtable and if the grid matches the grid
stored in the hashtable.
2020-02-25 10:48:38 -06:00
Joe Taylor
65fda32a05
Previous commit was in error. This is the best-performing subtractft8.f90.
2020-02-25 09:04:18 -05:00
Joe Taylor
ff46c5a0c4
In subtractft8.f90: refine DT for early decodes before subtracting them from dd().
2020-02-24 16:18:42 -05:00
Joe Taylor
1d159a18c7
More cleanup to satisfy fussy gcc 10 compiler.
2020-02-21 13:36:49 -05:00
Joe Taylor
adb7dfcac3
Satisfy fussy compilers like gcc 10: Type mismatch between actual argument at (1) and actual argument at (2)
2020-02-21 09:52:20 -05:00
Steven Franke
ac1d0f837d
Comment out diagnostic write statement.
2020-02-17 10:56:47 -06:00
Steven Franke
20b942b802
FT8: Add an experimental 4'th bit metric. Make dupe removal unconditional.
2020-02-17 10:53:52 -06:00
K9AN
207fd05f9f
Minor simplification - remove unnecessary nint() functions in get_spectrum_baseline.f90
2020-02-14 16:54:56 -06:00
Joe Taylor
ecb09ba852
Revert "Send "<DecodeFinished>" for FT8 only after the full-length decoding pass."
...
This reverts commit 364db768db
.
2020-02-14 17:44:46 -05:00
Steven Franke
09b47b0e8e
Change lower limit of analysis window from 200 Hz to 100 Hz.
2020-02-14 15:28:16 -06:00
Joe Taylor
364db768db
Send "<DecodeFinished>" for FT8 only after the full-length decoding pass.
2020-02-14 11:49:07 -05:00
Joe Taylor
e25696f4e3
Enable early+normal decoding for FT8 data read from disk, within WSJT-X.
2020-02-14 11:16:54 -05:00
Joe Taylor
cf6ee661ab
Fix two bugs (thanks Steve!); add early-decode logic to jt9[.exe] from command line.
2020-02-14 10:15:37 -05:00
Joe Taylor
2823cc3e85
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-02-13 15:34:09 -05:00
Steven Franke
e936a863a8
Fix some bugs related to osd decoding in msk144 and disable it for now.
2020-02-13 14:25:36 -06:00
Joe Taylor
4a4864d2ae
FT8 early decoding is now working.
2020-02-13 15:05:37 -05:00
Steven Franke
08baa50a01
Experimental change to enable OSD decoding for MSK144 when ntol .le. 50 Hz
2020-02-13 08:48:51 -06:00
Steven Franke
cf07d478ac
Some repairs and tweaks to development-related programs in fsk4hf directory.
2020-02-09 16:13:52 -06:00
Steven Franke
e9160f3c2f
Make ldpcsim174_91 work again. Scale SNR2500 assuming coherent BPSK, same Eb as FT8.
2020-02-08 14:49:21 -06:00
Steven Franke
ff109a60ca
Implement AP decoding for Hounds when Fox has a compound call with standard base call.
2020-02-03 10:48:51 -06:00
Steven Franke
96ad947a37
Implement decode quality metric for FT4.
2020-01-27 09:55:34 -06:00
Steven Franke
70b84478f0
Add WW_DIGI to the special activities section. Make necessary changes to
...
the decoders. Also, an experimental change to the FT4 decoder to base
AP decoding passes on 4-symbol block detection instead of single symbol
detection. This provides about 1 dB improvement on the AWGN channel.
Sensitivity changes on other channels are TBD.
2020-01-24 11:26:36 -06:00
Steven Franke
9aaffb9252
For FT4 - enable ndeep=4 within 80 Hz of nfqso.
2020-01-11 15:22:48 -06:00
Steven Franke
87b2bd74e2
More work on AP decoding for RU/SCC contests.
2020-01-09 11:44:58 -06:00
Steven Franke
a63e6e1209
- Force the use of standardized CQ modifier for FT4/FT8 contest operation.
...
- Pass CQ modifier string to the ft4 decoder.
2020-01-08 08:41:47 -06:00
Steven Franke
52075fca24
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-01-03 14:29:12 -06:00
Steven Franke
dda393dd81
Fix a typo. Thanks NQ6Z!
2020-01-03 14:28:37 -06:00
Joe Taylor
f069477dbb
Bring test28.f90, ft4_testmsg.f90, ft8_testmsg.f90, ft8code.f90 up to date.
2020-01-03 13:34:56 -05:00
Joe Taylor
3cb75a49ec
Reorder the FT4 test messages used in ft4code.f90.
2019-12-18 12:14:34 -05:00
Joe Taylor
26d1996eb8
Tweaks to ft4code.
2019-12-18 10:42:08 -05:00
Joe Taylor
3397bf49b4
Add utility program ft4code.
2019-12-18 10:02:00 -05:00
Joe Taylor
7d8cdd200c
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2019-12-11 16:34:34 -05:00
Joe Taylor
7c0bef98bc
Update and correct some comments. No actual code changes!
2019-12-11 16:33:33 -05:00
Steve Franke
0f592eb48f
Disallow decoded messages with i3.ge.6 as these are not yet defined.
2019-12-11 11:18:37 -06:00
Steve Franke
85b5967d99
Fix ncontest initialization and heap storage conflict.
2019-12-11 10:16:48 -06:00
Joe Taylor
794736043c
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2019-12-04 15:45:36 -05:00
Joe Taylor
61e8cb65d4
Update allsim.f90 and addit.f90 for the new FT8 and FT4 waveforms.
2019-12-04 15:44:38 -05:00
Steve Franke
a0d471cb0b
Improve FT8 SNR estimates in two ways:
...
(i) SNR no longer saturates at +20 dB
(ii) a large signal in the passband no longer causes the
SNR of weaker signals to be biased low.
2019-11-27 15:58:52 -06:00
Steve Franke
091b7f03ed
Delete un-needed file.
2019-11-27 15:57:40 -06:00
Steve Franke
d1530b0c19
Rename ft8sim files as follows:
...
ft8sim_gfsk.f90 => ft8sim.f90
ft8sim.f90 => ft8sim_fsk.f90
This change reflects the fact that the GFSK waveform is now used in WSJT-X
for ft8 and ft4.
2019-11-27 09:08:17 -06:00
Steve Franke
63e9c21a17
Simplify ft4sim by removing waveform generation code and replacing it with a call to gen_ft4wave.f90.
2019-10-24 10:36:50 -05:00
Bill Somerville
28f5cb0fb9
WSJT-X General Availability Release v2.1.0 wsjtx-2.1.0
...
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEUELwYiy7vDRM+hTD2GSwbR6BYY8FAl0qXxcACgkQ2GSwbR6B
YY/ZGAf8Da+a+83dpnj5dnosIKWwSwgpiWHY0JKzm8fp0n3hcs5+rV1/gM81xXKT
J3lbHWykGzMYlZNoEw3eNwQbXzOCf/7mOaeTKJQnBLukMpTLmsz5b5nYaCjvvRGM
6HKSddNS3Q4iz4qdakOgWnqdZeYJkRR3Z3XsTmlrG02GsSVlbXzOEyceooqM6EGd
w5WTkvpls+43OzwcGJ50SHzPlBAJYycE9vrAxxFOxU2fhqRRD/ttMZmUmjRY7Iqa
jRRQ39K1Io7i9QG/3V6FBZDttqeFfvvlkVzH0/TeMeCUOQiKbzuGxM01PJ6be7D1
H114v5l06GH56T7qpaF0IB2ZStkbrA==
=voDy
-----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEUELwYiy7vDRM+hTD2GSwbR6BYY8FAl0qX30ACgkQ2GSwbR6B
YY8p0QgAgt8Y/yLCyFw0+wfO2h8yIFyh2j1c8EfBf0+I/2xaIYMUfPPlmC3jkWhw
mtoCJVKkpCNcxr9mo6wjQp7x90pRUH3k78O0VtzbKWz7lveoN7Vguo+iVHDbEhUA
a9E6yMwvskH5Mr6+cFiS4EVYyjAsuG/BL+4FFMDUVQOaKXNBbgJuc2mjpHkcnEbK
C+XUxipcAUElH1Ks90eHT/vLoowAOP9jo0xSR1RqJMJlaKHxWZivsBCfQdI1xxn0
arlQO3bjIsxyNq/Ru7XWV5C56JmWjoPWCcqt5GRrNJLwGw/haSuDIMURaE/vrMif
csar293vcm5PzuTADArTQkhqK951pQ==
=1mJJ
-----END PGP SIGNATURE-----
Merge tag 'wsjtx-2.1.0' into develop
WSJT-X General Availability Release v2.1.0 wsjtx-2.1.0
2019-07-13 23:47:18 +01:00
Steve Franke
f224790569
Tweak for consistency.
2019-07-12 10:41:09 -05:00
Bill Somerville
60332e799e
Merge branch 'develop' into feat-refactor
2019-07-04 12:34:20 +01:00
Steve Franke
fa44ed84c5
Remove an unused routine. Minor tweaks.
2019-07-03 10:55:13 -05:00
sirhc808
27d4471cde
Merge branch 'ft9_refactor' into feat-refactor
...
# Conflicts:
# CMakeLists.txt
# lib/ft4/getcandidates4.f90
# lib/ft4/sync4d.f90
2019-07-02 12:06:14 -05:00
sirhc808
84fd0ed7c7
clean up a few warnings
2019-07-01 21:10:43 -05:00
Bill Somerville
adcf202637
Repair a crash when decoding ISCAT
...
Passing a auto stack variable to a future is not a good idea as it
will almost certainly go out of scope before the future has finished
executing.
2019-06-30 12:17:17 +01:00
Steve Franke
e7889ba11b
FT4: candidates within 20 Hz of nfqso are presented to the decoder first.
2019-06-24 11:09:55 -05:00
Steve Franke
c68679bd10
Tweak to reduce the number of bad candidates.
2019-06-19 09:07:08 -05:00
Steve Franke
efb01d014d
Merge branch 'release-2.1.0' of bitbucket.org:k1jt/wsjtx into release-2.1.0
2019-06-18 11:36:03 -05:00
Steve Franke
6caf9955a4
Back off to 77 AP bits for RR73 decodes, for now.
2019-06-18 11:35:54 -05:00
Joe Taylor
396bf1a013
Correct a flaw in ft8sim when generating data with large abs(DT).
2019-06-17 11:26:46 -04:00
Steve Franke
c26d0b4f29
FT4: Imrovements to sync.
...
Divide DT search range into 3 segments. Search central segment (near DT=0)
first and try to decode the largest peak. Then find the largest peak in each
of the surrounding segments and try to decode those only if the peak is larger
than the one found in the central segment.
Also re-indent ft4_decode.f90 and some other minor tweaks.
2019-06-16 09:46:33 -05:00
Steve Franke
b4a318e5a9
Merge branch 'release-2.1.0' of bitbucket.org:k1jt/wsjtx into release-2.1.0
2019-06-14 16:29:10 -05:00
Steve Franke
7e9cc9cbc7
FT4: Improve sync performance on disturbed channels. Make jt9 command-line option -d work
2019-06-14 16:28:59 -05:00
Joe Taylor
7bd15246ae
Adjustments to utility program rtty_spec.f90
2019-06-13 11:07:29 -04:00
Joe Taylor
7e1eaf3f31
Merge branch 'release-2.1.0' of bitbucket.org:k1jt/wsjtx into release-2.1.0
2019-06-12 11:34:41 -04:00
Joe Taylor
9de51ebfa3
Rename and tweak rtty_spec.f90.
2019-06-12 11:31:35 -04:00
Steve Franke
fc07bd9287
FT4: minor tweak to avoid passing an unnecessary argument and reject bad candidates sooner.
2019-06-12 08:16:10 -05:00
Steve Franke
89dc109968
Re-enable printing of ?a# decode quality and ap-type annotations, for now.
2019-06-11 09:17:13 -05:00
Steve Franke
8b195a91e9
Merge branch 'release-2.1.0' of bitbucket.org:k1jt/wsjtx into release-2.1.0
2019-06-08 08:36:40 -05:00
Steve Franke
3c23a05d1f
Move demod and bit metric calculation to a subroutine. This will make
...
it easier to experiment with alternative schemes for demod.
2019-06-08 08:34:46 -05:00
Bill Somerville
77094c88bf
Merge branch 'release-2.1.0' into f2008
2019-06-07 17:17:01 +01:00
Joe Taylor
d4a7a292c0
Implement message type i3=5 (for WWROF contest exchange) in packjt77.
2019-06-06 10:29:58 -04:00
Bill Somerville
f346d37fd6
Modernize Fortran interfaces that are called from C/C++
...
Making Fortran interfaces called from other languages fully portable
avoids issues with newer Fortran compilers.
2019-06-06 15:00:47 +01:00
Steve Franke
f9e9bc01a1
Update some comments, delete obsolete files.
2019-06-05 10:17:59 -05:00
Steve Franke
054d098d8b
Merge branch 'release-2.1.0' of bitbucket.org:k1jt/wsjtx into release-2.1.0
2019-06-04 14:53:52 -05:00
Steve Franke
97be1b46b9
Add more protection against the i0 crash that has occurred in getcandidates4.f90.
2019-06-04 14:53:45 -05:00
Joe Taylor
6a2ac44916
Use LU=26 in readwav.f90.
2019-06-04 10:39:43 -04:00
Joe Taylor
d3121bfedd
Correct the open() statement in readwav.f90.
2019-06-04 10:19:35 -04:00
Steve Franke
fc4dcc6d88
Fix a bug that caused FT4 decoding to fail when widegraph Start freq was less than 200 Hz.
2019-05-27 16:34:53 -05:00
Steve Franke
f00bcebb9c
Enable lapcqonly for FT4. This disables AP for all but CQ messages if 5 minutes or more have elapsed since the last Tx.
2019-05-26 13:25:36 -05:00
Steve Franke
11065c349c
Call OSD if Deep decoding is selected.
2019-05-26 12:08:07 -05:00
Steve Franke
8c371d7d66
Remove an obsolete routine.
2019-05-26 09:55:39 -05:00
Steve Franke
7e4de91626
Fix a comment.
2019-05-26 09:52:17 -05:00
Steve Franke
3bc5e538d2
FT4: Implement polynomial baseline fit.
2019-05-25 10:58:04 -05:00
Steve Franke
6dbaa28a01
Fix DT search range so that it includes DT= +/-1.0.
2019-05-24 20:11:20 -05:00
Steve Franke
883c914d29
Make DT=0 mean that the first full symbol starts at t=0.5s. Formerly DT=0 corresponded to the beginning of the ramp-up symbol. Fix a bug that caused signals with large DT to wrap around instead of truncating them.
2019-05-24 20:09:00 -05:00
Joe Taylor
2ab4b59d88
Fix ft4sim_mult for 7.5 s T/R sequences.
2019-05-23 14:06:00 -04:00
Steve Franke
932e100a2c
Update jt9.f90 to account for changes to FT4.
2019-05-23 09:55:50 -05:00
Steve Franke
a9623703b3
FT4: Change Fortran code to NSPS=576 and make necessary accompanying
...
changes on the C++ side. Basically works except that Tx audio has
incorrect DT and audio is truncated at the end. Also, command line
decoding using JT9 is not as sensitive as decoding from within WSJT-X.
2019-05-22 17:02:15 -05:00
Steve Franke
80307b64ad
Add a temporary research tool.
2019-05-22 17:01:06 -05:00
Joe Taylor
10aaec90e3
FT4 decodes using jt9 from command line now use ndepth=3.
2019-05-21 12:09:17 -04:00
Joe Taylor
2044b736da
Fix a bug in calculation of S/N in JT4 mode.
2019-05-20 12:46:36 -04:00
Steven Franke
ab1454a24c
Try to avoid a crash in freqcal.f90 when data is all zeros.
2019-05-11 09:36:15 -05:00
Steve Franke
0668c4fce0
Improve sync at large DT.
2019-05-08 11:34:16 -05:00
Steve Franke
0795651f0f
FT4: Initialize mycall13 and dxcall13 for unpack77.
2019-05-04 08:05:28 -05:00
Bill Somerville
2e5152ad08
Merge branch 'release-2.1.0' of bitbucket.org:k1jt/wsjtx into release-2.1.0
2019-05-03 23:34:39 +01:00
Steve Franke
3611be8ba0
Try to avoid an array bounds error that has been reported by a user. Cause unknown.
2019-05-03 10:51:45 -05:00
Steve Franke
ab282fae78
Add bLowSidelobes argument to the call to symspec. It is initialized to FALSE.
2019-05-03 09:01:18 -05:00
Bill Somerville
45a1841eec
Fix another grid variable length to suit new azdist API
2019-05-02 22:01:31 +01:00
Steve Franke
156f62d2fe
1. Fix array bounds mismatch in subroutine call that was the likely cause of Fortran crashes, and 2. open up DT search range to +/- 0.77s
2019-05-02 11:39:18 -05:00
Steve Franke
8b483620be
Merge branch 'release-2.1.0' of bitbucket.org:k1jt/wsjtx into release-2.1.0
2019-04-30 20:12:42 -05:00
Steve Franke
b5f0cc7ea7
Add a third decoding pass.
2019-04-30 20:02:42 -05:00
Bill Somerville
3916316a1c
Merge branch 'release-2.1.0' of bitbucket.org:k1jt/wsjtx into release-2.1.0
2019-04-30 15:43:01 +01:00
Bill Somerville
b29a6d14ea
Workaround for a crash on macOS when compiling with gfortran 8.3
2019-04-30 15:13:26 +01:00
Steve Franke
0a12b34ec5
Avoid a potential out-of-bounds error.
2019-04-30 08:54:42 -05:00
Steve Franke
50eb2914af
Change FT4 mode symbol to plus (+).
2019-04-26 16:44:09 -05:00
Steve Franke
561af7f411
Avoid zeroing cwave when it is not going to be used.
2019-04-20 09:37:36 -05:00
Bill Somerville
cf2219173a
Squash a SEGV
2019-04-20 01:14:23 +01:00
Steve Franke
5814887770
FT4: Wire up Fast/Normal/Deep.
2019-04-19 14:38:54 -05:00
Steve Franke
2746338757
Measure time spent in subtract4.f90.
2019-04-18 17:19:56 -05:00
Steve Franke
e8d17a9898
FT4: Subtraction is basically working.
2019-04-18 14:16:39 -05:00
Steve Franke
be72461142
FT4: Some groundwork for subtraction.
2019-04-18 14:15:24 -05:00
Joe Taylor
655e0029fd
Define the expected file length for FT4 data.
2019-04-17 14:03:27 -04:00
Steve Franke
f296e37630
Fix a bug that didn't show up when I compiled on the Mac.
2019-04-12 18:54:33 -05:00
Steve Franke
cd8ea16f40
FT8: Use GFSK waveform with BT=4.0 as reference for subtraction, for now. May want to change to BT=2.0 before v2.1 release?
2019-04-12 17:11:26 -05:00
Joe Taylor
a545b83bc3
Command-line argument for decoding FT4 files.
2019-04-03 15:40:33 -04:00
Joe Taylor
b3f62276e7
Fix the DT values generated in ft4sim_mult.
2019-04-03 12:45:38 -04:00
Joe Taylor
9fe179d396
Fix ft8sim_mult to generate synchronous FT4 signals.
2019-04-03 11:48:57 -04:00
Joe Taylor
50d4120c0c
Add timer calls to FT4 decoder.
2019-04-03 10:26:47 -04:00
Joe Taylor
6ea9f4990d
Several tweaks to FT4 simulation and decoding procedures. Now -0.5 < DT < 0.5
2019-04-03 10:13:50 -04:00
Joe Taylor
013c06b6ca
Fix a probmel with decoding FT4 from .wav files.
2019-04-03 09:25:32 -04:00
Joe Taylor
d1c5bbecfe
Add the new ft4_decode file.
2019-04-02 12:21:03 -04:00
Joe Taylor
e0d4c94cc1
Some very basic functionality for time-synchronized FT4.
2019-04-01 14:23:10 -04:00
Steve Franke
c7ec9b1927
Fix indenting. No functional changes.
2019-03-30 16:40:24 -05:00
Steve Franke
68f82c95de
FT4: Only do the big FFT once for each candidate. Duh.
2019-03-30 15:55:05 -05:00
Steve Franke
73efc09392
Speed up sync.
2019-03-28 14:34:03 -05:00
Steve Franke
5e1637a5db
Fix a bug and remove a redundant sanity check.
2019-03-28 14:01:30 -05:00
Joe Taylor
67b9f327a5
Merge branch 'release-2.1.0' of bitbucket.org:k1jt/wsjtx into release-2.1.0
2019-03-28 13:21:02 -04:00
Joe Taylor
54cd97f918
Protect against bad inferred candidate frequencies f0 in FT4 mode.
2019-03-28 13:07:37 -04:00
Steve Franke
fe8aa87401
Add some sanity checks to getcandidates4.f90
2019-03-28 11:13:26 -05:00
Steve Franke
3490c0d1e3
Merge branch 'release-2.1.0' of bitbucket.org:k1jt/wsjtx into release-2.1.0
2019-03-28 11:02:20 -05:00
Steve Franke
23c54540e7
Increase maximum wav file length to 20s.
2019-03-28 10:59:20 -05:00
Joe Taylor
6f00ec79a2
Merge branch 'release-2.1.0' of bitbucket.org:k1jt/wsjtx into release-2.1.0
2019-03-28 09:47:50 -04:00
Joe Taylor
cfb36395e0
Add some better usage examples for ft4sim.
2019-03-28 09:22:29 -04:00
Joe Taylor
580fce8320
Allow oddball file names for input to ft4d.
2019-03-28 09:21:01 -04:00
Steven Franke
a605ff4050
For now, limit noise level estimation to [300,2500] Hz.
2019-03-27 20:55:15 -05:00
Joe Taylor
43c38de884
Minor tweaks for FT4 debugging and possible tuning.
2019-03-26 14:00:32 -04:00
Steve Franke
0fef707118
Widen candidate frequency offset window to f0=[10,4990] Hz.
2019-03-21 13:27:10 -05:00
Joe Taylor
0ea485b305
Bring allsim up to date with changes elsewhere.
2019-03-13 11:35:47 -04:00
Joe Taylor
e150d003d6
Fix an inforrect constant in ft4_rx() that skipped over first 0.208 s of Rx data.
2019-03-13 10:31:23 -04:00
Steve Franke
7a0823301a
Remove some temporary code.
2019-03-09 10:03:01 -06:00
Steve Franke
8ddf3f8acc
Change default to DT=0.14 s for simulated wav files.
2019-03-09 09:13:26 -06:00
Steve Franke
1b591e2c8c
Make ft4d work with cqstr.
2019-03-04 17:26:24 -06:00
Steve Franke
d7012267c0
CQ message type strings are now passed from mainwindow.cpp to ft4_decode.f90, to enable AP decoding of special CQ messages.
2019-03-04 17:10:57 -06:00
Steve Franke
4769bf45d2
Make FT4 AP decoding work in RTTY RU and Field Day activities.
...
Move Nuttal window to standalone subroutine nuttal_window.f90 and
use Nuttal window in ft4/getcandidates4.f90.
2019-03-03 13:02:22 -06:00
K9AN
3176c1d3ef
wsprd Makefile now builds wsprsim too.
2019-03-01 17:48:57 -06:00
K9AN
4d5fa21821
More tweaks to wsprd Makefile.
2019-03-01 17:07:11 -06:00
K9AN
9ff9dc5c42
Make wsprd Makefile work on Linux with gcc/gfortran.
2019-03-01 14:36:26 -06:00
Joe Taylor
5c7e1ba35d
Complete the code cleanup in ft4sim.
2019-02-27 09:38:59 -05:00
Joe Taylor
1c617e2367
Minor code cleanup to ft4sim.f90 and ft4sim_mult.f90.
2019-02-27 09:34:40 -05:00
Bill Somerville
278c544a6a
Merge branch 'develop' into feat-ft2
2019-02-26 11:52:14 +00:00
Steve Franke
fdca7c2dcb
Merge branch 'feat-ft2' of bitbucket.org:k1jt/wsjtx into feat-ft2
2019-02-25 15:03:55 -06:00
Steve Franke
3759198982
Remove ramp-up and ramp-down symbols. Instead, shape the first 1/8th of first and last real symbols.
2019-02-25 15:03:43 -06:00
Joe Taylor
fdfb655b06
Option to select "Low sidelobes" or "Most sensitive" for waterfall spectra.
2019-02-25 15:04:05 -05:00
Steve Franke
ec2d5b6233
Fix the sign of one of the Nuttal window coefficients. Change BT to 2.0.
2019-02-25 12:57:34 -06:00
Steve Franke
17ac99344c
For now, change to BT=1.5 for FT8. This commit enables the waterfall analysis window. This decreases sidelobes significantly in exchange for increased noise bandwidth. Sensitivity to weak tones will be degraded somewhat.
2019-02-23 14:18:22 -06:00
Steve Franke
5d914a1eb1
Make ft8sim_gfsk work with recent changes to gen_ft8wave.f90.
2019-02-22 15:16:29 -06:00
Joe Taylor
25bfa3798a
Transmit FT8 using a gaussian-filtered waveform.
2019-02-22 13:39:39 -05:00
Steve Franke
d9c99601ae
Fix bugs in gen_ft8wave.f90.
2019-02-21 15:56:21 -06:00
Steve Franke
9425bd4d37
Merge branch 'feat-ft2' of bitbucket.org:k1jt/wsjtx into feat-ft2
2019-02-21 15:48:08 -06:00
Steve Franke
1acb5d5d99
Add routines needed to test FT8 with GFSK pulses.
2019-02-21 15:48:02 -06:00
Joe Taylor
d5a1671210
FT4 decoding interval is now 288 ms. Saving of FT4 files is somewhat rationalized.
2019-02-21 10:08:18 -05:00
Joe Taylor
a98e1d7f37
Minor code cleanup.
2019-02-15 09:55:27 -05:00
Joe Taylor
41c22b0153
Call fftwf_cleanup() from four2a to free all remaining fftw memory.
2019-02-15 09:38:28 -05:00
Joe Taylor
3c77b720f8
Account for buffer start time in ft4d.
2019-02-15 09:06:41 -05:00
Joe Taylor
e5ea814bb9
Destroy FFTW plans when ft4d is finished.
2019-02-15 08:59:41 -05:00
Steve Franke
6c8a204d7e
Make sure that message77 is initialized.
2019-02-14 18:54:14 -06:00
Steve Franke
473c7058ff
Merge branch 'feat-ft2' of bitbucket.org:k1jt/wsjtx into feat-ft2
2019-02-14 17:37:48 -06:00
Steve Franke
6ad6d44ffa
When doing block detection of symbols, fill in incomplete blocks using
...
data from shorter block sizes.
2019-02-14 17:34:46 -06:00
Joe Taylor
e4ba9f25fd
Process one more 3456-sample chunk in ft4d.
2019-02-14 15:21:01 -05:00
Joe Taylor
55e0e32e59
Fix ft4d so that it reads and processed full 15-second files.
2019-02-14 15:10:41 -05:00
Joe Taylor
9a6c82d09b
Tweaks to make valgrind somewhat happier.
2019-02-14 14:56:02 -05:00
Joe Taylor
073a22125a
Minor cleanup: debugging a problem with FT4 decoding.
2019-02-14 14:09:22 -05:00
Joe Taylor
c2cb55a68a
Reduce FT4 chunk size fro 500 to 288 ms; suppress duplicate decodes from close to chunk ends.
2019-02-13 14:42:57 -05:00
Bill Somerville
7d66f442d6
Fix up some compiler errors when using gfortran v9
2019-02-10 20:43:51 +00:00
Steve Franke
186482811a
Use 91 bits for RR73 messages.
2019-02-09 16:08:39 -06:00
Steve Franke
b415faae20
Remove char(0) from mycall and hiscall.
2019-02-08 16:44:18 -06:00
Steve Franke
0f03d02e74
Merge branch 'feat-ft2' of bitbucket.org:k1jt/wsjtx into feat-ft2
2019-02-08 15:17:52 -06:00
Steve Franke
33498cc10f
Disable AP if ncontest=5 or 6 (Fox and Hound).
2019-02-08 15:17:46 -06:00
Steven Franke
7d70c5e9e1
Still trying to make data_dir work under all conditions. This makes it work with ft4d.
2019-02-08 11:24:22 -06:00
Steve Franke
e3830dcb27
Remove temporary indent file.
2019-02-07 18:52:51 -06:00
Steve Franke
cbfcb76193
AP decoding basically works. Make data_dir setting work on the Mac.
2019-02-07 18:48:38 -06:00
Steve Franke
ecbeda5297
Disable sync2 calculation for now.
2019-02-07 10:16:28 -06:00
Steve Franke
60cb4a33aa
Re-enable second sync pass.
2019-02-05 19:53:53 -06:00
Steve Franke
71cb6d9f50
Use 4 different Costas arrays to prevent false syncs as received frames move
...
through the analysis window.
Add a random 77-bit vector to each message so that tone transitions occur
even if the message contains a long string of 0 or 1 (like a CQ).
Add alternative sync calculation as an option (sync2), for testing.
Add basic framework for AP decoding.
2019-02-05 19:18:50 -06:00
Steve Franke
91e3dbdf20
New scheme for finding candidates. Speed up sync. Improved SNR calibration.
2019-02-02 16:29:17 -06:00
Steve Franke
40fd3f6551
Make writing to data_dir work on the Mac.
2019-02-02 11:04:11 -06:00
Joe Taylor
22209030e2
Move files all_ft4.txt and clockit.out to the data_dir directory.
2019-02-01 11:56:08 -05:00
Joe Taylor
98d665c678
Add subroutine clockit() and use it for profiling ft4_decode().
2019-02-01 10:47:47 -05:00
Joe Taylor
9c2700128c
Generation of FT4 Tx waveform from itone() moved to a separate subroutine.
2019-01-31 16:07:07 -05:00
Joe Taylor
b32799d2b8
Add xdt to lines printed by ft4sim_mult.
2019-01-31 14:06:05 -05:00
Joe Taylor
04f085bb24
Proper handling of multiple decodes from one call to ft4_decode.
2019-01-31 13:55:21 -05:00
Joe Taylor
a80b955fe7
Decode FT4 over the full frequency range displayed in waterfall.
2019-01-31 12:10:58 -05:00
Joe Taylor
0dd4577143
Merge branch 'feat-ft2' of bitbucket.org:k1jt/wsjtx into feat-ft2
2019-01-31 11:38:55 -05:00
Joe Taylor
7ae1210266
Fix several flaws in the waveforms generated by ft4sim_mult.
2019-01-31 11:37:54 -05:00
Steve Franke
fdb84c0e63
Fix an off-by-one error.
2019-01-30 19:19:38 -06:00
Joe Taylor
9f909b6b1b
Oops, I left garbage in the file.
2019-01-30 15:49:52 -05:00
Joe Taylor
1261434e84
Merge branch 'feat-ft2' of bitbucket.org:k1jt/wsjtx into feat-ft2
2019-01-30 15:37:38 -05:00
Joe Taylor
189f538dc0
Add ft4sim_mult, which is basically functional.
2019-01-30 15:33:47 -05:00
Steve Franke
66bb999126
Improve ft4_downsample filter. Improve getcandidates4.
2019-01-30 12:47:01 -06:00
Joe Taylor
3f7fb38e81
More code cleanup -- just comments and formatting.
2019-01-30 12:22:41 -05:00
Joe Taylor
2888c05eff
Code cleanup.
2019-01-30 11:20:29 -05:00
Steve Franke
e57df307dd
Fix a comment.
2019-01-29 15:42:30 -06:00
Joe Taylor
7e3b153d8b
Correct the estimate of SNR for FT4 signals.
2019-01-29 13:56:04 -05:00
Joe Taylor
0a6d67c1d6
Make the simulated data files slightly longer so that WSJT-X can decode them.
2019-01-29 13:55:04 -05:00
Joe Taylor
e98231d4c1
Correct the call to genft4(); fix the displayed time for data from disk.
2019-01-29 10:39:34 -05:00
Steve Franke
d3b1f7e560
Prevent some out-of-bounds problems.
2019-01-27 19:28:41 -06:00
Steve Franke
57cf69e6ad
First cut at identifying multiple candidates for decoding. Needs work.
2019-01-27 19:19:47 -06:00
Steve Franke
613bfaf3ee
Change ft4 to use (174,91) code and 512 Sa/symbol.
2019-01-26 23:03:54 -06:00
Steve Franke
d9f4a27a3e
Create ft4_decode.f90. Change stand-alone decoder ft4d.f90 to use ft4_decode.f90.
2019-01-26 11:42:07 -06:00
Steve Franke
c52f755afc
Make Watterson simulator causal.
2019-01-25 16:26:13 -06:00
Steve Franke
9fa08d3838
Un-hardwire sync.
2019-01-25 16:06:45 -06:00
Steve Franke
8baf48701e
Merge branch 'feat-ft2' of bitbucket.org:k1jt/wsjtx into feat-ft2
2019-01-25 16:01:42 -06:00
Steve Franke
66e3f11fba
Add ft4 files in lib/ft4.
2019-01-25 16:01:34 -06:00
Joe Taylor
5efa28164c
Remove a redundant file reference in CMakeLists.txt. Fix call to unpck77 in genft2.f90
2019-01-25 14:46:17 -05:00
Steve Franke
3bdbf19d1d
Make ft4sim and ft4d work.
2019-01-22 11:01:28 -06:00
Steve Franke
b4639b77d0
Fix CMakeLists.txt so that ft2_decode still builds. Fix a bug in ft4d - sync now seems to work.
2019-01-21 19:52:13 -06:00
Steve Franke
7b7857cd77
Merge branch 'feat-ft2' of bitbucket.org:k1jt/wsjtx into feat-ft2
2019-01-21 19:33:51 -06:00
Steve Franke
f2dc394c84
Add ft4 files; ft4sim works, ft4d is work in progress.
2019-01-21 19:31:54 -06:00
Joe Taylor
486440beb4
Merge branch 'feat-ft2' of bitbucket.org:k1jt/wsjtx into feat-ft2
2019-01-18 16:23:19 -05:00
Joe Taylor
568fc0810e
Tx now works, more or less, in FT2 mode. Needs testing!
2019-01-18 16:22:25 -05:00
Joe Taylor
2033a2b33d
Add a missing file; tweak the FT2 decoder.
2019-01-18 12:33:45 -05:00
Joe Taylor
5f03d97a9e
Implement basic Rx capability for FT2 in WSJT-X.
2019-01-18 11:51:15 -05:00
Joe Taylor
c81af0bbe5
Updates to code for stand-alone ft2[.exe].
2019-01-18 08:57:46 -05:00
Joe Taylor
c6bc3c64bb
Add parameters for FT8 and Ft2 to wavhdr.f90.
2019-01-18 07:45:59 -05:00
Steve Franke
f447fe49e1
Fix some indexing problems. Create subroutine ft2_gfsk_iwave.f90 for use with ft2.exe. Needs testing.
2019-01-17 15:25:06 -06:00
Steve Franke
7701516b43
ft2sim now creates a GFSK waveform with BT=1.0. It also adds raised cosine ramp up and down at the beginning and end of the transmission.
2019-01-17 14:01:40 -06:00
Joe Taylor
9b483d5ee1
Fix ft2 build to accommodate having merged changes from the hotfix branch.
2019-01-16 16:25:31 -05:00
Bill Somerville
074914d607
Fix merge issues
2019-01-16 20:55:01 +00:00
Bill Somerville
aee9c09851
Merge branch 'develop' into feat-ft2
2019-01-16 20:44:44 +00:00
Joe Taylor
0a648a109f
Correct broken S/N for tx_once transmissions.
2019-01-16 15:00:12 -05:00
Joe Taylor
3023f7e5c6
Minor tweaks in formatting, etc.
2019-01-16 13:58:56 -05:00
Joe Taylor
dc5d9f1617
Add a comment.
2019-01-16 13:20:13 -05:00
Joe Taylor
12463451e2
Allow upper or lower case for "A" and "L" commands.
2019-01-16 13:16:10 -05:00
Joe Taylor
f194621695
Many improvements to ft2, including:
...
- SNR displayed on decode line
- Separate transmit() subroutine
- Output sent to all_ft2.txt
- Display Rx level (hit L to toggle On/Off)
- Auto-sequencing (hit A to toggle On/Off)
2019-01-16 13:10:36 -05:00
Joe Taylor
60fb12dcd4
Add several more messages for testing.
2019-01-15 20:19:18 -05:00
Joe Taylor
4a4a83f021
Correct the logic for PTT control through a Windows COM port.
2019-01-15 19:21:58 -05:00
Joe Taylor
bbbe83ffe5
Progress: ft2.exe is now basically functional in audio-loopback tests.
2019-01-15 15:05:04 -05:00
Joe Taylor
8a6cee7e26
Add files for command-line program ft2[.exe].
2019-01-14 16:39:50 -05:00
Steve Franke
348e7c8ad5
In principle, ft2d can now decode multiple signals. Not yet tested.
2019-01-13 15:44:16 -06:00
Steve Franke
1fb89929a9
Make ft2d slightly more robust. Still very rough.
2019-01-13 10:58:35 -06:00
Steve Franke
8f1baae048
If delay=0.0 make Watterson use only a single component to simulate flat fading.
2019-01-13 09:25:30 -06:00
Steve Franke
cf1fe6c3d6
More work on FT2. New frame format is 16sync + 128codeword. Data chunk is assumed to be 2.5s long. A rudimentary sync routine is implemented which finds the single strongest signal.
2019-01-12 13:28:10 -06:00
Steve Franke
f63f0301eb
Tweak some decoder parameters for better performance.
2019-01-10 10:35:09 -06:00
Steve Franke
e0658f183f
Add simulator (ft2sim.f90) and decoder (ft2d.f90) for experimental medium-fast mode.
2019-01-10 10:20:31 -06:00
Joe Taylor
95599a7153
Add a standalone FT8 decoder, for testing.
2019-01-09 12:45:20 -05:00
Joe Taylor
5adc211d1a
Correct a minor bug in qra64.c.
2019-01-08 13:47:53 -05:00
Steve Franke
c4d078f55f
Remove unnecessary character string space-padding.
2019-01-03 14:02:17 -06:00
Steve Franke
db5c9e1fe9
Make wspr OSD decoding work with type 2 messages (extended callsign + power in dBm).
2018-12-24 12:52:41 -06:00
Steve Franke
1a8ddad307
In ft8apset, mycall and dxcall must be at least 3 characters long, otherwise they are treated as non-existent.
2018-12-24 11:19:07 -06:00
Steve Franke
b44d7b472d
Fix a typo.
2018-12-24 10:49:40 -06:00
Steve Franke
318ce0020e
Try harder to ensure that we don't waste time trying to do ap decoding that would involve nonstandard calls. Current code does not support ap decoding with non-standard calls.
2018-12-24 10:45:02 -06:00
Bill Somerville
de9990bb60
Fix a mangled edit and an incorrect exit condition
2018-12-24 03:52:06 +00:00
Bill Somerville
8f9fdd29a8
Remove some unnecessary space padding and some compiler warnings
2018-12-24 02:23:56 +00:00
Bill Somerville
e4700b449e
Make checks for /P and /R exact and only for trailing suffixes
2018-12-24 02:22:39 +00:00
Steve Franke
b8287eb584
Bring encode77.f90 up to date.
2018-12-23 15:34:00 -06:00
Steve Franke
86bc2cf1fb
Merge branch 'hash-collision-handling' into hotfix-2.0.1-rc1
2018-12-23 14:05:37 -06:00
Steve Franke
081a302aca
wsprd: further refinement of OSD decode quality check.
2018-12-21 19:24:16 -06:00
Steve Franke
ddd9e8c3fb
wsprd: more rigorous quality checking of OSD-produced decodes. For now, discard all OSD decodes that map to an extended callsign.
2018-12-21 16:56:38 -06:00
Steve Franke
adb7a935b2
Put mycall13 into the 22-bit hash table only so that 22-bit hashes of mycall are recognized.
2018-12-21 13:20:14 -06:00
Steve Franke
4e2d61204f
cosmetic: remove comment-out statement.
2018-12-21 10:59:30 -06:00
Steve Franke
5034e21291
Remove some diagnostic writes.
2018-12-21 09:51:39 -06:00
Joe Taylor
a3f5c1a100
Do a "close(10)" only if we're in Fox mode.
2018-12-21 10:08:15 -05:00
Steve Franke
e87cf8dcc5
Guard against bounds errors in hash arrays. Try to keep cruft out of those arrays.
2018-12-20 20:41:44 -06:00
Steve Franke
0e7c679ae5
Don't initialize hash arrays twice.
2018-12-20 15:47:22 -06:00
Steve Franke
7a40bf2e4b
Use separate hash tables for 10, 12, and 22 bit hashes. Make unpacking i3=4 messages depend on whether unpack is being done on a received message, or a to-be-transmitted message. Give mycall13 priority over hash table entries in certain contexts.
2018-12-20 15:08:29 -06:00
Joe Taylor
6374ee9557
Merge branch 'hotfix-2.0.1-rc1' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.1-rc1
2018-12-19 12:18:49 -05:00
Joe Taylor
e2a73751b1
Don't execute Fox-related statements when not in Fox Mode. Protect against a bounds error.
2018-12-19 12:17:52 -05:00
Steve Franke
307948a25d
Remove an unused array.
2018-12-16 11:55:36 -06:00
Steve Franke
dfceef3662
Fix up ft8sim so that it prints a warning when SNR is set too high so that data will be clipped.
2018-12-07 11:10:25 -06:00
Steve Franke
337bae6d0d
Housekeeping. Remove unused code and unused variables. Silence some compiler warnings.
2018-12-05 16:06:33 -06:00
Steve Franke
fb39de196e
Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6
2018-12-05 10:19:26 -06:00
Joe Taylor
d8f7354c0e
Make fmtmsg aware of both message sizes, 22 and 37 chars.
2018-12-05 08:19:59 -05:00
Steve Franke
a5e82ac94c
Delete an unused routine. Fix a typo in a comment.
2018-12-04 20:01:55 -06:00
Joe Taylor
57594803b9
Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6
2018-12-03 13:12:45 -05:00
Steve Franke
6fc27d550d
Fix an egregious bug and another not-so-egregious bug. The egregious bug prevented decodes of most signals with negative DT.
2018-12-03 07:18:52 -06:00
Steve Franke
42d68ff84e
Add frequency drift (Hz/min) option to jt65sim.
2018-12-01 09:17:58 -06:00
Steve Franke
df37d9b1f7
Remove cqhund stuff and some other unused code.
2018-11-30 13:46:54 -06:00
Joe Taylor
9b2771e97a
Revert "Fix a typo."
...
This reverts commit 2c9ce10020
.
2018-11-30 14:34:17 -05:00
Joe Taylor
9785fb9a90
Revert "Don't allow divide-by-0 for pathological JT4 signal."
...
This reverts commit 038405bc1e
.
2018-11-30 14:34:14 -05:00
Joe Taylor
56a52fa7a4
Revert "Protect against negative ccfred() value in sync4."
...
This reverts commit 72d3e6f6b0
.
2018-11-30 14:33:49 -05:00
Steve Franke
2b0f7a74e7
Remove a diagnostic write statement.
2018-11-29 11:18:48 -06:00
Steve Franke
9cebf3a540
Discourage jt65sim from crashing when 11025 sample rate is selected.
2018-11-29 10:34:27 -06:00
Steve Franke
5741407070
Enable jt65sim to simulate the shorthand messages RO,RRR, and 73
2018-11-28 16:04:01 -06:00
Joe Taylor
461b87f047
Minor improvement in code that checks for bad FT8 messages.
2018-11-27 15:34:01 -05:00
Joe Taylor
9e74125799
Don't allow an illegal message to crash routine genft8().
2018-11-27 15:26:24 -05:00
Joe Taylor
588d429c24
Merge branch 'hotfix-2.0.0-rc5' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc5
2018-11-26 08:54:18 -05:00
Steve Franke
e434bc5b55
Remove obsolete routines related to msk144.
2018-11-23 15:10:44 -06:00
Joe Taylor
eb0930294d
Add suggested message type i3.n3 = 0.6.
2018-11-21 10:17:16 -05:00
Joe Taylor
43a5d7b519
Starting branch hotfix-2.0.0-rc5.
2018-11-14 10:44:36 -05:00
Joe Taylor
72d3e6f6b0
Protect against negative ccfred() value in sync4.
2018-11-12 12:28:17 -05:00
Joe Taylor
038405bc1e
Don't allow divide-by-0 for pathological JT4 signal.
2018-11-12 11:44:55 -05:00
Bill Somerville
30d587ffc7
Fix a couple of WSPR memory leaks and remove some compiler warnings
2018-11-12 13:58:35 +00:00
Steve Franke
ab34db7556
Get rid of unused variable ldecode77.
2018-11-05 14:40:55 -06:00
Joe Taylor
0235cf69ff
Remove all vestiges of old (isync=1) FT8 mode. Many changes here!
2018-11-05 11:59:48 -05:00
Joe Taylor
1589e4f126
Don't append end-of-line AP info is ncontest is nonzero.
2018-11-02 15:12:06 -04:00
Steve Franke
2b48cc4487
Update wsprd README and delete an obsolete program.
2018-10-31 21:02:46 -05:00
Steve Franke
fe44bc6201
Reject standard messages with CQ and a Roger or CQ and a report.
2018-10-27 20:58:49 -05:00
Steve Franke
87b97039b6
Remove a small bias in Watterson channel simulator channel amplitude.
2018-10-25 16:39:17 -05:00
Steve Franke
096a459ae8
Make sure that msksignalquality is not called on Sh decodes to avoid contamination of recent_calls array and resulting poor SWL performance in MSK144 mode.
2018-10-20 13:55:02 -05:00
Steve Franke
dea35fbf56
Tweak msk144sim output.
2018-10-20 10:16:17 -05:00
Steve Franke
a69e765a07
Forgot to add msk144d.f90.
2018-10-19 19:48:20 -05:00
Steve Franke
17ed242878
Minor tweak - make program name the same as file name.
2018-10-19 19:45:38 -05:00
Steve Franke
6483e80c35
Make msk144code work. Rename msk144d2 to msk144d and make it work too.
2018-10-19 19:42:31 -05:00
Steve Franke
d0f0d420a9
Convert ft8sim.f90 to use 77bit messages. Remove ft8sim2.f90.
2018-10-19 16:52:00 -05:00
Steve Franke
fffa692ac5
Convert ft8code to 77bit messages.
2018-10-19 16:36:32 -05:00
k9an
6bb23dbe4d
Comment out debug write to lun 81.
2018-10-17 19:17:04 -05:00
Joe Taylor
6b578fff0f
Merge branch 'hotfix-2.0.0-rc3' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc3
2018-10-13 19:53:07 -04:00
Joe Taylor
2c9ce10020
Fix a typo.
2018-10-13 19:20:11 -04:00
Steve Franke
8a20b97597
Make sure that all callsigns from i3=1, i3=2 and i3=4 messages are in the hashtable.
2018-10-13 13:50:24 -05:00
Steve Franke
59278b9b6b
Tweak ndeep determination.
2018-10-10 16:06:53 -05:00
Steve Franke
14af74ddeb
Minor changes to simplify hash10,hash12,hash22 routines.
2018-10-09 15:29:12 -05:00
Steve Franke
85e0b4cd61
Strip all angle brackets before storing a callsign in the hashtable. Make encode77 work with '<KB900000ANN> K1JT R+02'.
2018-10-08 19:28:18 -05:00
Joe Taylor
6884ee5334
Auto-generation and auto-sequencing of "TU; ..." message for RTTY Roundup.
2018-10-08 12:52:28 -04:00
Steve Franke
7b67550183
Make sure that msk144signalquality is not called for Sh decodes.
2018-10-06 15:09:58 -05:00
Steve Franke
173737e1d9
Fix Tx1 problem with extended callsigns in MSK144. Make sure that mycall is in the hashtable.
2018-10-06 11:14:57 -05:00
Steve Franke
dd9bdc6d1f
Fix bug that prevented generation of MSK144 Sh messages with extended callsign. Change all MSK144 Sh code to use 12-char mycall and hiscall and 37-char messages. Hash full extended callsigns (not just base call) and print full callsigns, e.g. <KP4/K1JT K9AN> RRR
2018-10-05 20:56:22 -05:00
Steve Franke
4b54873c81
Implement AP for all contest modes and also for Hound mode. AP is always active for Hounds. AP is automatically disabled if MyCall or DxCall are extended callsigns.
2018-10-04 17:48:55 -05:00
Steve Franke
0b3b050221
First cut at AP decoding for all values of ncontest.
2018-10-04 17:48:23 -05:00
Steve Franke
876f69b1d7
Remove some debug print statements.
2018-10-04 17:47:52 -05:00
Steve Franke
b993935494
Reconfigure foxgen.f90 for 77bit messages. Fox now transmits only 77bit messages.
2018-10-04 17:47:36 -05:00
Steve Franke
4ab4de6682
Forgot to add the AP-related changes to ft8_decode.f90.
2018-10-04 17:45:41 -05:00
Steve Franke
b5cc35e430
Cleaned up and simplified AP decoding. Enabled AP decoding for ncontest=0 and ncontest=4 (RU) so far. Missing MyCall or DxCall or nonstandard calls will disable AP passes that wouldn't make sense.
2018-10-04 17:45:15 -05:00
Steve Franke
77bb49e9ac
Beginnings of AP for RU. Not working yet.
2018-10-04 17:44:34 -05:00
Joe Taylor
6cecef42aa
Restore a missing call to unpack77().
2018-10-04 16:09:02 -04:00
Joe Taylor
35ea5f5761
BugFix: Rearrange code in decoder.f90, only Fox needs to open houndcallers.txt.
2018-10-04 09:21:35 -04:00
Joe Taylor
f2325cdc75
We might possibly want to use "emedop" again...
2018-10-03 20:10:51 +01:00
Joe Taylor
665aad962f
Cleanup.
2018-10-03 20:10:29 +01:00
Joe Taylor
6d096db6d5
Implement a validator for FD and RTTY exchange entries.
2018-10-03 19:32:05 +01:00
Joe Taylor
107a5c5a7e
Add exch_valid.f90, a Fortran validator for FD and RU exchanges.
2018-10-03 19:30:39 +01:00
Steve Franke
d9cf9bed3c
Better handling of decodes with unhashed callsigns.
...
(cherry picked from commit 3b783a083e
)
2018-09-28 17:07:28 -05:00
Joe Taylor
c2c977976c
Correct a typo: Yukon territory is YT, not VT.
2018-09-27 15:30:20 -04:00
Joe Taylor
9666fb9531
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2018-09-26 14:50:02 -04:00
Joe Taylor
ab137b37e7
Do not display end-of line numbers for MSK144 decodes.
2018-09-26 10:02:45 -04:00
Steve Franke
a09385604a
Fix a typo - thanks NU0C.
2018-09-26 08:30:41 -05:00
Steve Franke
13b5cc479b
Fix and re-enable polyfit SNR.
2018-09-26 08:29:01 -05:00
Steve Franke
669d54197d
Polynomial-fit SNR is still not right. Disable it again, for now.
2018-09-24 19:36:30 -05:00
Steve Franke
591de66a31
Fix up SNR calculation so that it reverts to SJF SNR when polyfit SNR is not sane.
2018-09-24 19:04:34 -05:00
Bill Somerville
983193a5d4
Merge branch 'master' into develop
2018-09-24 23:46:52 +01:00
Steve Franke
9075fef228
Revert to Steve's SNR estimator, for now.
2018-09-24 17:40:14 -05:00
Joe Taylor
947307af0c
Remove something left by temporary conflict.
2018-09-24 16:34:46 -04:00
Joe Taylor
770aac352c
Re-insert the multi-precision routines.
2018-09-24 16:33:19 -04:00
Joe Taylor
4414280471
Merge branch 'hotfix-wsjtx-2.0.0-rc2' of bitbucket.org:k1jt/wsjtx into hotfix-wsjtx-2.0.0-rc2
2018-09-24 16:31:20 -04:00
Joe Taylor
a0e51b71e2
Multi-precision fortran routines replace use of quad-precsion floats.
2018-09-24 16:20:46 -04:00
Steve Franke
d66724f6e9
Fix a comment.
2018-09-24 15:14:19 -05:00
Steve Franke
af1be084d4
Make MSK144 SWL mode work. Needs testing\!
2018-09-24 15:10:57 -05:00
Steve Franke
45031738bf
Fix some message-length incompatibilities involving MSK144 Sh messages. SWL mode is broken for the time being, because it relied on the old extractmessage144 routine to keep track of recent callsigns. That routine is no longer used.
2018-09-24 12:31:17 -05:00
Steve Franke
7baf8480a3
Merge branch 'hotfix-wsjtx-2.0.0-rc2' of bitbucket.org:k1jt/wsjtx into hotfix-wsjtx-2.0.0-rc2
2018-09-23 13:03:25 -05:00
Steve Franke
332a3f1561
Calibrate noise-baseline-fit based SNR estimate for FT8 v2 and print those estimates with decodes.
2018-09-23 13:03:20 -05:00
Joe Taylor
a26f4bf8de
Merge branch 'hotfix-wsjtx-2.0.0-rc2' of bitbucket.org:k1jt/wsjtx into hotfix-wsjtx-2.0.0-rc2
2018-09-21 16:13:17 -04:00
Joe Taylor
23f45f0d4b
Diagnostic write should include callsign hash vlues.
2018-09-21 11:13:01 -04:00
Steve Franke
bcea5df35d
Merge branch 'hotfix-wsjtx-2.0.0-rc2' of bitbucket.org:k1jt/wsjtx into hotfix-wsjtx-2.0.0-rc2
2018-09-20 18:34:13 -05:00
Steve Franke
e857cb9d05
Suppress any decode with a CQ accompanied by a hashed callsign.
2018-09-20 18:33:57 -05:00
Joe Taylor
bc2fd29efa
Merge branch 'hotfix-wsjtx-2.0.0-rc2' of bitbucket.org:k1jt/wsjtx into hotfix-wsjtx-2.0.0-rc2
2018-09-20 14:05:58 -04:00
Joe Taylor
b6fb6e3dd9
Simplify stdmsg.f90. (Will it still be OK for the 72-bit modes?)
2018-09-20 14:04:48 -04:00
Joe Taylor
4d013fef1b
Minor corrections and code cleanup in packjt77.f90.
2018-09-20 14:02:49 -04:00
Steve Franke
fa44270d5f
Don't display DXpedition, Field Day, or ARRL RTTY messages in MSK144.
2018-09-20 10:38:36 -05:00
Steve Franke
981c0122ae
Tweak msk144sim.f90
2018-09-20 10:10:29 -05:00
Steve Franke
e1c74fd828
Fix message lengths in genmsk40. Also some tweaks to msk144sim.f90.
2018-09-20 09:49:42 -05:00
Steve Franke
bb3d68a5d7
Suppress some easy-to-detect false decodes.
2018-09-19 17:18:51 -05:00
Joe Taylor
78a912cbb4
Store has codes for decoded standard calls. Need to check for table size and possible overflow!
2018-09-19 16:47:14 -04:00
Joe Taylor
705004d206
Initialize i3, n3 before two more calls to pack77().
2018-09-19 13:05:32 -04:00
Steve Franke
55b7346ea0
Merge branch 'hotfix-wsjtx-2.0.0-rc2' of bitbucket.org:k1jt/wsjtx into hotfix-wsjtx-2.0.0-rc2
2018-09-19 11:31:02 -05:00
Steve Franke
1ea3d7b33e
Trap bad unpacks in unpack28 that would otherwise result in a QU1RK callsign.
2018-09-19 11:30:55 -05:00
Joe Taylor
653e53b125
Apply the fix for i3, n3 before calling pack77() in genft8_174_91.f90.
2018-09-19 11:48:30 -04:00
Joe Taylor
618fc05ad6
Correct a flaw that produced bad Tx tones in MSK144.
2018-09-19 11:19:40 -04:00
Joe Taylor
b091d56b42
Correct the flaw that interpreted some callsigns as hexadecimal telemetry data.
2018-09-18 13:30:19 -04:00
Joe Taylor
41f9810822
Update the callign sequence for unpack77, to account for the new "success" flag.
2018-09-18 13:28:41 -04:00
Bill Somerville
5e11232e92
Merge branch 'release-wsjtx-2.0.0-rc1' into develop
2018-09-18 15:59:30 +01:00
Joe Taylor
a88772dd42
Minor edits.
2018-09-17 11:16:01 -04:00
Joe Taylor
34f9355f00
Fix a few flaws in descriptive documents.
2018-09-17 09:12:47 -04:00
Steve Franke
9657617cdc
Merge branch 'integrate-77bit' into develop
2018-09-13 15:24:33 -05:00
Joe Taylor
9facbde6de
Minor edits.
2018-09-13 15:55:23 -04:00
Joe Taylor
83bf281a1b
Minor editorial work.
2018-09-13 15:33:42 -04:00
Joe Taylor
aca7273fc3
Correct the sizes of character variables msg and msgsent.
2018-09-13 12:39:08 -04:00
Joe Taylor
53c0908533
Editorial changes to planning and development documents.
2018-09-13 09:56:20 -04:00
Joe Taylor
a9deb8c1fd
Merge branch 'integrate-77bit' of bitbucket.org:k1jt/wsjtx into integrate-77bit
2018-09-13 09:51:34 -04:00
Joe Taylor
d82949c54e
Correct the display of usage examples.
2018-09-13 09:50:34 -04:00
Steve Franke
642540ff8f
unpack77 now returns logical variable unpk77_success, which will be .false. if there is something obviously wrong with the message. Still to do: set the flag if the unpacked message contains CQ in an implausible place.
2018-09-12 15:06:26 -05:00
Steve Franke
629d061e30
Move a couple of simulation files to fsk4hf, which will eventually be excluded from releases.
2018-09-12 13:46:40 -05:00
Steve Franke
087ed57459
Merge branch 'wsprosd' into develop
2018-09-11 16:51:07 -05:00
Steve Franke
261c68ec6d
Refine and clean up wspr osd code.
2018-09-11 16:45:17 -05:00
Joe Taylor
fa949d1f09
Added draft of a v2.0 release document.
2018-09-11 15:57:25 -04:00
Joe Taylor
09467b1ca9
Correct a flaw in handling the telemetry message type. Minor edit to msgtypes.txt.
2018-09-11 13:15:16 -04:00
Steve Franke
af7feaf65a
No need to examine every entry in the hash table. Just calculate the hash of OSD-produced callsigns and see if they are in the table. Add OSD decoding to the deep setting for wspr decoding.
2018-09-10 17:01:50 -05:00
Steve Franke
0c60db50d3
Experimental -o option for wsprd uses ordered-statistics decoder. Decodes are accepted only if the callsign exists in the hashtable.
2018-09-09 20:30:23 -05:00
Steve Franke
fa1822bb4a
Trying to re-implement osd for wspr.
2018-09-08 16:50:15 -05:00
Steve Franke
e35410dd1a
Trap a potential array bound error.
2018-09-07 12:16:12 +00:00
Joe Taylor
ca2c1a2b8b
Don't use "appendage" ~ or ! on decoded lines. Protect against bad read in genft8_174_91.
2018-09-02 18:55:13 -04:00
Joe Taylor
65689c46cf
Protect against a bounds error.
2018-08-31 13:55:44 -04:00
Joe Taylor
81af6f1ed3
Fix minor flaws in reporting bad messages by jt65code and jt9code.
2018-08-31 11:22:06 -04:00
Joe Taylor
a8ad1569cc
Protect against a potential bounds error.
2018-08-31 10:47:31 -04:00
Joe Taylor
45d48629d2
Increase size of callsign hash table; protect against its overflow.
2018-08-31 09:23:37 -04:00
Joe Taylor
fed89ef888
Better protection against bad data in c77. Slightly wider default Settings window.
2018-08-30 10:52:38 -04:00
Joe Taylor
201b29993c
More fixes related to nonstandard calls.
2018-08-29 14:18:56 -04:00
Joe Taylor
17beaf71de
Cleaning up the handling of goofy calls.
2018-08-29 09:21:08 -04:00
Joe Taylor
94e9a02615
Guard against non-binary data in c77.
2018-08-27 11:40:34 -04:00
Joe Taylor
15b4463394
Fix several bugs found when testing MSK144 op activities NA_VHF and EU_VHF.
2018-08-27 11:26:09 -04:00
Steve Franke
c7b9892517
Fix the dimensions of the candidate array.
2018-08-08 16:05:21 +00:00
Steve Franke
20cfae891e
Make sync8.f90 more robust. Increase number of candidates to 300.
2018-08-08 09:29:08 -05:00
Joe Taylor
0d7cd3ed03
Fix generation of Tx2 in RTTY mode. Fix a related problem of decoding the incorrect RTTY message.
2018-08-03 11:46:28 -04:00
Joe Taylor
800e29d4db
Fix two potential crash spots in packjt77. Add "Reset Defaults" to Colors tab.
2018-08-03 08:53:02 -04:00
Joe Taylor
8a732f40a5
NA_VHF now basically functional in MSK144 mode.
2018-07-31 13:18:57 -04:00
Joe Taylor
0235af4f77
Sorry, I forgot to add this file.
2018-07-30 17:56:09 -04:00
Joe Taylor
3af293f297
Use module variables rather than common/hashcom/; working on transparent handling of goofy calls.
2018-07-30 15:46:25 -04:00
Joe Taylor
cbf8b5d914
Fix the generation of Tx* messages containing nonstandard calls.
2018-07-30 11:17:09 -04:00
Joe Taylor
c87296d90e
Merge branch 'integrate-77bit' of https://bitbucket.org/k1jt/wsjtx into integrate-77bit
2018-07-29 19:40:53 -04:00
Joe Taylor
4db3c6b6cf
Prese i3 and n3 to -1 in encode77.f90.
2018-07-29 19:39:55 -04:00
Steve Franke
fe491393cd
Fix call to ft8apset.
2018-07-29 17:18:02 -05:00
Steve Franke
f7d423296f
Minor code cleanup.
2018-07-29 17:15:02 -05:00
Steve Franke
92ffbe3524
Merge branch 'integrate-77bit' of bitbucket.org:k1jt/wsjtx into integrate-77bit
2018-07-29 16:29:19 -05:00
Steve Franke
b67589d29f
Bring isync=1 message simulator, ft8sim, up to date. Fix ap decoding for isync=1 messages.
2018-07-29 16:29:11 -05:00
Joe Taylor
796f5e865f
Fix a flw in handling i3=4 messages; export n28a_77 and n28b_77.
2018-07-29 16:34:21 -04:00
Steve Franke
df0b5e2622
Progress on AP decoding for 77bit messages. AP is basically working for regular i3=1 messages.
2018-07-28 17:32:45 -05:00
Steve Franke
750bf569f3
ft8sim2: make it easier to identify callsign and grid bits in simulated messages.
2018-07-28 09:26:54 -05:00
Steve Franke
bee1ecd109
Detect and reject messages with invalid i3 and or n3.
2018-07-28 08:50:50 -05:00
Joe Taylor
017629ac36
Suppress any "QU1RK" decodes, they are necessarily bad.
2018-07-27 10:43:58 -04:00
Joe Taylor
91d0707eb6
Fix a quirk (aka "QU1RK") that can produce a callsign with an embedded blank.
2018-07-27 10:28:28 -04:00
Joe Taylor
789d2042bf
Pass nContest value to hspec.f90.
2018-07-27 09:45:14 -04:00
Joe Taylor
adcffe3db4
Pass "nContest" value to ft8_decode.f90.
2018-07-27 09:30:00 -04:00
Joe Taylor
1a8605d21c
Update the White Paper describing features of WSJT-X Version 2.0.
2018-07-26 12:17:13 -04:00
Joe Taylor
f7c02ec587
Code cleanup: remove several unused dummy arguments.
2018-07-25 15:19:57 -04:00
Joe Taylor
7ff366abe3
Code cleanup and improvement in the JT4 decoder.
...
NB: should remove the present downsampling to 11025/2 Hz, which unnecessarily
limits the availabler range of Fx Freq ("nfqso" in the source code).
2018-07-23 12:42:50 -04:00
Steve Franke
59f713ba76
The change committed to decodedtext.cpp fixes a crash that occurred when processing certain isync=2 decodes. Is this the right fix? Other changes are minor code cleanups.
2018-07-17 17:48:23 -05:00
Steve Franke
54b3541012
Merge branch 'integrate-77bit' of bitbucket.org:k1jt/wsjtx into integrate-77bit
2018-07-17 16:55:41 -05:00
Steve Franke
ab7c811552
Remove bcontest from ft8sim2.f90 so that it works.
2018-07-17 16:55:22 -05:00
Joe Taylor
e785d56a16
Draft White Paper on WSJT-X v2.0.
2018-07-12 13:25:12 -04:00
Joe Taylor
2c5dd053f3
Don't send "mygrid" where it's no longer needed.
2018-07-11 16:32:08 -04:00
Joe Taylor
542f85694c
Remove some bcontest stuff associated with MSK144.
2018-07-11 14:42:48 -04:00
Joe Taylor
316e78133c
Remove remaining traces of the "NA VHF Contest" checkBox.
2018-07-11 14:27:53 -04:00
Joe Taylor
14385611be
Code cleanup related to "bcontest". Auto-seq now OK for new NA VHF Contest messages.
2018-07-11 10:13:42 -04:00
Joe Taylor
c1e71a46ef
Remove more "bcontest" stuff from Fortrn code.
2018-07-10 15:32:59 -04:00
Joe Taylor
d95d2df5b6
Old-style "NA VHF Contest" mode removed from all Fortran routines.
2018-07-10 15:09:42 -04:00
Steve Franke
a379af5472
Update todo list.
2018-07-09 07:07:49 -05:00
Steven Franke
e7b19b29b0
Screen out FT8 decodes with excessively large number of hard errors. These are almost certainly undetected errors.
2018-07-08 13:29:12 +00:00
Steven Franke
8eb58a47ba
Fix a problem in ldpcsim174_91.f90.
2018-07-08 13:19:22 +00:00
Steven Franke
d6cf3dc89f
Screen MSK144 decodes and reject if more than 18 hard errors were 'corrected'. These are almost certainly undetected errors.
2018-07-08 12:53:23 +00:00
Joe Taylor
8a8e407ca0
Check range of isec. Need a better solution?
2018-07-07 17:39:20 -04:00
Steve Franke
e3594a2a04
More fixes related to MSK144 changeover.
2018-07-07 12:57:16 -05:00
Steve Franke
a9bb1924f9
Change a message length from 22 to 37 chars.
2018-07-07 12:10:02 -05:00
Steve Franke
b691ad6351
Merge branch 'integrate-77bit' of bitbucket.org:k1jt/wsjtx into integrate-77bit
2018-07-07 10:36:08 -05:00
Steve Franke
fd0ad33028
MSK144: Wholesale changeover to (128,90) code with 77-bit messages. Compiles and doesn't crash, but communication between two instances has not been tested.
2018-07-07 10:35:59 -05:00
Joe Taylor
cb9b39b13c
Add some comments; clean up a qDebug() output.
2018-07-07 10:59:39 -04:00
Steve Franke
cbf8b35b8d
Merge branch 'integrate-77bit' of bitbucket.org:k1jt/wsjtx into integrate-77bit
2018-07-07 09:45:00 -05:00
Steve Franke
622ed4a3ab
Working toward whole-hog switchover to new LDPC code with 77 bit messages in MSK144.
2018-07-07 09:44:52 -05:00
Joe Taylor
eb0f9b702d
Merge branch 'integrate-77bit' of https://bitbucket.org/k1jt/wsjtx into integrate-77bit
2018-07-07 09:55:46 -04:00
Joe Taylor
d3c9d29214
Fix a bug in split77.
2018-07-07 09:54:34 -04:00
Steve Franke
42f75bf404
Fix graymap.
2018-07-07 08:18:31 -05:00
Steve Franke
5948b671eb
Still working on getting c++/fortran interface right.
2018-07-06 18:14:56 -05:00
Joe Taylor
00029c1910
Merge branch 'integrate-77bit' of https://bitbucket.org/k1jt/wsjtx into integrate-77bit
2018-07-06 13:04:35 -04:00
Joe Taylor
c5d61f4cf4
Now able to generate 72-bit or 77-bit messages.
2018-07-06 12:52:39 -04:00
Steve Franke
60de25d9e6
Update the todo list.
2018-07-06 09:52:48 -05:00
Joe Taylor
4bfdf1e56d
Merge branch 'integrate-77bit' of https://bitbucket.org/k1jt/wsjtx into integrate-77bit
2018-07-05 16:52:27 -04:00
Joe Taylor
af7f1af22b
Update the ToDo list.
2018-07-05 16:51:52 -04:00
Steve Franke
b83b66e665
Changed genft8 and related routines to accept 37 char message and return 37 char msgsent. For now, in mainwindow, just copy the 22 char message into message37.
2018-07-05 15:32:04 -05:00
Joe Taylor
e5e81e01fb
Make packjt77 into a module; move all its routines into file packjt77.f90.
2018-07-05 14:07:17 -04:00
Joe Taylor
0462008e15
Fix a few more issues with hashed callsigns.
2018-07-05 13:20:31 -04:00
Joe Taylor
641db21672
Fix several problems with the use of hash codes for compound or goofy callsigns.
2018-07-05 11:15:06 -04:00
Steve Franke
4b8ea3ef45
Wire up the 'Decode only 77-bit messages' checkbox.
2018-07-05 07:51:10 -05:00
Steve Franke
ed92d5a86c
SNR estimator is broken for isync=2 messages, due to different signal normalization. For now, go back to SJF's old signal/(noise+interference) estimator.
2018-07-04 16:58:24 -05:00
Steve Franke
a448dc5640
Use 37 character message for de-duping. Comment out some code that needs to be updated to work with new message type.
2018-07-04 16:20:12 -05:00
Steve Franke
50d8945bca
Fix up Usage message for ft8sim2.
2018-07-04 12:41:43 -05:00
Steve Franke
d70e3dbb26
Fix some problems in ft8sim2.f90.
2018-07-04 10:38:10 -05:00
Steve Franke
df652e383b
More progress on making ft8sim2 and ft8b_2 encode and decode all message types. For now, decoder.f90 is hardwired to always print 37 characters.
2018-07-04 10:15:01 -05:00
Steve Franke
91388f8ba2
Create a separate simulation program, ft8sim2, for New Style 77 bit messages. Hashes are not handled yet. Needs more testing.
2018-07-04 09:52:39 -05:00
Steve Franke
24f4792b23
Fix incorrect reference to extract77 - should have been unpack77
2018-07-03 15:59:24 -05:00
Steve Franke
c4e6a310aa
Turn off ap symbol generation for type 2 messages. This needs to be completely reworked once basic functionality is established.
2018-07-03 15:49:39 -05:00
Steve Franke
57ebc30369
Call the new extract77 in ft8b_2. Define msg37 and msgsent37 to replace their 22-bit predecessors.
2018-07-03 15:34:39 -05:00
Steve Franke
bb12c7424d
Module packjt77.f90 includes the 77bit utility programs called by pak77 and unpack77. Modify genft8_174_91.f90 to generate type 2 messages.
2018-07-03 15:08:38 -05:00
Steve Franke
cf64cad091
Send m_i3, m_n3, m_isync from mainwindow to genft8.f90 and use these to determine the type of generated message, according to the scheme described in lib/77bit/NewCode.txt.
2018-07-03 14:37:50 -05:00
Joe Taylor
d6493a62fa
Merge branch 'integrate-77bit' of https://bitbucket.org/k1jt/wsjtx into integrate-77bit
2018-07-03 14:18:55 -04:00
Joe Taylor
854a7f2a5c
NewCode.txt describes some necessary code additions.
2018-07-03 14:17:49 -04:00
Steve Franke
9295726931
Fix the sign of i3 when trying to subtract a type message.
2018-07-03 11:24:42 -05:00
Steve Franke
385cda8e01
Comment out a debug message.
2018-07-03 11:17:21 -05:00
Steve Franke
3f897225fe
genft8 now looks at sign of n3 and i3. If either sign is negative, generate a type 1 (classic) message. Otherwise generate type 2. Type 1 seems to work. Type 2 does not yet work.
2018-07-03 11:10:47 -05:00
Steve Franke
cf7a2eded5
Merge branch 'integrate-77bit' of bitbucket.org:k1jt/wsjtx into integrate-77bit
2018-07-03 09:50:25 -05:00
Steve Franke
91b7544ba1
More progress toward switching to (i3,n3). wsjtx runs without crashing now.
2018-07-03 09:49:11 -05:00
Joe Taylor
2c0286f301
Merge branch 'integrate-77bit' of https://bitbucket.org/k1jt/wsjtx into integrate-77bit
2018-07-03 10:40:18 -04:00
Joe Taylor
2963e8c19a
Add a m_config.bNoSpecial() function.
2018-07-03 10:38:50 -04:00
Steve Franke
c39dd63f79
Send (i3,n3) from mainwindow to genft8. First steps at interpreting (i3,n3) to send itype=1 for classic messages and itype=2 otherwise. Very buggy at this stage.
2018-07-03 09:28:16 -05:00
Joe Taylor
d6c0d1d878
Add a To Do list -- always subject to revision!
2018-07-03 08:26:16 -04:00
Steve Franke
5fc4fe6eda
Fix an off-by-one error. Remove attempt to refine DT estimate using polynomial interpolation.
2018-07-02 16:13:27 -05:00
Steve Franke
acb25dd13c
Merge in K1JT's 77bit message code.
2018-06-30 15:47:33 -05:00
Steve Franke
26de3219d3
Fix an off-by-one problem.
2018-06-30 14:56:19 -05:00
Joe Taylor
251b2c6ce9
Fix bugs for several more edge cases.
2018-06-29 20:11:24 -04:00
Joe Taylor
023b76400b
Add a few more test messages.
2018-06-29 13:36:05 -04:00
Joe Taylor
2da8f51fc2
Fix bugs for a few edge-case messages. Add some test files.
2018-06-29 12:02:29 -04:00
Joe Taylor
18a839963f
Change to 12-bit hash in msg type 4, to accommodate CQ calls.
2018-06-28 15:26:54 -04:00
Joe Taylor
190aef8a36
Add column headings for encode77.
2018-06-28 14:12:05 -04:00
Joe Taylor
5465abaa72
Make encode77 default to reading from "messages.txt".
2018-06-28 13:17:32 -04:00
Joe Taylor
4946d01edb
Put <...> around callsign recovered from hash table.
2018-06-28 13:07:01 -04:00
Joe Taylor
1d0ffcfdca
Change 24-bit hash to 22-bit hash.
2018-06-28 11:48:42 -04:00
Joe Taylor
0b8d2b620f
Rename a data file.
2018-06-27 20:33:17 -04:00
Joe Taylor
7a855f1fd5
Correct several minor bugs.
2018-06-27 20:19:48 -04:00
Joe Taylor
617b0bffc8
Nearly finished with pack77/unpack77.
2018-06-27 16:41:58 -04:00
Steve Franke
83d81bdcd2
Streamline the sequence detector code.
2018-06-27 15:11:39 -05:00
Joe Taylor
983cd3f31c
More additions to pack77/unpack77 routines.
2018-06-27 15:07:04 -04:00
Joe Taylor
c007b0f4cd
Add a file with wide variety of test cases for pack28/unpack28.
2018-06-27 11:23:27 -04:00
Joe Taylor
d4784ef7dc
More work on pack28/unpack28, and a test28 program.
2018-06-27 11:08:39 -04:00
Steve Franke
229ee09b99
Minor code cleanup.
2018-06-27 09:55:34 -05:00
Joe Taylor
12e0def237
Implement special tokens CQ, DE, QRZ, ... in pack28/unpack28.
2018-06-27 08:57:13 -04:00
Joe Taylor
acd6d5cab9
Fix some bugs for more varied example messages.
2018-06-26 21:00:53 -04:00
Joe Taylor
c75a270872
Finish decoding of Types 1 and 3 (except for rpt/RRR/RR73/73).
2018-06-26 16:47:16 -04:00
Joe Taylor
b0636b561b
Basic function for message Types 0.0-0.5 and Type 1.
2018-06-26 16:34:38 -04:00
Joe Taylor
9d5a2e6f5a
Through type 0.3.
2018-06-26 15:20:39 -04:00
Joe Taylor
9ccb96397d
source-encode/decode of 77-bit messages OK through type 0.3.
2018-06-26 15:13:15 -04:00
Joe Taylor
2006fde28c
Completed pack77/unpack77 through message Type 0.2. Still more to do!
2018-06-26 13:55:12 -04:00
Steve Franke
03abada09b
More progress on sequence demodulator. Can now do nsymb=1,2, and/or 3.
2018-06-26 11:11:58 -05:00
Joe Taylor
0adcfc667f
Add files for source encoding and decoding of 77-bit messages.
2018-06-26 08:33:13 -04:00
Steve Franke
7684bd0e78
Work toward a generalized sequence detector for nsymbols=1, 2, or 3. Works for nsymbol=3, but not yet for nsymbol=1, or 2.
2018-06-25 17:01:34 -05:00
Joe Taylor
bd5aec3f31
More tweaks to description of 77-bit message types.
2018-06-23 15:15:10 -04:00
Joe Taylor
539ec3d465
test
2018-06-23 12:15:47 -04:00
Joe Taylor
35b53766cb
Add info on 28-bit integers used for standard callsigns.
2018-06-23 11:54:40 -04:00
Joe Taylor
7266d407ff
Amended rules for 77-bit message types.
2018-06-22 16:36:14 -04:00
Steve Franke
0f5759270e
Added 2-symbol sequence detection for proof-of-concept tests.
2018-06-22 11:20:28 -05:00
Joe Taylor
f962caace4
Implement a valid scheme for computing S/N in JT4 mode.
...
(cherry picked from commit f8bb7f4477
)
2018-06-21 23:25:36 +01:00
Joe Taylor
2edcebef40
Further progress toward defining the 77-bit message types.
2018-06-21 15:38:08 -04:00
Joe Taylor
96f3fa5810
Add directory 77bit and its contents.
2018-06-21 10:51:19 -04:00
Joe Taylor
f8bb7f4477
Implement a valid scheme for computing S/N in JT4 mode.
2018-06-18 13:41:26 -04:00
Steve Franke
3f8c218ebe
Make changes to ft8b_2.f90 to accommodate the new 77-bit in/out encoding/decoding routines. With these changes, WSJT-X decodes (174,91) frames.
2018-06-17 12:11:32 -05:00
Steve Franke
1a31e5b2d6
For (174,91) code, move CRC generation and testing into encode and decode routines. Make ldpcsim174_91.f90 work with the new encode/decode routines.
2018-06-17 08:44:10 -05:00
Steve Franke
2cdb164446
Move CRC13 creation into encode128_90.f90 and CRC checking into bpdecode128_90.f90.
2018-06-16 16:42:02 -05:00
Steve Franke
e16e78790a
Create chkcrc13a.f90. Should chkcrc12a, chkcrc13a, and chkcrc14a be combined into one routine?
2018-06-16 09:04:51 -05:00
Steve Franke
c18338b83b
Fix the calculation of symbol error probability.
2018-06-16 09:03:32 -05:00
Steve Franke
6846964170
Add 'code b' - a better (128,90) code. Code b has irregular column weights - 80% weight 3 and 20% weight 4.
2018-06-14 15:38:58 -05:00
Joe Taylor
67b5c80e1a
Update the contest ideas.
2018-06-14 11:31:16 -04:00
Steve Franke
1aeaa1715b
Fix up ldpcsim144 for comparisons with ldpcsim128_90.
2018-06-14 09:59:49 -05:00
Steve Franke
5da3986f0a
More work on (128,90) code. ldpcsim128_90 works now.
2018-06-14 09:30:41 -05:00
Joe Taylor
0344c14f99
Add the white paper digi-contest.txt.
2018-06-14 10:14:30 -04:00
Steve Franke
3ac119fb99
Progress toward a working ldpc128_90 simulator. Compiles, but does not yet work.
2018-06-13 11:34:00 -05:00
Steve Franke
41920af89a
Add routines that will implement 77-bit messages for MSK144. Initial tests will use a (128,90) code.
2018-06-13 09:40:04 -05:00
Steve Franke
9b63fe6ac7
Fix a bug in ldpcsim144 so that nerrhisto.dat is calculated and printed.
2018-06-12 16:00:06 -05:00
Steve Franke
a5837bd5c7
AP decoding now works for type 2 frames. Also cleaned up and simplified AP implementation in ft8b_2.
2018-06-11 15:10:44 -05:00
Steve Franke
6fe9e8f860
Remove the need to re-order the parity-check matrix columns for compatibility with the generator matrix. Redefine the codeword to have the form [91 message bits|83 parity bits].
2018-06-09 13:05:11 -05:00
Steve Franke
68beed88a7
Change to Gray bit to symbol mapping for (174,91) messages.
2018-06-08 16:21:21 -05:00
Steve Franke
a3d9cf8bcd
Fix a bug that could cause all log-likelihoods to be NaN in some cases.
2018-06-07 14:24:35 -05:00
Steve Franke
a0db6a8a08
Disable AP passes for type 2 frames, for now. Write some diagnostics to lun 81.
2018-06-07 11:40:25 -05:00
Steve Franke
b84602d059
Zero the apsymbols for type 2 frames, for now.
2018-06-06 11:28:44 -05:00
Steve Franke
a23e2b6f8b
Fix a bug that caused some second-decoding-attempt log-likelihoods to become NaN.
2018-06-06 11:21:00 -05:00
Steve Franke
badc639777
Fix a bug in sync8d.f90. Switching between Costas arrays should work now.
2018-06-06 10:59:49 -05:00
Steve Franke
48b60eab71
Make two sync passes, one for each sync array. Label candidates with their type and decode accordingly.
2018-06-05 16:44:52 -05:00
Steve Franke
772b1bd5fa
ft8sim can now generate old (174,87) or new (174,91) frames. Frame type is selected using the itype command line parameter.
2018-06-05 08:40:00 -05:00
Steve Franke
86a5ae6596
costasxcorr is a Gnu Octave script that calculates the cross correlation between Costas arrays.
2018-06-04 14:06:14 -05:00
Steve Franke
c4ee0a2b41
Replace all references to code a with references to code c.
2018-06-04 08:04:22 -05:00
Steve Franke
689711ff1f
Add definitions for a new and improved (174,91) code - called code c
2018-06-04 08:04:22 -05:00
Steve Franke
01a380084d
Changes to make it easier to test different codes.
2018-06-04 08:04:22 -05:00
Steve Franke
358081f280
Changes necessary to build ldpcsim174_91.f90.
2018-06-04 08:04:22 -05:00
Steve Franke
87f5510999
ldpcsim174_91 now works
2018-06-04 08:04:22 -05:00
Steve Franke
84c153f9a9
Really add the new encoder and decoders.
2018-06-04 08:04:22 -05:00
Steve Franke
7a228d8f7d
Starting to implement a (174,91) code.
2018-06-04 08:04:22 -05:00
Steve Franke
aeee9b62bb
Hack CMakeLists.txt so that repo will build.
...
Modify CMakeLists.txt so that wspr5sim, wspr5d build.
2018-06-04 08:04:22 -05:00
Bill Somerville
03df5baaa0
Deal with strict interpretation if ISO C interop in recent GCC Fortran
...
Cast C char array type to Fortran character string using TRANSFER.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8666 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-05-19 20:41:27 +00:00
Steven Franke
75111eef66
Bring some simulation tools up to date.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8664 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-05-18 15:04:15 +00:00
Joe Taylor
70768618b8
Correct typo in a comment.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8663 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-05-17 18:32:11 +00:00
Joe Taylor
58939ce011
More changes to accommodate Hounds with compound calls. Fox CQs only every 4 Tx sequences.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8651 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-05-09 17:18:08 +00:00
Joe Taylor
1f9b538232
Allow Fox to work Hounds with compound calls. Needs more testing!
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8650 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-05-09 14:22:19 +00:00
Joe Taylor
58731f8caa
LU=19 shound be opened even if nagain is true; otherwise it will try to write in the exe directory.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8646 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-05-01 17:14:21 +00:00
Steven Franke
d99129e196
Add an @nnnn example to the jt49sim usage message.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8645 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-04-29 15:06:57 +00:00
Steven Franke
8149fe24be
More work on block detection for dpsk.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8644 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-04-28 22:18:19 +00:00
Steven Franke
073d7d01c9
Remove debug statement so that jt4 files can be simulated. Thanks Roger, W3SZ.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8643 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-04-28 13:00:26 +00:00
Joe Taylor
be8c837d85
New simulator jt49sim, replaces both jt4sim and jt9sim. Fix the S/N estimates made for slow/wide JT9 submodes.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8639 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-04-25 17:24:58 +00:00
Steven Franke
cfcec4d02f
Add a rudimentary decoder for dpsk test mode. Hardwired sync only so far.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8637 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-04-24 16:37:29 +00:00
Joe Taylor
79b04fa658
Fox's Reset now clears the arrays of hound callers.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8635 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-04-24 14:15:13 +00:00
Steven Franke
bd0d414365
More work on a simulator for dpsk with root-raised-cosine pulses.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8632 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-04-22 19:51:31 +00:00
Steven Franke
92a45a68c6
More work on dpsk simulator.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8611 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-04-13 00:26:47 +00:00
Steven Franke
8772a101dc
Add some development routines.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8604 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-04-08 17:07:08 +00:00
Steven Franke
1f9d73963b
Update wsprcpm simulator and decoder.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8603 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-04-03 14:55:55 +00:00
Joe Taylor
d0db3f74d6
Further improvements for decoding drifting JT65 signals.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8601 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-04-02 18:57:08 +00:00
Joe Taylor
e7e1b3c3cc
Further improvements for decoding drifting JT65 signals.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8600 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-04-02 18:07:56 +00:00
Joe Taylor
6d70acef57
Improve AFC action for JT65, especially submodes B and C.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8599 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-04-02 17:24:18 +00:00
Steven Franke
67a41a9f1d
Add some simulation tools for binary cpm with sequence detection.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8586 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-03-22 14:21:39 +00:00
Steven Franke
2786c20ba2
Add support for a rate 1/3 (204,68) code.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8585 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-03-22 14:20:07 +00:00
Steven Franke
8b164ba17f
Add crc14.cpp
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8584 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-03-22 14:18:14 +00:00
Steven Franke
3bb0ec9c78
Minor updates to osd300.f90
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8583 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-03-22 14:04:17 +00:00
Steven Franke
29c60f5f42
Update a development tool.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8582 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-03-22 14:00:27 +00:00
Joe Taylor
dc8e210664
Permit Hounds with a compound callsign to call Fox.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8566 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-03-16 18:56:29 +00:00
Joe Taylor
00850ba488
Fix minor formatting alignments, etc.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8547 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-03-09 13:26:06 +00:00
Joe Taylor
3a8b2085eb
Update a copyright notice.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8544 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-03-07 16:20:40 +00:00
Steven Franke
e0e13e1778
Edit some comments. No functional changes.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8530 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-02-24 21:40:47 +00:00
Steven Franke
0ce5de0f28
Another round of tweaks to wsprd.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8500 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-02-12 01:13:03 +00:00
Steven Franke
0a21abd6bc
Move wsprd_exp.c into wsprd.c. Change CMakeLists.txt so that it builds wsprd.c.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8497 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-02-11 21:36:52 +00:00
Steven Franke
e7077b4842
When called with -B, make second-pass the same as it was before block detection was introduced. This will be obtained with the Normal decode setting in WSJT-X.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8496 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-02-11 21:13:41 +00:00