09.03.2013 Views

utilizing physical layer information to improve rfid tag

utilizing physical layer information to improve rfid tag

utilizing physical layer information to improve rfid tag

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

tions.<br />

This section contains the the MATLAB code that was used <strong>to</strong> run the simula-<br />

A.1 Inven<strong>to</strong>ry Round Simulation<br />

A.1.1 Identification Time Plot<br />

%Rushikesh Khasgiwale<br />

%UTA E.E.<br />

%Nov 2009<br />

clc<br />

clear all;<br />

for i = 1:300<br />

for j=1:100<br />

t(j) = vogt1(i);<br />

end<br />

ident time(i) = mean(t);<br />

clear t;<br />

end<br />

plot(ident time, ’r’)<br />

hold on<br />

clear ident time;<br />

for i = 1:300<br />

for j=1:100<br />

t(j) = vogt2(i);<br />

end<br />

ident time(i) = mean(t);<br />

47

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!