-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some description of the algorithms
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |