MT Golay Encoder VI
Generates a Golay-encoded bit stream. The VI provides the two triple-correcting Golay codes: the Golay (23,12,3) code and the extended Golay (24,12,3) code.
input bit stream specifies the bit sequence representing the data bits to encode. Use the MT Generate Bits (poly) VI to produce this bit stream or wire a custom data bit stream to this parameter.
|
|||||||
Golay code type (n,k,t) specifies the values of n, k, and t that define the code word length, data word length, and error correcting capacity, respectively, in bits.
|
|||||||
reset? specifies whether to clear the internal state of the encoder. By default, the VI resets on first call. When reset? is set to FALSE, the VI continues Golay encoding from the previous iteration. In this case, any buffered bits from the previous iteration are added to the beginning of the input bit stream prior to performing Golay encoding. The default is TRUE. |
|||||||
error in (no error) can accept error information wired from previously called VIs. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. Right-click the front panel error in control and select Explain Error or Explain Warning from the shortcut menu for more information about the error.
|
|||||||
output bit stream returns the Golay-encoded bits. |
|||||||
error out passes error or warning information out of a VI to be used by other VIs. Right-click the front panel error out indicator and select Explain Error or Explain Warning from the shortcut menu for more information about the error.
|