pyModeS
pyModeS copied to clipboard
No way to read and decode from a raw IQ data file
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.