daniestevez / gr-satellites

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

Add deviation to NANOFF-A #557

Closed kng closed 3 months ago

kng commented 3 months ago

NanoFF A (58810) Observation 9741697 dd bs=$((4*48000)) if=iq_9741697_48000.raw of=nanoffa_cut.raw skip=341 count=3 gr_satellites NANOFF-A_48.yml --iq --rawint16 nanoffa_cut.raw --samp_rate 48000 --dump_path dump --deviation 1200 --disable_dc_block 4800 baud = 1200 deviation nanoffa_dev1200_b4800

dd bs=$((4*48000)) if=iq_9741697_48000.raw of=nanoffa_cut.raw skip=343 count=4 gr_satellites NANOFF-A_96.yml --iq --rawint16 nanoffa_cut.raw --samp_rate 48000 --dump_path dump --deviation 1200 --disable_dc_block 9600 baud = 1200 deviation nanoffa_dev1200_b9600

daniestevez commented 3 months ago

Does this observation have both 4k8 and 9k6 packets?

kng commented 3 months ago

yes, I split the yaml in two with one baud per file. the preamble is distinctly different, between the two. as is the inter-symbol interference.

daniestevez commented 3 months ago

Good point about the inter-symbol interference being different. I hadn't noticed that.