mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
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:
parent
a3a56bc830
commit
99b6a4e963
7 changed files with 339 additions and 325 deletions
5
Makefile
5
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue