use a shortened systematic polar code and CA-SCL decoding

using SPC(64800, 43072):
mode 6: 8PSK, 2700 Hz BW and about 10 seconds long
mode 7: 8PSK, 2500 Hz BW and about 11 seconds long
mode 8: QPSK, 2500 Hz BW and about 16 seconds long
mode 9: QPSK, 2250 Hz BW and about 18 seconds long

using SPC(64512, 43072):
mode 10: 8PSK, 3200 Hz BW and about 9 seconds long
mode 11: 8PSK, 2400 Hz BW and about 11 seconds long
mode 12: QPSK, 2400 Hz BW and about 16 seconds long
mode 13: QPSK, 1600 Hz BW and about 24 seconds long
This commit is contained in:
Ahmet Inan 2021-07-22 21:23:16 +02:00
commit 99b6a4e963
7 changed files with 339 additions and 325 deletions

View file

@ -20,8 +20,11 @@ encode: encode.cc
decode: decode.cc
$(CXX) $(CXXFLAGS) $< -o $@
freezer: freezer.cc
$(CXX) $(CXXFLAGS) $< -o $@
.PHONY: clean
clean:
rm -f encode decode
rm -f encode decode freezer