BLEKINGE INSTITUTE OF TECHNOLOGY

Size: px
Start display at page:

Download "BLEKINGE INSTITUTE OF TECHNOLOGY"

Transcription

1 BLEKINGE INSTITUTE OF TECHNOLOGY The Department of Software Engineering and Computer Science Examiner: Guohua Bai, Tutor: Anders Carlsson, Authors Program: Bachelor Thesis in Computer science C, 15 hp Date: Bachelor Thesis in Computer science C, 15 hp WLAN performance in IEEE n Jari Heiskanen

2 Abstract Abstract WLAN/n is an attractive technology since it increases data throughput and link range by giving more bits per second. Developments in n have increased data rate and performance to higher levels. One technique is to use multiple antennas for transmitter and receiver to transmit multiple data streams through MIMO systems for the n standard. Mobile units in a cell perhaps don t have fixed position in the cell so use of more advanced algorithms such as OFDM had as well been developed and presented in this report. Interference for the signal is one main task in WLAN because the calculated amount of data manufacturers have in their specifications is fairly true in transmissions when measuring data throughput. Results from experiments shows that interference in some cases is considered as a problem. Goal with this thesis is to answer the questions around different techniques within WLAN technology and what kind of interference and developments there are against this problem to gain more stabile and higher data throughput. Experiments include WLAN net in natural environment with an access point and a laptop with network card. Keyword: OFDM, WLAN, Interference, MIMO, n. ii

3 Introduction Table of Contents Abstract... ii 1 Introduction Background and problem motivation Aim with project Scope Outline IEEE WLAN/n Introduction WLAN Protocol Layer Architecture MAC PHY Multiantenna Systems Antenna Diversity Space Time codes Transmission Techniques OFDM Interference Introduction Thermal Noise Fading Co Channel Interference Radio wave propagation Free space path loss Methodology Results Analysis Conclusion and discussion Future work References Appendix A: Abbreviations Appendix B: Figures from results

4 Introduction 1 Introduction 1.1 Background and problem motivation The use of Internet and wireless technology has grown since the beginning of 1990: s. It is very usual to have some kind of wireless device at home such as a Wireless Local Area Network (WLAN) where a router and couple of computers can work together. Analogous techniques have been replaced by digital technique and with this digitalization there has been more effective usage. Multiple Input Multiple Output (MIMO) [1] is a promising solution for link robustness and higher data throughput [1] but unfortunately there are more issues to solve. Using space instead of wires for transmitted data needs efficient equipment since bandwidth is limited [1]. Security issues are a big problem since radio waves is available for anyone to listen at but there is no focus at that in this thesis. Interference is another aspect of WLAN performance that can decrease data throughput [10]. The standard for wireless networks at home is called Home RF [10] and focus in this thesis is on Institute of Electrical and Electronics Engineers (IEEE) [21] n standard and the interference problem in that particular area. There are four questions in this problem area this thesis try to solve. In usual mobile systems base stations do not have information about the position of mobile units inside a cell so the signal is sending in all directions within the cell to get covered, the result is power, transmission loss and interference against other cells using the same frequencies and it is same with antennas receiving signals with noise as result. What technique is used to decrease these interferences? Multipath propagation is a problem in wireless communication but is there a solution in IEEE n? What is the impact on WLAN environment if two or more Access Points (AP) is standing close to each other? Hidden terminal is a big problem for wireless but how is that problem avoided? 4

5 Introduction 1.2 Aim with project Research through literature studies in the area of WLAN with its positive and negative aspects is aim with project. Further studying about interference in WLAN and what kind of interference and other negative impacts have for consequences in WLAN environment. Improvements, knowledge and understanding the background interference problems in WLAN net are the goal with this thesis and how interference could be limited. 1.3 Scope Focus is on interference problems in home environment and with WLAN n technology. No security aspects will be included. The WLAN standard this thesis will look further in is n so a, b and g standards will not be investigated deeper in this report but compared to n and mostly what developments there are against previous standards in the n standard. Equipment for the experiment is an Acer 1315 laptop with an Xtreme notebook express card Dlink 643, AP Dlink DIR 635 and software airmagnet 7.5, laptop analyzer. 1.4 Outline This thesis includes the following chapters: Chapter 1 has an overview over this thesis introduction, background, aim with project and scope. Chapter 2 provides the reader with theory and introduction. I will go through facts about protocol architecture, multi antenna systems, and space time coding and transmission technique in IEEE n. Chapter 3 has interference issues and the different kinds of known interfering problems that exist. Chapter 4 describes methodology. Chapter 5 shows results from graphs from a WLAN analyzer where I made some measurements. Chapter 6 shows analysis. Chapter 7 finally gives conclusions and discussion. 5

6 IEEE WLAN/n 2 IEEE WLAN/n 2.1 Introduction IEEE n is a specification that operates in 2.4 or 5 GHz band [1]. To take advantages of higher data rates there has been developed technique named MIMO [1]. There is broad spectrum of techniques for MIMO such as smart antennas (SA), spatial multiplexing(sm) and space time block coding (STBC) [1] that requires multiple antennas for transmitting and receiving. The unlicensed band of GHz is mixed with lot of interferences from microwaves, Bluetooth, cordless phones and other wireless gadgets using the same frequency [10]. Task Group N (TGn) [5] established in 2003 in order to achieve higher throughput by revising the Medium Access Control (MAC) and physical layer (PHY). The a, b and g WLAN s has about 25 Mbps maximum throughput and n standard achieve 4 times faster WLAN[9] so this is one of the most important benefits for n standard against previous standards. According to manufacturers of n routers the data rate speed can be as high as 300 mbps [9]. Interference is more a reality than fiction though. In following chapters I will go through the protocol architecture, multiantenna systems, space time block coding and transmission techniques for further understanding in WLAN techniques. 2.2 WLAN Protocol Layer Architecture Computers connected over a wireless network should work just like wired computers [2] on Local Area Networks (LAN). Wireless networks operate at lower speeds where higher latency and lost connections as result. Lower data rates is a big problem for wireless so developing modulation schemes were necessary to combat fading channels and lower data rates [1]. WLAN protocols are a layered architecture that mostly refers to the two layers in OSI architecture data link layer (DLL) and PHY se figure below. 6

7 IEEE WLAN/n Figure2.1:OSIlayeroverview.(Source: DLL has a sub layer MAC that will be covered next and after that chapter PHY MAC MAC is software that controls communications between network cards and AP [3]. The MAC protocol regulates the medium by a channel access mechanism [2] which divides main resources between nodes and radio channel. A MAC layer provides following improved features [11]: Higher Throughput (HT) Reducing protocol overhead Increasing efficiency of voice service Increasing efficiency of video traffic 7

8 IEEE WLAN/n Increasing of transport efficiency through frame aggregation Increasing maximum transported frame size Carrier Sense Multiple Access/Collision Avoidance (CSMA/CA) In n there is improvement in efficiency by reducing protocol overhead due to frame headers and frame gaps [11]. If frames are shorter like in voice traffic between bytes depending on codec the transport efficiency increase [11]. Being transported using maximum frames through frame aggregation protocol benefits MAC layer transport in n [11]. There are two kinds of MAC protocol Distributed Coordination Function (DCF) and Point Coordination Function (PCF) [3]. The most common today is DCF. DCF is based on CSMA/CA and when stations detects that there is no transmissions going on, base station (STA) acknowledgements (ACK) a frame after a transmission are successful and protected against other STA s [12]. This procedure continues and reduces the collision of frames, (CSMA/CA) [12], in case of multiple STAs trying to access the channel. These MAC parameters in this chapter depend on the underlying PHY layer that will be covered in the next chapter. Co Channel Interference is described more in detail in chapter PHY IEEE Physical Layer (PHY) provides connection between MAC and wireless media [3]. There are two sub layers in PHY, the top layer Physical Layer Convergence Protocol (PLCP) and the bottom sub layer Physical Media Dependent (PMD) [3]. Figure 2.2 PHY, overview. (Source: [1].) 8

9 IEEE WLAN/n The bottom sub layer PMD is responsible for forming and transmitting the actual bit stream and it performs the modulation and demodulation of the actual air media [3]. 2.3 Multiantenna Systems MIMO in contrast to Single Input Single Output (SISO), Single Input Multiple Outputs (SIMO) and Multiple Input Single Output (MISO) has antenna elements at both edges [1]. Higher data rates are achived by simultaneously transmit multiple data rates using spatial multiplexing technique. Orthogonal space time block codes and space time trellis code [1] are examples of diversity techniques that reduce the probability that the channel is in deep fade [1]. MIMO under performing increase power consumption, hardware and signal processing, transmitter and receiver component size [1]. The increase of this complexity made the adoption of MIMO in n WLAN possible which has data rates from 100 Mbps over the 20 MHz bandwidth [1]. Figure below shows the different antenna configurations. Figure 2.3 MIMO, overview. (Source: [1].) Antenna Diversity Spatial Diversity (SD) [1] is a technique used in MIMO to increase data throughput and link performance to defeat channel fading. Replicas of the same signal at receiver are named diversity [1] and diversity is used in Base Stations (BS). Downlink use two or more antennas and uplink multiple antennas. Diversity is important for systems with small number of transmitting antennas operating at low SNR values [1]. The case of Line of sight (LOS) where channels in practice have no fading is known as Spatial Multiplexing(SM) [1]. 9

10 IEEE WLAN/n 2.4 Space Time Codes Space Time Block Codes (STBC) [2] is a simple type of code to transmit multiple copies of data stream through a number of antennas and exploit data received to improve the reliability of transfers. Alamouti [8] developed a transmission technique for two transmitting antenna systems. This technique has full diversity with simple linear operations but the need for a better code for multiple antennas was developed like orthogonal design for multiple antennas such as Orthogonal Space Time Block Code (OSTBC) [2]. 2.5 Transmission techniques Orthogonal Frequency Division Multiplexing (OFDM) is a multicarrier transmission technique that uses large numbers of orthogonal sub carriers to carry data information [2]. Purpose with OFDM is to minimize interference among channels nearby others in frequency and cope with conditions like fading due multipath [2]. Some conditions for OFDM will follow OFDM OFDM transmission scheme has some key advantages such as [7]: OFDM has a less complexity implementation compared to single carrier systems. Capacity enhances by adapting the data rate per sub carrier according to the SNR ratio of that sub carrier. OFDM is robust against nearby channels because interference affects only a small percentage of the sub carrier. And some drawbacks: OFDM is more sensitive to phase noise and frequency offset. There is a peak to average power ratio which reduces the power efficiency of the radio frequency amplifier. For WLAN such as n there are solutions to combat hostile frequency selective fading and combined with Code Division Multiple Access (CDMA) there is enhanced robustness against fading in data transmission rates [7]. 10

11 IEEE WLAN/n OFDM allows high spectral efficiency where the frequency bandwidth can be used and requires accurate synchronisation between receiver and transmitter causing inter carrier interference (ICI) [7] that is crosstalk between the sub carriers. There are a lot of techniques available against ICI but they can increase receiver complexity. OFDM is not a multichannel technique since it transfers one bit stream over one communication channel but if it combined with multiple access using time, coding or frequency separation it could be used by multiple users [7]. OFDM assigns different sub channels to different users and it support as well differentiated Quality of service (QoS) by assigning different number of sub carriers to different users as in CDMA [10]. OFDM CDMA [10] could be used to combat co channel Interference [2]. Next chapter provides Co Channel Interference more accurate. 11

12 INTERFERENCE 3 INTERFERENCE 3.1 Introduction Interference is a big problem in WLAN s since two signals can in close range to each other at same time and near the same frequency interfere each other. One signal can be louder and overwhelm the other signal and eventually conflict occurs. This is a problem when decreasing of a signal and throughput will take down quality of the WLAN. This problem is common in natural home environment were lot of AP s work in the surroundings and this could be seen in results in next chapter. Loss of signal strength due to signal attenuation caused by walls and obstacles is common even human body in the way for transmitters can decrease signal strength. AP standing low close the floor or having obstacle in close range decreases as well signal strength. Bit Error Rate (BER) rises as signal loose strength [10]. Most users in home environment have microwaves, cordless phones, and Bluetooth and access points in the surroundings operating within the WLAN. Graphs in results chapter show this interference problem. To deal with interfering problems there are some techniques for that such as developments in protocols and algorithms to combat interference. In this chapter I will go through Thermal noise, Fading, Co channel Interference, Radio Wave Propagation and Free Space Path Loss Thermal Noise Thermal noise occurs when undesired signal in a communication circuit tends to modify its information content. This noise is in all transmission media [10]. In wireless this can be subdivided into multiplicative such as fading, described in the next chapter, and additive effects. The additive noise is generated from circuit itself like thermal noise [10]. It is from electrons in random motion over the frequency spectrum [10]. There occurs noise if the temperature over transmission medium and equipments are over absolute zero so it is inescapable to get rid of noise. 12

13 INTERFERENCE Input Output Multiplicative noise Additive noise Figure 3.1: Two types of noise in wlan. (Source: [1].) Additive White Gaussian Noise (AWGN) [10] is a channel that adds white Gaussian noise to signals passing through. This is standard for digital communication. White noise in the frequency spectrum continues and performs over specified frequency band. Issue here is that most wireless links cannot be modelled as AWGN channels [10] so more realistic is to use a fading channel described in next chapter Fading Fading is signals in combination with reflected, scattered, diffracted and delayed signals [10]. Fast fading is responsible for short term signal variation in transmission medium. There are different kinds of models to describe multipath fading channel such as Rayleigh [10] model. This model has not directly any Line Of Sight (LOS) so indoor environment for WLAN could be described by Rayleigh. Rayleigh is a statistical model of a radio signal scattered by environment. There is another fading model named Rician [10] fading but that model suits more LOS environment. To measure fading performance analyzing is made by bit error rate (BER) [10] and that is a function of Signal to Noise Ratio (SNR). Decreasing of BER is connected to high SNR [10]. 13

14 INTERFERENCE Co-Channel Interference Co Channel interference is a type of interference when many users transmitting within the same channel. To reduce the interference a technique called reused pattern [10] where adjacent transmitters transmit on different channels. More system manufacturers are taking part of the unlicensed frequency bands for transmitting information and there is no restriction of users so increase of co channel interference is growing. Further in WLAN environment there is a problem called hidden terminal [16] problem. When two STAs transceive and receive from a common AP and they cannot see each other they are hidden to each other. Network performance can decrease dramatically since DCF operates through carrier sensing (se chapter 2.2.1). Request to send/clear to send (RTS/CTS) [15] is a technique that STA s can use before transmit data frames. Figure 3.2: hidden terminal problem. (Source: [16].) If the size of a data packet is larger than RTS/CTS then RTS frames is transmitted first followed by CTS frame and these frames include data of how long it takes to transmit the data frame and ACK response, so STA s hearing transmitting STA s nearby not start any transmission since their Network Allocation Vector (NAV) is set to zero. NAV is a timer used in this process [15]. See figure below. Figure 3.3: RTS/CTS scheme. (Source: [15].) 14

15 INTERFERENCE Radio Wave Propagation Radio Wave Propagation is a term explaining how radio waves are behaving when propagating between two points on the earth. Inverse square law [3] is the term for power density of an electromagnetic wave and increasing distance decreases power of the radio wave. Scattering [10] is a term when objects interferes the signal in outdoor environment like rain, planes and light. Diffraction [10] is the term when radio waves are bent around objects with sharp edges. Reflection [10] is another term meaning absorption or reflected from surfaces. Perfect reflection is when all the signal reflexes but some materials only reflect a part of the signal. In indoor and outdoor environment there are a term called multipath propagation [10] when radio signal try to reach a receiving antenna from two or more ways. The effect of this phenomenon is interference and phase shifting key causing Raleyigh fading, described in a previous chapter, and cause errors like Intersymbol Interference (ISI) [10]. OFDM (chapter 2.5.1) and Rake receivers [10] are used to defeat these errors Free Space Path Loss Free Space Path Loss [10] is the loss of signal over distance. When signal moves through space power decreases proportional to the wavelength. 6 db increases doubles the performance and 6 db decreases reduce power with ½ [3]. There is a decrease of signal through obstacles as well but in indoor environment it is not easy to calculate path loss because of the variety of objects blocking signals. 15

16 Methodology 4 Methodology This report includes WLAN analyzer in testing to measure impacts from interference. Mentioned in chapter 1.1 there could occur problems in 2.4 GHz band with lot of signals in multipath environment and other signals interfering. Started to scan environment with air magnet for interfering signals in reference test to check for interfering signals but could not see any unusual decrease of signal or detection of AP s nor STA s. Experiments will include a reference test where no impacts on the signal affecting WLAN and an experiment test in normal home environment where signal will be affected with different kinds of interference to see what impacts there are. Interference in normal home environment is considered as microwaves, Bluetooth, access points in the surrounding environment and noise. Mentioned interference is so to speak active interference and there is passive interference such as walls, floor and roof made by concrete, steel and bricks. Tools for testing are as mentioned in chapter 1.3, so choice for the Xtreme notebook express card Dlink 643 as equipment is based on air magnet 7.5 since there are few network cards compatible for this software. Laptop is not considered as crucial in this test. AP is Dlink DIR 635. Bluetooth equipment is Ericsson phones P990 and P800. There are eventually some drawbacks in this method since interference in detail can t be seen in an obvious way meaning that there could be more specific analysis of interference with other software. Questions in chapter 1.1 with interference against other cells, multipath propagation, access points close to each other and hidden terminal problem will be measured with signal distribution test, performance test and interference tests. See chapter 5 results. First of all there are three reference tests where no interference or obstacles are in way for the signal, so called Line Of Sight and the measurement area is a room with 3x5 square metres and this is not in the apartment. The AP is at close range for optimal signal quality approximately 0.5 metres. I made three measurements interference score, signal distribution and performance. This is considering as input variable were nothing should affect the signal. The second measurement 16

17 Methodology test was in a standard home environment and the measurement area is an apartment of 11m by 7m with included a hallway, living room, dining room, bathroom and two bedrooms. In all rooms there is standard furniture like bookshelf s, chairs, and tables and so on. Walls, roof and floor is made of concrete, steel and bricks. This is considered as output variable were other signals eventually affect the input variable. See figure below. Figure 4.1: Home environment area. (Source: [1].) The access point will be placed in the hallway at high level with no obstacle close to the transmitters and my two measurement points will be in living room (Dagrum) and kitchen (kök) and there is no line of sight environment. 17

18 Results 5 Results In this chapter I will present results from my measurements in my WLAN. All text to measurements refers to appendix B where figures for results are. First of all there are three measurements from the reference test beginning with interference score and then signal distribution and at last performance. Since there are now interference on this channel the interference score shows no amount of signal interference. The upper graph to the right shows direct impact on network s performance so if there are 30 as score it represents 30% bandwidth consumption or disruption by network interference [21]. Score is calculated as 0 at the bottom and 10 at the top. Score <=5 is considered as low and in this case it is at 0 (Appendix B, figure 5.1). All interfering devices such as Bluetooth, microwave and AP s are turned off during reference test. Tests is made with auto channel adjustment meaning Dlink AP make this adjustment automatically by checking channels nearby and then select the channel with lowest users [22]. The last test, test 5.13, shows manually configured AP, auto channel adjustment was turned off so there were in that test 4 AP s within same channel. Appendix B, Figure 5.1: Air magnet measurement, Test Reference 1. (Source: [18].) All AP s, WLAN devices, STA s etc, displays total amount of standard interference [21]. Non interference is displayed as noise at lower right graph. Signal/Noise score is calculated as 100 dbm at bottom meaning there is no noise in this graph and 10 dbm at the top [21]. Signal strength shows it is approximately 15 dbm to 10 dbm where 0 dbm is 100% strength. Every line in this graph shows 10 dbm in difference [21]. Hidden terminal problem (3.1.3) is displayed at left lower screen and if it is <=1 device there is no or low problem for hidden terminal. 18

19 Results Appendix B, Figure 5.2: Air magnet measurement, Test Reference 2. (Source: [18].)This tool detects RF signal problems such multipath [21] (3.1.4). The yellow cluster of dots shown in the figure above represents RF signal per packet [21]. If the signal is good the dots should be all close together at narrow range meaning RF signals are consistent in strength with little variation and if the opposite occurs with yellow dots scattered all over the screen then the signal strength is varying with some kind of signal problem [21]. Further there are signal strength in green and noise in red colour. The score is calculated as 100 dbm at bottom and 10 dbm at the top. Signal strength shows it is approximately 15 dbm to 10 dbm where 0 dbm is 100% strength. Every line in this graph shows 10 dbm in difference. Appendix B, Figure 5.3: Air magnet measurement, Test Reference 3. (Source: [18].)This tool measures maximum WLAN bandwidth and tests the AP from a given location, transmission speed, RTS/CTS (3.1.3) activation, retransmission and fragmentation configuration [21]. This test sends data frames to the AP and waits for acknowledgment [21]. Throughput is presented by kb/s with 0 kb at bottom and in this screen 750 kb at top and there is lost frames, frame fragmentation (2.2.1) and frame retries to view so kb/s is 560 and packets per/s is 47. Appendix B, Figure 5.4: Air magnet measurement in living room 1. (Source: [18].)Testing in home environment with lot of AP s STA s in the surroundings and testing at a distance of approximately 20 metres from the AP in this test. There are a slight interfering score but not to intensive and Signal/Noise shows signal strength at about 60 dbm and with noise rising at some times and that is causing by non signals [21]. Appendix B, Figure 5.5: Air magnet measurement in living room 2. (Source: [18].)The signal is varying with signal drops down to 100 dbm and the signal strength has fallen to between dbm. There is some data packets lying off this variation meaning signal problem occur. This is multipath [21], (3.1.4) environment with OFDM (chapter 2.5.1) as a transmission technique to combat multipath. Appendix B, Figure 5.6: Air magnet measurement in living room 3. (Source: [18].)Here the signal shows that kb/s is 585 and packets per/s is 49 so there is a rise in this test according to reference test more data is 19

20 Results transferring. This screen shows 0 bytes at the bottom and 1000 bytes at the top. Appendix B, Figure 5.7: Air magnet measurement in kitchen 1. (Source: [18].)This test included a microwave turned on and the measurements showed some interfering at upper right screen. The lower right screen should not show any noise from non devices so the noise level is at 100 dbm. There is signal drop meaning the signal lost all power here. Interference is considered as low since it is <=5 the top score were approximately 2, 2 at highest level. Appendix B, Figure 5.8: Air magnet measurement in kitchen 2. (Source: [18].)There is problems with the signal with many drops and data packets on some areas not to narrow but not considered as fatal [21]. Appendix B, Figure 5.9: Air magnet measurement in kitchen 3. (Source: [18].)There was no major difference in this test in comparison to the test in living room. Packets/second was 49 and Kbytes/second 585 so it showed no changes between these two tests. Appendix B, Figure 5.10: Air magnet measurement with Bluetooth 1. (Source: [18].)There is not too much interference when Bluetooth was turned on since it is considered to be low <=5. Score went up to at maximum at 1 meaning there was 1% network interference. There was signal loss under the test decreasing to 100 dbm under a while. Appendix B, Figure 5.11: Air magnet measurement with Bluetooth 2. (Source: [18].)This screen shows disturbances in signal strength dbm. Noise level were 85 dbm first but decreased after that. RF signal shows some multipath problems since data packets are spread and not at narrow range as at the reference test. Appendix B, Figure 5.12: Air magnet measurement with Bluetooth 3. (Source: [18].)Only difference between this measurement with Bluetooth activated and the other measurements is the data rate Kbytes/second here it is lower at 581 Kbytes/second. 20

21 Results Appendix B, Figure 5.13: Air magnet measurement with co channel 13. (Source: [18].)This measurement shows co channel interference (3.1.3). At normal circumstances an auto channel adjustment [22] is done so a channel with the lowest users within that channel is selected but in this case manually configuration was made to select channel 11 since there were most users. All visual AP s on channel 11 resulted in increasing interference with tops off 50 % network interfering on this channel. Further there were increased noise and signal drops seen at lower right screen. No hidden devices were detected. 21

22 Results 6 Analysis Differences between a, b, g and n standard are mostly in the algorithms concerning MAC and PHY layer (chapter 2.2.1). In n standard there been developments in MAC layer by reducing protocol overhead and DCF based on CSMA/CA reduces the collision of frames (chapter 2.2.1). PHY has sub layers PLCP and PMD to help MAC layer to map into the PLCP and performs modulation and demodulation of air media. To combat deep fade, development of space time codes has been implemented in MIMO (chapter 2.3) technology. OFDM (chapter2.5.1) is a transmission technique minimizing interference among channels nearby and in combination with CDMA it allocates other channels in surroundings but in extreme environments with more than 20 AP s in surroundings there should be some more effectively algorithms. Interference in WLAN is the major problem for homerf with problems such as thermal noise in all transmission media. Fading in multipath environment is responsible for signal variation seen in figures in result area. Co channel interference rises since more usage of AP s today and results showed problem with signal drops, noise and so on. Hidden node did not give any problem in apartment test but that could perhaps be more accurate if measured with a goal to just check for hidden node. Space path loss is signal loss over distance and so when wavelength decrease with 6dB power reduces with ½. In indoor environment there are lot of obstacles so the exact result of decrease in power is not easy to analyze but shows it could be lot of decrease in signal strength. 22

23 7 Conclusion and discussion 7 Conclusion and discussion My conclusion of this work has to be it was interesting test and informative. There were lot of information to study and to pick up the essentials were not easy. My idea was to focus on n standard and present interesting parts of technology that had been developed since a, b, g standards. In this thesis I present coding/transmission techniques and antenna development where MIMO had led data rates and performance to higher levels were using multiple antennas. The main aim of this report was to present work done at this moment in previous mentioned areas and to look ahead what way interference affect the n standards. Co channel interference was in my measurements the biggest problem and this area should have more done for future work. Interference in WLAN I consider is the major problem for homerf with problems such as thermal noise in all transmission media but I don t see that as fatal according to my measurements. Results concerning interference in 2.4 GHz were not fulfilled since there were no detailed results including spectrum analyzer so this work should also be done in the future. Answer to the questions I looked at is answered below and it is conclusions from the text in this thesis from previous chapters. Questions I look further into were: In usual mobile systems base stations do not have information about the position of mobile units inside a cell so the signal is sending in all directions within the cell to get covered, the result is power, transmission loss and interference against other cells using the same frequencies and it is same with antennas receiving signals with noise as result. What technique is used to decrease these interferences? MIMO (chapter 2.3) increase power consumption, hardware and signal processing, transmitter and receiver component size. Spatial Diversity (chapter 2.3.1) is a technique used in MIMO to manipulate characteristics of a wireless link and increase data throughput and link performance to defeat channel fading. OFDM (chapter 2.5) is robust against nearby channels because interference affects only a small percentage of the sub carrier. 23

24 7 Conclusion and discussion Multipath propagation is a problem in wireless communication but is there a solution in IEEE n? When signal tries to reach a receiving antenna from two or more ways multipath propagation (figure 4.10), (3.1.4) can occur. The effect of this phenomenon is interference and cause errors like Intersymbol Interference. OFDM (chapter 2.5.1) and Rake receivers are used to defeat these errors. Purpose with OFDM is to minimize interference among channels nearby others in frequency and cope with conditions like fading (3.1.2) due multipath. What is the impact on WLAN environment if two or more Access Points (AP) is standing close to each other? Reused pattern is a technique for transmitters transmitting on different channels. Base stations acknowledgements a frame after a transmission are successful with SIFS and protected against other STA s (2.2.1). In case of multiple STA s trying to access the channel CSMA/CA reduces the collision of frames (2.2.1). In my measurements there was increase of interference from devices and noise levels arise and some signal drops so the signal actually disappeared during measured time (figure 5.13). Hidden terminal is a big problem for wireless but how is that problem avoided? Hidden terminal problem in the n standard has a solution in the data link layer or more specific MAC. MAC is software in data link layer (2.2.1) and with the 4 way handshake protocol including RTS/CTS (3.1.3). When an STA hear another STA transmit nearby this technology defeat hidden terminal problem. STA s use this technique to combat this problem. In my own measurements there were no hidden terminals seen in air magnet software I was using (figure 5.2). 24

25 7 Conclusion and discussion 7.1 Future work At the end of this thesis work I thought there is lot of techniques and issues concerning interfering problems. My work just shows a broad shallow part of this problem area. After I finished my experiments for the result chapter my concern were the software I used since it don t analyze in detail like BER and so on. With unlimited resources there could be deeper analyzes from MAC layer or even some kind of algorithm development or comparison with different algorithms. Perhaps I could compare different hardware equipment as well since I only used one brand in this test according to the scope chapter. If I had a computer scientific laboratory I would do experiments with totally controlled surroundings were I should aim at one specific interfering problem. My spontaneously thoughts is that WLAN area has more developing going on and perhaps manufacturers have too much of wishful thinking when their measurements of data rates shows incredible results and their reports often don t include natural environment with lot of interfering problems. Deeper analysis with spectrum analyzer in laboratory environment could be done for future work. 25

26 References References [1] G. Tsoulos, MIMO System Technology for Wireless Communications. London: Taylor & Francis, [2] M. Jankiraman, Space time codes and MIMO systems. Boston: Artech House, [3] Oreilly, Wireless Networks: The complete guide, [4] IEEE Trans. on Communications, vol. 54, no. 5, pp , ʹʹBenefit of Pattern Diversity Via 2 element Array of Circular Patch Antennas in Indoor Clustered MIMO Channels,ʹʹ. See Published May 2006.Received [5] IEEE P TASK GROUP N MEETING UPDATE: received , [6] Department of Communications Engineering, bremen.de/research/sdma/stc/sttc.html [7] P. Ramjee, OFDM for wireless communications. Boston: Artech house, [8] The alamouti code, Recieved [9] D LINK LANSERAR NYTT TRÅDLÖST HEMMANÄTVERK Sex gånger snabbare än dagens standard, Recieved, [10] P.Stavroulakis, Interference analysis and reduction for wireless systems. Boston: Artech House, [11] Wi Fi CERTIFIED n draft 2.0: Longer Range, Faster Throughput, Multimedia Grade Wi Fi Networks, Received

27 References [12] CSMA/CA Protocol, wire less/802_mac.htm, Received [13] PLCP overview, ftp/wireless_lans/fig07.gif, Received [14] Medium access overview, 4/ wirelessevolution.html, Received [15] RTS/CTS, Received [16] Hidden node problem, /~s /pic/13.gif, Received [17] Apartment schedule, px?id=523, Received [18] Airmagnet measurement, Received [19] Airmagnet, Received [20] Received [21] Received

28 802.11n Jari Heiskanen Appendices Appendix A Abbreviations AP AWGN BER BLAST BS CDMA CSMA/CA CW DCA DCF DIFS DLL FCA HT IEEE LOS MAC MIMO OFDM Access Point Additive White Gaussian Noise Bit Error Rate Bell Labs Layered Space Time Architecture Base Station Code Division Multiple Access Carrier Sense Multiple Access/Collision Avoidance Contention Window Dynamic Channel Allocation Distributed coordination Function DCF Inter Frame Space Data Link Layer Fixed Channel Allocation Higher Throughput Institute of Electrical and Electronics Engineers Line of Sight Medium Access Control Multiple Input Multiple Output Orthogonal Frequency Division Multiplexing 28

29 802.11n Jari Heiskanen Appendices PCF PHY QoS SA SD SDMA STA STBC SIFS TGn Point Coordination Function Physical Layer Quality of service Smart Antennas Space Diversity Space Division Multiple Access Station Space Time Block Codes Short Inter Frame Space Task Group N 29

30 802.11n Jari Heiskanen Appendices Appendix B Figures from results Figure 5.1: Air magnet measurement, Test Reference 1. (Source: [18].) Figure 5.2: Air magnet measurement, Test Reference 2. (Source: [18].) 30

31 802.11n Jari Heiskanen Appendices Figure 5.3: Air magnet measurement, Test Reference 3. (Source: [18].) Below follows three tests in home environment with microwave and Bluetooth turned off. These tests have AP s in surroundings affecting the WLAN. Figure 5.4: Air magnet measurement in living room 1. (Source: [18].) 31

32 802.11n Jari Heiskanen Appendices Figure 5.5: Air magnet measurement in living room 2. (Source: [18].) Figure 5.6: Air magnet measurement in living room 3. (Source: [18].) 32

33 802.11n Jari Heiskanen Appendices Below follows three tests with AP s in surroundings and microwave turned on. Figure 5.7: Air magnet measurement in kitchen 1. (Source: [18].) Figure 5.8: Air magnet measurement in kitchen 2. (Source: [18].) 33

34 802.11n Jari Heiskanen Appendices Figure 5.9: Air magnet measurement in kitchen 3. (Source: [18].) Here follows three tests with AP s turned on, Bluetooth turned on with traffic between Ericsson phone P990 and P800 in close range and between AP and laptop. Microwave is turned off. Measurement is made in living room. Figure 5.10: Air magnet measurement with Bluetooth 1. (Source: [18].) 34

35 802.11n Jari Heiskanen Appendices Figure 5.11: Air magnet measurement with Bluetooth 2. (Source: [18].) Figure 5.12: Air magnet measurement with Bluetooth 3. (Source: [18].) 35

36 802.11n Jari Heiskanen Appendices This last test shows co channel interference like tests in figure 5.1, 5.4, 5.7, and 5.10 but with the difference that multiple AP s transmitting within the same channel. Bluetooth and microwave are turned off. Figure 5.13: Air magnet measurement with co channel 13. (Source: [18].) 36

Wireless LAN Applications LAN Extension Cross building interconnection Nomadic access Ad hoc networks Single Cell Wireless LAN

Wireless LAN Applications LAN Extension Cross building interconnection Nomadic access Ad hoc networks Single Cell Wireless LAN Wireless LANs Mobility Flexibility Hard to wire areas Reduced cost of wireless systems Improved performance of wireless systems Wireless LAN Applications LAN Extension Cross building interconnection Nomadic

More information

[Raghuwanshi*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Raghuwanshi*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY PERFORMANCE ANALYSIS OF INTEGRATED WIFI/WIMAX MESH NETWORK WITH DIFFERENT MODULATION SCHEMES Mr. Jogendra Raghuwanshi*, Mr. Girish

More information

Wi-Fi. Wireless Fidelity. Spread Spectrum CSMA. Ad-hoc Networks. Engr. Mian Shahzad Iqbal Lecturer Department of Telecommunication Engineering

Wi-Fi. Wireless Fidelity. Spread Spectrum CSMA. Ad-hoc Networks. Engr. Mian Shahzad Iqbal Lecturer Department of Telecommunication Engineering Wi-Fi Wireless Fidelity Spread Spectrum CSMA Ad-hoc Networks Engr. Mian Shahzad Iqbal Lecturer Department of Telecommunication Engineering Outline for Today We learned how to setup a WiFi network. This

More information

IEEE ax / OFDMA

IEEE ax / OFDMA #WLPC 2018 PRAGUE CZECH REPUBLIC IEEE 802.11ax / OFDMA WFA CERTIFIED Wi-Fi 6 PERRY CORRELL DIR. PRODUCT MANAGEMENT 1 2018 Aerohive Networks. All Rights Reserved. IEEE 802.11ax Timeline IEEE 802.11ax Passed

More information

Automatic power/channel management in Wi-Fi networks

Automatic power/channel management in Wi-Fi networks Automatic power/channel management in Wi-Fi networks Jan Kruys Februari, 2016 This paper was sponsored by Lumiad BV Executive Summary The holy grail of Wi-Fi network management is to assure maximum performance

More information

Fine-grained Channel Access in Wireless LAN. Cristian Petrescu Arvind Jadoo UCL Computer Science 20 th March 2012

Fine-grained Channel Access in Wireless LAN. Cristian Petrescu Arvind Jadoo UCL Computer Science 20 th March 2012 Fine-grained Channel Access in Wireless LAN Cristian Petrescu Arvind Jadoo UCL Computer Science 20 th March 2012 Physical-layer data rate PHY layer data rate in WLANs is increasing rapidly Wider channel

More information

AEROHIVE NETWORKS ax DAVID SIMON, SENIOR SYSTEMS ENGINEER Aerohive Networks. All Rights Reserved.

AEROHIVE NETWORKS ax DAVID SIMON, SENIOR SYSTEMS ENGINEER Aerohive Networks. All Rights Reserved. AEROHIVE NETWORKS 802.11ax DAVID SIMON, SENIOR SYSTEMS ENGINEER 1 2018 Aerohive Networks. All Rights Reserved. 2 2018 Aerohive Networks. All Rights Reserved. 8802.11ax 802.11n and 802.11ac 802.11n and

More information

Next Generation Wireless LANs

Next Generation Wireless LANs Next Generation Wireless LANs 802.11n and 802.11ac ELDAD PERAHIA Intel Corporation ROBERTSTACEY Apple Inc. и CAMBRIDGE UNIVERSITY PRESS Contents Foreword by Dr. Andrew Myles Preface to the first edition

More information

Increasing Broadcast Reliability for Vehicular Ad Hoc Networks. Nathan Balon and Jinhua Guo University of Michigan - Dearborn

Increasing Broadcast Reliability for Vehicular Ad Hoc Networks. Nathan Balon and Jinhua Guo University of Michigan - Dearborn Increasing Broadcast Reliability for Vehicular Ad Hoc Networks Nathan Balon and Jinhua Guo University of Michigan - Dearborn I n t r o d u c t i o n General Information on VANETs Background on 802.11 Background

More information

2. LITERATURE REVIEW

2. LITERATURE REVIEW 2. LITERATURE REVIEW In this section, a brief review of literature on Performance of Antenna Diversity Techniques, Alamouti Coding Scheme, WiMAX Broadband Wireless Access Technology, Mobile WiMAX Technology,

More information

WiMAX Summit Testing Requirements for Successful WiMAX Deployments. Fanny Mlinarsky. 28-Feb-07

WiMAX Summit Testing Requirements for Successful WiMAX Deployments. Fanny Mlinarsky. 28-Feb-07 WiMAX Summit 2007 Testing Requirements for Successful WiMAX Deployments Fanny Mlinarsky 28-Feb-07 Municipal Multipath Environment www.octoscope.com 2 WiMAX IP-Based Architecture * * Commercial off-the-shelf

More information

Multiple Antenna Processing for WiMAX

Multiple Antenna Processing for WiMAX Multiple Antenna Processing for WiMAX Overview Wireless operators face a myriad of obstacles, but fundamental to the performance of any system are the propagation characteristics that restrict delivery

More information

Study of Performance Evaluation of Quasi Orthogonal Space Time Block Code MIMO-OFDM System in Rician Channel for Different Modulation Schemes

Study of Performance Evaluation of Quasi Orthogonal Space Time Block Code MIMO-OFDM System in Rician Channel for Different Modulation Schemes Volume 4, Issue 6, June (016) Study of Performance Evaluation of Quasi Orthogonal Space Time Block Code MIMO-OFDM System in Rician Channel for Different Modulation Schemes Pranil S Mengane D. Y. Patil

More information

EFFICIENT SMART ANTENNA FOR 4G COMMUNICATIONS

EFFICIENT SMART ANTENNA FOR 4G COMMUNICATIONS http:// EFFICIENT SMART ANTENNA FOR 4G COMMUNICATIONS 1 Saloni Aggarwal, 2 Neha Kaushik, 3 Deeksha Sharma 1,2,3 UG, Department of Electronics and Communication Engineering, Raj Kumar Goel Institute of

More information

Diversity Techniques

Diversity Techniques Diversity Techniques Vasileios Papoutsis Wireless Telecommunication Laboratory Department of Electrical and Computer Engineering University of Patras Patras, Greece No.1 Outline Introduction Diversity

More information

OFDMA Networks. By Mohamad Awad

OFDMA Networks. By Mohamad Awad OFDMA Networks By Mohamad Awad Outline Wireless channel impairments i and their effect on wireless communication Channel modeling Sounding technique OFDM as a solution OFDMA as an improved solution MIMO-OFDMA

More information

K.NARSING RAO(08R31A0425) DEPT OF ELECTRONICS & COMMUNICATION ENGINEERING (NOVH).

K.NARSING RAO(08R31A0425) DEPT OF ELECTRONICS & COMMUNICATION ENGINEERING (NOVH). Smart Antenna K.NARSING RAO(08R31A0425) DEPT OF ELECTRONICS & COMMUNICATION ENGINEERING (NOVH). ABSTRACT:- One of the most rapidly developing areas of communications is Smart Antenna systems. This paper

More information

Long Term Evolution (LTE) and 5th Generation Mobile Networks (5G) CS-539 Mobile Networks and Computing

Long Term Evolution (LTE) and 5th Generation Mobile Networks (5G) CS-539 Mobile Networks and Computing Long Term Evolution (LTE) and 5th Generation Mobile Networks (5G) Long Term Evolution (LTE) What is LTE? LTE is the next generation of Mobile broadband technology Data Rates up to 100Mbps Next level of

More information

Mobile Communications: Technology and QoS

Mobile Communications: Technology and QoS Mobile Communications: Technology and QoS Course Overview! Marc Kuhn, Yahia Hassan kuhn@nari.ee.ethz.ch / hassan@nari.ee.ethz.ch Institut für Kommunikationstechnik (IKT) Wireless Communications Group ETH

More information

All Beamforming Solutions Are Not Equal

All Beamforming Solutions Are Not Equal White Paper All Beamforming Solutions Are Not Equal Executive Summary This white paper compares and contrasts the two major implementations of beamforming found in the market today: Switched array beamforming

More information

ELEC E7210: Communication Theory. Lecture 11: MIMO Systems and Space-time Communications

ELEC E7210: Communication Theory. Lecture 11: MIMO Systems and Space-time Communications ELEC E7210: Communication Theory Lecture 11: MIMO Systems and Space-time Communications Overview of the last lecture MIMO systems -parallel decomposition; - beamforming; - MIMO channel capacity MIMO Key

More information

Wireless Network Pricing Chapter 2: Wireless Communications Basics

Wireless Network Pricing Chapter 2: Wireless Communications Basics Wireless Network Pricing Chapter 2: Wireless Communications Basics Jianwei Huang & Lin Gao Network Communications and Economics Lab (NCEL) Information Engineering Department The Chinese University of Hong

More information

Wireless Networked Systems

Wireless Networked Systems Wireless Networked Systems CS 795/895 - Spring 2013 Lec #4: Medium Access Control Power/CarrierSense Control, Multi-Channel, Directional Antenna Tamer Nadeem Dept. of Computer Science Power & Carrier Sense

More information

Simple Algorithm in (older) Selection Diversity. Receiver Diversity Can we Do Better? Receiver Diversity Optimization.

Simple Algorithm in (older) Selection Diversity. Receiver Diversity Can we Do Better? Receiver Diversity Optimization. 18-452/18-750 Wireless Networks and Applications Lecture 6: Physical Layer Diversity and Coding Peter Steenkiste Carnegie Mellon University Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/

More information

Cognitive Wireless Network : Computer Networking. Overview. Cognitive Wireless Networks

Cognitive Wireless Network : Computer Networking. Overview. Cognitive Wireless Networks Cognitive Wireless Network 15-744: Computer Networking L-19 Cognitive Wireless Networks Optimize wireless networks based context information Assigned reading White spaces Online Estimation of Interference

More information

Lecture LTE (4G) -Technologies used in 4G and 5G. Spread Spectrum Communications

Lecture LTE (4G) -Technologies used in 4G and 5G. Spread Spectrum Communications COMM 907: Spread Spectrum Communications Lecture 10 - LTE (4G) -Technologies used in 4G and 5G The Need for LTE Long Term Evolution (LTE) With the growth of mobile data and mobile users, it becomes essential

More information

Major Leaps in Evolution of IEEE WLAN Technologies

Major Leaps in Evolution of IEEE WLAN Technologies Major Leaps in Evolution of IEEE 802.11 WLAN Technologies Thomas A. KNEIDEL Rohde & Schwarz Product Management Mobile Radio Tester WLAN Mayor Player in Wireless Communications Wearables Smart Homes Smart

More information

MIMO Systems and Applications

MIMO Systems and Applications MIMO Systems and Applications Mário Marques da Silva marques.silva@ieee.org 1 Outline Introduction System Characterization for MIMO types Space-Time Block Coding (open loop) Selective Transmit Diversity

More information

MIMO in 4G Wireless. Presenter: Iqbal Singh Josan, P.E., PMP Director & Consulting Engineer USPurtek LLC

MIMO in 4G Wireless. Presenter: Iqbal Singh Josan, P.E., PMP Director & Consulting Engineer USPurtek LLC MIMO in 4G Wireless Presenter: Iqbal Singh Josan, P.E., PMP Director & Consulting Engineer USPurtek LLC About the presenter: Iqbal is the founder of training and consulting firm USPurtek LLC, which specializes

More information

OFDMA and MIMO Notes

OFDMA and MIMO Notes OFDMA and MIMO Notes EE 442 Spring Semester Lecture 14 Orthogonal Frequency Division Multiplexing (OFDM) is a digital multi-carrier modulation technique extending the concept of single subcarrier modulation

More information

Wireless Transmission & Media Access

Wireless Transmission & Media Access Wireless Transmission & Media Access Signals and Signal Propagation Multiplexing Modulation Media Access 1 Significant parts of slides are based on original material by Prof. Dr.-Ing. Jochen Schiller,

More information

Wireless Communication

Wireless Communication Wireless Communication Systems @CS.NCTU Lecture 9: MAC Protocols for WLANs Fine-Grained Channel Access in Wireless LAN (SIGCOMM 10) Instructor: Kate Ching-Ju Lin ( 林靖茹 ) 1 Physical-Layer Data Rate PHY

More information

Smart Antenna Techniques and Their Application to Wireless Ad Hoc Networks. Plenary Talk at: Jack H. Winters. September 13, 2005

Smart Antenna Techniques and Their Application to Wireless Ad Hoc Networks. Plenary Talk at: Jack H. Winters. September 13, 2005 Smart Antenna Techniques and Their Application to Wireless Ad Hoc Networks Plenary Talk at: Jack H. Winters September 13, 2005 jwinters@motia.com 12/05/03 Slide 1 1 Outline Service Limitations Smart Antennas

More information

Wireless Intro : Computer Networking. Wireless Challenges. Overview

Wireless Intro : Computer Networking. Wireless Challenges. Overview Wireless Intro 15-744: Computer Networking L-17 Wireless Overview TCP on wireless links Wireless MAC Assigned reading [BM09] In Defense of Wireless Carrier Sense [BAB+05] Roofnet (2 sections) Optional

More information

Orthogonal Frequency Division Multiplexing (OFDM) based Uplink Multiple Access Method over AWGN and Fading Channels

Orthogonal Frequency Division Multiplexing (OFDM) based Uplink Multiple Access Method over AWGN and Fading Channels Orthogonal Frequency Division Multiplexing (OFDM) based Uplink Multiple Access Method over AWGN and Fading Channels Prashanth G S 1 1Department of ECE, JNNCE, Shivamogga ---------------------------------------------------------------------***----------------------------------------------------------------------

More information

ADVANCED WIRELESS TECHNOLOGIES. Aditya K. Jagannatham Indian Institute of Technology Kanpur

ADVANCED WIRELESS TECHNOLOGIES. Aditya K. Jagannatham Indian Institute of Technology Kanpur ADVANCED WIRELESS TECHNOLOGIES Aditya K. Jagannatham Indian Institute of Technology Kanpur Wireless Signal Fast Fading The wireless signal can reach the receiver via direct and scattered paths. As a result,

More information

5G 무선통신시스템설계 : WLAN/LTE/5G

5G 무선통신시스템설계 : WLAN/LTE/5G 1 5G 무선통신시스템설계 : WLAN/LTE/5G 김종남 Application Engineer 2017 The MathWorks, Inc. 2 Agenda Innovations in Mobile Communications Waveform Generation and End-to-end Simulation WLAN, LTE, 5G (FBMC, UFMC) RF

More information

CHAPTER 2 WIRELESS CHANNEL

CHAPTER 2 WIRELESS CHANNEL CHAPTER 2 WIRELESS CHANNEL 2.1 INTRODUCTION In mobile radio channel there is certain fundamental limitation on the performance of wireless communication system. There are many obstructions between transmitter

More information

Outline / Wireless Networks and Applications Lecture 14: Wireless LANs * IEEE Family. Some IEEE Standards.

Outline / Wireless Networks and Applications Lecture 14: Wireless LANs * IEEE Family. Some IEEE Standards. Page 1 Outline 18-452/18-750 Wireless Networks and Applications Lecture 14: Wireless LANs 802.11* Peter Steenkiste Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/ Brief history 802 protocol

More information

CIS 632 / EEC 687 Mobile Computing. Mobile Communications (for Dummies) Chansu Yu. Contents. Modulation Propagation Spread spectrum

CIS 632 / EEC 687 Mobile Computing. Mobile Communications (for Dummies) Chansu Yu. Contents. Modulation Propagation Spread spectrum CIS 632 / EEC 687 Mobile Computing Mobile Communications (for Dummies) Chansu Yu Contents Modulation Propagation Spread spectrum 2 1 Digital Communication 1 0 digital signal t Want to transform to since

More information

IEEE Broadband Wireless Access Working Group < Initial PHY Layer System Proposal for Sub 11 GHz BWA

IEEE Broadband Wireless Access Working Group <  Initial PHY Layer System Proposal for Sub 11 GHz BWA Project Title Date Submitted Source(s) Re: Abstract Purpose Notice Release Patent Policy and Procedures IEEE 802.16 Broadband Wireless Access Working Group Initial PHY Layer System

More information

High Performance WLAN Using Smart Antenna

High Performance WLAN Using Smart Antenna High Performance WLAN Using Smart Antenna by Hesham Hassan Banaser A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for the degree of Master of Applied Science

More information

Introduction to WiMAX Dr. Piraporn Limpaphayom

Introduction to WiMAX Dr. Piraporn Limpaphayom Introduction to WiMAX Dr. Piraporn Limpaphayom 1 WiMAX : Broadband Wireless 2 1 Agenda Introduction to Broadband Wireless Overview of WiMAX and Application WiMAX: PHY layer Broadband Wireless Channel OFDM

More information

Performance Evaluation of STBC-OFDM System for Wireless Communication

Performance Evaluation of STBC-OFDM System for Wireless Communication Performance Evaluation of STBC-OFDM System for Wireless Communication Apeksha Deshmukh, Prof. Dr. M. D. Kokate Department of E&TC, K.K.W.I.E.R. College, Nasik, apeksha19may@gmail.com Abstract In this paper

More information

UNDERSTANDING AND MITIGATING

UNDERSTANDING AND MITIGATING UNDERSTANDING AND MITIGATING THE IMPACT OF RF INTERFERENCE ON 802.11 NETWORKS RAMAKRISHNA GUMMADI UCS DAVID WETHERALL INTEL RESEARCH BEN GREENSTEIN UNIVERSITY OF WASHINGTON SRINIVASAN SESHAN CMU 1 Presented

More information

Mobile Broadband Multimedia Networks

Mobile Broadband Multimedia Networks Mobile Broadband Multimedia Networks Techniques, Models and Tools for 4G Edited by Luis M. Correia v c» -''Vi JP^^fte«jfc-iaSfllto ELSEVIER AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN

More information

1 Overview of MIMO communications

1 Overview of MIMO communications Jerry R Hampton 1 Overview of MIMO communications This chapter lays the foundations for the remainder of the book by presenting an overview of MIMO communications Fundamental concepts and key terminology

More information

% 4 (1 $ $ ! " ( # $ 5 # $ % - % +' ( % +' (( % -.

% 4 (1 $ $ !  ( # $ 5 # $ % - % +' ( % +' (( % -. ! " % - % 2 % % 4 % % & % ) % * %, % -. % -- % -2 % - % -4 % - 0 "" 1 $ (1 $ $ (1 $ $ ( # $ 5 # $$ # $ ' ( (( +'! $ /0 (1 % +' ( % +' ((!1 3 0 ( 6 ' infrastructure network AP AP: Access Point AP wired

More information

Improving Diversity Using Linear and Non-Linear Signal Detection techniques

Improving Diversity Using Linear and Non-Linear Signal Detection techniques International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 6 (June 2014), PP.13-19 Improving Diversity Using Linear and Non-Linear

More information

Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary

Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary M.Tech Scholar, ECE Department,SKIT, Jaipur, Abstract Orthogonal Frequency Division

More information

Technical Aspects of LTE Part I: OFDM

Technical Aspects of LTE Part I: OFDM Technical Aspects of LTE Part I: OFDM By Mohammad Movahhedian, Ph.D., MIET, MIEEE m.movahhedian@mci.ir ITU regional workshop on Long-Term Evolution 9-11 Dec. 2013 Outline Motivation for LTE LTE Network

More information

College of Engineering

College of Engineering WiFi and WCDMA Network Design Robert Akl, D.Sc. College of Engineering Department of Computer Science and Engineering Outline WiFi Access point selection Traffic balancing Multi-Cell WCDMA with Multiple

More information

BER ANALYSIS OF WiMAX IN MULTIPATH FADING CHANNELS

BER ANALYSIS OF WiMAX IN MULTIPATH FADING CHANNELS BER ANALYSIS OF WiMAX IN MULTIPATH FADING CHANNELS Navgeet Singh 1, Amita Soni 2 1 P.G. Scholar, Department of Electronics and Electrical Engineering, PEC University of Technology, Chandigarh, India 2

More information

Ilenia Tinnirello. Giuseppe Bianchi, Ilenia Tinnirello

Ilenia Tinnirello. Giuseppe Bianchi, Ilenia Tinnirello Ilenia Tinnirello Ilenia.tinnirello@tti.unipa.it WaveLAN (AT&T)) HomeRF (Proxim)!" # $ $% & ' (!! ) & " *" *+ ), -. */ 0 1 &! ( 2 1 and 2 Mbps operation 3 * " & ( Multiple Physical Layers Two operative

More information

Outline / Wireless Networks and Applications Lecture 5: Physical Layer Signal Propagation and Modulation

Outline / Wireless Networks and Applications Lecture 5: Physical Layer Signal Propagation and Modulation Outline 18-452/18-750 Wireless Networks and Applications Lecture 5: Physical Layer Signal Propagation and Modulation Peter Steenkiste Carnegie Mellon University Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/

More information

SEN366 (SEN374) (Introduction to) Computer Networks

SEN366 (SEN374) (Introduction to) Computer Networks SEN366 (SEN374) (Introduction to) Computer Networks Prof. Dr. Hasan Hüseyin BALIK (8 th Week) Cellular Wireless Network 8.Outline Principles of Cellular Networks Cellular Network Generations LTE-Advanced

More information

Unit 3 - Wireless Propagation and Cellular Concepts

Unit 3 - Wireless Propagation and Cellular Concepts X Courses» Introduction to Wireless and Cellular Communications Unit 3 - Wireless Propagation and Cellular Concepts Course outline How to access the portal Assignment 2. Overview of Cellular Evolution

More information

The Evolution of WiFi

The Evolution of WiFi The Verification Experts Air Expert Series The Evolution of WiFi By Eve Danel Senior Product Manager, WiFi Products August 2016 VeEX Inc. 2827 Lakeview Court, Fremont, CA 94538 USA Tel: +1.510.651.0500

More information

Maximizing MIMO Effectiveness by Multiplying WLAN Radios x3

Maximizing MIMO Effectiveness by Multiplying WLAN Radios x3 ATHEROS COMMUNICATIONS, INC. Maximizing MIMO Effectiveness by Multiplying WLAN Radios x3 By Winston Sun, Ph.D. Member of Technical Staff May 2006 Introduction The recent approval of the draft 802.11n specification

More information

Performance Study of MIMO-OFDM System in Rayleigh Fading Channel with QO-STB Coding Technique

Performance Study of MIMO-OFDM System in Rayleigh Fading Channel with QO-STB Coding Technique e-issn 2455 1392 Volume 2 Issue 6, June 2016 pp. 190 197 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Performance Study of MIMO-OFDM System in Rayleigh Fading Channel with QO-STB Coding

More information

Wireless Channel Propagation Model Small-scale Fading

Wireless Channel Propagation Model Small-scale Fading Wireless Channel Propagation Model Small-scale Fading Basic Questions T x What will happen if the transmitter - changes transmit power? - changes frequency? - operates at higher speed? Transmit power,

More information

CHAPTER 5 DIVERSITY. Xijun Wang

CHAPTER 5 DIVERSITY. Xijun Wang CHAPTER 5 DIVERSITY Xijun Wang WEEKLY READING 1. Goldsmith, Wireless Communications, Chapters 7 2. Tse, Fundamentals of Wireless Communication, Chapter 3 2 FADING HURTS THE RELIABILITY n The detection

More information

Co-existence. DECT/CAT-iq vs. other wireless technologies from a HW perspective

Co-existence. DECT/CAT-iq vs. other wireless technologies from a HW perspective Co-existence DECT/CAT-iq vs. other wireless technologies from a HW perspective Abstract: This White Paper addresses three different co-existence issues (blocking, sideband interference, and inter-modulation)

More information

Smart Antenna ABSTRACT

Smart Antenna ABSTRACT Smart Antenna ABSTRACT One of the most rapidly developing areas of communications is Smart Antenna systems. This paper deals with the principle and working of smart antennas and the elegance of their applications

More information

VoWLAN Design Recommendations

VoWLAN Design Recommendations 9 CHAPTER This chapter provides additional design considerations when deploying voice over WLAN (VoWLAN) solutions. WLAN configuration specifics may vary depending on the VoWLAN devices being used and

More information

Downlink Scheduling in Long Term Evolution

Downlink Scheduling in Long Term Evolution From the SelectedWorks of Innovative Research Publications IRP India Summer June 1, 2015 Downlink Scheduling in Long Term Evolution Innovative Research Publications, IRP India, Innovative Research Publications

More information

Exam 3 is two weeks from today. Today s is the final lecture that will be included on the exam.

Exam 3 is two weeks from today. Today s is the final lecture that will be included on the exam. ECE 5325/6325: Wireless Communication Systems Lecture Notes, Spring 2010 Lecture 19 Today: (1) Diversity Exam 3 is two weeks from today. Today s is the final lecture that will be included on the exam.

More information

Performance Comparison of MIMO Systems over AWGN and Rician Channels with Zero Forcing Receivers

Performance Comparison of MIMO Systems over AWGN and Rician Channels with Zero Forcing Receivers Performance Comparison of MIMO Systems over AWGN and Rician Channels with Zero Forcing Receivers Navjot Kaur and Lavish Kansal Lovely Professional University, Phagwara, E-mails: er.navjot21@gmail.com,

More information

IEEE c-00/40. IEEE Broadband Wireless Access Working Group <

IEEE c-00/40. IEEE Broadband Wireless Access Working Group < Project Title Date Submitted Source(s) IEEE 802.16 Broadband Wireless Access Working Group Initial PHY Layer System Proposal for Sub 11 GHz BWA 2000-10-30 Anader Benyamin-Seeyar

More information

Smart Antenna Techniques and Their Application to Wireless Ad Hoc Networks

Smart Antenna Techniques and Their Application to Wireless Ad Hoc Networks Smart Antenna Techniques and Their Application to Wireless Ad Hoc Networks Jack H. Winters May 31, 2004 jwinters@motia.com 12/05/03 Slide 1 Outline Service Limitations Smart Antennas Ad Hoc Networks Smart

More information

Using the epmp Link Budget Tool

Using the epmp Link Budget Tool Using the epmp Link Budget Tool The epmp Series Link Budget Tool can offer a help to determine the expected performances in terms of distances of a epmp Series system operating in line-of-sight (LOS) propagation

More information

Improving the Data Rate of OFDM System in Rayleigh Fading Channel Using Spatial Multiplexing with Different Modulation Techniques

Improving the Data Rate of OFDM System in Rayleigh Fading Channel Using Spatial Multiplexing with Different Modulation Techniques 2009 International Symposium on Computing, Communication, and Control (ISCCC 2009) Proc.of CSIT vol.1 (2011) (2011) IACSIT Press, Singapore Improving the Data Rate of OFDM System in Rayleigh Fading Channel

More information

Outline / Wireless Networks and Applications Lecture 7: Physical Layer OFDM. Frequency-Selective Radio Channel. How Do We Increase Rates?

Outline / Wireless Networks and Applications Lecture 7: Physical Layer OFDM. Frequency-Selective Radio Channel. How Do We Increase Rates? Page 1 Outline 18-452/18-750 Wireless Networks and Applications Lecture 7: Physical Layer OFDM Peter Steenkiste Carnegie Mellon University RF introduction Modulation and multiplexing Channel capacity Antennas

More information

Optimizing future wireless communication systems

Optimizing future wireless communication systems Optimizing future wireless communication systems "Optimization and Engineering" symposium Louvain-la-Neuve, May 24 th 2006 Jonathan Duplicy (www.tele.ucl.ac.be/digicom/duplicy) 1 Outline History Challenges

More information

Medium Access Control. Wireless Networks: Guevara Noubir. Slides adapted from Mobile Communications by J. Schiller

Medium Access Control. Wireless Networks: Guevara Noubir. Slides adapted from Mobile Communications by J. Schiller Wireless Networks: Medium Access Control Guevara Noubir Slides adapted from Mobile Communications by J. Schiller S200, COM3525 Wireless Networks Lecture 4, Motivation Can we apply media access methods

More information

Symbol Timing Detection for OFDM Signals with Time Varying Gain

Symbol Timing Detection for OFDM Signals with Time Varying Gain International Journal of Control and Automation, pp.4-48 http://dx.doi.org/.4257/ijca.23.6.5.35 Symbol Timing Detection for OFDM Signals with Time Varying Gain Jihye Lee and Taehyun Jeon Seoul National

More information

Mobile Communications

Mobile Communications COMP61242 Mobile Communications Lecture 7 Multiple access & medium access control (MAC) Barry Cheetham 16/03/2018 Lecture 7 1 Multiple access Communication links by wire or radio generally provide access

More information

Motorola Wireless Broadband Technical Brief OFDM & NLOS

Motorola Wireless Broadband Technical Brief OFDM & NLOS technical BRIEF TECHNICAL BRIEF Motorola Wireless Broadband Technical Brief OFDM & NLOS Splitting the Data Stream Exploring the Benefits of the Canopy 400 Series & OFDM Technology in Reaching Difficult

More information

Radio Network Planning for Outdoor WLAN-Systems

Radio Network Planning for Outdoor WLAN-Systems Radio Network Planning for Outdoor WLAN-Systems S-72.333 Postgraduate Course in Radio Communications Jarkko Unkeri jarkko.unkeri@hut.fi 54029P 1 Outline Introduction WLAN Radio network planning challenges

More information

SourceSync. Exploiting Sender Diversity

SourceSync. Exploiting Sender Diversity SourceSync Exploiting Sender Diversity Why Develop SourceSync? Wireless diversity is intrinsic to wireless networks Many distributed protocols exploit receiver diversity Sender diversity is a largely unexplored

More information

DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR

DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR COMMUNICATION SYSTEMS Abstract M. Chethan Kumar, *Sanket Dessai Department of Computer Engineering, M.S. Ramaiah School of Advanced

More information

S.D.M COLLEGE OF ENGINEERING AND TECHNOLOGY

S.D.M COLLEGE OF ENGINEERING AND TECHNOLOGY VISHVESHWARAIAH TECHNOLOGICAL UNIVERSITY S.D.M COLLEGE OF ENGINEERING AND TECHNOLOGY A seminar report on Orthogonal Frequency Division Multiplexing (OFDM) Submitted by Sandeep Katakol 2SD06CS085 8th semester

More information

4x4 Time-Domain MIMO encoder with OFDM Scheme in WIMAX Context

4x4 Time-Domain MIMO encoder with OFDM Scheme in WIMAX Context 4x4 Time-Domain MIMO encoder with OFDM Scheme in WIMAX Context Mohamed.Messaoudi 1, Majdi.Benzarti 2, Salem.Hasnaoui 3 Al-Manar University, SYSCOM Laboratory / ENIT, Tunisia 1 messaoudi.jmohamed@gmail.com,

More information

PERFORMANCE ANALYSIS OF DOWNLINK MIMO IN 2X2 MOBILE WIMAX SYSTEM

PERFORMANCE ANALYSIS OF DOWNLINK MIMO IN 2X2 MOBILE WIMAX SYSTEM PERFORMANCE ANALYSIS OF DOWNLINK MIMO IN 2X2 MOBILE WIMAX SYSTEM N.Prabakaran Research scholar, Department of ETCE, Sathyabama University, Rajiv Gandhi Road, Chennai, Tamilnadu 600119, India prabakar_kn@yahoo.co.in

More information

Millimeter Wave Communication in 5G Wireless Networks. By: Niloofar Bahadori Advisors: Dr. J.C. Kelly, Dr. B Kelley

Millimeter Wave Communication in 5G Wireless Networks. By: Niloofar Bahadori Advisors: Dr. J.C. Kelly, Dr. B Kelley Millimeter Wave Communication in 5G Wireless Networks By: Niloofar Bahadori Advisors: Dr. J.C. Kelly, Dr. B Kelley Outline 5G communication Networks Why we need to move to higher frequencies? What are

More information

Wireless Communication: Concepts, Techniques, and Models. Hongwei Zhang

Wireless Communication: Concepts, Techniques, and Models. Hongwei Zhang Wireless Communication: Concepts, Techniques, and Models Hongwei Zhang http://www.cs.wayne.edu/~hzhang Outline Digital communication over radio channels Channel capacity MIMO: diversity and parallel channels

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ICCE.2012.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ICCE.2012. Zhu, X., Doufexi, A., & Koçak, T. (2012). A performance enhancement for 60 GHz wireless indoor applications. In ICCE 2012, Las Vegas Institute of Electrical and Electronics Engineers (IEEE). DOI: 10.1109/ICCE.2012.6161865

More information

Evolution of Cellular Systems. Challenges for Broadband Wireless Systems. Convergence of Wireless, Computing and Internet is on the Way

Evolution of Cellular Systems. Challenges for Broadband Wireless Systems. Convergence of Wireless, Computing and Internet is on the Way International Technology Conference, 14~15 Jan. 2003, Hong Kong Technology Drivers for Tomorrow Challenges for Broadband Systems Fumiyuki Adachi Dept. of Electrical and Communications Engineering, Tohoku

More information

Data and Computer Communications. Tenth Edition by William Stallings

Data and Computer Communications. Tenth Edition by William Stallings Data and Computer Communications Tenth Edition by William Stallings Data and Computer Communications, Tenth Edition by William Stallings, (c) Pearson Education - 2013 CHAPTER 10 Cellular Wireless Network

More information

MIMO RFIC Test Architectures

MIMO RFIC Test Architectures MIMO RFIC Test Architectures Christopher D. Ziomek and Matthew T. Hunter ZTEC Instruments, Inc. Abstract This paper discusses the practical constraints of testing Radio Frequency Integrated Circuit (RFIC)

More information

Coverage Enhancement for High-Quality Voice over WLAN Systems based on Diversity Techniques

Coverage Enhancement for High-Quality Voice over WLAN Systems based on Diversity Techniques Coverage Enhancement for High-Quality Voice over WLAN Systems based on Diversity Techniques Azadeh Ettefagh 1, Marc Kuhn 1, Andrew Lunn 2, Armin Wittneben 1, Frank Michael Krause 3 1 Swiss Federal Institute

More information

Implementation of MIMO-OFDM System Based on MATLAB

Implementation of MIMO-OFDM System Based on MATLAB Implementation of MIMO-OFDM System Based on MATLAB Sushmitha Prabhu 1, Gagandeep Shetty 2, Suraj Chauhan 3, Renuka Kajur 4 1,2,3,4 Department of Electronics and Communication Engineering, PESIT-BSC, Bangalore,

More information

Review on Improvement in WIMAX System

Review on Improvement in WIMAX System IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 09 February 2017 ISSN (online): 2349-6010 Review on Improvement in WIMAX System Bhajankaur S. Wassan PG Student

More information

COMPILED BY : - GAUTAM SINGH STUDY MATERIAL TELCOM What is Wi-Fi?

COMPILED BY : - GAUTAM SINGH STUDY MATERIAL TELCOM What is Wi-Fi? What is Wi-Fi? WiFi stands for Wireless Fidelity. WiFiIt is based on the IEEE 802.11 family of standards and is primarily a local area networking (LAN) technology designed to provide in-building broadband

More information

Performance Analysis of OFDM for Different Digital Modulation Schemes using Matlab Simulation

Performance Analysis of OFDM for Different Digital Modulation Schemes using Matlab Simulation J. Bangladesh Electron. 10 (7-2); 7-11, 2010 Performance Analysis of OFDM for Different Digital Modulation Schemes using Matlab Simulation Md. Shariful Islam *1, Md. Asek Raihan Mahmud 1, Md. Alamgir Hossain

More information

An OFDM Transmitter and Receiver using NI USRP with LabVIEW

An OFDM Transmitter and Receiver using NI USRP with LabVIEW An OFDM Transmitter and Receiver using NI USRP with LabVIEW Saba Firdose, Shilpa B, Sushma S Department of Electronics & Communication Engineering GSSS Institute of Engineering & Technology For Women Abstract-

More information

Opportunistic Communication in Wireless Networks

Opportunistic Communication in Wireless Networks Opportunistic Communication in Wireless Networks David Tse Department of EECS, U.C. Berkeley October 10, 2001 Networking, Communications and DSP Seminar Communication over Wireless Channels Fundamental

More information

Interleaved spread spectrum orthogonal frequency division multiplexing for system coexistence

Interleaved spread spectrum orthogonal frequency division multiplexing for system coexistence University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2008 Interleaved spread spectrum orthogonal frequency division

More information

ANALYSIS OF BER AND SEP OF QPSK SIGNAL FOR MULTIPLE ANENNAS

ANALYSIS OF BER AND SEP OF QPSK SIGNAL FOR MULTIPLE ANENNAS ANALYSIS OF BER AND SEP OF QPSK SIGNAL FOR MULTIPLE ANENNAS Suganya.S 1 1 PG scholar, Department of ECE A.V.C College of Engineering Mannampandhal, India Karthikeyan.T 2 2 Assistant Professor, Department

More information

OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK

OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK Akshita Abrol Department of Electronics & Communication, GCET, Jammu, J&K, India ABSTRACT With the rapid growth of digital wireless communication

More information