daniestevez / gr-satellites

GNU Radio decoder for Amateur satellites
GNU General Public License v3.0
776 stars 161 forks source link

Update deviation on EIRSAT-1 #562

Closed kng closed 3 months ago

kng commented 3 months ago

EIRSAT-1 (58472) Observation 9494233 dd bs=$((4*57600)) if=iq_9494233_57600.raw of=eirsat1_cut.raw skip=366 count=5 gr_satellites EIRSAT-1.yml --iq --rawint16 eirsat1_cut.raw --samp_rate 57.6e3 --dump_path dump --disable_dc_block --deviation -3500 run with old deviation removed from satyaml, result 1.15 to -0.85 eirsat1_dev3500

Here's with the old -2400 deviation for reference: eirsat1_dev2400

daniestevez commented 3 months ago

Even though the team mentioned that the satellite uses 9k6 GMSK in #307, the deviation seems closer to 3500 Hz than 2400 Hz. This looks good. Merging.