Files
urh/data
Johannes Pohl cdc10d7d76 Improve CRC performance (#412)
* Find correct parameters for crc and datarange

* Adapt output to URH values

* Added bit2int method and a length fix

* Cython implementation of crc

* cython implementation for crc (first shot)

* Fixed cython crc algorithm and renamed old crc algorithm to reference_crc.
Added tests that compare results of old and new algorithm.

* Huge performance increase for crc bruteforce test

* Performance test with cython code within python

* Cleaned up

* - Removed padding of data to %8 bits
- Some bugfixes

* performance improvement for guess_standard_parameters_and_datarange

* minor updates

* Delta Improvement

* slight performance improvement of delta algorithm

* Delta improvement implemented and used by default

* Delta improvement implemented and used by default

* Delta improvement implemented and used by default

* Bugfix for homematic encoding/decoding
2018-03-20 15:18:44 +01:00
..
2018-03-20 15:18:44 +01:00
2017-12-18 11:10:23 +01:00
2018-03-08 17:47:37 +01:00
2017-12-08 13:43:14 +01:00
2018-01-30 18:06:58 +01:00
2017-12-08 21:54:04 +01:00
2017-12-23 17:46:36 +01:00
2018-02-28 10:15:08 +01:00