AresValley / Artemis

Radio Signals Recognition Manual
https://aresvalley.github.io/Artemis/
GNU General Public License v3.0
338 stars 36 forks source link

Include Auto-Correlation Function as a multiple value field #9

Closed AresValley closed 4 years ago

AresValley commented 4 years ago

Artemis: In some cases, a signal could have several values for the Auto-Correlation. An excellent example is D-STAR (https://www.sigidwiki.com/wiki/D-STAR) where a frame (20 ms) and a superframe (420 ms) are present.

Artemis_DBparser: Multiple items for ACF must also be included in the DB definition as in Location and Modulation fields. A possible new DB structure could be:

*...ID Code ACF1_value - ACF1_description ; ACF2_value - ACF2_description ; ...**

ACF_value in ms

Example 1 (D-STAR): *...ID Code 420 - Superframe ; 20 - Frame**

Example2 (EDACS): *...ID Code 60 - edacs48 ; 30 - edacs96**