cbassa / strf

Radio Frequency Satellite Tracking
GNU General Public License v3.0
169 stars 37 forks source link

rffft params from filename #52

Open MartinHerren opened 1 year ago

MartinHerren commented 1 year ago

This PR allows to get rffft parameters (frequency, sample rate, format and start time) directly from the filename when doing offline processing. Supported filenames are files generated from SatDump (.s8, .s16 and .f32 formats only for now) and GQRX.

This PR is based on top of #48 so should not be merged before it.