From: Keith Packard Date: Mon, 25 Jun 2012 13:51:36 +0000 (-0700) Subject: altos: Incremental viterbi decode X-Git-Tag: 1.0.9.6~36 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=09761fe0f6ed40ff74317fbb47d6a74068fb4ce4;hp=09761fe0f6ed40ff74317fbb47d6a74068fb4ce4;p=fw%2Faltos 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 ---