1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-03-22 12:08:43 -04:00
Commit Graph

3039 Commits

Author SHA1 Message Date
Steven Franke
9d28082cc1 FST4/W: Improve calibration for SNR estimates. 2022-11-16 10:57:07 -06:00
Steven Franke
d52621b928 Minor tweaks to FT8 decoder, remove some debug print statements. 2022-11-08 20:43:42 -06:00
Steven Franke
2b0aa9325d FT8: disable a7 decoding for Fox/Hound and when Enable AP is not checked. 2022-11-07 08:55:40 -06:00
Steven Franke
a99798fec4 Improve sync for early decodes. 2022-11-01 17:58:36 -05:00
Steven Franke
1bcbca4634 FT8: Avoid a crash when a wav file is processed multiple times. 2022-10-23 16:48:21 -05:00
Steven Franke
1bcad2eda5 Remove some debug statements. 2022-10-21 13:50:01 -05:00
Steven Franke
f4e8ee4f75 Improve ft8 decoding on crowded bands. 2022-10-21 13:47:12 -05:00
Joe Taylor
31f429724d Better zero-subtraction method for the echo spectrum. 2022-09-28 15:08:57 -04:00
Joe Taylor
f9423aa6d4 Trivial updates to testfast9.f90, for distributiion to G4JNT. 2022-09-28 10:18:42 -04:00
Joe Taylor
ca4fac2fd0 Remove display of single-echo SNR, it was a bad idea. 2022-09-26 10:45:33 -04:00
Joe Taylor
3a069e47a3 Work in progress on Echo-mode averaging. 2022-09-26 08:07:11 -04:00
Joe Taylor
3f94b75912 Add single-echo SNR measurement. 2022-09-21 16:03:26 -04:00
Joe Taylor
04cad09683 Work in progress on Total Power plots... 2022-09-09 12:03:59 -04:00
Joe Taylor
64108e85ea Minor cleanup of symspec.f90. 2022-09-08 12:57:37 -04:00
Joe Taylor
6e1529b1cc Use correct UTC-encoded filenames for echosim output. 2022-09-02 13:59:16 -04:00
Joe Taylor
c1b7890f2e Avoid the "blue Decode button" syndrome when using SHIFT+F6 in Echo mode. 2022-09-01 10:06:38 -04:00
Joe Taylor
1e893ecafd Add column headings to echosim screen output. 2022-08-31 13:10:11 -04:00
Joe Taylor
09c3412aca Better format for echosim file-by-file output to screen. 2022-08-30 15:33:34 -04:00
Joe Taylor
c81bcfa3ef Modify echosim to use the same Lorentzian model for fspread as used in q65sim. 2022-08-30 14:57:44 -04:00
Joe Taylor
62e5acd82b Ignore the (rare?) failed attempts to write to decoded.txt because it's open for reading. 2022-08-30 12:58:53 -04:00
Joe Taylor
8cdbea788f Clean up some displayed parameters in Echo mode. 2022-08-29 13:45:29 -04:00
Joe Taylor
5e4bd8ac9f Add initial version of program echosim. 2022-08-29 13:44:46 -04:00
Joe Taylor
eee18ba764 When Echo-mode monitoring, don't set xlevel=0 if audio shift is too big. 2022-08-18 09:53:14 -04:00
Joe Taylor
75516e8ce4 Save fspread in .wav file as float, not double. 2022-08-17 10:50:35 -04:00
Joe Taylor
bfb5665c36 Save and restore total Doppler in Echo-mode .wav files, and display that as Doppler. 2022-08-17 09:42:33 -04:00
k9an
7cdb363c8c Merge branch 'echo-mode' into develop 2022-07-30 09:05:09 -05:00
Joe Taylor
9c67aa8182 Remove a diagnostic print statement. 2022-07-30 09:58:50 -04:00
k9an
00f29458b3 Merge branch 'echo-mode' into develop 2022-07-30 08:46:10 -05:00
Joe Taylor
f46e42e622 Protect against bounds error in avecho when audio up/down shift is too big. 2022-07-29 09:02:06 -04:00
Joe Taylor
8992bbc16f Write to LU 13 ('decoded.txt') only if it was properly opened. 2022-07-28 11:32:57 -04:00
Joe Taylor
d4ed6785fb WIP toward processing Echo-mode data read from disk. 2022-07-28 08:55:19 -04:00
Joe Taylor
3fb362ac28 WIP to enable saving, opening, and processing Echo-mode .wav files. 2022-07-27 14:03:54 -04:00
k9an
6396980de3 Fix scaling of waveform in wspr_wav when SNR > 90dB. 2022-07-25 09:14:53 -05:00
Joe Taylor
992ee5140c Add a Leap Second for January 1, 2017. See https://www.nist.gov/pml/time-and-frequency-division/time-realization/leap-seconds 2022-07-20 09:26:41 -04:00
Joe Taylor
2e4a6c3c32 If DX grid is blank, set DX astro params to zero. Do this in astrosub.f90, not asstro.cpp! 2022-07-17 16:12:59 -04:00
Joe Taylor
8b767b4c75 Satisfy the fussy compiler on macOS. 2022-07-05 14:01:22 -04:00
Joe Taylor
0ef914fb5c Let Echo-mode "Measure" function use the computed fspread for DX grid. 2022-06-22 14:34:50 -04:00
Steven Franke
c073fefa74 Merge branch 'arrl-digi-dx' into develop 2022-04-25 07:24:03 -05:00
Steven Franke
062f3a8037 Merge branch 'feat-a7-UR' into develop 2022-04-25 07:23:06 -05:00
Joe Taylor
7d8d0b8b94 Integrate the new Echo SNR algorithm into WSJT-X. 2022-04-22 15:34:12 -04:00
Joe Taylor
581ef8b6e5 Final (?) version of test_snr, with echo_snr() moved into wsjt Fortran library. 2022-04-22 13:07:23 -04:00
Joe Taylor
87dcde7564 Move calculation of echo snr into a separate subroutine. 2022-04-22 11:43:28 -04:00
Joe Taylor
3b361b6d24 Tweak subroutine averms(). Add test program test_snr to exercise new algorithm for echo snr. 2022-04-22 11:02:47 -04:00
Joe Taylor
d0dd88de40 Add /echocom2/echo_spread to astro0.f90. 2022-04-22 11:00:42 -04:00
Steven Franke
64a124ff20 Make wspr mode work properly with 3 character callsigns like N1D. 2022-04-22 07:56:02 -05:00
Steven Franke
4331594e4a Make wspr mode work properly with 3 character callsigns like N1D. 2022-04-22 07:50:03 -05:00
k9an
6414a8624b Make minimum SNR -24 dB for a7 decodes. 2022-03-26 18:44:59 -05:00
Joe Taylor
bc9e8f89bc Remove the SNR adjustment for Q65 averaged decodes. It does not seem to work as expected. 2022-03-08 11:48:54 -05:00
Steven Franke
283d7d32e4 Fix a bounds error. 2022-03-07 11:46:29 -05:00
Steven Franke
561240763c Fix a bounds error. 2022-03-02 11:15:59 -06:00