GNU Radio's DSD Package
ecc_const.h File Reference

Go to the source code of this file.

Variables

const int hammingGenerator [4]
const int imbe7100x4400hammingGenerator [4]
const int hammingMatrix [16]
const int golayGenerator [12]
const int golayMatrix [2048]

Variable Documentation

◆ golayGenerator

const int golayGenerator[12]
Initial value:
= {
0x63a, 0x31d, 0x7b4, 0x3da, 0x1ed, 0x6cc, 0x366, 0x1b3, 0x6e3, 0x54b, 0x49f, 0x475
}

◆ golayMatrix

const int golayMatrix[2048]

◆ hammingGenerator

const int hammingGenerator[4]
Initial value:
= {
0x7f08, 0x78e4, 0x66d2, 0x55b1
}

◆ hammingMatrix

const int hammingMatrix[16]
Initial value:
= {
0x0, 0x1, 0x2, 0x4, 0x8, 0x10, 0x20, 0x40, 0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000, 0x4000
}

◆ imbe7100x4400hammingGenerator

const int imbe7100x4400hammingGenerator[4]
Initial value:
= {
0x7ac8, 0x3d64, 0x1eb2, 0x7591
}