You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,20 @@ For more detail on the motivation behind this project which *started* with A/B t
13
13
[AB Testing with FT8](https://g1ojs.github.io/wsjt_all/docs/AB-testing-FT8.html).
14
14
15
15
## Features
16
-
1) For a single 'all.txt' file:
16
+
**1) For a single 'all.txt' file:**
17
17
* Automatically parse an ALL.txt file and detect sessions of activity
18
18
* Automatically produce the following plots for each session
19
19
* decode rate (decodes / minute) across the session
20
20
* SNR for each report for each callsign across the session
21
21
22
-
2) For a pair of 'all.txt' files:
22
+
**2) For a pair of 'all.txt' files:**
23
23
* Automatically parse a pair (A,B) of ALL.txt files and detect sessions of activity that are common to both files
24
24
* Automatically produce the following plots for each session
25
25
* number of callsigns decoded in A and B
26
26
* number of decodes at A and B for each callsign
27
27
* SNRs in A and B for simultaneous decodes
28
28
29
-
For both use cases:
29
+
**For both use cases:**
30
30
* Run as a batch process to process all historic sessions
31
31
* Run 'live' to monitor a current & ongoing test
32
32
* (Limited) plotting options
@@ -44,7 +44,7 @@ The questions I had in my mind, that I wrote this to try to answer, include:
44
44
- What's more meaningful, SNR or number of times a callsign is received over a time window?
45
45
46
46
## Outputs
47
-
[**Note**I have just uploaded V1.4 with the addition of single all.txt file processing, and need to update the section below a little]
47
+
[**Note**: *I have just uploaded V1.4 with the addition of single all.txt file processing, and need to update the section below a little*]
48
48
49
49
After you run the program, you will find a 'plots' folder in which you will find plots like this:
50
50
@@ -79,7 +79,7 @@ Note - I keep my all.txt files fairly small by archiving sections into other fil
79
79
The software uses a simple wsjt_all.ini file to locate the all.txt files and set a couple of options. If none exists, the software can create a template for you but you still need to edit it to specify the paths to the all files. The wsjt_all.ini file looks like this:
80
80
```
81
81
[inputs]
82
-
allA = C:\Users\drala\AppData\Local\WSJT-X\all.txt
82
+
allA = C:\Users\drala\AppData\Local\WSJT-X\all.txt <- this file is used for the 'single all file' case
0 commit comments