Implementation of a binary convolutional encoder class. More...
#include <itpp/comm/convcode.h>
#include <itpp/base/binary.h>
#include <itpp/base/matfunc.h>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | itpp |
\ | |
Functions | |
void | itpp::get_MFD_gen_pol (int n, int K, ivec &gen) |
void | itpp::get_ODS_gen_pol (int n, int K, ivec &gen) |
int | itpp::reverse_int (int length, int in) |
int | itpp::weight_int (int length, int in) |
int | itpp::compare_spectra (ivec v1, ivec v2) |
int | itpp::compare_spectra (ivec v1, ivec v2, vec weight_profile) |
Variables | |
int | itpp::Conv_Code_MFD_2 [15][2] |
\ | |
int | itpp::Conv_Code_MFD_3 [15][3] |
int | itpp::Conv_Code_MFD_4 [15][4] |
int | itpp::Conv_Code_MFD_5 [9][5] |
int | itpp::Conv_Code_MFD_6 [9][6] |
int | itpp::Conv_Code_MFD_7 [9][7] |
int | itpp::Conv_Code_MFD_8 [9][8] |
int | itpp::maxK_Conv_Code_MFD [9] = {0, 0, 14, 14, 14, 8, 8, 8, 8} |
int | itpp::Conv_Code_ODS_2 [17][2] |
int | itpp::Conv_Code_ODS_3 [14][3] |
int | itpp::Conv_Code_ODS_4 [12][4] |
int | itpp::maxK_Conv_Code_ODS [5] = {0, 0, 16, 13, 11} |
Implementation of a binary convolutional encoder class.
-------------------------------------------------------------------------
IT++ - C++ library of mathematical, signal processing, speech processing, and communications classes and functions
Copyright (C) 1995-2008 (see AUTHORS file for a list of contributors)
This program 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 2 of the License, or (at your option) any later version.
This program 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 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-------------------------------------------------------------------------
Definition in file convcode.cpp.
Generated on Wed Feb 9 2011 13:47:25 for IT++ by Doxygen 1.7.3