");
SyndromeEditWindow.document.write("The syndrome matrix is shown below...simply click a bit to toggle it. The syndromes must follow the following rules:");
SyndromeEditWindow.document.write("- Each syndrome must be unique");
SyndromeEditWindow.document.write("
- No syndrome may be all 0's (this value is reserved for the \"no error\" condition)
");
// Write syndrome matrix in editable format
displayCheckMatrix(SyndromeEditWindow.document,
inputDataLength,
document.inputForm.useExtraParityBitCheckbox.checked,
true,
"0");
// SyndromeEditWindow.document.write("");
SyndromeEditWindow.document.write("