Python script to convert .sub files to other usable subghz files
First do:
pip install -r requirements.txt
Then:
Convert a .sub file to a specified signal file format.
positional arguments:
input_file Path to the input .sub file
output_file Path to the output file (without file extension)
{<class 'numpy.int8'>,<class 'numpy.uint8'>,<class 'numpy.int16'>,<class 'numpy.uint16'>,<class 'numpy.float32'>,<class 'numpy.complex64'>}
Data type for the output file
options:
-h, --help show this help message and exit
--file-extension {.complex16s,.complex16u,.complex32s,.complex32u,.complex,.complex}
File extension for the output file (optional)