資源簡介
利用matlab實現RFID防碰撞的二進制樹法的源程序,適用于實驗報告或者實驗室驗證。
代碼片段和文件信息
x=[0:0.001:1000];
y=(x/16).*((15/16).^(x-1));
w=(x/32).*((31/32).^(x-1));
g=(x/64).*((63/64).^(x-1));
q=(x/128).*((127/128).^(x-1));
m=(x/256).*((255/256).^(x-1));
%fplot(‘(x/16).*((5/16).^(x-1))‘[01000])xlabel(‘tag?number‘)ylabel(‘throughout‘)title(‘吞吐率‘);
plot(xyxwxgxqxm)xlabel(‘標簽數目‘)ylabel(‘吞吐率‘)title(‘固定幀時隙算法幀的大小與吞吐率的關系‘);
legend(‘slot=16‘‘slot=32‘‘slot=64‘‘slot=128‘‘slot=256‘0)
grid?on
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????22519??2009-05-28?13:12??slot.jpg
?????文件????????453??2009-05-25?19:40??slot.m
-----------?---------??----------?-----??----
????????????????22972????????????????????2
評論
共有 條評論