Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 328 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 328 Bytes

Tukey53h

Implementation of algorithm named Tukey53h. It's used for filtration of data but it causes some data loss. * This data loss is 8 elements long. First 4 elements are lost in the first iteration over data, next 2 * elements are lost in the second iteration and 2 elements are lost while using Hamming filter.