원문정보
초록
영어
Combined with lock algorithm, retreat algorithm and multithreaded processing thoughts; it puts forward an anti-collision algorithm based on multi-threaded RFID lock position. RFID reader sends a quad command, RFID tag response the information of collision position, reduce the amount of data transmission; Fused with lock and multi-status thoughts, the algorithm checks the lock position of card numbers, and continuously separates the status of card numbers in the searching process. Using multithreaded processing idea, tags are classified by the algorithm, and collision handling time is shortened. The algorithm solves the problem of idle thread by tag group. From the test results, compared with the original algorithm, this algorithm reduces the times of collision identification and digit number of data transmission, and improves the system performance.
목차
1. Introduction
2. The Basis of Algorithm
2.1. Manchester code
2.2.State arbitration
2.3. Lock position processing
2.4. Multithreaded
2.5. Command Definition
3. The Process of Algorithm
3.1. Multithreaded Grouped Scheduling
3.2. Lock position anti-collision algorithm procedure is as following
4. The Description of Problems related to Algorithm
5. The Performance Analysis
6. Conclusion
References
