answersLogoWhite

0

It depends on the language you want to use. Here is a VB example:

http://bytes.com/topic/visual-basic-net/answers/443023-lrc-calculation-algorithm

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Is there any source code for longitudinal redundancy check?

It depends on the language you want to use. Here is a VB example:http://bytes.com/topic/visual-basic-net/answers/443023-lrc-calculation-algorithm


How do you correct for a cyclic redundancy check?

A Cyclic Redundancy Check for DvDs with protection can easily be overcame. This is a detailed version of how to fix it (its really simple):Cyclic Redundancy Check Error - Data Error While Burning Dvds found at:http://hubpages.com/hub/cyclic-redundancy-check-errorI learned how to do it from there!


What is CRC?

A Cyclic Redundancy Check is done as a first attempt to prevent corrupted data.


Cyclic redundancy check error?

A cyclic redundancy check error or CRC error occurs when the data verification value is a redundancy. This is used in detecting common errors caused by noise in transmission channels.


How would you check a data model for redundancy?

Normalization.


What processes does a switch follow before it forwards a frame in store and forward mode?

it receives the complete frame it reads the source and destination addresses it preforms a cyclic redundancy check it applies the relevant filters.


Before transmission the data unit 01110000 changes to 011100001 for error-checking purposesWhich redundancy checking method was used in this case?

Vertical redundancy check (VRC)


Where can one find more information about cyclic redundany checks?

A cyclic redundancy check is a piece of computer code used to ensure that raw code has not been updated. Further information can be found on the cyclic redundancy check Wikipedia page.


What is a CRC error?

cyclic redundancy check .A cyclic redundancy check (CRC) is an error-detecting code designed to detect accidental changes to raw computer data, and is commonly used in digital networks and storage devices such as hard disk drives.


Error detection at data link layer is achieved by?

Error detection at data link level is achieved by using a Frame Check Sequence (FCS) method like Parity, Checksum Calculation or Cyclic Redundancy Check (CRC).


What transmission synchronization methods uses the cyclic redundancy check method for error checking?

Synchronous


How does longitudinal parity works?

Longitudinal parity, sometime it is also called longitudinal redundancy check or horizontal parity, tries to solve the main weakness of simple parity.The first step of this parity scheme involves grouping individual character together in a block, as fig given below 1.1fig.Each character (also called a row) in the block has its own parity bit. In addition, after a certain number of character are sent, a row of parity bits, or a block character check, is also sent. Each parity bit in this last row is a parity check for all the bits in the Colum above it. If one bit is altered in the Row 1, the parity bit at the end of row 1 signals an error. If two bits in Row 1 are flipped, the Row 1 parity check will not signal error, but two Colum parity checks will signal errors. By this way how longitudinal parity is able to detect more errors than simple parity.