作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2011, Vol. 37 ›› Issue (6): 263-265. doi: 10.3969/j.issn.1000-3428.2011.06.091

• 开发研究与设计技术 • 上一篇    下一篇

基于并行处理的RFID防冲突算法

霍 华,王永杰   

  1. (河南科技大学电子信息工程学院,河南 洛阳 471003)
  • 出版日期:2011-03-20 发布日期:2011-03-29
  • 作者简介:霍 华(1968-),男,副教授、博士后,主研方向:智能信息处理,光纤通道技术,嵌入式系统开发;王永杰,硕士研究生
  • 基金资助:
    国家自然科学基金资助项目(60743008);河南省科技攻关计划基金资助项目(072302110010);河南省教育厅自然科学基础研究计划基金资助项目(2007520013)

RFID Anti-collision Algorithm Based on Parallel Processing

HUO Hua, WANG Yong-jie   

  1. (Electronic Information Engineering School, Henan University of Science and Technology, Luoyang 471003, China)
  • Online:2011-03-20 Published:2011-03-29

摘要: 为解决RFID系统中的标签碰撞问题,在分析经典二进制搜索算法的基础上,提出一种基于二进制搜索的改进算法以实现标签的快速识别。算法采用栈和队列技术、后退策略、碰撞位跟踪及并行处理思想,在碰撞处理中,读写器只需发送一个三维向量命令,标签以部分碰撞位参数为应答,减少传输数据量和识别次数;利用队列存储已识别的ID,将读写操作与碰撞处理并行,省去单独读写时间;采用模块并行处理,使读写器具有双核处理能力。测试结果表明,该算法在减少传输数据量和识别次数上优于经典二进制算法。

关键词: 射频识别, 二进制搜索算法, 后退策略, 碰撞位跟踪, 并行处理

Abstract: To solve the problem of tags collision in RFID system, a new anti-collision algorithm based on classical binary-search algorithms is proposed to improve identification efficiency. In order to reduce query frequency and data interchange in the collision processing, the new algorithm adopts the techniques of stack and queue storage, back strategy, collision-bit tracking and parallel processing, etc. The algorithm can make reader only send a three-dimensional-vector order, and tags respond to the reader with some of collision-bit parameters. The algorithm utilizes the queue to store identified ID, and makes both read-write operations and collision processes work simultaneously, thus read-write time is left out. The reader has dual-core processor by using parallel processing modules. Performance result shows that this algorithm is significantly superior to the classical binary algorithms in reducing data interchange and query frequency.

Key words: RFID, binary-search algorithm, back strategy, collision-bit tracking, parallel processing

中图分类号: