File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ sudo make install
8080## Usage
8181Input parameters:
8282
83+ -sat --satellite Satellite settings name from settings.ini
84+
8385-t --tle Two-line element set (TLE) file for calculating overlays
8486
8587-i --input Input * .S file or * .wav
@@ -90,8 +92,17 @@ Input parameters:
9092
9193-d --date Optional, specify date for decoding older files (format: dd-mm-yyyy)
9294
95+ -m --mode Specify modulation type (qpsk or oqpsk, default: qpsk)
96+
97+ -int --int Deinterleave, needed for 80k mode
98+
99+ -diff --diff Differential decode, may need for newer satellites
100+
93101Other settings can be found in the settings.ini file.
94102
103+ ### Example command for 80k mode Meteor M2-3:
104+
105+ ``` meteordemod -m oqpsk -int 1 -diff 1 -s 80e3 -sat METEOR-M-2-3 -i input_baseband.wav -t weather.tle -o ./ ```
95106
96107## Development
97108Master branch is for the latest stable version, beta branch for beta versions, development is ongoing on other branches.
You can’t perform that action at this time.
0 commit comments