본문 바로가기 주메뉴 바로가기
국회도서관 홈으로 정보검색 소장정보 검색

목차보기

표제지

목차

1. 서론 7

2. 근거리 통신과 무선 중계 프로토콜 11

2.1. WPANs과 WLANs 11

2.1.1. 블투투스(IEEE 802.15.1) 12

2.1.2. 지그비(IEEE 802.15.4) 17

2.2. 라우팅 프로토콜 19

2.3. 무선 중계 프로토콜 22

3. TDMA 기저대역 중계 모뎀의 구현 25

3.1. TDMA 기저대역 중계 모뎀의 설계 25

3.1.1. 네트워크 프레임 설계 25

3.1.2. 중계 네트워크 사이클 설계 30

3.1.3. 중계 프로토콜 네트워크 사이클의 동작 33

3.1.4. 중계 라우팅 프로토콜 35

3.2. TDMA 기저대역 중계 모뎀의 구현 48

3.2.1. 기저대역 중계 모뎀 50

3.2.2. 프레임 동기 구현 51

3.2.3. 네트워크 슬롯 동기 구현 52

3.2.4. 데이터의 저장과 버스 제어기 63

3.3. 합성과 시뮬레이션 66

4. 중계 모뎀의 실험 및 고찰 68

4.1. 중계 통신 단말기의 제작 68

4.2. 중계 통신 단말기의 동작 측정 70

4.3. 중계 네트워크 실험 및 고찰 73

5. 결론 76

참고문헌 78

Abstract 82

초록보기

 This paper presents an implementation of the TDMA baseband modem to support M:N voice communications and to expand a communication distance for wireless relay protocol. The designed baseband modem is applied to communicate a 14-node relay network. Each relay node can send and receive signals by its assigned time slot. When odd-hop relay nodes of 14 nodes can transmit signals at the same time, even-hop relay nodes can receive signals, and vice versa. To implement the relay function, the baseband modem has a network cycle controller, a buffer memory has a priority dual-bus controller and 8 single-port RAMs, an asynchronous serial transceiver, and has been implemented on Xilinx Spartan-6 FPGA with verilog-HDL. Since the implemented baseband modem configures a network for maximum 14-hop relay in serial, the communication distance is extended up to 1.4km. The implemented baseband modem is tested and verified its functions for wireless relay protocol, and its measured maximum delay time is less than 230.4ms and its transfer capacity is about 46.8kbps for the end-to-end voice transmission at the 1Mbps baseband data rate. The implemented TDMA baseband relay modem is satisfied a real-time multi-voice communications.