Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / viterbi / metrics.c @ 5a07519b

History | View | Annotate | Download (3.9 kB)

# Date Author Comment
1e179839 07/21/2011 01:06 am Josh Blum

core: declare erf in case it was missing in math.h and provided for by the build system

0da73b85 08/23/2008 06:46 pm Eric Blossom

fix for ticket:243

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9381 221aa14e-8319-0410-a670-987f0aec2ac5

593a87ce 05/08/2008 06:17 am Eric Blossom

better fix for ticket:243

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8324 221aa14e-8319-0410-a670-987f0aec2ac5

07383f31 05/08/2008 03:57 am Eric Blossom

fix for ticket:243

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8318 221aa14e-8319-0410-a670-987f0aec2ac5

a52f9a19 04/15/2008 09:31 pm Johnathan Corgan

Merged r8195:8205 from jcorgan/ecc into trunk. Adds convolutional encoder
and decoder corresponding to the R=1/2, K=7 CCSDS standard ("Voyager").

This code is a GNU Radio wrapper around a 1995-era KA9Q portable-C
implementation, and is designed for continuous streaming data, not packets....