Skip to content
/ gr-fec Public

GNURadio package Forward Error Correction for weather satellites telemetry reception

License

Notifications You must be signed in to change notification settings

mbsat/gr-fec

Repository files navigation

#
# Copyright 2005,2006,2009 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GNU Radio is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
#

gr-fec GNUradio package contain Viterbi decoder's for weather satellite telemetry decoding
 
-- fec_decode_viterbi_ahrpt_metop_cb
It is rate 3/4 decoder with depuncturing
for MetOp AHRPT satellite telemetry decoding

-- fec_decode_viterbi_ahrpt_fengyun_cb
It is rate 3/4 decoder with depuncturing
for Fengyun3 AHRPT satellite telemetry decoding

-- fec_decode_viterbi_bpsk_fb
It is rate 1/2 decoder with no depuncturing
       for GOES LRIT telemetry decoding
       
       
It contain also simple convolutional encoder
-- fec_encode_convolutional_27_bb
It is 1/2 encoder for real data for transmition or for test purpose of decoders


This package requires that gnuradio-core is already installed and viterbi.c + viterbi.h
file in Viterbi folder for new replaced. 



It also depends on some GNU Radio prerequisites, such as Boost and
cppunit.


To build and install use these commands:
  
  .. cd to gr-fec directory and do next steps
  
  $ ./bootstrap
  $ ./configure
  $ make
  $ make check
  $ make install
  $ ldconfig

About

GNURadio package Forward Error Correction for weather satellites telemetry reception

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published