Your AP Knows How You Move: Fine-grained Device Motion Recognition through WiFi

Size: px
Start display at page:

Download "Your AP Knows How You Move: Fine-grained Device Motion Recognition through WiFi"

Transcription

1 Your AP Knows How You Move: Fine-grained Device Motion Recognition through WiFi Yunze Zeng, Parth H. Pathak, Chao Xu, Prasant Mohapatra Computer Science Department, University of California, Davis, CA, 95616, USA {zeng, phpathak, haxu, ABSTRACT Recent WiFi standards use Channel State Information (CSI) feedback for better MIMO and rate adaptation. CSI provides detailed information about current channel conditions for different subcarriers and spatial streams. In this paper, we show that CSI feedback from a client to the AP can be used to recognize different fine-grained motions of the client. We find that CSI can not only identify if the client is in motion or not, but also classify different types of motions. To this end, we propose APsense, a framework that uses CSI to estimate the sensor patterns of the client. It is observed that client s sensor (e.g. accelerometer) values are correlated to CSI values available at the AP. We show that using simple machine learning classifiers, APsense can classify different motions with accuracy as high as 90%. Categories and Subject Descriptors C.2.1 [Computer Systems Organization]: Network Architecture and Design Wireless Communication Keywords APsense, Device Motion Recognition, Wireless Sensing, WiFi 1. INTRODUCTION In this paper, we propose APsense, a framework using which an Access Point(AP) can estimate the patterns of motion sensors of an associated smartphone. APsense, bringing the sensing capability to the AP, can classify fine-grained motion of the smartphone which is typically only available through Accelerometer, Magnetometer and Gyroscope(AMG) sensors. APsense can be implemented on off-the-shelf commodity hardware without any additional communication overhead. In order to perform fine-grained device motion detection, APsense uses CSI feedback information from the client smartphone and extracts useful features that are indicative of fine-grained motion. We show that changes in CSI feedback at the AP has a strong correlation with how observed Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for components of this work owned by others than ACM must be honored. Abstracting with credit is permitted. To copy otherwise, or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. Request permissions from permissions@acm.org. HotWireless 14, September 11, 2014, Maui, Hawaii, USA. Copyright 2014 ACM /14/09...$ / values of AMG sensors change on the smartphone. As CSI feedback is commonly being used in newer MIMO and MU- MIMO systems, predicting fine-grained motion using CSI does not require any additional communication. Estimating how AMG sensor pattern changes can be used for many different applications such as gesture recognition and activity recognition (e.g. walking, running etc.). The major contributions of our work are as follows: Identify Motion: First, we show that CSI feedback received at the AP from client smartphone can reflect finegrained motion of the smartphone. We perform experiments on commodity NIC to collect CSI traces at different locations and show that it can clearly distinguish between the cases where client is stationary or has fine-grained motion. Classify Different Motion Types: Next, we demonstrate that certain features extracted from CSI can create a unique signature for different types of motion. We evaluate this using four different types of motion (described in Section 3) and observe that CSI features can uniquely identify them with simple machine learning algorithms. Based on this, we design APsense framework which consists of machine learning classifier that can learn and classify within a very short time period. Our evaluation shows that APsense can classify different motions with overall accuracy greater than 90% in certain cases. Correlate CSI and Sensor values: We then correlate the CSI feedback values to smartphone s AMG sensors, and show that there exists a strong correlation between them. We think this is an important first step towards our ultimate goal which is to derive AMG sensor patterns using CSI feedback. Since there are plethora of applications designed on smartphone s AMG sensors, deriving their values passively using CSI would be extremely useful. As a first step, we establish the correlation between them and leave the actual derivation to our ongoing work. 2. RELATED WORK Sensing using the wireless signals has gained a lot of attention recently. There are multiple characteristics of the signal that can be used for the purpose of sensing motion. RSSI, which measures the received radio signal power, has been used for the purpose in some of the recent work. Youssef et. al. [7] introduced a system that can detect and track a moving object using RSSI. More recently, Wang et. al. [4] proposed to use RSSI to predict the length of human queues in public areas. However, RSSI is a coarse-grained abstracted measure and can not be used for detecting fine-grained motion. Compared to RSSI, CSI is a much more fine-grained measure of the wireless channel. Wu et. al. [5] leveraged 49

2 CSI to perform a more accurate indoor localization. Recent work such as [8] and [6] have used CSI although their work is mostly limited to detecting motion in surrounding and not applicable to fine-grained motion detection (e.g. hand gestures). Pu et. al. [3] designed a system that can recognize human gesture based on the doppler shift of the wireless signals although such system can not be implemented using off-the-shelf hardware. All the above work mostly deal with device-free motion detection, while our focus is in this work is different. We are interested in detecting fine-grained motion of a client device (e.g. smartphone) when it is associated with an AP. Our objective is to build a sensing framework where AP can understand client s sensor patterns purely using wireless signals. We think that such a framework can enable a number of novel applications. 3. CSI AND MOTION 3.1 CSI Background Current WiFi standards like n and ac use OFDM in their physical layer. OFDM divides the channel into multiple subcarriers and data is sent over the subcarriers using the same modulation and coding scheme. This partitioning of the channel into subcarriers allows OFDM to combat the frequency selective fading due to multipath. Because each subcarrier is smaller than the coherence bandwidth, it suffers from independent flat fading. This way, the effect of multipath on different subcarriers can be considered more or less uncorrelated. The CSI information represents signal strength and phase information for OFDM subcarriers. The received signal can be modeled as y = H x+n (1) where y is the received signal, x is the transmitted signal, n is the channel noise and H is the CSI which is a complexnumber matrix that indicates the channel frequency response of each individual subcarrier for every spatial stream. This way, CSI for all subcarriers and all spatial streams is a m n w matrix, where m is the number of transmitter antennas, n is the number of receiver antennas and w is the number of subcarriers. Such a fine-grained matrix can accurately capture the temporal and spectral conditions of the channel and changes caused by small-scale multipath effects. Our proposed APsense framework is leveraging the aforementioned properties of CSI to recognize the fine grained motions of the receiver and further predict the sensor patterns of the receiver on the AP side. Until recently, CSI values were not available outside the NIC firmware which made it difficult to use it for any other application. Recently, Harperin et. al.[2] developed firmware and driver support for Intel n NIC that can extract the CSI values in kernel/user space. We use their tool in our work. Note that although n utilizes 56 subcarriers in a 20 MHz channel, the CSI tool [2] reports 30 values for 30 groups evenly spread over the 56 subcarriers. This way, CSI for one spatial stream is a vector H = [H 1,H 2,...,H 30] (2) where H i represents the ith subcarrier group. H i is a complex number representing both amplitude and phase responses Figure 1: Different type of hand motions studied in APsense as follows H i = h e jp (3) where h is the amplitude and p is the phase. 3.2 Experimental Settings We use CSI tool [2] enabled on Intel n NIC with three external antennas as the receiver to collect the CSI data which will be eventually available on the AP side through the feedback information. In order to understand the relationship between CSI changes and motion patterns, we attach a Shimmer [1] device at the center of the external antennas. The Shimmer device has accelerometer, magnetometer and gyroscope sensors, and we collect their values to establish ground truth in our comparison. To checkif CSI can classify motions or not, we try four separate hand movements as shown in Fig. 1. Albeit simple, these motions can be combined to generate many other complex gestures. In our experiments, the client stays at the same location, facing towards the AP in a line-of-sight link. We repeat each motion 50 times while collecting both the CSI and Shimmer sensor data. The CSI is collected at a rate of 10 samples per second for a more tractable analysis, while the Shimmer data is collected at 100 samples per second for higher accuracy in understanding the motion type. The same experiments are repeated for a case where the client device is stationary in order to establish a base line for comparison. We also repeat the experiments at four different indoor locations. In order to reduce the impact of excessive multipath in our experiments, we perform the experiments at night time with nearly no movement of surrounding objects. 3.3 Identifying Motion Using CSI Now we take a look at how fine grained motions can affect CSI. Our observation is that the multipath changes due to small motion affect individual subcarriers and each subcarrier suffers from uncorrelated flat fading. Also, we observe that different subcarriers are affected in different ways for different motions. To demonstrate this, we collect CSI traces for three cases - device is stationary, motion 1 and motion 2 (Fig. 1). Fig. 2 shows the observed CSI amplitude density distribution for each subcarrier within a 30 seconds trace. As we can see in Fig. 2a, in the case where there is no motion, the amplitude values are much more concentrated. On the other hand, Figs. 2b and 2c shows that in the case of motion, the CSI amplitude is much more dispersed. Com- 50

3 (a) (b) (c) Figure 2: Density Distribution of CSI amplitude in each subcarrier for a 30s trace where client is (a) stationary, (b) in motion 1 and (c) in motion 4. The x axis is the subcarrier index from 1 to 30 and the y axis is the CSI amplitude. paring Fig. 2a with Figs. 2b and 2c shows that CSI can clearly identify if the device is stationary or in motion. Furthermore, the pattern of dispersion in Figs. 2b and 2c is noticeably different which tells us that a closer look at the CSI values can in fact classify different types of motions as well. Mean/Median - Measuring the static component of CSI amplitude with different motions impacts Min/Max/Range - Measuring the changing range of CSI amplitude Standard Deviation - Capturing the fluctuation level with in each time window 3.4 Classifying Motions using CSI Percentile at 10% / at 90% - Measuring the CSI amplitude range without potential outliers. We now know that CSI can identify whether or not the receiver is in motion. Next, we take a step further to see if CSI can also be used to classify different types of motion. Normalized Energy - Capturing periodic changing patterns caused by different motion. Here, we use FFT to calculate the samples in frequency domain How is CSI Influenced by Motion? Before doing rigorous feature extraction, we first calculate some obvious yet important statistics about the subcarrierlevel information available in CSI. We first divide the CSI data in time windows of t seconds and calculate different statistics for each time window. As an example, we calculate the mean of amplitude of 30 subcarriers at for all samples in a time window and find the 90th percentiles of the mean values. Intuitively, this should reflect the upper limit of mean values in the time window without considering the impact of outliers. As shown in Fig. 3a, the 90th percentile of mean values is noticeably different for different motion types. This is because different motion has different effect on the maximum amplitude of all subcarriers. Next, we take a look at a specific randomly chosen subcarrier and calculate the standard deviation of its amplitude values in given time window. As shown in Fig. 3b, we observe that this value can be used to distinguish between static case, motion 3 and motion 4. Note that although the same value can not be used for classifying motions 1 and 2, we see that the same statistic about other subcarriers can be used for that purpose. Next, we determine a more comprehensive set of features that we use for motion classification. Normalized Entropy - Measuring the degree of disorder using the frequency domain samples Features across all subcarriers: To calculate a feature across all subcarriers, we first calculate its value for a specific CSI sample. We then take various statistics of that over the time window where there are many different CSI samples. For each feature calculated over all subcarriers, we calculate its mean, min, max, range, standard deviation, skewness and kurtosis over the time window. In addition, to have a overall comparison in each time window, for each time window T, we can get the following matrix across subcarriers H = [H1 T, H2 T, Hi T,, HT T ] (4) where Hi T is a vector of length 30 and includes the CSI amplitudes of all subcarriers for ith time sample. After calculating the correlation matrix between Hi T and Hj T, we can obtain the largest and the second largest normalized eigenvalues as the other two features for CSI [6]. As described in [6], larger values of these two features indicate lesser or no motion. This can be seen in Figure. 3c which shows the largest eigenvalues of different motions. Similarly, we also obtain the following matrix across time between individual subcarriers CSI Features Extraction To find a more complete set of candidate features, we derive statistics in both time and frequency domains based on the raw CSI data. We use two sets of features - features for individual subcarrier and features across all subcarriers in a given time window. Features for individual subcarrier: We calculate the following features using CSI amplitude value in each time window. S = [S1, S2, Si,, S30 ] (5) where Si is vector of length T and includes all the CSI amplitudes for ith subcarrier in this time window. We also get a correlation matrix by calculating the correlation between Si and Sj. Then, we obtain the largest and the second largest normalized eigenvalues of the correlation matrix and use them as the features for CSI. 51

4 (a) (b) (c) Figure 3: Comparison different CSI features for different types of motions Machine Learning Model: To learn and classify different motion based on CSI features, we use two commonly used supervised machine learning techniques - Naive Bayes and Decision Tree. We choose these two methods because the can handle non-linear nature of the features and their inter-dependencies. Also, decision tree can output simple if-else classification models that are useful in understanding the importance of different CSI features. We plan to use other more complex and customized classifiers in the future. Note that current design of APsense requires a small amount of client feedback for training the classifier. Here, the client device can provide the motion type to the AP along with the CSI data for some initial samples. Once the classifier model is built, it can then classify motions purely based on the CSI data. 4.2 Performance Evaluation Figure 4: APsense Architecture 4. APSENSE In this section, we introduce APsense, our framework that uses CSI feedback at the AP to recognize the fine-grained motion of the associated clients. As we mentioned before, the ultimate goal of APsense is to estimate the sensor reading patterns (e.g. accelerometer) of the clients. Such CSIbased sensing of client s sensors on AP side can enable numerous new applications without requiring any additional message overhead. In this work, we have focused on classifying different motions as a first step towards it. 4.1 System Overview The architecture of APsense is shown in Fig. 4. Here, the AP first collects the CSI information from the client smartphone. It then extracts useful features from raw CSI data as shown in Section These features are then used by machine learning module that can learn and classify different motions. In the future, we plan to extend our system where machine learning module can recognize/classify sensor patterns (dotted boxes in Fig. 4) which can then be used for a number of different applications APsense at Different Locations As explained in Section 3.2, we evaluate APsense at four different indoor locations. Table 1 shows the true positive rate of both machine learning methods for all four locations. Here, true positive rate is defined as the fraction of instances correctly classified as motion type X out of all instances actually belonging to motion type X. As we can see, both the machine learning methods can very well classify different motions at all four locations. The classification accuracy is much higher (93.8% and 85.9%) for locations L1 and L3 because both the locations have much richer multipath environment compared to locations L2 and L4. We also combine instances of all the locations and perform a single classification across the locations. This is to evaluate how well our classification can work when the model is trained at a specific location. We observe in Table 1 that overall classification accuracy drops (especially for Naive Bayes) in the combined case. This shows that APsense can achieve higher accuracy if the model is trained using location specific CSI profile. Table 1: APsense Motion Recognition Results at Different Locations - TP Rate Method L1 L2 L3 L4 Combined Naive Bayes Decision Tree

5 TP Rate WIN = 2 sec WIN = 5 sec correlation coefficient Correlation coefficient L1 L2 L3 L4 Locations pairs of sensor feature and CSI feature Figure 5: TP Rate comparison with different time window sizes Next, we take a look at the detailed results of combined locations case in Table 2. Here, precision is defined as ratio of number of true positives to the total number of true positive and false positives. The ROC (Receiver Operating Characteristics) area is the area under the curve when plotting FP rate versus TP rate. We can see that stationary case and motion 4 have a very high TP rate, while motions 1, 2 and 3 are often mis-classified reducing their TP rate. We believe that this is due to nature and directions of the motions. As shown in Fig. 1, motions 1, 2 and 3 are along the same X-Yplane, keepingthe distance same from the AP. On the other hand, in motion 4, the motion is towards and away from the AP. Table 2: Detailed Analysis for Combined Locations Case Motion Class TP Rate FP Rate Precision ROC Area Static Motion Motion Motion Motion Average Time Window Size The size of the time window over which we calculate the CSI features is an important factor. The above results are presented for the time window size of 5 seconds. We now experimentwith changingthe size ofthetime windowtosee its impact. Fig. 5 shows the comparison of TP rate for different locations with time window size of 2 and 5 seconds. We observe that larger time window size provides better classification accuracy for all locations. This is mostly because more number of CSI samples are available for calculating features in the case of larger window size. 4.3 Correlating CSI and Sensor values In our ongoing work, we plan to extend APsense such that it can estimate the client s sensor pattern using the CSI data. To test the feasibility, we calculate different features of Shimmer sensor data collected in our experiments (Section 3.2). We then calculate one-on-one correlation of these features with CSI features. Intuitively, if these features are correlated to each other, it means that we can use the CSI data to derive how the sensor data changes. Fig. 6 shows the correlation coefficient for different pairs of CSI Figure 6: Correlation between sensor and CSI features and sensor features. As we can see, a large number of pairs show a very high correlation which tells us that we can use the CSI features to derive the sensor patterns. 5. DISCUSSION AND CONCLUSION In this work, we showed that CSI data can be used to determine client s fine-grained motion at the AP. There are multiple challenges in APsense as it evolves in our ongoing work. First, it is expected that motion detection accuracy would decrease when the surrounding environment has many moving objects and the resultant multipath is severe. Our current experiments were done in a controlled environment with mostly stationary surroundings. We are addressing these challenges as part of our ongoing work. Second, since CSI samples are available only when actual frames are sent, it would become challenging to detect motion when available number of CSI samples are sparse. Revising the CSI features for fewer samples such that motion detection accuracy is still high is also an interesting direction of future work. 6. REFERENCES [1] [2] D. Halperin, W. Hu, A. Sheth, and D. Wetherall. Tool release: Gathering n traces with channel state information. ACM SIGCOMM CCR, 41(1):53, Jan [3] Q. Pu, S. Gupta, S. Gollakota, and S. Patel. Whole-home gesture recognition using wireless signals. In Proceedings of ACM Mobicom, [4] Y. Wang, J. Yang, Y. Chen, H. Liu, M. Gruteser, and R. P. Martin. Tracking human queues using single-point signal monitoring. In Proceedings of ACM MobiSys, [5] K. Wu, J. Xiao, Y. Yi, D. Chen, X. Luo, and L. M. Ni. Csi-based indoor localization. IEEE Transactions on Parallel and Distributed Systems, 24(7): , [6] J. Xiao, K. Wu, Y. Yi, L. Wang, and L. M. Ni. Fimd: Fine-grained device-free motion detection. In Proceedings of IEEE ICPADS, [7] M. Youssef, M. Mah, and A. Agrawala. Challenges: device-free passive localization for wireless environments. In Proceedings of ACM Mobicom, [8] Z. Zhou, Z. Yang, C. Wu, L. Shangguan, and Y. Liu. Towards omnidirectional passive human detection. In Proceedings IEEE INFOCOM,

Analyzing Shopper s Behavior through WiFi Signals

Analyzing Shopper s Behavior through WiFi Signals Analyzing Shopper s Behavior through WiFi Signals Yunze Zeng, Parth H. Pathak, Prasant Mohapatra University of California, Davis {zeng, phpathak, pmohapatra}@ucdavis.edu ABSTRACT Substantial progress in

More information

New Insights into WiFi-based Device-free Localization

New Insights into WiFi-based Device-free Localization New Insights into WiFi-based Device-free Localization Heba Aly Dept. of Computer and Systems Engineering Alexandria University, Egypt heba.aly@alexu.edu.eg Moustafa Youssef Wireless Research Center Egypt-Japan

More information

MIMO Antenna Systems in WinProp

MIMO Antenna Systems in WinProp MIMO Antenna Systems in WinProp AWE Communications GmbH Otto-Lilienthal-Str. 36 D-71034 Böblingen mail@awe-communications.com Issue Date Changes V1.0 Nov. 2010 First version of document V2.0 Feb. 2011

More information

Motion Sensing without Sensors: Information. Harvesting from Signal Strength Measurements

Motion Sensing without Sensors: Information. Harvesting from Signal Strength Measurements Motion Sensing without Sensors: Information Harvesting from Signal Strength Measurements D. Puccinelli and M. Haenggi Department of Electrical Engineering University of Notre Dame Notre Dame, Indiana,

More information

Bringing Mobility-Awareness to WLANs using PHY Layer Information

Bringing Mobility-Awareness to WLANs using PHY Layer Information Bringing Mobility-Awareness to WLANs using PHY Layer Information Li Sun University at Buffalo, SUNY lsun3@buffalo.edu Souvik Sen HP Labs souvik.sen@hp.com Dimitrios Koutsonikolas University at Buffalo,

More information

Device-Free Passive Localization

Device-Free Passive Localization Device-Free Passive Localization Matthew Mah Abstract This report describes a Device-Free Passive Localization System (DfP). The system provides a software solution over nominal WiFi equipment to detect

More information

Challenges: Device-free Passive Localization for Wireless Environments

Challenges: Device-free Passive Localization for Wireless Environments Challenges: Device-free Passive Localization for Wireless Environments Moustafa Youssef Dept. of Computer Science University of Maryland College Park, MD 2742, USA moustafa@cs.umd.edu Matthew Mah Dept.

More information

Int. J. Advanced Networking and Applications Volume: 6 Issue: 4 Pages: 2404-2408 (2015) ISSN: 0975-0290

Int. J. Advanced Networking and Applications Volume: 6 Issue: 4 Pages: 2404-2408 (2015) ISSN: 0975-0290 2404 Nuzzer algorithm based Human Tracking and Security System for Device-Free Passive System in Smart Phones Environment R.Ranjani Assistant Professor, Department of Computer Science and Engineering,

More information

Whitepaper. 802.11n The Next Generation in Wireless Technology

Whitepaper. 802.11n The Next Generation in Wireless Technology Whitepaper 802.11n The Next Generation in Wireless Technology Introduction Wireless technology continues to evolve and add value with its inherent characteristics. First came 802.11, then a & b, followed

More information

International Journal of Recent Trends in Electrical & Electronics Engg., Feb. 2014. IJRTE ISSN: 2231-6612

International Journal of Recent Trends in Electrical & Electronics Engg., Feb. 2014. IJRTE ISSN: 2231-6612 Spoofing Attack Detection and Localization of Multiple Adversaries in Wireless Networks S. Bhava Dharani, P. Kumar Department of Computer Science and Engineering, Nandha College of Technology, Erode, Tamilnadu,

More information

ADVANCED APPLICATIONS OF ELECTRICAL ENGINEERING

ADVANCED APPLICATIONS OF ELECTRICAL ENGINEERING Development of a Software Tool for Performance Evaluation of MIMO OFDM Alamouti using a didactical Approach as a Educational and Research support in Wireless Communications JOSE CORDOVA, REBECA ESTRADA

More information

Wi-Fi Backscatter: Internet Connectivity for RF-Powered Devices

Wi-Fi Backscatter: Internet Connectivity for RF-Powered Devices Wi-Fi Backscatter: Internet Connectivity for RF-Powered Devices Bryce Kellogg, Aaron Parks, Shyamnath Gollakota, Joshua R. Smith, and David Wetherall University of Washington {kellogg, anparks, gshyam,

More information

MIMO detector algorithms and their implementations for LTE/LTE-A

MIMO detector algorithms and their implementations for LTE/LTE-A GIGA seminar 11.01.2010 MIMO detector algorithms and their implementations for LTE/LTE-A Markus Myllylä and Johanna Ketonen 11.01.2010 2 Outline Introduction System model Detection in a MIMO-OFDM system

More information

AS MORE WIRELESS and sensor networks are deployed,

AS MORE WIRELESS and sensor networks are deployed, 2418 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 59, NO. 5, JUNE 2010 Detecting and Localizing Identity-Based Attacks in Wireless and Sensor Networks Yingying Chen, Member, IEEE, Jie Yang, Student

More information

CWNA Instructor Led Course Outline

CWNA Instructor Led Course Outline CWNA Instructor Led Course Outline Enterprise Wi-Fi Administration, Outline v7.0 Introduction The Enterprise Wireless LAN Administration 7.1 course (which prepares students for the CWNA-106 exam), whether

More information

Analysis of a Device-free Passive Tracking System in Typical Wireless Environments

Analysis of a Device-free Passive Tracking System in Typical Wireless Environments Analysis of a Device-free Passive Tracking System in Typical Wireless Environments Ahmed E. Kosba, Ahmed Abdelkader Department of Computer Engineering Faculty of Engineering, Alexandria University, Egypt

More information

Characterizing Wireless Network Performance

Characterizing Wireless Network Performance Characterizing Wireless Network Performance Ruckus Wireless Black Paper Accurate performance testing for wireless networks requires understanding how to test for worst case scenarios As expensive and inconvenient

More information

Evaluating Impact of Storage on Smartphone Energy Efficiency

Evaluating Impact of Storage on Smartphone Energy Efficiency Evaluating Impact of Storage on Smartphone Energy Efficiency David T. Nguyen College of William and Mary Williamsburg, VA 23185, USA dnguyen@cs.wm.edu Abstract We present an experimental study of how storage

More information

Detecting MAC Layer Misbehavior in Wifi Networks By Co-ordinated Sampling of Network Monitoring

Detecting MAC Layer Misbehavior in Wifi Networks By Co-ordinated Sampling of Network Monitoring Detecting MAC Layer Misbehavior in Wifi Networks By Co-ordinated Sampling of Network Monitoring M.Shanthi 1, S.Suresh 2 Dept. of Computer Science and Engineering, Adhiyamaan college of Engineering, Hosur,

More information

MEASURING WIRELESS NETWORK CONNECTION QUALITY

MEASURING WIRELESS NETWORK CONNECTION QUALITY Technical Disclosure Commons Defensive Publications Series January 27, 2016 MEASURING WIRELESS NETWORK CONNECTION QUALITY Mike Mu Avery Pennarun Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

Vibration-Based Surface Recognition for Smartphones

Vibration-Based Surface Recognition for Smartphones Vibration-Based Surface Recognition for Smartphones Jungchan Cho, Inhwan Hwang, and Songhwai Oh CPSLAB, ASRI School of Electrical Engineering and Computer Science Seoul National University, Seoul, Korea

More information

SmartDiagnostics Application Note Wireless Interference

SmartDiagnostics Application Note Wireless Interference SmartDiagnostics Application Note Wireless Interference Publication Date: May 27, 2015 KCF Technologies, Inc. Background The SmartDiagnostics wireless network is an easy to install, end-to-end machine

More information

Session: CoSDEO 2013: Device-free Radio-based Recognition

Session: CoSDEO 2013: Device-free Radio-based Recognition CoSDEO 2013: Device-free Radio-based recognition Markus Scholz Karlsruhe Institute of Technology Vincent Priessnitz Strasse 3 Karlsruhe, Germany scholz@teco.edu Stephan Sigg TU Braunschweig Muehlenpfordtstrae

More information

INTER CARRIER INTERFERENCE CANCELLATION IN HIGH SPEED OFDM SYSTEM Y. Naveena *1, K. Upendra Chowdary 2

INTER CARRIER INTERFERENCE CANCELLATION IN HIGH SPEED OFDM SYSTEM Y. Naveena *1, K. Upendra Chowdary 2 ISSN 2277-2685 IJESR/June 2014/ Vol-4/Issue-6/333-337 Y. Naveena et al./ International Journal of Engineering & Science Research INTER CARRIER INTERFERENCE CANCELLATION IN HIGH SPEED OFDM SYSTEM Y. Naveena

More information

Delivering broadband internet access for high speed trains passengers using the new WiFi. standard 802.11n for train-to-ground communications

Delivering broadband internet access for high speed trains passengers using the new WiFi. standard 802.11n for train-to-ground communications Delivering broadband internet access for high speed trains passengers using the new WiFi standard 802.11n for train-to-ground communications Hassan GHANNOUM 1, David SANZ 1, Bernadette VILLEFORCEIX 2,

More information

Design of Remote data acquisition system based on Internet of Things

Design of Remote data acquisition system based on Internet of Things , pp.32-36 http://dx.doi.org/10.14257/astl.214.79.07 Design of Remote data acquisition system based on Internet of Things NIU Ling Zhou Kou Normal University, Zhoukou 466001,China; Niuling@zknu.edu.cn

More information

Module 5. Broadcast Communication Networks. Version 2 CSE IIT, Kharagpur

Module 5. Broadcast Communication Networks. Version 2 CSE IIT, Kharagpur Module 5 Broadcast Communication Networks Lesson 9 Cellular Telephone Networks Specific Instructional Objectives At the end of this lesson, the student will be able to: Explain the operation of Cellular

More information

Tagoram: Real-Time Tracking of Mobile RFID Tags to High-Precision Accuracy Using COTS Devices

Tagoram: Real-Time Tracking of Mobile RFID Tags to High-Precision Accuracy Using COTS Devices Tagoram: Real-Time Tracking of Mobile RFID Tags to High-Precision Accuracy Using COTS Devices Xiang-Yang Li Lei Yang, Yekui Chen, Xiang-Yang Li, Chaowei Xiao, Mo Li, Yunhao Liu Sep. 9, 2014 Tagoram: Real-Time

More information

Wi-Fi Backscatter: Battery-free Internet Connectivity to Empower the Internet of Things. Ubiquitous Computing Seminar FS2015 Bjarni Benediktsson

Wi-Fi Backscatter: Battery-free Internet Connectivity to Empower the Internet of Things. Ubiquitous Computing Seminar FS2015 Bjarni Benediktsson Wi-Fi Backscatter: Battery-free Internet Connectivity to Empower the Internet of Things Ubiquitous Computing Seminar FS2015 Bjarni Benediktsson Internet of Things The Internet of Things (IoT) is a computing

More information

Traffic Prediction in Wireless Mesh Networks Using Process Mining Algorithms

Traffic Prediction in Wireless Mesh Networks Using Process Mining Algorithms Traffic Prediction in Wireless Mesh Networks Using Process Mining Algorithms Kirill Krinkin Open Source and Linux lab Saint Petersburg, Russia kirill.krinkin@fruct.org Eugene Kalishenko Saint Petersburg

More information

Network Performance Monitoring at Small Time Scales

Network Performance Monitoring at Small Time Scales Network Performance Monitoring at Small Time Scales Konstantina Papagiannaki, Rene Cruz, Christophe Diot Sprint ATL Burlingame, CA dina@sprintlabs.com Electrical and Computer Engineering Department University

More information

IEEE 802.11ac in Service Provider Wi-Fi Deployments: Consider More Than Speed

IEEE 802.11ac in Service Provider Wi-Fi Deployments: Consider More Than Speed White Paper IEEE 802.11ac in Service Provider Wi-Fi Deployments: Consider More Than Speed 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 6 Contents

More information

Monitoring Building Door Events using Barometer Sensor in Smartphones

Monitoring Building Door Events using Barometer Sensor in Smartphones Monitoring Building Door Events using Barometer Sensor in Smartphones Muchen Wu, Parth H. Pathak, Prasant Mohapatra Computer Science Department, University of California, Davis, CA, USA. {muwu, phpathak,

More information

802.11ac Power Measurement and Timing Analysis

802.11ac Power Measurement and Timing Analysis 802.11ac Power Measurement and Timing Analysis Using the 8990B Peak Power Analyzer Application Note Introduction There are a number of challenges to anticipate when testing WLAN 802.11ac [1] power amplifier

More information

WLAN-Antenna Project

WLAN-Antenna Project Report WLAN-Antenna Project PPS Antenna Tower Uetliberg FS 08 Mathias Aebersold Matthias Bucher Page 1 of 7 For this project we wanted to build a WLAN-Antenna which has different and for some usage better

More information

HD Radio FM Transmission System Specifications Rev. F August 24, 2011

HD Radio FM Transmission System Specifications Rev. F August 24, 2011 HD Radio FM Transmission System Specifications Rev. F August 24, 2011 SY_SSS_1026s TRADEMARKS HD Radio and the HD, HD Radio, and Arc logos are proprietary trademarks of ibiquity Digital Corporation. ibiquity,

More information

A Performance Study of Wireless Broadband Access (WiMAX)

A Performance Study of Wireless Broadband Access (WiMAX) A Performance Study of Wireless Broadband Access (WiMAX) Maan A. S. Al-Adwany Department of Computer & Information Engineering, College of Electronics Engineering University of Mosul Mosul, Iraq maanaladwany@yahoo.com

More information

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm 1 Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm Hani Mehrpouyan, Student Member, IEEE, Department of Electrical and Computer Engineering Queen s University, Kingston, Ontario,

More information

Human Activity Recognition

Human Activity Recognition Human Activity Recognition Personal Sensing Applications Body Sensor Networks Athletic Performance Health Care Activity Recognition Heart Rate Monitor Pulse Oximeter Mobile Phone Aggregator 2 A Practical

More information

SpotFi: Decimeter Level Localization Using WiFi

SpotFi: Decimeter Level Localization Using WiFi SpotFi: Decimeter Level Localization Using WiFi Manikanta Kotaru, Kiran Joshi, Dinesh Bharadia, Sachin Katti Stanford University Stanford, CA, USA {mkotaru, krjoshi, dineshb, skatti}@stanford.edu ABSTRACT

More information

Chapter 6. The stacking ensemble approach

Chapter 6. The stacking ensemble approach 82 This chapter proposes the stacking ensemble approach for combining different data mining classifiers to get better performance. Other combination techniques like voting, bagging etc are also described

More information

Lecture 14. Point Spread Function (PSF)

Lecture 14. Point Spread Function (PSF) Lecture 14 Point Spread Function (PSF), Modulation Transfer Function (MTF), Signal-to-noise Ratio (SNR), Contrast-to-noise Ratio (CNR), and Receiver Operating Curves (ROC) Point Spread Function (PSF) Recollect

More information

Achievable Transmission Rates and Self-Interference Channel Estimation in Hybrid Full-Duplex/Half-Duplex MIMO Relaying

Achievable Transmission Rates and Self-Interference Channel Estimation in Hybrid Full-Duplex/Half-Duplex MIMO Relaying Achievable Transmission Rates and Self-Interference Channel Estimation in Hybrid Full-Duplex/Half-Duplex MIMO Relaying Dani Korpi 1, Taneli Riihonen 2,3, Katsuyuki Haneda 4, Koji Yamamoto 5, and Mikko

More information

STMicroelectronics is pleased to present the. SENSational. Attend a FREE One-Day Technical Seminar Near YOU!

STMicroelectronics is pleased to present the. SENSational. Attend a FREE One-Day Technical Seminar Near YOU! SENSational STMicroelectronics is pleased to present the SENSational Seminar Attend a FREE One-Day Technical Seminar Near YOU! Seminar Sensors and the Internet of Things are changing the way we interact

More information

Design call center management system of e-commerce based on BP neural network and multifractal

Design call center management system of e-commerce based on BP neural network and multifractal Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):951-956 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Design call center management system of e-commerce

More information

Multimedia Data Transmission over Wired/Wireless Networks

Multimedia Data Transmission over Wired/Wireless Networks Multimedia Data Transmission over Wired/Wireless Networks Bharat Bhargava Gang Ding, Xiaoxin Wu, Mohamed Hefeeda, Halima Ghafoor Purdue University Website: http://www.cs.purdue.edu/homes/bb E-mail: bb@cs.purdue.edu

More information

A comparison of radio direction-finding technologies. Paul Denisowski, Applications Engineer Rohde & Schwarz

A comparison of radio direction-finding technologies. Paul Denisowski, Applications Engineer Rohde & Schwarz A comparison of radio direction-finding technologies Paul Denisowski, Applications Engineer Rohde & Schwarz Topics General introduction to radiolocation Manual DF techniques Doppler DF Time difference

More information

communication over wireless link handling mobile user who changes point of attachment to network

communication over wireless link handling mobile user who changes point of attachment to network Wireless Networks Background: # wireless (mobile) phone subscribers now exceeds # wired phone subscribers! computer nets: laptops, palmtops, PDAs, Internet-enabled phone promise anytime untethered Internet

More information

Planning for 802.11ac Adoption with Ekahau Site Survey 6.0

Planning for 802.11ac Adoption with Ekahau Site Survey 6.0 Planning for 802.11ac Adoption with Ekahau Site Survey 6.0 1 P a g e w w w. e k a h a u. c o m / e s s Introduction to 802.11ac The emerging next generation Wi-Fi standard IEEE 802.11ac aims to break the

More information

Human Activities Recognition in Android Smartphone Using Support Vector Machine

Human Activities Recognition in Android Smartphone Using Support Vector Machine 2016 7th International Conference on Intelligent Systems, Modelling and Simulation Human Activities Recognition in Android Smartphone Using Support Vector Machine Duc Ngoc Tran Computer Engineer Faculty

More information

arxiv:1308.0768v1 [cs.ni] 4 Aug 2013

arxiv:1308.0768v1 [cs.ni] 4 Aug 2013 MonoStream: A Minimal-Hardware High Accuracy Device-free WLAN Localization System arxiv:8.768v [cs.ni] 4 Aug ABSTRACT Ibrahim Sabek Comp. and Sys. Eng. Dept. Alexandria University, Egypt ibrahim.sabek@alexu.edu.eg

More information

Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication

Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication Thomas Reilly Data Physics Corporation 1741 Technology Drive, Suite 260 San Jose, CA 95110 (408) 216-8440 This paper

More information

Interference Identification Guide. Table of Contents

Interference Identification Guide. Table of Contents Interference Identification Guide This document is a guide to help IT professionals optimize the performance of wireless networks by using spectrum analysis tools to identify sources of wireless interference.

More information

Pointers on using the 5GHz WiFi bands

Pointers on using the 5GHz WiFi bands Pointers on using the 5GHz WiFi bands Legalities In the UK, there are two main types of radio devices that use the 5GHz frequency bands. The most common are those devices that conform to the 11a standard.

More information

Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network

Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network Recent Advances in Electrical Engineering and Electronic Devices Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network Ahmed El-Mahdy and Ahmed Walid Faculty of Information Engineering

More information

The Advantages of SOFDMA for WiMAX

The Advantages of SOFDMA for WiMAX The Advantages of SOFDMA for WiMAX Vladimir Bykovnikov Intel Corporation Abstract SOFDMA has several advantages when used in NLOS wireless networks. The paper outlines these advantages and shows the evolutionary

More information

Applied Mathematical Sciences, Vol. 7, 2013, no. 112, 5591-5597 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013.

Applied Mathematical Sciences, Vol. 7, 2013, no. 112, 5591-5597 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013. Applied Mathematical Sciences, Vol. 7, 2013, no. 112, 5591-5597 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013.38457 Accuracy Rate of Predictive Models in Credit Screening Anirut Suebsing

More information

Efficient Data Recovery scheme in PTS-Based OFDM systems with MATRIX Formulation

Efficient Data Recovery scheme in PTS-Based OFDM systems with MATRIX Formulation Efficient Data Recovery scheme in PTS-Based OFDM systems with MATRIX Formulation Sunil Karthick.M PG Scholar Department of ECE Kongu Engineering College Perundurau-638052 Venkatachalam.S Assistant Professor

More information

A Content based Spam Filtering Using Optical Back Propagation Technique

A Content based Spam Filtering Using Optical Back Propagation Technique A Content based Spam Filtering Using Optical Back Propagation Technique Sarab M. Hameed 1, Noor Alhuda J. Mohammed 2 Department of Computer Science, College of Science, University of Baghdad - Iraq ABSTRACT

More information

Enhancing Wireless Security with Physical Layer Network Cooperation

Enhancing Wireless Security with Physical Layer Network Cooperation Enhancing Wireless Security with Physical Layer Network Cooperation Amitav Mukherjee, Ali Fakoorian, A. Lee Swindlehurst University of California Irvine The Physical Layer Outline Background Game Theory

More information

DVB-T. C/N in a static Rayleigh channel. C/N values for portable single and diversity reception. Measurement method.

DVB-T. C/N in a static Rayleigh channel. C/N values for portable single and diversity reception. Measurement method. C/N values for portable single and diversity reception Raul Schramm IRT It has been shown that the minimum C/N values for good-quality portable reception in a static Rayleigh channel as given in the ETSI

More information

Blog Post Extraction Using Title Finding

Blog Post Extraction Using Title Finding Blog Post Extraction Using Title Finding Linhai Song 1, 2, Xueqi Cheng 1, Yan Guo 1, Bo Wu 1, 2, Yu Wang 1, 2 1 Institute of Computing Technology, Chinese Academy of Sciences, Beijing 2 Graduate School

More information

Wireless Data Center Network. Reporter: Green

Wireless Data Center Network. Reporter: Green Wireless Data Center Network Reporter: Green Outline What is DCN? Challenges in current DCN Cable Topology Traffic load Heterogeneous DCN Optical DCN Wireless DCN Challenges in WCDN The researches in WDCN

More information

Delivering 4x4 MIMO for LTE Mobile Devices. March 2014. SkyCross Dual imat 4x4 MIMO Technology for LTE. Introduction

Delivering 4x4 MIMO for LTE Mobile Devices. March 2014. SkyCross Dual imat 4x4 MIMO Technology for LTE. Introduction Delivering 4x4 MIMO for LTE Mobile Devices SkyCross Dual imat 4x4 MIMO Technology for LTE March 2014 Introduction With the rise of low-cost smartphones on the horizon, creating differentiation by leveraging

More information

A Novel Decentralized Time Slot Allocation Algorithm in Dynamic TDD System

A Novel Decentralized Time Slot Allocation Algorithm in Dynamic TDD System A Novel Decentralized Time Slot Allocation Algorithm in Dynamic TDD System Young Sil Choi Email: choiys@mobile.snu.ac.kr Illsoo Sohn Email: sohnis@mobile.snu.ac.kr Kwang Bok Lee Email: klee@snu.ac.kr Abstract

More information

Optimum Frequency-Domain Partial Response Encoding in OFDM System

Optimum Frequency-Domain Partial Response Encoding in OFDM System 1064 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL 51, NO 7, JULY 2003 Optimum Frequency-Domain Partial Response Encoding in OFDM System Hua Zhang and Ye (Geoffrey) Li, Senior Member, IEEE Abstract Time variance

More information

On the Traffic Capacity of Cellular Data Networks. 1 Introduction. T. Bonald 1,2, A. Proutière 1,2

On the Traffic Capacity of Cellular Data Networks. 1 Introduction. T. Bonald 1,2, A. Proutière 1,2 On the Traffic Capacity of Cellular Data Networks T. Bonald 1,2, A. Proutière 1,2 1 France Telecom Division R&D, 38-40 rue du Général Leclerc, 92794 Issy-les-Moulineaux, France {thomas.bonald, alexandre.proutiere}@francetelecom.com

More information

CDMA Performance under Fading Channel

CDMA Performance under Fading Channel CDMA Performance under Fading Channel Ashwini Dyahadray 05307901 Under the guidance of: Prof Girish P Saraph Department of Electrical Engineering Overview Wireless channel fading characteristics Large

More information

Capacity Limits of MIMO Channels

Capacity Limits of MIMO Channels Tutorial and 4G Systems Capacity Limits of MIMO Channels Markku Juntti Contents 1. Introduction. Review of information theory 3. Fixed MIMO channels 4. Fading MIMO channels 5. Summary and Conclusions References

More information

Botnet Detection Based on Degree Distributions of Node Using Data Mining Scheme

Botnet Detection Based on Degree Distributions of Node Using Data Mining Scheme Botnet Detection Based on Degree Distributions of Node Using Data Mining Scheme Chunyong Yin 1,2, Yang Lei 1, Jin Wang 1 1 School of Computer & Software, Nanjing University of Information Science &Technology,

More information

Facebook Friend Suggestion Eytan Daniyalzade and Tim Lipus

Facebook Friend Suggestion Eytan Daniyalzade and Tim Lipus Facebook Friend Suggestion Eytan Daniyalzade and Tim Lipus 1. Introduction Facebook is a social networking website with an open platform that enables developers to extract and utilize user information

More information

The Development of a Pressure-based Typing Biometrics User Authentication System

The Development of a Pressure-based Typing Biometrics User Authentication System The Development of a Pressure-based Typing Biometrics User Authentication System Chen Change Loy Adv. Informatics Research Group MIMOS Berhad by Assoc. Prof. Dr. Chee Peng Lim Associate Professor Sch.

More information

T-79.7001 Postgraduate Course in Theoretical Computer Science T-79.5401 Special Course in Mobility Management: Ad hoc networks (2-10 cr) P V

T-79.7001 Postgraduate Course in Theoretical Computer Science T-79.5401 Special Course in Mobility Management: Ad hoc networks (2-10 cr) P V T-79.7001 Postgraduate Course in Theoretical Computer Science T-79.5401 Special Course in Mobility Management: Ad hoc networks (2-10 cr) P V professor Hannu H. Kari Laboratory for Theoretical Computer

More information

Social Media Mining. Data Mining Essentials

Social Media Mining. Data Mining Essentials Introduction Data production rate has been increased dramatically (Big Data) and we are able store much more data than before E.g., purchase data, social media data, mobile phone data Businesses and customers

More information

Multipath fading in wireless sensor mote

Multipath fading in wireless sensor mote Multipath fading in wireless sensor mote Vaishali M.Tech (VLSI), IMSEC, Ghaziabad/MTU, Noida Abstract: In this paper we study about the new technology as to transfer the data with the help of smart device,

More information

Inactivity Recognition: Separating Moving Phones from Stationary Users

Inactivity Recognition: Separating Moving Phones from Stationary Users Inactivity Recognition: Separating Moving Phones from Stationary Users James Reinebold reinebol@usc.edu Harshvardhan Vathsangam vathsang@usc.edu Gaurav S. Sukhatme gaurav@usc.edu ABSTRACT Accurate methods

More information

Active Learning SVM for Blogs recommendation

Active Learning SVM for Blogs recommendation Active Learning SVM for Blogs recommendation Xin Guan Computer Science, George Mason University Ⅰ.Introduction In the DH Now website, they try to review a big amount of blogs and articles and find the

More information

Random Forest Based Imbalanced Data Cleaning and Classification

Random Forest Based Imbalanced Data Cleaning and Classification Random Forest Based Imbalanced Data Cleaning and Classification Jie Gu Software School of Tsinghua University, China Abstract. The given task of PAKDD 2007 data mining competition is a typical problem

More information

Protocol Design for Neighbor Discovery in AD-HOC Network

Protocol Design for Neighbor Discovery in AD-HOC Network International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 7, Number 9 (2014), pp. 915-922 International Research Publication House http://www.irphouse.com Protocol Design for

More information

Unmatched RF Spectrum Analysis

Unmatched RF Spectrum Analysis Datasheet: AirMagnet Spectrum XT AirMagnet Spectrum XT is the industry s first professional spectrum analyzer solution that combines in-depth RF analysis with real-time WLAN information for quicker and

More information

MIMO: What shall we do with all these degrees of freedom?

MIMO: What shall we do with all these degrees of freedom? MIMO: What shall we do with all these degrees of freedom? Helmut Bölcskei Communication Technology Laboratory, ETH Zurich June 4, 2003 c H. Bölcskei, Communication Theory Group 1 Attributes of Future Broadband

More information

A SIMULATION STUDY ON SPACE-TIME EQUALIZATION FOR MOBILE BROADBAND COMMUNICATION IN AN INDUSTRIAL INDOOR ENVIRONMENT

A SIMULATION STUDY ON SPACE-TIME EQUALIZATION FOR MOBILE BROADBAND COMMUNICATION IN AN INDUSTRIAL INDOOR ENVIRONMENT A SIMULATION STUDY ON SPACE-TIME EQUALIZATION FOR MOBILE BROADBAND COMMUNICATION IN AN INDUSTRIAL INDOOR ENVIRONMENT U. Trautwein, G. Sommerkorn, R. S. Thomä FG EMT, Ilmenau University of Technology P.O.B.

More information

ZyXEL Smart Antenna - The solution to Wi-Fi challenges

ZyXEL Smart Antenna - The solution to Wi-Fi challenges ZyXEL Smart Antenna - The solution to Wi-Fi challenges White Paper Edition 1, Apr/2015 2 0 1 5 Z y X E L C o m m u n i c a t i o n s C o r p o r a t i o n, A l l R i g h t s R e s e r v e d. Executive

More information

A Load Balancing Method in SiCo Hierarchical DHT-based P2P Network

A Load Balancing Method in SiCo Hierarchical DHT-based P2P Network 1 Shuang Kai, 2 Qu Zheng *1, Shuang Kai Beijing University of Posts and Telecommunications, shuangk@bupt.edu.cn 2, Qu Zheng Beijing University of Posts and Telecommunications, buptquzheng@gmail.com Abstract

More information

Lecture 17: 802.11 Wireless Networking"

Lecture 17: 802.11 Wireless Networking Lecture 17: 802.11 Wireless Networking" CSE 222A: Computer Communication Networks Alex C. Snoeren Thanks: Lili Qiu, Nitin Vaidya Lecture 17 Overview" Project discussion Intro to 802.11 WiFi Jigsaw discussion

More information

How To Cluster

How To Cluster Data Clustering Dec 2nd, 2013 Kyrylo Bessonov Talk outline Introduction to clustering Types of clustering Supervised Unsupervised Similarity measures Main clustering algorithms k-means Hierarchical Main

More information

I. Wireless Channel Modeling

I. Wireless Channel Modeling I. Wireless Channel Modeling April 29, 2008 Qinghai Yang School of Telecom. Engineering qhyang@xidian.edu.cn Qinghai Yang Wireless Communication Series 1 Contents Free space signal propagation Pass-Loss

More information

Android Phone Controlled Robot Using Bluetooth

Android Phone Controlled Robot Using Bluetooth International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 5 (2014), pp. 443-448 International Research Publication House http://www.irphouse.com Android Phone Controlled

More information

Module 13 : Measurements on Fiber Optic Systems

Module 13 : Measurements on Fiber Optic Systems Module 13 : Measurements on Fiber Optic Systems Lecture : Measurements on Fiber Optic Systems Objectives In this lecture you will learn the following Measurements on Fiber Optic Systems Attenuation (Loss)

More information

Multicast Video Streaming over WiFi Networks: Impact of Multipath Fading and Interference

Multicast Video Streaming over WiFi Networks: Impact of Multipath Fading and Interference Multicast Video Streaming over WiFi Networks: Impact of Multipath Fading and Interference Shafqat Ur Rehman, Thierry Turletti, and Walid Dabbous INRIA Sophia Antipolis, France {shafqat-ur.rehman, thierry.turletti,

More information

A Health Degree Evaluation Algorithm for Equipment Based on Fuzzy Sets and the Improved SVM

A Health Degree Evaluation Algorithm for Equipment Based on Fuzzy Sets and the Improved SVM Journal of Computational Information Systems 10: 17 (2014) 7629 7635 Available at http://www.jofcis.com A Health Degree Evaluation Algorithm for Equipment Based on Fuzzy Sets and the Improved SVM Tian

More information

Performance Analysis of Naive Bayes and J48 Classification Algorithm for Data Classification

Performance Analysis of Naive Bayes and J48 Classification Algorithm for Data Classification Performance Analysis of Naive Bayes and J48 Classification Algorithm for Data Classification Tina R. Patil, Mrs. S. S. Sherekar Sant Gadgebaba Amravati University, Amravati tnpatil2@gmail.com, ss_sherekar@rediffmail.com

More information

The influence of Wi-Fi on the operation of Bluetooth based wireless sensor networks in the Internet of Things

The influence of Wi-Fi on the operation of Bluetooth based wireless sensor networks in the Internet of Things Faculty of Electrical Engineering, Mathematics & Computer Science The influence of Wi-Fi on the operation of Bluetooth based wireless sensor networks in the Internet of Things Jermain C. Horsman B.Sc.

More information

Institute of Technology, Taipei County 236, Taiwan, R.O.C.

Institute of Technology, Taipei County 236, Taiwan, R.O.C. Progress In Electromagnetics Research C, Vol. 25, 223 232, 2012 THE MEASUREMENT AND ANALYSIS OF WIMAX BASE STATION SIGNAL COVERAGE Y.-H. Lee 1, H. -W. Tseng 2, *, W.-C. Lee 1, J.-Y. Lin 1, Y.-G. Jan 1,

More information

What is 802.11? Why are standards important?

What is 802.11? Why are standards important? What is 802.11? The 802.11 standards are a group of evolving specifications defined by the Institute of Electrical and Electronic Engineers (IEEE). Commonly referred to as Wi Fi the 802.11 standards define

More information

ENTERPRISE. Functionality chart

ENTERPRISE. Functionality chart ENTERPRISE Functionality chart Cellular Expert Enterprise module features Tasks Network data management Site, sector, construction, customer, repeater management: Add Edit Move Copy Delete Site re-use

More information

COMPUTING CLOUD MOTION USING A CORRELATION RELAXATION ALGORITHM Improving Estimation by Exploiting Problem Knowledge Q. X. WU

COMPUTING CLOUD MOTION USING A CORRELATION RELAXATION ALGORITHM Improving Estimation by Exploiting Problem Knowledge Q. X. WU COMPUTING CLOUD MOTION USING A CORRELATION RELAXATION ALGORITHM Improving Estimation by Exploiting Problem Knowledge Q. X. WU Image Processing Group, Landcare Research New Zealand P.O. Box 38491, Wellington

More information

Thwarting Selective Insider Jamming Attacks in Wireless Network by Delaying Real Time Packet Classification

Thwarting Selective Insider Jamming Attacks in Wireless Network by Delaying Real Time Packet Classification Thwarting Selective Insider Jamming Attacks in Wireless Network by Delaying Real Time Packet Classification LEKSHMI.M.R Department of Computer Science and Engineering, KCG College of Technology Chennai,

More information

RF Measurements Using a Modular Digitizer

RF Measurements Using a Modular Digitizer RF Measurements Using a Modular Digitizer Modern modular digitizers, like the Spectrum M4i series PCIe digitizers, offer greater bandwidth and higher resolution at any given bandwidth than ever before.

More information

Π8: Indoor Positioning System using WLAN Received Signal Strength Measurements Preface

Π8: Indoor Positioning System using WLAN Received Signal Strength Measurements Preface Π8: Indoor Positioning System using WLAN Received Signal Strength Measurements Preface In this deliverable we provide the details of building an indoor positioning system using WLAN Received Signal Strength

More information