satdump/src-core/common/codings/ldpc
2022-05-11 23:53:58 +02:00
..
algorithms.hh Make it work on Windows again 2022-05-02 08:11:47 -07:00
avx2.hh Initial, WIP DVB-S2 Demodulator 2022-03-28 11:51:13 +02:00
dvb_s2_tables.hh Initial, WIP DVB-S2 Demodulator 2022-03-28 11:51:13 +02:00
encoder.hh Add LDPC Encoder for tests 2022-05-11 23:53:58 +02:00
exclusive_reduce.hh Initial, WIP DVB-S2 Demodulator 2022-03-28 11:51:13 +02:00
generic.hh Initial, WIP DVB-S2 Demodulator 2022-03-28 11:51:13 +02:00
layered_decoder.hh Make it work on Windows again 2022-05-02 08:11:47 -07:00
ldpc.hh Initial, WIP DVB-S2 Demodulator 2022-03-28 11:51:13 +02:00
neon.hh Initial, WIP DVB-S2 Demodulator 2022-03-28 11:51:13 +02:00
README.md Initial, WIP DVB-S2 Demodulator 2022-03-28 11:51:13 +02:00
simd.hh Initial, WIP DVB-S2 Demodulator 2022-03-28 11:51:13 +02:00
sse4_1.hh Initial, WIP DVB-S2 Demodulator 2022-03-28 11:51:13 +02:00

All the code in this folder is from https://github.com/xdsopl/LDPC. Thanks a lot Ahmet!

--- ORIGINAL LICENSE --- Copyright (C) 2018 by Ahmet Inan xdsopl@gmail.com

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.