Class CIRC_Decoding


public class CIRC_Decoding
extends java.lang.Object

Field Summary

private String[]
codeword
private int[][]
cw_err1
private int[][]
cw_err2
(package private) int[][]
cw_err3
private String[]
d
private Qparicode
decode
private boolean
error
private int
i
private int
j
private Random
r
private long
time
private int
z

Method Summary

String[]
CodeWords()
String
getTime()
boolean
isError()

Field Details

codeword

private String[] codeword

cw_err1

private int[][] cw_err1

cw_err2

private int[][] cw_err2

cw_err3

(package private)  int[][] cw_err3

d

private String[] d

decode

private Qparicode decode

error

private boolean error

i

private int i

j

private int j

r

private Random r

time

private long time

z

private int z

Method Details

CodeWords

public String[] CodeWords()

getTime

public String getTime()

isError

public boolean isError()