altos: Add the simplest possible viterbi decoder
authorKeith Packard <keithp@keithp.com>
Sat, 23 Jun 2012 06:12:02 +0000 (23:12 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 23 Jun 2012 06:12:02 +0000 (23:12 -0700)
commitcbf79a0f9cb859d04e8e03d627219cb2bf49611f
tree420ab8f785f7cdbd8ae6c219b517fb5122379724
parent75e4521ec42a368cebc67a07f8713d7a854ea265
altos: Add the simplest possible viterbi decoder

I think I understand how it works now. It's not exactly speedy, and it
uses a lot of memory.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_fec.h
src/core/ao_viterbi.c [new file with mode: 0644]
src/test/Makefile
src/test/ao_fec_tx_test.c