JIS X 6351-4:2010 物品管理用RFID―第4部:2.45GHzのエアインタフェース通信パラメタ | ページ 20

92
X 6351-4 : 2010 (ISO/IEC 18000-4 : 2004)
附属書D
(参考)
モード2 : CRC
D.1 巡回冗長検査(CRC)
RFタグへのデータ及びRFタグからのデータは,巡回冗長検査(CRC)を使用してエラーについて検査
される。CRCを作成するため使われる多項式及びCRC長は,論理チャネルのタイプに依存している。
表D.1−CRC定義
論理チャネル 純ビット数 CRC定義
長さ 多項式 方向
MID-CH 32 22 X22+X17+X13+X9+X4+1=0x221110 返信リンク
MIN-CH 32 22 X22+X17+X13+X9+X4+1=0x221110 返信リンク
SID-CH 25 15 X15+X10+X9+X6+X+1=0x6130 順方向リンク
R-CH 48 44 X44+X30+X29+X15+X+1=0xC0010006000
返信リンク
W-CH 128 44 X44+X30+X29+X15+X+1=0xC0010006000
順方向リンク
CS-CH 30 44 X44+X30+X29+X15+X+1=0xC0010006000
順方向リンク
D.2 CRC計算例
このC言語での例は,W-CHチャネル用CRC作成方法の説明である。







#define poly 0xc0010006000;
void main ()
[{
short *r0, buffer127[127];
int64 akkum;
int i;
r0 = buffer127;
akkum = 0;
for (i=128-1;i>=0;i--)
[{
if ((*r0!=0 && (akkum&0x01) == 0) || (*r0==0 && (akkum&0x01) ! = 0))
[{
akkum >>= 1;

――――― [JIS X 6351-4 pdf 96] ―――――

                                                                                             93
X 6351-4 : 2010 (ISO/IEC 18000-4 : 2004)
akkum ^= poly
}]
else
[{
akkum>>=1;
}]
r0++;
}]
}]

SID-CH用例として,次の計算値が得られる。
1) nterrogator ID=0x333; Counter Value=0x475e; CRC=0x30e3
2) nterrogator ID=0x123; Counter Value=0x4567; CRC=0x1c7a
3) nterrogator ID=0x3ff; Counter Value=0x7fff; CRC=0x73f6
ファイアコードに関する公開情報の文献例。
Shu Lin, Daniel J. Costello: "Error Control Coding: Fundamentals and Applications", Prentice Hall, 1983,
ISBN: 0-13-283796-X
R. Blahut: "Theory and Practice of Error Control Codes", Addison-Wesley, 1984, ISBN: 0-201-10102-5

――――― [JIS X 6351-4 pdf 97] ―――――

94
X 6351-4 : 2010 (ISO/IEC 18000-4 : 2004)
参考文献
[1] ISO/IEC 15962, Information technology−Radio frequency identification (RFID) or item management−Data
protocol: data encoding rules and logical memory functions
[2] ETSI EN 300 440-1, Electromagnetic compatibility and Radio spectrum Matters (ERM); Short range devices;
Radio equipment to be used in the 1 GHz to 40 GHz frequency range; Part 1: Technical characteristics and test
methods
[3] ETSI EN 300 440-2, Electromagnetic compatibility and Radio spectrum Matters (ERM); Short range devices;
Radio equipment to be used in the 1 GHz to 40 GHz frequency range; Part 2: Harmonized EN under article 3.2
of the R&TTE Directive
[4] CEPT/ERC Recommendation 70-03: "Relating to the use of Short Range Devices (SRD)", Annex 11
[5] US Code of Federal Regulations (CFR) itle 47, Chapter I, Part 15. “Radio Frequency Devices”; U.S. Federal
Communications Commission
[6] RCR STD-1 構内無線局2.4 GHz帯移動体識別用無線設備
[7] RCR STD-29 特定小電力無線局2.4 GHz帯移動体識別用無線設備
[8] ARIB STD-T81 特定小電力無線局周波数ホッピング方式を用いる2.4 GHz帯移動体識別用無線設備
[9] ANSI MH10.8.4, American National Standard for Material Handling−Unit Loads and Transport Packages−
RFID Tags for Returnable Containers

JIS X 6351-4:2010の引用国際規格 ISO 一覧

  • ISO/IEC 18000-4:2004(IDT)

JIS X 6351-4:2010の国際規格 ICS 分類一覧

JIS X 6351-4:2010の関連規格と引用規格一覧