跳到主要內容

臺灣博碩士論文加值系統

(44.220.251.236) 您好!臺灣時間:2024/10/09 09:51
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:江明徽
研究生(外文):Ming-Hui Chiang
論文名稱:在FPGA上實現IEEE802.11介質存取控制器:接收部份
論文名稱(外文):IMPLEMENTATION OF IEEE 802.11 MAC USING FPGA: RECEIVER PART
指導教授:林登彬
指導教授(外文):Teng-Pin Lin
學位類別:碩士
校院名稱:大同大學
系所名稱:電機工程研究所碩士班
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2006
畢業學年度:94
語文別:英文
論文頁數:58
中文關鍵詞:介質存取控制器
外文關鍵詞:MACFPGA
相關次數:
  • 被引用被引用:0
  • 點閱點閱:193
  • 評分評分:
  • 下載下載:30
  • 收藏至我的研究室書目清單書目收藏:0
隨著科秓的日新月進,愈來愈多的電子設備及產品走向無線通訊的境界,而在 1999 年由 IEEE 協會制定出 802.11 的規格後,各大小廠商莫不盡力的將此一規格實現及改進,除了創造出無限的商機外,也為廣大的使用者帶來了莫大的方便。
在本論文中將針對 802.11 的規格裏所提到的 Media Access Control(MAC) 部份作討論及研究,並且根據 802.11b 所制定的規格參數,使用 VHSIC Hardware Description Language(VHDL) 設計一個符合 802.11 MAC 的接收部份模組,其中包含了同步處理、重組訊框處理等,最後利用 Xilinx 公司的可程式化邏輯陣列 (Field Programmable Gate Array, FPGA) Virtex II XC2V1000 平台將此設計作實現,在此設計中的處理速度可逹 72 MHz。
There are many new technologies are updated everyday, more and more electric equipments and products move towards the realm of the wireless communication. After the IEEE associations define 802.11 specifications in 1997, all kind of the manufacturer do the best to realize and improve this specification, besides creating the limitless business opportunity, also brought greatest convenience for everyone.
In this thesis, we will focus on 802.11 MAC section in receiver part, which includes MAC functions, frame formats, and some important parts, include synchronization problem and DeFragmentation frame function.
Finally we use VHDL (VHSIC Hardware Description Language) to design a MAC receiver part depend on 802.11b parameters, then implement on Xilinx FPGA (Field Programmable Gate Array, FPGA) Virtex II XC2V1000 platform and verified all functions by logic analyzer.
摘要 I
ABSTRACT II
ACKNOWLEDGEMENT III
TABLES OF CONTENTS IV
LIST OF FIGURES VIII
LIST OF TABLES XI
CHAPTER 1 INTRODUCTION 1
1.1 Introduction 1
1.2 Motivation 1
1.3 Organization of this thesis 2
CHAPTER 2 802.11 MAC ARCHITECTURE 3
2.1 Introduction to IEEE 802.11 3
2.2 802.11 Network Topology 4
2.2.1 Basic Service Set (BSS) 4
2.2.1.1 Independent BSS (IBSS) 5
2.2.1.2 Infrastructure BSS 6
2.2.2 Distribution System (DS) 6
2.2.3 Extend Service Set (ESS) 7
2.3 802.11 MAC Operation 8
2.3.1 Distributed Coordination Function (DCF) 8
2.3.1.1 CSMA/CA Mechanism 9
2.3.1.2 Interframe Space (IFS) 9
2.3.1.3 RTS/CTS 11
2.3.1.4 Back-off mechanism 12
2.3.2 Point Coordination Function (PCF) 13
2.4 802.11 MAC Frame Formats 14
2.4.1 Frame Control Field 14
2.4.2 Duration/ID Field 18
2.4.3 Address Field 19
2.4.3.1 BSSID Field 19
2.4.3.2 Destination Address (DA) Field 19
2.4.3.3 Source Address (SA) Field 19
2.4.3.4 Receiver Address (RA) Field 20
2.4.3.5 Transmitter Address (TA) Field 20
2.4.4 Sequence Control Field 20
2.4.4.1 Fragment Number Field 21
2.4.4.2 Sequence Number Field 21
2.4.5 Frame Body Field 21
2.4.6 Frame Check Sequence (FCS) Field 22
2.5 Individual Control Frame Formats 22
2.5.1 Request To Send (RTS) Frame 22
2.5.2 Clear To Send (CTS) Frame 23
2.5.3 Acknowledge (ACK) Frame 23
2.6 Fragmentation and Reassembly 24
2.7 Synchronization 25
2.7.1 Synchronization in an Infrastructure BSS 25
2.7.2 Synchronization in an IBSS 25
2.7.3 Passive Scan 26
2.7.4 Active Scan 26
CHAPTER 3 IMPLEMENTATION 29
3.1 System Architecture 29
3.2 Receiver Module Specification 29
3.3 TIMER Module 31
3.4 Synchronization Module 33
3.5 CRC32 Module 34
3.6 DeFragmentation Module 36
3.7 Functional Verify Procedure 38
CHAPTER 4 SIMULATION AND VERIFY RESULTS 40
4.1 Design Environment 40
4.2 Design flow 40
4.3 Design status 41
4.4 Simulation and Results 41
4.4.1 CRC32 function 43
4.4.2 Synchronization function 44
4.4.3 Defragmentation function 45
4.4.4 Full function verification 49
4.5 Hardware verification 49
CHAPTER 5 CONCLUSIONS 54
REFERENCES 56
[1]楊政憲, “以ARM為基礎之無線區域網路媒介存取控制晶片設計,” 國立中山大學資訊工程學系碩士論文, pp. 23-30, Aug. 2003.
[2]蔡致遠, “無線區域網路介質存取功能之實現 - 使用 ARM7TDMI,”
國立中正大學電機工程研究所碩士論文, pp. 30-34, July 2003.
[3]陳長立, “以 FPGA 實現 IEEE 802.11a 介質存取控制層及實體收斂協定子層之傳送/接收功能,” 國立中正大學電機工程研究所碩士論文, pp. 27-50, July 2003.
[4]吳俊鋒, “以 FPGA 實現 IEEE 802.11b/g 混合模式之介質存取控制器,” 大同大學電機工程研究所碩士論文, pp. 37-41, July 2005.
[5]翁佳鴻, “以 FPGA 實現 IEEE 802.11b 介質存取控制器:傳輸器,” 大同大學電機工程研究所碩士論文, pp. 34-45, Nov. 2005.
[6]M. Gast, 802.11 Wireless Networks: The Definitive Guide, Second Edition, O’Reilly, 2005.
[7]IEEE 802.11, “IEEE wireless LAN medium access control (MAC) and physical layer (PHY) specifications,” Aug. 1999.
[8] T. J. Tsai and J. W. Chen, “IEEE 802.11 MAC protocol over wireless mesh networks: problems and perspectives,” in Proc. Advanced Information Networking and Applications, 19th International Conference, Volume 2, pp. 60-63, Mar. 2005.
[9]IEEE 802.11b, “Wireless LAN medium access control (MAC) and physical layer (PHY) specifications: High-speed Physical Layer Extension in the 2.4GHz Band,” IEEE Std 802.11b-1999.
[10]林富雄, “IEEE 802.11 介質存取控制器設計實現 : 傳輸部分,” 國立交通大學電信工程研究所碩士論文, pp. 21-41, June 1999.
[11]洪銘聰, “IEEE 802.11 介質存取控制器設計實現 : 接收部分,” 國立交通大學電信工程研究所碩士論文, pp. 22-47, May 1999.
[12]B. P. Crow, “IEEE 802.11 wireless local area networks,” IEEE Communications Magazine, pp. 116-126, Sept. 1997.
[13]Y. Kim, H. Jung, H. H. Lee and K. R. Cho, “MAC implementation for IEEE 802.11 wireless LAN,” Router Technology, Department, Electronics & Telecommunications Research Institute, 2001.
[14]顏春煌, 802.11 無線區域網路理論與實務, 旗標出版股份有限公司2004.
[15]A. Ganz, A. Savvides and Z. Ganz, “Media access control development platform for wireless LANs,” in Proc. International Conference on Electronics, Circuits and Systems, Cyprus, 1999.
[16]T. H. Meng, “Design and implementation of an all-CMOS 802.11a wireless LAN chipset,” Communication magazine, IEEE, Vol.41, No.8, pp.160-168, Aug. 2003.
[17]J. Heiskala and J. Terry, OFDM Wireless LANs, SAMS, 2001.
[18]P. J. Ashenden, The Designer’s Guide to VHDL, 2nd Edition, Morgan Kaufmann Publishers, 2002.
[19]賈證主, VHDL 數位系統設計與應用, 台科大圖書, 2004.
[20] H. Velayos and G. Karlsson, “Techniques to reduce IEEE 802.11b handoff time,” in Proc. IEEE International Conference on Communications(ICC), June 2004.
[21] A. Yamada, A. Fujiwara and Y. Matsumoto, “Enhancement of mesh network oriented IEEE802.11 MAC protocol,” Wireless Laboratories, NTT DoCoMo Inc., 2004.
[22]http://www.wi-mech.org
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top