mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
found better parameters via simulation
This commit is contained in:
parent
befca97381
commit
40fdc7d590
3 changed files with 45 additions and 42 deletions
3
Makefile
vendored
3
Makefile
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue