EPC-C1-Gen2-master

所属分类:RFID编程
开发工具:matlab
文件大小:81KB
下载次数:31
上传日期:2017-06-17 15:34:55
上 传 者李振2
说明:  仿真RFID通信 形成通信环路 在MATLAB下仿真
(simulation of RFID communications)

文件列表:
decodert.m (3165, 2016-04-08)
decodetr.m (1940, 2016-04-08)
packettype.m (1924, 2016-04-08)
signal.mat (80140, 2016-04-08)

# EPC-C1-Gen2 Code which can recognize the data of a EPC C1 Gen2 signal. The code works by recognizing when the measured signal is high and low, and depending how long that is the signal either represents a 1 or a 0. The signal consists of 4 steps where the Reader (R) communicates with the Tag (T) in the following manner: R=>T, T=>R, R=>T, T=>R. The R=>T communications are fully decoded and supported by the matlab script decodert.m . One should enter the start time and stop time of these communications (where the signal starts, switches to T=>R or ends). These times can be chosen slightly greater even when there is a different signal around that time: it automatically filters this different signal out. The code is able to recognize the preamble (or frame-sync) and consequently recognize the type of command and the data bits. For the case of the signal presented at the hackathon, one should choose a start number of slightly before the signal starts and around 1-500 for the signal which was given for this hackathon. The stop number can be left as-is at 9500, or it can be edited to match the signal, for example the RT transmission proceeds from approximately 1-2785, the next tr from 2785-4900 etcetera. For the T=>R communications, in decodetr.m, one should enter the point where the data bits start (after the preamble) as a start time and the part where the code switches to R=>T or ends as the end time. This will cause the code to convert this analog signals to digital numbers and print them to an array. Code constructed by Koos Eerden and Danilo Verhaert.

近期下载者

相关文件


收藏者