IR Tools for Flipper Zero. Useful for IR contributors
Written in Python. IR_Signal class that provides IR signal processing functionality + several scripts that use it
searches in <first_dump>
for matching (for type: parsed) or similar (for type: raw) signals from <second_dump>
acceptable in order to consider them similar, the degree of deviation of samples in two signals from each other is set by the RAW_DATA_COMPARSION_LIMIT constant in the config.py
chmod+x ir_duplicate_checker.py
ir_duplicate_checker.py <first_dump> <second_dump>
or
python3 ir_duplicate_checker.py <first_dump> <second_dump>