# Introduction ccompanying the explosive growth of the Internet during the last decades, the current expansion of wireless technology promises a greater impact on how people communicate, interact and enjoy their entertainment. With the demand for greater range of services, such as video conferences, or applications with multimedia contents, the telecommunication industry is changing. The increased dependence on computer networking and the Internet has resulted in a wider demand for connectivity to be provided "any where, any time", which leads to the rise in the requirement for higher capacity and high reliability in broadband wireless telecommunication systems. Wireless networks have become increasingly interoperable with each other and this reflects a paradigm shift towards new generations of mobile networks where seamless mobility across heterogeneous networks becomes fundamental. This generation is referred to as fourth generation (4G). Future users will be connected through different available access networks when they move from one place to another (at home, in the office, on the bus, on the train or in the shopping mall) [1]. For example, a video teleconference can transparently switch from an enterprise Wireless Local Area Network (WLAN) to the traditional cellular environment when driving home and to the fixed home network when arrived. This shows that the users can access and maintain a seamless connectivity anywhere, anytime through any access technology owned by any operator to use any available service. # a) WiMAX Technology WiMAX (also known as IEEE 802.16) is a wireless digital communication system that is intended for wireless "metropolitan area networks" (WMAN). It can provide broadband wireless access (BWA) up to 30 miles (50 km) for fixed stations, and 3 -10 miles (5 -15 km) for mobile stations. In 2005, when IEEE introduced first Mobile WiMAX standard 802.16e, and some of the added features of 802.16e were: Enhanced mobility and portability capabilities, improved NLOS coverage by using adaptive antenna system (AAS) with multiple inputs multiple output (MIMO) technology, increased system gain and improved indoor penetration by adopting denser sub channelization and handovers for portable and mobile access. WiMAX architecture comprises of several components but the basic two components are BS and SS. Other components are MS, ASN, CSN and CSN-GW. The WiMAX Forum's Network Working Group has developed a network reference model according to the IEEE 802.16e air interface to make sure the objectives of WiMAX are achieved. To support fixed, nomadic and mobile WiMAX network, the reference model (Figure 1) can be logically divided into four parts [5]. The BS provides connection between operator networks and wireless subscriber devices. To enable wireless communications consists of antennas, transceivers, and other electromagnetic wave transmitting equipments. ? Subscriber Station (SS) Also called Mobile Station (MS). The SS is the user that needs to use services while in motion at vehicular speed. These SS are battery operated compared to the fixed station. Generally mobiles and laptops are used as SS. # ? Access Service Network (ASN) It is owned by NAP, formed with one or several base stations and ASN gateways (ASN-GW) which creates radio access network. It provides all the access services with full mobility and efficient scalability. Its ASN-GW controls the access in the network and coordinates between data and networking elements.ASN-GW performs traffic management function within the ASN. # ? Connectivity Service Network (CSN) Provides IP connectivity to the Internet or other public or corporate networks. It also applies per user policy management, address management, location management between ASN, ensures QoS, roaming and security. # i. Design Details As any other communication system, WiMAX has three basic elements, a transmitter, a receiver, and a channel over which the information is sent. ii. WiMAX Simulation Model The Simulink model of WiMAX PHY developed for the study is as shown in Figure 2, the model consists of transmitter and receiver section linked by the Channel sub systems. Randomization is the first process carried out in the physical layer after the data packet is received from the higher layers. Each burst in Downlink and Uplink is randomized. Randomizer operates on a bit by bit basis. The purpose of the scrambled data is to convert long sequences of 0's or 1's in a random sequence to improve the coding performance . The main component of the data randomization is a Pseudo Random Binary Sequence generator which is implemented using Linear Feedback Shift Register. The generator defined for the randomizer is given by Equation 1: 1 + x 14 + x 15 (1) b. Reed Solomon Encoding The purpose of using Reed-Solomon code to the data is to add redundancy to the data sequence. The encoding process for RS encoder is based on Galois Field Computations to do the calculations of the redundant bits. Galois Field is widely used to represent data in error control coding and is denoted by GF (2m). WiMAX uses a fixed RS Encoding technique based on GF(28) which is denoted as: RS (N = 255, K = 239, T =8) Where: N = Number of Bytes after encoding K = Data Bytes before encoding T = Number of bytes that can be corrected Eight tail bits are added to the data just before it is presented to the Reed Solomon Encoder stage. This stage requires two polynomials for its operation called code generator polynomial g(x) and field generator polynomial p(x). The code generator polynomial is used for generating the Galois Field Array whereas the field generator polynomial is used to calculate the redundant information bits which are appended at the start of the output data. These polynomials are defined by the standard as below: Code Generator Polynomial: Interleaving is done by spreading the coded symbols in time before transmission. The incoming data into the interleaver is randomized in two permutations. First permutation ensures that adjacent bits are mapped onto nonadjacent subcarriers. The second permutation maps the adjacent coded bits onto less or more significant bits of constellation thus avoiding long runs of less reliable bits. # d. Modulation The interleaver reorders the data and sends the data frame to the IQ mapper. The function of the IQ mapper is to map the incoming bits of data from interleaver onto a constellation. In the modulation phase the coded bits are mapped to the IQ constellation, starting with carrier number -100 on up to carrier number + 100. To simplify transmitter and receiver designs, all symbols in the FCH and DL data bursts are transmitted with equal power by using a normalization factor. The constellation-mapped data is subsequently modulated onto all allocated data carriers in order of increasing frequency offset index. # Conclusion As foreseen by many researchers, the next generation wireless mobile communications (4G) will be based on the heterogeneous underlying infrastructure integrating different wireless access technologies in a complementary manner. By using the simulation tool, I have analyzed the various waveforms after each block of the signal transmitted and received over the channel in a WiMAX network. 1![Figure 1 : WiMAX Network Architecture ? Base Station (BS)](image-2.png "Figure 1 :") ![WiMAX comprises of two main parts: 1. WiMAX base station 2. WiMAX receiver 1. WiMAX Base Station : It is often called WiMAX tower or booster. The base station broadcasts radio frequencies to the receiver end. ? Responsible for: Providing air interface to the MS and it performs in MAC and PHY. ? Additional functions: Frequency reuse, handoff, tunnel establishment, QoS & classification of traffic etc. ? Management: Session management, bandwidth management for uplink and downlink and multicast group management etc. ? Practical Face: Tower in outdoor environment and Receiver : WiMAX receiver receives the radio frequency from the WiMAX base station and makes sure the connectivity of WiMAX network is in range. ? Responsible for: Providing connectivity between subscriber equipment (such as mobile phone or laptop) and a WiMAX base station. ? Additional function: Packet priority, network interoperability and QoS. ? Connection: Backhaul, high speed microwave link which is also referred to a connection between core network and WiMAX system. ? Provides User: VoIP, multimedia and Internet access and many mobile applications. ? Practical face: Customer Premises Equipment (CPE) for indoor and outdoor purposes.](image-3.png "") 2![Figure 2 : Block Diagram of WiMAX Simulation Model](image-4.png "Figure 2 :") ![g(x) = (x+? 0 )(x+ ? 1 )( x+ ? 2 )( x+ ? 3 )..( x+ ? 2T-1 ) Field Generator Polynomial: p(x) =x 8 +x 4 +x 3 +x 2 +1 c. Interleaving](image-5.png "") ![iii. Simulation Results For performance analysis of the PHY model, simulation is performed by considering the standard test vectors specified in the WiMAX standard document. Several test cases and test vectors for each component are provided in hexadecimal format. Input Data (35 bytes long) 45 29 C4 79 AD 0F 55 28 AD 87 B5 76 1A 9C 80 50 45 lB 9F D9 2A 88 95 EB AE B5 2E 03 4F 09 14 69 58 0A 5D In WiMAX, this is simulation of transmitter. In figure 3 (a) the diagram simulation is after randomizer input. Different types of encoder is used for encode the data and figure 3(b) is the output after the encoder block. Interleaving is a technique commonly used in communication systems to overcome correlated channel noise such as burst error or fading. The inter leaver rearranges input data such that consecutive data are spaced apart. Figure3 (c) is simulation after inter leaver block of WiMAX. During the symbol mapping stage, the sequence of binary bits is converted to a sequence of complex valued symbols and figure 3(d) is the output after the mapper block.](image-6.png "") 34![Figure 3 : Signal after (a) Randomizer block, (b) Encoder block, (c) Interleaver, (d) Mapper](image-7.png "Figure 3 :AFigure 4 :") 5![Figure 5 : Signal After (a) Modulator Block (b) Before Demodulator (c) Before De-Mapper (d) After De-Mapper After de-mapping of signal, signal passes through the decoder block which decodes the original signal and figure 6(a) shows the output after decoder and finally at the receiver end de-randomizer is done to get the original signal which shows in figure 6(b).](image-8.png "Figure 5 :") * IEEE 802.16/WiMAX Broadband Wireless Access MitsuoNohara ITU-T Workshop "NGN and its Transport Networks" Kobe 2006. April 2006 * Introduction to Broadband Wireless JGAndrews AGhosh RMuhamed Fundamentals of WiMAX: understanding broadband wireless networking Prentice Hall 2007. 2007 * Implementation of WiMAX simulator in Simulink ARoca 2007. February 2007 Engineering Institute-Vienna * Fundamentals of WiMAX: understanding broadband wireless networking JGAndrews AGhosh 2007 Prentice Hall * A comparative performance analysis of OFDM using MATLAB simulation with M-PSK and MQAM mapping PatelMs Jigisha ICCIMA 2007,Shivakashi IEEE CS Press 2007. Dec. 2007 4 Mrs Upena Dala l * Mobility Management in Current and Future Communications Networks IanFAkyildiz JaniseMcnair JosephHo IEEE August 1998. 1998 * Performance Analysis of WIMAX based OFDM System using Various Modulation Techniques AnuSimarpreet Kaur Aulakh Sheetal 2012 * SanjeevDhawan Analogy of Promising Wireless Technologies on Different Frequencies: Bluetooth, Wi-Fi, and WiMAX" IEEE "GLOBECOM 2011. 2011 * WiMAX Technology for Broadband Wireless Access LoutfiNuaymi 2007. 2007 Jhon willey publication * Mobile WiMAX Systems: Performance and Evolution FanWang AmitavaGhosh ChandySankaran PhilipJFleming FrankHsieh StanleyJBenes 2008. October 2008 IEEE Communications Magazine * Simulation of channel estimation and equalization for WiMAX PHY layer in simulink OAAlim NElboghdadly MMAshour AMElaskary ICCES apos; 07. International Conference on 2007. Nov. 2007 38 * IEEE Standard for Local and Metropolitan Area Networks. Part-16: Air Interface for Fixed Broadband Wireless Access Systems IEEE 802.16-2004 Rev. of IEEE 802 Oct. 2004