<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wireless Oom &#187; crc</title>
	<atom:link href="http://wireless.pyncus.com/tag/crc/feed/" rel="self" type="application/rss+xml" />
	<link>http://wireless.pyncus.com</link>
	<description>Build and Share wireless technology</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:38:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What is CRC?</title>
		<link>http://wireless.pyncus.com/2009/06/24/what-is-crc/</link>
		<comments>http://wireless.pyncus.com/2009/06/24/what-is-crc/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 05:50:35 +0000</pubDate>
		<dc:creator>wirelessoom</dc:creator>
				<category><![CDATA[wireless]]></category>
		<category><![CDATA[crc]]></category>
		<category><![CDATA[fcs]]></category>

		<guid isPermaLink="false">http://wirelessoom.wordpress.com/?p=286</guid>
		<description><![CDATA[CRC: Cyclic Redundancy Check

Some redundant bits are attached to each message to detect the existence of errors at receiving side

Basic concept:
Given a k-bit block of bits (or messages), the transmitter generates an (n-k) bit sequence, known as a frame check sequence (FCS),
such that the resulting frame (consisting of n bits)  is exactly divisible by some [...]]]></description>
			<content:encoded><![CDATA[<div>CRC: Cyclic Redundancy Check</div>
<div></div>
<div>Some redundant bits are attached to each message to detect the existence of errors at receiving side</div>
<div></div>
<div>Basic concept:</div>
<div>Given a k-bit block of bits (or messages), the transmitter generates an (n-k) bit sequence, known as a frame check sequence (FCS),</div>
<div>such that the resulting frame (consisting of n bits)  is exactly divisible by some predetermined number.</div>
<div></div>
<div>The receiver then divides the incoming frame by that number and, if there is no remainder, receiver can assume there was no error.</div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://wireless.pyncus.com/2009/06/24/what-is-crc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

