Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
some description of the algorithms
  • Loading branch information
jmfriedt authored Apr 6, 2020
1 parent 4f6fcbf commit 575452c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# meteor-m2
Meteor-M2 signal analysis

extrait.s is a sample data acquisition: soft bits encoded as signed 8-bit integers (char)

go_viterbi1.m (GNU/Octave) will search for all possible permutation of the header bits to identify the QPSK phase rotation in the dataset

go_viterbi2.m aims at demonstrating how the synchronization header is encoded (demonstrated with some dummy sentence to justify the correlation word used in go_viterbi1.m)

0 comments on commit 575452c

Please sign in to comment.