found better parameters via simulation

This commit is contained in:
Ahmet Inan 2025-07-20 05:45:42 +02:00
commit 40fdc7d590
3 changed files with 45 additions and 42 deletions

3
Makefile vendored
View file

@ -27,6 +27,9 @@ decode: decode.cc common.hh schmidl_cox.hh
freezer: freezer.cc
$(CXX) $(CXXFLAGS) $< -o $@
polar_tables.hh: freezer
./$< > $@
.PHONY: clean
clean: