Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / general / gr_decode_ccsds_27_fb.cc @ 47c39028

History | View | Annotate | Download (2.4 kB)

# Date Author Comment
e4d3b484 01/18/2011 12:45 am Josh Blum

math explicit type overloads:

Use explicit data type casts in math functions where the overloaded function could not be determined.

affects msvc

0a9b999b 08/03/2010 08:43 pm Eric Blossom

Modify all block factories to use gnuradio::get_initial_sptr.

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....