The Meteor M2 satellite uses a 72k QPSK 120hz carrier to send very high quality images.
Currently, the satellite is using 137.1Mhz as the center frequency, Wide-FM @ 120Khz. This framework uses rtl_fm
@ 288k and sox
to capture
the raw stream. Most likely, the 288k bandwidth may be lower.
Below are the steps used to decode the signal:
- Normalize audio stream with
sox gain -n
- Use dbdexter's meteor_demod to convert the audio stream to QPSK symbols at a 72k rate
- Use artlav's medet_arm to generate a decoded dump and then a false color image
- Use dbdexter's meteor_rectify to correct the visible deformation on Meteor images (wrong aspect ratio)
- Some changes were made to rectify to export to compressed JPG and remove some prints