diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba55e0..9162451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ ## [Unreleased] +### Added +- Possibility to navigate Artemis just with the keyboard [#50](https://github.com/AresValley/Artemis/issues/50) + ### Changed - Improved readability of labels for filter ranges for frequency, bandwidth, and ACF diff --git a/docs/acf_analysis.md b/docs/acf_analysis.md index 8fd6902..bb0d8b1 100644 --- a/docs/acf_analysis.md +++ b/docs/acf_analysis.md @@ -33,7 +33,16 @@ where $Y_{i+τ}$ is a lagged data by $τ$ of $Y_i$ and $\bar{Y}$ is the average ## Example: ACF Analysis ### STANAG 4285 -The first example will be a NATO standard known as STANAG 4285. You can download a .wav sample from HERE. We start to collect some information about the structure of this signal: a good starting point is the official declassified NATO document dated 1989. The main frame structure can be found at **Annex A-3/5** with a graphical view at **Annex A-7**, also reported below: +The first example will be a NATO standard known as STANAG 4285. You can download a .wav sample from [:material-download: HERE](assets/stanag_4285.wav). + +
+ +
+ +We start to collect some information about the structure of this signal: a good starting point is the official declassified NATO document dated 1989. The main frame structure can be found at **Annex A-3/5** with a graphical view at **Annex A-7**, also reported below: * [STANAG 4285 (i)](assets/acf_2.png) * [STANAG 4285 A-3](assets/acf_3.png) diff --git a/docs/assets/stanag_4285.wav b/docs/assets/stanag_4285.wav new file mode 100644 index 0000000..5d23e85 Binary files /dev/null and b/docs/assets/stanag_4285.wav differ