pyModeS icon indicating copy to clipboard operation
pyModeS copied to clipboard

No way to read and decode from a raw IQ data file

Open VedantParanjape opened this issue 4 years ago • 0 comments

In rtlreader.py, the decoder decodes only data from a rtl, there is no way to pass raw iq data to it from outside, and whenever object of rtlreader is created, it is necessary to have a rtl device connected, as in the constructor RtlSdr() is called.

VedantParanjape avatar Mar 09 '20 16:03 VedantParanjape