Communications Blockset    
CRC-N Syndrome Detector

Detect errors in the input data frames according to the selected CRC method

Library

CRC Sublibrary of Error Detection and Correction

Description

The CRC-N Syndrome Detector block receives a message word and removes the checksum. The block then calculates a new checksum, and compares the received checksum with the new checksum. The CRC-N Syndrome Detector block is a simplified version of the General CRC Syndrome Detector block. With the CRC-N Syndrome Detector block, you can select the generator polynomial for the CRC algorithm from a list of commonly used polynomials, given in the CRC-N method field in the block's mask. The value of N is degree of the generator polynomial. The reference page for the CRC-N Generator block contains a list of the options for the generator polynomial.

The parameter settings for the CRC-N Syndrome Detector block should match those of the CRC-N Generator block.

You specify the initial state of the internal shift register by the Initial states parameter in block's mask. You specify the number of checksums that the block calculates for each input frame by the Checksums per frame parameter. For more detailed information, see the reference page for the General CRC Syndrome Detector block.

Dialog Box

CRC-N method
The generator polynomial for the CRC algorithm.
Initial states
A binary scalar or a binary row vector of length equal to the degree of the generator polynomial, specifying the initial state of the internal shift register.
Checksums per frame
A positive integer specifying the number of checksums the block calculates for each input frame.

Pair Block

CRC-N Generator

See Also

General CRC Generator, General CRC Syndrome Detector


  CRC-N Generator Data Mapper