altos: Incremental viterbi decode
authorKeith Packard <keithp@keithp.com>
Mon, 25 Jun 2012 13:51:36 +0000 (06:51 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 25 Jun 2012 13:51:36 +0000 (06:51 -0700)
commit09761fe0f6ed40ff74317fbb47d6a74068fb4ce4
tree294de35ab62833f4f24bef66ca99c9736c017570
parent628076aa90e7bc9a894646e417dd8e1fe149b60d
altos: Incremental viterbi decode

Decode radio input one interleave block at a time. This overlaps the
decode computation with the packet reception, leading to lower latency
in an attempt to keep up with the transmitter.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_fec.h
src/core/ao_viterbi.c
src/drivers/ao_cc1120.c
src/test/ao_fec_test.c