Bryan Biedenkapp
|
f93697674a
|
treewide: perform general refactor of file headers, I've modified the file headers to follow rules from: https://www.kernel.org/doc/html/next/process/license-rules.html, this trims/compresses the file header section a bit reducing the number of lines at the top of every file quite a bit, going forward all new files should follow this new format (if its good enough for the Linux kernel, its good enough for me);
|
2 years ago |
Bryan Biedenkapp
|
f87ae8eb9f
|
implement a FneUtils HEX2BIN and BIN2HEX for working with hex-bit datasets; port Golay24128 from C++; fix copyright header for ReedSolomonDecoder; define frame types for P25 and VHDR data lengths;
|
2 years ago |
Bryan Biedenkapp
|
8cf9d6135c
|
implement Reed-Solomon decoding;
|
2 years ago |
Bryan Biedenkapp
|
7a25ecfd77
|
completely forgot that C# has no support for octal notation when dealing with numbers, so because of that, all of the RS encoding tables were wrong;
|
2 years ago |
Bryan Biedenkapp
|
7a698076ed
|
implement RS encoding;
|
2 years ago |