#include
using namespace itpp;
//These lines are needed for use of cout and endl
using std::cout;
using std::endl;
int main()
{
//Scalars
int N;
double N0;
//Vectors
bvec
#include
using namespace itpp;
//These lines are needed for use of cout and endl
using std::cout;
using std::endl;
int main()
{
//Scalars:
int SF, Ncode, sc, i, j, NumOfBits, Ma
#include
using namespace itpp;
//These lines are needed for use of cout and endl
using std::cout;
using std::endl;
int main()
{
//Declarations of scalars and vectors:
int i, Nu
#include
using namespace itpp;
//These lines are needed for use of cout and endl
using std::cout;
using std::endl;
int main()
{
//Scalars
int constraint_length, MaxNrofErrors, N
#include
using namespace itpp;
//These lines are needed for use of cout and endl
using std::cout;
using std::endl;
int main()
{
//Scalars and vectors:
int m, t, n, k, q, NumBit
#include
using namespace itpp;
//These lines are needed for use of cout and endl
using std::cout;
using std::endl;
int main()
{
//Declare vectors and matricies:
vec a, b, c;
m
// Contribued by Gabriel Dos Reis
// Origin: iskey@i100.ryd.student.liu.se
class ostream;
extern ostream& cout;
template struct s;
template
ostream& opera