Extended Touch Mobile User Interfaces Through Sensor Fusion

Size: px
Start display at page:

Download "Extended Touch Mobile User Interfaces Through Sensor Fusion"

Transcription

1 Extended Touch Mobile User Interfaces Through Sensor Fusion Tusi Chowdhury, Parham Aarabi, Weijian Zhou, Yuan Zhonglin and Kai Zou Electrical and Computer Engineering University of Toronto, Toronto, Canada Abstract This article explores an efficient sensor fusion algorithm for detecting and classifying user taps on any neighboring surface even in the presence of various background acoustics. The fusion algorithm employs a tier classifier combining microphone and accelerometer detection of user taps on ios platform resulting into 100%success rate for the datasets studied in this paper. Fusion of these two sensors eliminates the need for any added filtering, knowledge of precise sensor positioning or use of any specialized piezoelectric sensors, as has been done in past research, as well as gives a robust classification with high successrate even as the signal to noise ratio significantly degrades. Keywords extended touch surface, tactile acoustic interface, TAI, tap localization, tap detection, tap inference I. INTRODUCTION Extended touch technology enables the capability to transform an ordinary surface into an input medium for digital devices, an inexpensive and convenient alternatives to modernday touch interfaces. A solution that is portable, results in high-accuracy detection, and is robust to various ambient noise, could be used to develop software solutions that can turn an every day surface into a keyboard, tap-input, gaming controller, gaming platform, musical instrument simulator, or any types of smart surfaces. This technology could also be applied to infer key-strokes from a physical keyboard placed on the surface, thus introducing a new topic in mobile security exploration. The same technology could possibly be extended to many other forms of human computer interaction (HCI) products such as one could imagine developing a dance movement detection application using the extended touch technology to develop a virtual dance and workout instructor. In this paper, we investigate a sensor fusion algorithm that extends the Extended Touch technology presented in [1] and makes it robust to various background acoustics and random noise on ios platform. Our proposed solution uses the vibration and acoustic impulse response of a tap combined with machine learning algorithm to learn surface characteristics, which is then exploited to derive the location of the tap. Fusion of accelerometer and microphone helps build a reliable classifier that results in high success rate even as the signal to noise ratio significantly degrades. These sensors are ubiquitous in most modern day smart phones, have low power foot-print and high dynamic range, making them an excellent choice for feature development on portable devices. II. PROBLEM STATEMENT AND PRIOR WORK The problem we are aiming to solve in this paper is demonstrated in Figure 1, where our objective is to employ a Fig. 1: Inference of user-tapped location on the surface robust learning algorithm on the ios platform that can reliably detect user tapped locations even in challenging environment with background sound and degrading SNR. The vibration generated from the tap reaches the device and is read using the accelerometer and microphone. Taps from different locations generate different impulse responses due to variable distance travelled, and various degrees of reflections, scattering and dispersion in the medium. The uniqueness of the impulse response pertaining to different tap locations is utilized by the Extended Touch technology [1] to differentiate and localize user taps on a neighboring surface. However, if there is ongoing conversation, music playing or any types of background acoustic present during the tap classification, it can become increasingly difficult to tell apart background acoustics from the impulse response corresponding to a tap event using just microphone signal alone as initially proposed in [1]. In this paper, a sensor fusion algorithm is explored that eliminates the confusion of when a true tap event has occurred resulting into a highly successful classifier that is efficient and robust to background noise. In the literature, there exists several signal analysis and machine learning techniques that solve related problems [2] [5]. Most techniques apply time delay of arrival that uses multiple spatially separated sensors whose precise positioning is known to solve for tap localization. Some use more sensitive piezoelectric sensor, sometimes combined with amplification, with cross-correlation as the feature vector and a weighted averaging of training locations to output tap locations. Neural network was also applied to some of the solutions, although not to much success. The detailed background is discussed in the prelude of this paper in [1] in the prior work section. Past approaches while providing valuable background to our research, have different limitations that make them not directly transferable to the problem solved in this paper.

2 There has also been several security related research that studied inference of keystrokes from nearby keyboard using accelerometer and acoustic sensors. This was achieved by using accelerometer recordings corresponding to key press events from an Apple wireless keyboard placed 2 cm away from the phone in [5]. They trained a Neural Network using features such as mean, max, min, FFT, MFCC from accelerometer. However, due to the limited operational frequency of iphone accelerometer, which is 100Hz, the neural net only achieved a detection rate of 25.89%. Their second approach used the same feature vector along with relative position of subsequent pairwise key-presses, trained with 150 key strokes per letter at random order and timing - constituting of 3900 distinct events, combined with word matching. This resulted in slightly better performance but varied between 91% to 65% detection rate depending on the left/right or far/near positions and the size of the data set. The same problem was solved in [6] by using microphone data to train a neural network, where a PC microphone to listen to key-stroke events sampled at 44.1kHz. The FFT of the acoustic sample was used together with pairwise key pressing event to train the neural net with 100 key press samples per key. They managed to achieve a detection rate of 79% with the acoustic feature vector with the same amount of training. These investigations while being reasonably successful, require a large training phase to train the neural net combined with precise knowledge of relative key positioning of various keyboards. Moreover, the performance degrades with distance and with duration of detection. A solution that requires significant training phase can not be applied to our problem statement as the software needs to calibrate quickly to a surface to be truly portable. In this paper, a sensor fusion algorithm is presented that augments the K Nearest Neighbour algorithm discussed in [1], that can use only 1 or 2 training samples per class to give a high detection rate even in the presence of challenging background acoustic level. While the solution presented is robust to noise, it is also portable due to the short training phase that doesn t depend on any prior knowledge of sensor positioning or surface parameters. III. WAVE PROPAGATION AND ANALYSIS TECHNIQUE The waves generated from a tap can be modeled as Rayleigh waves and Love Waves [7], [8]. The wave propagation characteristics depends on various surface parameters such as thickness of the medium, elasticity, and boundary conditions giving rise to variable wave-propagation characteristics due to reflection, absorption and dispersion in the medium. If the surface boundary dimensions and elasticity is known, one could solve for the source of acoustic signal using the Image model presented in [9] that solves for reverberation period by modeling reflections with 3-dimensional mirror images of the source. A second acoustic analysis technique called Time Delay of Arrival (TDOA) described in [2], [10] could also be used to solve for the acoustic source given the use multiple spatially separated sensors whose relative positioning is precisely known. However, on ios platform, the sensors positioning vary from device to device, and our investigation of gyroscope signal did not show any significant detection for a tap events. Moreover, as the solution needs to work on any surface of arbitrary size whose dimensions would be unknown to the tap-inference software, image model also can not be applied. Therefore, our algorithm takes advantage of a different property of wave propagation where a vibration source in a closed system gives rise to a unique impulse response depending on the source-location. A. Cross-correlation and K Nearest Neighbour Given any surface, taps at different locations generate unique impulse response corresponding to the location of the source. The Extended Touch technology presented in [1] employs a k Nearest Neighbour algorithm that applies this uniqueness property to solve for tap inference. The knn uses cross-correlation on the audio feature vector to determine the closest match for a sample tap combined with a voting scheme to output a predicted tap location, details are provided in [1]. This is achieved by first storing a map of known locations to corresponding impulse response samples, referred as the training data. A newly recorded tap sample is classified using this training database. This is a statistical pattern matching approach which does not require prior knowledge of surface properties, or an extensive training phase as needed to train a neural network. Moreover, in this paper, we illustrate how accelerometer can be used to augment the detection to only run the classifier if a tap is detected, resulting into very low misclassification rate even in the presence of noise. IV. SENSORS In this section a brief discussion of the two sensors - accelerometer and microphone, used by the sensor fusion algorithm is presented. Their combined usage results in an efficient classifier that requires minimal training and is robust to various ambient noise. The gyroscope on the iphone was also investigated, however did not show any significant detection corresponding to a tap event. A. Accelerometer Accelerometer on ios devices and other consumer products has been used for a wide variety of applications - user motion and activity detection, shake, tap, vibration or sudden impulse detection, aid GPS in navigation and so on. Various quantities such as mean, max, and min amplitude, mean wave period, interval average acceleration as function of time, interval root mean square acceleration as function of time, trim-mean acceleration vs time, power spectrum density vs frequency, and various signal analysis techniques could be used to extract information from an accelerometer signal. However, one of the constraining factor of accelerometer is max-allowable frequency and dynamic range available on a particular platform. Apple uses STMicroelectronics LIS302DL piccole accelerometer, which measures acceleration in units of g, and gives a maximum frequency of 100 Hz, resolution of 0.018g and dynamic range of +/-2.3g1 [11]. Our investigation found that while accelerometer picks up distinct impulse response corresponding to a tap event, the sensor resolution is too low to contain enough wave-propagation characteristics to be useful in a cross-correlation analysis. Moreover, the accelerometer is sensitive to ambient vibration and can be quite noisy.

3 B. Microphone Microphone on ios devices vary in model, quality and number between generations and particular models. On iphone 4 and ipas, there are two microphones - and are known to have a sharp cutoff in frequency response at 250Hz [12]. On iphone 5, there are three microphones that support HD Voice - one in front and back near the camera, and one at the bottom - has double the frequency and spectrum width as of the previous models [13]. The extra microphones are used for noise cancellation, and are not accessible as separate audio units. High quality low latency audio input can be obtained by sampling at the recommended rate of 44.1kHz. Our investigation of microphone data corresponding to taps on a surface show a high correlation between signals generated by tapping in the same location, and low cross-correlation across tap impulse response from different locations. Moreover, in this paper we present how the cross-correlation can reliably indicate similarity between two signals from the same tap location even in the presence of background acoustic and various levels of gaussian noise. V. EXPERIMENTAL RESULTS - K NEAREST NEIGHBOUR CLASSIFIER A simple iphone application was developed to prototype a binary classifier using cross-correlation to infer tap locations. The algorithm stores one template waveform per tap location for each of the two sensors - microphone and accelerometer. The application then measures average accelerometer over a moving window, and once it detects a significant peak in accelerometer reading, it records a 0.23s microphone signal and does a maximum cross-correlation match with the two templates and outputs the best match as the predicted tap location. This was tested with 300 test samples over three different surfaces - hollow wood, glass, and metal, and resulted in a success rate of 92.66% [1]. A k Nearest Neighbour (knn) classifier was then simulated offline using iphone sensor recording from 17 different tap locations. The knn used the same maximum cross-correlation values between two signals as the distance measure to sort and rank predictions for output classes. The simulation included only 1 training sample per output class, and a k = 2 for the nearest neighbour calculation, and resulted in 92% successrate. The details of the results are discussed in [1]. VI. SENSOR FUSION FOR A ROBUST CLASSIFIER The k Nearest Neighbour algorithm to detect and localize taps using maximum cross correlation as the feature vector results in a very successful classifier. However, this task can become increasingly difficult in a noisy environment with various types of background sound. In this section, the effect of background sound on the performance of the classifier is studied, and a method is presented which will significantly improve the performance of the tap inference with background noise. A. Tap detection in the presence of background sound To study the effect of background sound on tap inference, we start by analyzing microphone and accelerometer data of knock taps while people are talking in the background. Fig. 2: Tap detection with talking in the background at (0, 20) Fig. 3: Tap detection at (-10, 0), talking in the background Each data sample consists of a time-series sensor recording of 2.5s length with continuous background sound. The actual tap occurs sometime within the time window. An example data sample consisting of microphone and accelerometer signal corresponding to a tap is shown in figures 2 and 3. The accelerometer shows no detection until the actual tap occurs, while microphone s recording of various background noise makes it difficult to narrow down the region where the actual tap has occurred. Therefore a peak in accelerometer reading could be used as a strong indication to detect a tap event and subsequently run the knn classifier on the microphone signal. As the first step of the analysis, we take a closer look at the tap classification error that would occur if accelerometer was not used to decide when to perform the cross-correlation to run

4 knn algorithm. To simulate tap detection algorithm running on a device every 10th of a second to output a detected tap and it s location, a moving window of 0.1s was run over the test data set consisting of about 4 test samples per location, each containing 2.5s of sensor recording per sample, with talking in the background and a tap event sometime within the test sample, which gives 100 detection windows per tap location. The microphone signal from this detection window (treated as test samples in this case) was then used to compute maximum cross-correlation feature vector relative to each of the training taps, and classify using the knn classifier with an added logic where no tap is detected if the goodness of fit (maximum crosscorrelation) is below a pre-set threshold. The classification results is discussed for different example threshold values and 0.05, which corresponds to the maximum cross-correlation that must be achieved for a test sample to be considered a valid tap sample and classification. The misclassification rate is then calculated as follows: error rate = n wt hresh where N tott hresh (1) n wt hresh = n wrong goodness of fit > threshold N tott hresh = N total goodness of fit > threshold TABLE I: Confusion matrix, talking dataset 1, threshold 0.1, 325 samples: 3 taps locations, 0.1s sliding window Predicted locations (0,20) (10, 0) (-10, 0) (0,20) (10,0) (-10,0) A second experiment was run with talking in the background that included more tap locations, same test setup, and taps that are as close as 5cm apart. The confusion matrix for data set with threshold 0.05 is shown in tables II and III. The results from both experiments demonstrate that in the presence of background acoustics, even by applying a threshold approach, taps can be falsely detected even when there are no taps, and misclassified leading to a high confusion rate and classification error. TABLE II: Confusion matrix, talking dataset 2, 7 tap locations, threshold 0.05, 0.1s sliding window Predicted locations (+10, 0) (+10,+10) (+15, 0) (+20, 0) (10,0) (10,10) (15,0) (20,0) (20, 20) (30, 30) (5, 0) TABLE III: Confusion matrix, talking dataset 2, 7 tap locations, threshold 0.05, 0.1s sliding window (continued) Predicted locations (+20,+20) (+30,+30) (+5, 0) (10, 0) (10,10) (15, 0) (20, 0) (20, 20) (30, 30) (5, 0) Fig. 4: Error rate, threshold = 0.1, 0.1s moving window across all test samples, a total of 325 detection windows The above simulation was run over two data sets from two different experiments with the same setup but containing different tap locations. For both of these data sets, 2 training samples per tap class, and k = 2 was used for the knn classifier. The training samples were clean tap signals with no background noise, where as the test samples contained talking in the background. The confusion matrix from dataset 1 computed over the sliding window consisting of essentially 325 test samples is shown in table I for threshold 0.1. The misclassification rate over the sliding window of detection algorithm is shown in figure 4 which shows that depending on whether the window coincided with a true tap event or not, the false detection rate could be high. The confusion matrix for the tap classes shows that there are substantial confusion between the tap classes in the presence of background sound even though a goodness of fit threshold is used. Now, we look at the slice of the microphone signal where the accelerometer does show a peak and classify the test samples using the same algorithm. The algorithm now starts the microphone cross-correlation over a 0.1s window only once the accelerometer reading peaks 20% past the minimum of the maximum accelerometer reading amplitude measured during the training phase. The algorithm uses the same max crosscorrelation feature vector and threshold value as before. The results show that the miss-classification rate drops to 0% for the same data set as presented in table I and for the data set from experiment 2 whose confusion matrix was shown in table II and III. The classification success rate for experiment 1 and 2 for all the tap locations was 100%. Therefore, the proposed algorithm has two tier logic - detection and classification. First tier detects a tap event by measuring the z-axis accelerometer amplitude within a 0.1s moving window. If the accelerometer peaks above the pre-decided value, measured during training phase by taking the minimum of the accelerometer z-axis max amplitudes, the next 0.1s window of microphone reading is passed onto the 2nd tier which classifies the sample by

5 employing the knn classifier with a specified goodness of fit threshold. Application of this tier classifier logic that checks the state of accelerometer to decide whether to perform knn classification, shows a significant performance improvement and reliable detection over the previous method that only relied on audio feature vector. TABLE IV: Confusion matrix for dataset 1, tier classifier using sensor fusion, 3 tap locations, 0.1s detection window Predicted locations (0,20) (10, 0) (-10, 0) (0,20) (10,0) (-10,0) B. Misclassification rate with degrading SNR In this section, a more in depth analysis is presented to gaze the performance gain obtained by using accelerometer to aid microphone detection of taps on the surface. To quantify the advantage, we study the rise in misclassification rate as the Signal to Noise ratio (SNR) degrades in the presence of background noise. The decrease in SNR is simulated by adding Gaussian white noise to the test samples by applying the Matlab function: awgn(< test sample >, < desired snr >, measured ) The same datasets discussed in the previous section containing 2.5s sensor recording were injected with the gaussian noise, to obtain varying target SNR levels to simulate various noise levels. Moreover, the trend of misclassification rate as function of degrading SNR is studied for different thresholds that could be used as a measure of goodness of fit by the classifier. We again use a moving window of 0.1s over each of the test samples and output a predicted tap location using the knn classifier based on maximum cross-correlation match. The figures 5 and 6 show the misclassification error rate as function of background noise with varying SNR for the 1st dataset for different threshold values for tap locations (0,20), (10,0) and (-10,0). The curve with circles show the misclassification rate when no accelerometer signal is used to detect a true tap event. The curve with stars show the error rate when classification is performed using the tier sensor fusion algorithm which detects a tap with accelerometer in the first tier and subsequently applies the knn classifier on the audio signal if the conditions in first tier is met. The error rate for the circle plot with threshold 0.1 corresponding to classification without using sensor fusion in Figure 5 abruptly stops at SNR 0 because none the samples below 0 SNR get classified as they fail to meet the goodness of fit threshold, leading to 0 for both denominator and numerator in equation (1) for error rate calculation. Figure 6 shows the error rate with and without sensor fusing for threshold 0.05 as the SNR degrades. The figures clearly show that in the presence of background noise, as the SNR significantly degrades, the tier classifier using sensor fusion gives a significant performance improvement up to a vary low SNR. Figure 7 show the misclassification error rate as function of background noise with varying SNR for the second experiment containing tap locations (+10, 0), (+10,+10), (+15, 0), (+20, Fig. 5: Misclassification rate as function of degrading SNR with talking in the background, threshold = 0.1, tap locations (0,20), (10,0) and (-10,0) Fig. 6: Misclassification rate as function of degrading SNR with talking in the background, threshold = 0.05, tap locations (0,20), (10,0) and (-10,0) 0), (+20,+20), (+30,+30), (+5, 0). The results from this data set also demonstrates that the error rate is very large when only microphone is used for tap inference, as opposed to sensor fusion algorithm that is robust to noise even in the presence of increasing background noise.

6 into high detection rate even in the presence of background acoustics, it also becomes robust to degrading SNR of up to 10dB or even lower. We demonstrated that by using simple machine learning algorithm with a training phase, a portable solution is achieved that works on any surface where the device is placed. Fig. 7: Misclassification rate as function of degrading SNR with talking in the background, threshold = 0.05, locations (+10, 0), (+10,+10), (+15, 0), (+20, 0), (+20,+20), (+30,+30), (+5, 0) Therefore, our proposed sensor fused solution for a robust tap localization solution is a tier classifier. The first tier identifies a tap event by running accelerometer detection over a moving window of 0.1s. This is done by first choosing a threshold for accelerometer z-axis based on the training data set, where it is set to be equal to the 20% of the minimum of the maximum amplitudes in accelerometer z-axis measured from all the template signals in the training phase. This threshold is then used to detect a true tap event during the detection phase. Once the first tier detects a tap using this criterion, a 0.1s window of microphone signal is captured which is passed onto the second tier. The second tier then applies the knn classifier which uses cross-correlation analysis on the audio feature vector combined with a maximum voting scheme and and the minimum goodness of fit requirement to output a predicted tap location for the tap sample. This corresponds to a tap detection response time of about 1/10 th of a second and results into an efficient and robust tap inference solution that can quickly train, and detect a tap with high accuracy even in the presence of various types of background acoustics and degrading SNR. VII. CONCLUSION AND FUTURE RESEARCH In this paper, a tier sensor fusion algorithm is presented that uses accelerometer and microphone on ios platform to detect and localize taps with 100% detection rate (for the data sets studied in this paper) even in the presence of people conversing in the background. Moreover, it is demonstrated that by fusing these two sensors the algorithm not only results Extended touch technology could be used to define new ways of interacting with our smartphones that allow for a natural interface for various use cases. One such example is developing a gaming interface or virtual musical instruments that use taps at different locations on the surface as input, which can easily be extended to multi-player platform. One could also utilize the detection capability to map various user defined actions such as sending an , flipping through pages or snoozing the alarm, to different tap locations. The technology can also be extended to detect other types of taps such as jumping on the floor which can be detected to develop a work-out or dance detection system. The robustness of the algorithm to degrading noise level and background sound makes such extended touch applications more usable and feasible user interface. Live videos demonstrating some of the applications of extended touch technology discussed above could be viewed at [14]. Future research step for this problem would be to recognize contiguous tap locations where not all tap locations have pre-existing templates in the training database. REFERENCES [1] T. Chowdhury, P. Aarabi, A. Heidari, W. Zhou, Y. Zhonglin, K. Zou, and B. Liu, Extended touch surface, IEEE International Conference on Multimedia and Expo, 2013, to appear. [2] S. Pollen and N. Radtke, Experiments in single-sensor acoustic localization, Research Project, Milwaukee School of Engineering, Tech. Rep., [3] N. Checka, A system for tracking and characterizing acoustic impacts on large interactive surfaces, Master s thesis, Electrical and Computer Engineering, MIT, [4] A. Crevoisier and C. Bornand. ( ) Tai-chi: Tangible acoustic interface. Research on Tangible acoustic interface. [Online]. Available: [5] P. Marquardt, A. Verma, H. Carter, and P. Traynor, Decoding vibrations from nearby keyboards using mobile phone accelerometers, In Proceedings of the 18th ACM conference on Computer and communications security, [6] D. Asonov and R. Agrawal, Keyboard acoustic emanations, In Proceedings of the IEEE Symposium on Security and Privacy, [7] A. Crevoisier and P. Polotti, A new musical interface using acoustic tap tracking, Universitat Pompeu Fabra (UPF), Barcelona, Spain, Tech. Rep., [Online]. Available: [8] T. H. Heaton, Surface waves, chapter 5, lecture notes, California Institute of Technology. [Online]. Available: heatont/ [9] J. Allen and D. Berkley, Image method for efficiently simulating smallroom acoustics, Journal of the Acoustical Society of America, [10] M. Fink and C. Prada, Acoustic time reversal mirror, Inverse Problems, [11] L. Gregor and J. Sadler. Gyroscope and accelerometer. [Online]. Available: emendelo/classes/spring12/csc360 [12] Audio frequency response of iphones. [Online]. Available: [13] iphone 5 microphone specifications. [Online]. Available:

7 [14] Extended touch: New apl technology makes any surface touchsensitive by just placing a mobile device on it. [Online]. Available:

Single Microphone Tap Localization. Tusi Chowdhury

Single Microphone Tap Localization. Tusi Chowdhury Single Microphone Tap Localization by Tusi Chowdhury A thesis submitted in conformity with the requirements for the degree of Masters Graduate Department of Electrical and Computer Engineering University

More information

Indoor Location Detection

Indoor Location Detection Indoor Location Detection Arezou Pourmir Abstract: This project is a classification problem and tries to distinguish some specific places from each other. We use the acoustic waves sent from the speaker

More information

Effect of Time Bandwidth Product on Cooperative Communication

Effect of Time Bandwidth Product on Cooperative Communication Surendra Kumar Singh & Rekha Gupta Department of Electronics and communication Engineering, MITS Gwalior E-mail : surendra886@gmail.com, rekha652003@yahoo.com Abstract Cognitive radios are proposed to

More information

The Jigsaw Continuous Sensing Engine for Mobile Phone Applications!

The Jigsaw Continuous Sensing Engine for Mobile Phone Applications! The Jigsaw Continuous Sensing Engine for Mobile Phone Applications! Hong Lu, Jun Yang, Zhigang Liu, Nicholas D. Lane, Tanzeem Choudhury, Andrew T. Campbell" CS Department Dartmouth College Nokia Research

More information

Automotive three-microphone voice activity detector and noise-canceller

Automotive three-microphone voice activity detector and noise-canceller Res. Lett. Inf. Math. Sci., 005, Vol. 7, pp 47-55 47 Available online at http://iims.massey.ac.nz/research/letters/ Automotive three-microphone voice activity detector and noise-canceller Z. QI and T.J.MOIR

More information

Chapter 2 Channel Equalization

Chapter 2 Channel Equalization Chapter 2 Channel Equalization 2.1 Introduction In wireless communication systems signal experiences distortion due to fading [17]. As signal propagates, it follows multiple paths between transmitter and

More information

Direction-of-Arrival Estimation Using a Microphone Array with the Multichannel Cross-Correlation Method

Direction-of-Arrival Estimation Using a Microphone Array with the Multichannel Cross-Correlation Method Direction-of-Arrival Estimation Using a Microphone Array with the Multichannel Cross-Correlation Method Udo Klein, Member, IEEE, and TrInh Qu6c VO School of Electrical Engineering, International University,

More information

Robust Low-Resource Sound Localization in Correlated Noise

Robust Low-Resource Sound Localization in Correlated Noise INTERSPEECH 2014 Robust Low-Resource Sound Localization in Correlated Noise Lorin Netsch, Jacek Stachurski Texas Instruments, Inc. netsch@ti.com, jacek@ti.com Abstract In this paper we address the problem

More information

Integrated Vision and Sound Localization

Integrated Vision and Sound Localization Integrated Vision and Sound Localization Parham Aarabi Safwat Zaky Department of Electrical and Computer Engineering University of Toronto 10 Kings College Road, Toronto, Ontario, Canada, M5S 3G4 parham@stanford.edu

More information

SUPERVISED SIGNAL PROCESSING FOR SEPARATION AND INDEPENDENT GAIN CONTROL OF DIFFERENT PERCUSSION INSTRUMENTS USING A LIMITED NUMBER OF MICROPHONES

SUPERVISED SIGNAL PROCESSING FOR SEPARATION AND INDEPENDENT GAIN CONTROL OF DIFFERENT PERCUSSION INSTRUMENTS USING A LIMITED NUMBER OF MICROPHONES SUPERVISED SIGNAL PROCESSING FOR SEPARATION AND INDEPENDENT GAIN CONTROL OF DIFFERENT PERCUSSION INSTRUMENTS USING A LIMITED NUMBER OF MICROPHONES SF Minhas A Barton P Gaydecki School of Electrical and

More information

Rhythmic Similarity -- a quick paper review. Presented by: Shi Yong March 15, 2007 Music Technology, McGill University

Rhythmic Similarity -- a quick paper review. Presented by: Shi Yong March 15, 2007 Music Technology, McGill University Rhythmic Similarity -- a quick paper review Presented by: Shi Yong March 15, 2007 Music Technology, McGill University Contents Introduction Three examples J. Foote 2001, 2002 J. Paulus 2002 S. Dixon 2004

More information

UWB Small Scale Channel Modeling and System Performance

UWB Small Scale Channel Modeling and System Performance UWB Small Scale Channel Modeling and System Performance David R. McKinstry and R. Michael Buehrer Mobile and Portable Radio Research Group Virginia Tech Blacksburg, VA, USA {dmckinst, buehrer}@vt.edu Abstract

More information

Geo-Located Content in Virtual and Augmented Reality

Geo-Located Content in Virtual and Augmented Reality Technical Disclosure Commons Defensive Publications Series October 02, 2017 Geo-Located Content in Virtual and Augmented Reality Thomas Anglaret Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

Performance Analysis of Equalizer Techniques for Modulated Signals

Performance Analysis of Equalizer Techniques for Modulated Signals Vol. 3, Issue 4, Jul-Aug 213, pp.1191-1195 Performance Analysis of Equalizer Techniques for Modulated Signals Gunjan Verma, Prof. Jaspal Bagga (M.E in VLSI, SSGI University, Bhilai (C.G). Associate Professor

More information

THE problem of acoustic echo cancellation (AEC) was

THE problem of acoustic echo cancellation (AEC) was IEEE TRANSACTIONS ON SPEECH AND AUDIO PROCESSING, VOL. 13, NO. 6, NOVEMBER 2005 1231 Acoustic Echo Cancellation and Doubletalk Detection Using Estimated Loudspeaker Impulse Responses Per Åhgren Abstract

More information

Speech and Audio Processing Recognition and Audio Effects Part 3: Beamforming

Speech and Audio Processing Recognition and Audio Effects Part 3: Beamforming Speech and Audio Processing Recognition and Audio Effects Part 3: Beamforming Gerhard Schmidt Christian-Albrechts-Universität zu Kiel Faculty of Engineering Electrical Engineering and Information Engineering

More information

(Gibbons and Ringdal 2006, Anstey 1964), but the method has yet to be explored in the context of acoustic damage detection of civil structures.

(Gibbons and Ringdal 2006, Anstey 1964), but the method has yet to be explored in the context of acoustic damage detection of civil structures. ABSTRACT There has been recent interest in using acoustic techniques to detect damage in instrumented civil structures. An automated damage detection method that analyzes recorded data has application

More information

Self Localization Using A Modulated Acoustic Chirp

Self Localization Using A Modulated Acoustic Chirp Self Localization Using A Modulated Acoustic Chirp Brian P. Flanagan The MITRE Corporation, 7515 Colshire Dr., McLean, VA 2212, USA; bflan@mitre.org ABSTRACT This paper describes a robust self localization

More information

THE EXTRACTION METHOD FOR DISPERSION CURVES FROM SPECTROGRAMS USING HOUGH TRANSFORM

THE EXTRACTION METHOD FOR DISPERSION CURVES FROM SPECTROGRAMS USING HOUGH TRANSFORM THE EXTRACTION METHOD FOR DISPERSION CURVES FROM SPECTROGRAMS USING HOUGH TRANSFORM Abstract D.A. TERENTYEV, V.A. BARAT and K.A. BULYGIN Interunis Ltd., Build. 3-4, 24/7, Myasnitskaya str., Moscow 101000,

More information

Multi Modulus Blind Equalizations for Quadrature Amplitude Modulation

Multi Modulus Blind Equalizations for Quadrature Amplitude Modulation Multi Modulus Blind Equalizations for Quadrature Amplitude Modulation Arivukkarasu S, Malar R UG Student, Dept. of ECE, IFET College of Engineering, Villupuram, TN, India Associate Professor, Dept. of

More information

Detection of Obscured Targets: Signal Processing

Detection of Obscured Targets: Signal Processing Detection of Obscured Targets: Signal Processing James McClellan and Waymond R. Scott, Jr. School of Electrical and Computer Engineering Georgia Institute of Technology Atlanta, GA 30332-0250 jim.mcclellan@ece.gatech.edu

More information

Improving Meetings with Microphone Array Algorithms. Ivan Tashev Microsoft Research

Improving Meetings with Microphone Array Algorithms. Ivan Tashev Microsoft Research Improving Meetings with Microphone Array Algorithms Ivan Tashev Microsoft Research Why microphone arrays? They ensure better sound quality: less noises and reverberation Provide speaker position using

More information

Automatic Text-Independent. Speaker. Recognition Approaches Using Binaural Inputs

Automatic Text-Independent. Speaker. Recognition Approaches Using Binaural Inputs Automatic Text-Independent Speaker Recognition Approaches Using Binaural Inputs Karim Youssef, Sylvain Argentieri and Jean-Luc Zarader 1 Outline Automatic speaker recognition: introduction Designed systems

More information

Measuring the Speed of Sound in Air Using a Smartphone and a Cardboard Tube

Measuring the Speed of Sound in Air Using a Smartphone and a Cardboard Tube Measuring the Speed of Sound in Air Using a Smartphone and a Cardboard Tube arxiv:1812.06732v1 [physics.ed-ph] 17 Dec 2018 Abstract Simen Hellesund University of Oslo This paper demonstrates a variation

More information

Reduction of Musical Residual Noise Using Harmonic- Adapted-Median Filter

Reduction of Musical Residual Noise Using Harmonic- Adapted-Median Filter Reduction of Musical Residual Noise Using Harmonic- Adapted-Median Filter Ching-Ta Lu, Kun-Fu Tseng 2, Chih-Tsung Chen 2 Department of Information Communication, Asia University, Taichung, Taiwan, ROC

More information

Smartphone Motion Mode Recognition

Smartphone Motion Mode Recognition proceedings Proceedings Smartphone Motion Mode Recognition Itzik Klein *, Yuval Solaz and Guy Ohayon Rafael, Advanced Defense Systems LTD., POB 2250, Haifa, 3102102 Israel; yuvalso@rafael.co.il (Y.S.);

More information

Drum Transcription Based on Independent Subspace Analysis

Drum Transcription Based on Independent Subspace Analysis Report for EE 391 Special Studies and Reports for Electrical Engineering Drum Transcription Based on Independent Subspace Analysis Yinyi Guo Center for Computer Research in Music and Acoustics, Stanford,

More information

Smart antenna for doa using music and esprit

Smart antenna for doa using music and esprit IOSR Journal of Electronics and Communication Engineering (IOSRJECE) ISSN : 2278-2834 Volume 1, Issue 1 (May-June 2012), PP 12-17 Smart antenna for doa using music and esprit SURAYA MUBEEN 1, DR.A.M.PRASAD

More information

Frame Synchronization Symbols for an OFDM System

Frame Synchronization Symbols for an OFDM System Frame Synchronization Symbols for an OFDM System Ali A. Eyadeh Communication Eng. Dept. Hijjawi Faculty for Eng. Technology Yarmouk University, Irbid JORDAN aeyadeh@yu.edu.jo Abstract- In this paper, the

More information

Background Pixel Classification for Motion Detection in Video Image Sequences

Background Pixel Classification for Motion Detection in Video Image Sequences Background Pixel Classification for Motion Detection in Video Image Sequences P. Gil-Jiménez, S. Maldonado-Bascón, R. Gil-Pita, and H. Gómez-Moreno Dpto. de Teoría de la señal y Comunicaciones. Universidad

More information

DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS

DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS John Yong Jia Chen (Department of Electrical Engineering, San José State University, San José, California,

More information

Analysis on Acoustic Attenuation by Periodic Array Structure EH KWEE DOE 1, WIN PA PA MYO 2

Analysis on Acoustic Attenuation by Periodic Array Structure EH KWEE DOE 1, WIN PA PA MYO 2 www.semargroup.org, www.ijsetr.com ISSN 2319-8885 Vol.03,Issue.24 September-2014, Pages:4885-4889 Analysis on Acoustic Attenuation by Periodic Array Structure EH KWEE DOE 1, WIN PA PA MYO 2 1 Dept of Mechanical

More information

INDOOR LOCATION SENSING AMBIENT MAGNETIC FIELD. Jaewoo Chung

INDOOR LOCATION SENSING AMBIENT MAGNETIC FIELD. Jaewoo Chung INDOOR LOCATION SENSING AMBIENT MAGNETIC FIELD Jaewoo Chung Positioning System INTRODUCTION Indoor positioning system using magnetic field as location reference Magnetic field inside building? Heading

More information

Extended Kalman Filtering

Extended Kalman Filtering Extended Kalman Filtering Andre Cornman, Darren Mei Stanford EE 267, Virtual Reality, Course Report, Instructors: Gordon Wetzstein and Robert Konrad Abstract When working with virtual reality, one of the

More information

Improved Detection by Peak Shape Recognition Using Artificial Neural Networks

Improved Detection by Peak Shape Recognition Using Artificial Neural Networks Improved Detection by Peak Shape Recognition Using Artificial Neural Networks Stefan Wunsch, Johannes Fink, Friedrich K. Jondral Communications Engineering Lab, Karlsruhe Institute of Technology Stefan.Wunsch@student.kit.edu,

More information

Emitter Location in the Presence of Information Injection

Emitter Location in the Presence of Information Injection in the Presence of Information Injection Lauren M. Huie Mark L. Fowler lauren.huie@rl.af.mil mfowler@binghamton.edu Air Force Research Laboratory, Rome, N.Y. State University of New York at Binghamton,

More information

Unit 8 - Week 7 - Computer simulation of Rayleigh fading, Antenna Diversity

Unit 8 - Week 7 - Computer simulation of Rayleigh fading, Antenna Diversity X Courses» Introduction to Wireless and Cellular Communications Announcements Course Forum Progress Mentor Unit 8 - Week 7 - Computer simulation of Rayleigh fading, Antenna Diversity Course outline How

More information

We Know Where You Are : Indoor WiFi Localization Using Neural Networks Tong Mu, Tori Fujinami, Saleil Bhat

We Know Where You Are : Indoor WiFi Localization Using Neural Networks Tong Mu, Tori Fujinami, Saleil Bhat We Know Where You Are : Indoor WiFi Localization Using Neural Networks Tong Mu, Tori Fujinami, Saleil Bhat Abstract: In this project, a neural network was trained to predict the location of a WiFi transmitter

More information

Increasing the precision of mobile sensing systems through super-sampling

Increasing the precision of mobile sensing systems through super-sampling Increasing the precision of mobile sensing systems through super-sampling RJ Honicky, Eric A. Brewer, John F. Canny, Ronald C. Cohen Department of Computer Science, UC Berkeley Email: {honicky,brewer,jfc}@cs.berkeley.edu

More information

Virtual Reality Calendar Tour Guide

Virtual Reality Calendar Tour Guide Technical Disclosure Commons Defensive Publications Series October 02, 2017 Virtual Reality Calendar Tour Guide Walter Ianneo Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

Target detection in side-scan sonar images: expert fusion reduces false alarms

Target detection in side-scan sonar images: expert fusion reduces false alarms Target detection in side-scan sonar images: expert fusion reduces false alarms Nicola Neretti, Nathan Intrator and Quyen Huynh Abstract We integrate several key components of a pattern recognition system

More information

UbiTap: Leveraging Acoustic Dispersion for Ubiquitous Touch Interface on Solid Surfaces

UbiTap: Leveraging Acoustic Dispersion for Ubiquitous Touch Interface on Solid Surfaces UbiTap: Leveraging Acoustic Dispersion for Ubiquitous Touch Interface on Solid Surfaces Hyosu Kim Anish Byanjankar Yunxin Liu School of Computing KAIST hyosu.kim@kaist.ac.kr School of Computing KAIST anish@kaist.ac.kr

More information

Acoustic Based Angle-Of-Arrival Estimation in the Presence of Interference

Acoustic Based Angle-Of-Arrival Estimation in the Presence of Interference Acoustic Based Angle-Of-Arrival Estimation in the Presence of Interference Abstract Before radar systems gained widespread use, passive sound-detection based systems were employed in Great Britain to detect

More information

Voice Activity Detection

Voice Activity Detection Voice Activity Detection Speech Processing Tom Bäckström Aalto University October 2015 Introduction Voice activity detection (VAD) (or speech activity detection, or speech detection) refers to a class

More information

IoT Wi-Fi- based Indoor Positioning System Using Smartphones

IoT Wi-Fi- based Indoor Positioning System Using Smartphones IoT Wi-Fi- based Indoor Positioning System Using Smartphones Author: Suyash Gupta Abstract The demand for Indoor Location Based Services (LBS) is increasing over the past years as smartphone market expands.

More information

On the GNSS integer ambiguity success rate

On the GNSS integer ambiguity success rate On the GNSS integer ambiguity success rate P.J.G. Teunissen Mathematical Geodesy and Positioning Faculty of Civil Engineering and Geosciences Introduction Global Navigation Satellite System (GNSS) ambiguity

More information

Speech Enhancement using Wiener filtering

Speech Enhancement using Wiener filtering Speech Enhancement using Wiener filtering S. Chirtmay and M. Tahernezhadi Department of Electrical Engineering Northern Illinois University DeKalb, IL 60115 ABSTRACT The problem of reducing the disturbing

More information

Energy Detection Spectrum Sensing Technique in Cognitive Radio over Fading Channels Models

Energy Detection Spectrum Sensing Technique in Cognitive Radio over Fading Channels Models Energy Detection Spectrum Sensing Technique in Cognitive Radio over Fading Channels Models Kandunuri Kalyani, MTech G. Narayanamma Institute of Technology and Science, Hyderabad Y. Rakesh Kumar, Asst.

More information

Speech/Music Change Point Detection using Sonogram and AANN

Speech/Music Change Point Detection using Sonogram and AANN International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 6, Number 1 (2016), pp. 45-49 International Research Publications House http://www. irphouse.com Speech/Music Change

More information

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading ECE 476/ECE 501C/CS 513 - Wireless Communication Systems Winter 2004 Lecture 6: Fading Last lecture: Large scale propagation properties of wireless systems - slowly varying properties that depend primarily

More information

Multiple Sound Sources Localization Using Energetic Analysis Method

Multiple Sound Sources Localization Using Energetic Analysis Method VOL.3, NO.4, DECEMBER 1 Multiple Sound Sources Localization Using Energetic Analysis Method Hasan Khaddour, Jiří Schimmel Department of Telecommunications FEEC, Brno University of Technology Purkyňova

More information

Study of WLAN Fingerprinting Indoor Positioning Technology based on Smart Phone Ye Yuan a, Daihong Chao, Lailiang Song

Study of WLAN Fingerprinting Indoor Positioning Technology based on Smart Phone Ye Yuan a, Daihong Chao, Lailiang Song International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) Study of WLAN Fingerprinting Indoor Positioning Technology based on Smart Phone Ye Yuan a, Daihong Chao,

More information

Indoor navigation with smartphones

Indoor navigation with smartphones Indoor navigation with smartphones REinEU2016 Conference September 22 2016 PAVEL DAVIDSON Outline Indoor navigation system for smartphone: goals and requirements WiFi based positioning Application of BLE

More information

Experimental investigation of crack in aluminum cantilever beam using vibration monitoring technique

Experimental investigation of crack in aluminum cantilever beam using vibration monitoring technique International Journal of Computational Engineering Research Vol, 04 Issue, 4 Experimental investigation of crack in aluminum cantilever beam using vibration monitoring technique 1, Akhilesh Kumar, & 2,

More information

Painting with Music. Weijian Zhou

Painting with Music. Weijian Zhou Painting with Music by Weijian Zhou A thesis submitted in conformity with the requirements for the degree of Master of Applied Science and Engineering Graduate Department of Electrical and Computer Engineering

More information

Development of multichannel single-unit microphone using shotgun microphone array

Development of multichannel single-unit microphone using shotgun microphone array PROCEEDINGS of the 22 nd International Congress on Acoustics Electroacoustics and Audio Engineering: Paper ICA2016-155 Development of multichannel single-unit microphone using shotgun microphone array

More information

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK 4.1 INTRODUCTION For accurate system level simulator performance, link level modeling and prediction [103] must be reliable and fast so as to improve the

More information

IOMAC' May Guimarães - Portugal

IOMAC' May Guimarães - Portugal IOMAC'13 5 th International Operational Modal Analysis Conference 213 May 13-15 Guimarães - Portugal MODIFICATIONS IN THE CURVE-FITTED ENHANCED FREQUENCY DOMAIN DECOMPOSITION METHOD FOR OMA IN THE PRESENCE

More information

Ultra Wideband Transceiver Design

Ultra Wideband Transceiver Design Ultra Wideband Transceiver Design By: Wafula Wanjala George For: Bachelor Of Science In Electrical & Electronic Engineering University Of Nairobi SUPERVISOR: Dr. Vitalice Oduol EXAMINER: Dr. M.K. Gakuru

More information

The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment

The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment ao-tang Chang 1, Hsu-Chih Cheng 2 and Chi-Lin Wu 3 1 Department of Information Technology,

More information

INDOOR LOCATION SENSING USING GEO-MAGNETISM

INDOOR LOCATION SENSING USING GEO-MAGNETISM INDOOR LOCATION SENSING USING GEO-MAGNETISM Jaewoo Chung 1, Matt Donahoe 1, Chris Schmandt 1, Ig-Jae Kim 1, Pedram Razavai 2, Micaela Wiseman 2 MIT Media Laboratory 20 Ames St. Cambridge, MA 02139 1 {jaewoo,

More information

Localization of underwater moving sound source based on time delay estimation using hydrophone array

Localization of underwater moving sound source based on time delay estimation using hydrophone array Journal of Physics: Conference Series PAPER OPEN ACCESS Localization of underwater moving sound source based on time delay estimation using hydrophone array To cite this article: S. A. Rahman et al 2016

More information

Performance study of Text-independent Speaker identification system using MFCC & IMFCC for Telephone and Microphone Speeches

Performance study of Text-independent Speaker identification system using MFCC & IMFCC for Telephone and Microphone Speeches Performance study of Text-independent Speaker identification system using & I for Telephone and Microphone Speeches Ruchi Chaudhary, National Technical Research Organization Abstract: A state-of-the-art

More information

A NEW DIFFERENTIAL PROTECTION ALGORITHM BASED ON RISING RATE VARIATION OF SECOND HARMONIC CURRENT *

A NEW DIFFERENTIAL PROTECTION ALGORITHM BASED ON RISING RATE VARIATION OF SECOND HARMONIC CURRENT * Iranian Journal of Science & Technology, Transaction B, Engineering, Vol. 30, No. B6, pp 643-654 Printed in The Islamic Republic of Iran, 2006 Shiraz University A NEW DIFFERENTIAL PROTECTION ALGORITHM

More information

LONG RANGE SOUND SOURCE LOCALIZATION EXPERIMENTS

LONG RANGE SOUND SOURCE LOCALIZATION EXPERIMENTS LONG RANGE SOUND SOURCE LOCALIZATION EXPERIMENTS Flaviu Ilie BOB Faculty of Electronics, Telecommunications and Information Technology Technical University of Cluj-Napoca 26-28 George Bariţiu Street, 400027

More information

Hybrid Positioning through Extended Kalman Filter with Inertial Data Fusion

Hybrid Positioning through Extended Kalman Filter with Inertial Data Fusion Hybrid Positioning through Extended Kalman Filter with Inertial Data Fusion Rafiullah Khan, Francesco Sottile, and Maurizio A. Spirito Abstract In wireless sensor networks (WSNs), hybrid algorithms are

More information

Travel time estimation methods for mode tomography

Travel time estimation methods for mode tomography DISTRIBUTION STATEMENT A: Distribution approved for public release; distribution is unlimited. Travel time estimation methods for mode tomography Tarun K. Chandrayadula George Mason University Electrical

More information

A Closed Form for False Location Injection under Time Difference of Arrival

A Closed Form for False Location Injection under Time Difference of Arrival A Closed Form for False Location Injection under Time Difference of Arrival Lauren M. Huie Mark L. Fowler lauren.huie@rl.af.mil mfowler@binghamton.edu Air Force Research Laboratory, Rome, N Department

More information

Acoustic signal processing via neural network towards motion capture systems

Acoustic signal processing via neural network towards motion capture systems Acoustic signal processing via neural network towards motion capture systems E. Volná, M. Kotyrba, R. Jarušek Department of informatics and computers, University of Ostrava, Ostrava, Czech Republic Abstract

More information

PerSec. Pervasive Computing and Security Lab. Enabling Transportation Safety Services Using Mobile Devices

PerSec. Pervasive Computing and Security Lab. Enabling Transportation Safety Services Using Mobile Devices PerSec Pervasive Computing and Security Lab Enabling Transportation Safety Services Using Mobile Devices Jie Yang Department of Computer Science Florida State University Oct. 17, 2017 CIS 5935 Introduction

More information

UNDERWATER ACOUSTIC CHANNEL ESTIMATION AND ANALYSIS

UNDERWATER ACOUSTIC CHANNEL ESTIMATION AND ANALYSIS Proceedings of the 5th Annual ISC Research Symposium ISCRS 2011 April 7, 2011, Rolla, Missouri UNDERWATER ACOUSTIC CHANNEL ESTIMATION AND ANALYSIS Jesse Cross Missouri University of Science and Technology

More information

IoT. Indoor Positioning with BLE Beacons. Author: Uday Agarwal

IoT. Indoor Positioning with BLE Beacons. Author: Uday Agarwal IoT Indoor Positioning with BLE Beacons Author: Uday Agarwal Contents Introduction 1 Bluetooth Low Energy and RSSI 2 Factors Affecting RSSI 3 Distance Calculation 4 Approach to Indoor Positioning 5 Zone

More information

ROOM SHAPE AND SIZE ESTIMATION USING DIRECTIONAL IMPULSE RESPONSE MEASUREMENTS

ROOM SHAPE AND SIZE ESTIMATION USING DIRECTIONAL IMPULSE RESPONSE MEASUREMENTS ROOM SHAPE AND SIZE ESTIMATION USING DIRECTIONAL IMPULSE RESPONSE MEASUREMENTS PACS: 4.55 Br Gunel, Banu Sonic Arts Research Centre (SARC) School of Computer Science Queen s University Belfast Belfast,

More information

Can binary masks improve intelligibility?

Can binary masks improve intelligibility? Can binary masks improve intelligibility? Mike Brookes (Imperial College London) & Mark Huckvale (University College London) Apparently so... 2 How does it work? 3 Time-frequency grid of local SNR + +

More information

Omni-Directional Catadioptric Acquisition System

Omni-Directional Catadioptric Acquisition System Technical Disclosure Commons Defensive Publications Series December 18, 2017 Omni-Directional Catadioptric Acquisition System Andreas Nowatzyk Andrew I. Russell Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE A Thesis by Andrew J. Zerngast Bachelor of Science, Wichita State University, 2008 Submitted to the Department of Electrical

More information

Spread Spectrum. Chapter 18. FHSS Frequency Hopping Spread Spectrum DSSS Direct Sequence Spread Spectrum DSSS using CDMA Code Division Multiple Access

Spread Spectrum. Chapter 18. FHSS Frequency Hopping Spread Spectrum DSSS Direct Sequence Spread Spectrum DSSS using CDMA Code Division Multiple Access Spread Spectrum Chapter 18 FHSS Frequency Hopping Spread Spectrum DSSS Direct Sequence Spread Spectrum DSSS using CDMA Code Division Multiple Access Single Carrier The traditional way Transmitted signal

More information

E90 Project Proposal. 6 December 2006 Paul Azunre Thomas Murray David Wright

E90 Project Proposal. 6 December 2006 Paul Azunre Thomas Murray David Wright E90 Project Proposal 6 December 2006 Paul Azunre Thomas Murray David Wright Table of Contents Abstract 3 Introduction..4 Technical Discussion...4 Tracking Input..4 Haptic Feedack.6 Project Implementation....7

More information

Performance Evaluation of BPSK modulation Based Spectrum Sensing over Wireless Fading Channels in Cognitive Radio

Performance Evaluation of BPSK modulation Based Spectrum Sensing over Wireless Fading Channels in Cognitive Radio IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 6, Ver. IV (Nov - Dec. 2014), PP 24-28 Performance Evaluation of BPSK modulation

More information

Effects of Fading Channels on OFDM

Effects of Fading Channels on OFDM IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 9 (September 2012), PP 116-121 Effects of Fading Channels on OFDM Ahmed Alshammari, Saleh Albdran, and Dr. Mohammad

More information

Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators

Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators 374 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 52, NO. 2, MARCH 2003 Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators Jenq-Tay Yuan

More information

ROOT MULTIPLE SIGNAL CLASSIFICATION SUPER RESOLUTION TECHNIQUE FOR INDOOR WLAN CHANNEL CHARACTERIZATION. Dr. Galal Nadim

ROOT MULTIPLE SIGNAL CLASSIFICATION SUPER RESOLUTION TECHNIQUE FOR INDOOR WLAN CHANNEL CHARACTERIZATION. Dr. Galal Nadim ROOT MULTIPLE SIGNAL CLASSIFICATION SUPER RESOLUTION TECHNIQUE FOR INDOOR WLAN CHANNEL CHARACTERIZATION Dr. Galal Nadim BRIEF DESCRIPTION The root-multiple SIgnal Classification (root- MUSIC) super resolution

More information

Design and Implementation on a Sub-band based Acoustic Echo Cancellation Approach

Design and Implementation on a Sub-band based Acoustic Echo Cancellation Approach Vol., No. 6, 0 Design and Implementation on a Sub-band based Acoustic Echo Cancellation Approach Zhixin Chen ILX Lightwave Corporation Bozeman, Montana, USA chen.zhixin.mt@gmail.com Abstract This paper

More information

A JOINT MODULATION IDENTIFICATION AND FREQUENCY OFFSET CORRECTION ALGORITHM FOR QAM SYSTEMS

A JOINT MODULATION IDENTIFICATION AND FREQUENCY OFFSET CORRECTION ALGORITHM FOR QAM SYSTEMS A JOINT MODULATION IDENTIFICATION AND FREQUENCY OFFSET CORRECTION ALGORITHM FOR QAM SYSTEMS Evren Terzi, Hasan B. Celebi, and Huseyin Arslan Department of Electrical Engineering, University of South Florida

More information

Applications & Theory

Applications & Theory Applications & Theory Azadeh Kushki azadeh.kushki@ieee.org Professor K N Plataniotis Professor K.N. Plataniotis Professor A.N. Venetsanopoulos Presentation Outline 2 Part I: The case for WLAN positioning

More information

Acoustic Blind Deconvolution in Uncertain Shallow Ocean Environments

Acoustic Blind Deconvolution in Uncertain Shallow Ocean Environments DISTRIBUTION STATEMENT A: Approved for public release; distribution is unlimited. Acoustic Blind Deconvolution in Uncertain Shallow Ocean Environments David R. Dowling Department of Mechanical Engineering

More information

Room Impulse Response Modeling in the Sub-2kHz Band using 3-D Rectangular Digital Waveguide Mesh

Room Impulse Response Modeling in the Sub-2kHz Band using 3-D Rectangular Digital Waveguide Mesh Room Impulse Response Modeling in the Sub-2kHz Band using 3-D Rectangular Digital Waveguide Mesh Zhixin Chen ILX Lightwave Corporation Bozeman, Montana, USA Abstract Digital waveguide mesh has emerged

More information

DESIGN OF GLOBAL SAW RFID TAG DEVICES C. S. Hartmann, P. Brown, and J. Bellamy RF SAW, Inc., 900 Alpha Drive Ste 400, Richardson, TX, U.S.A.

DESIGN OF GLOBAL SAW RFID TAG DEVICES C. S. Hartmann, P. Brown, and J. Bellamy RF SAW, Inc., 900 Alpha Drive Ste 400, Richardson, TX, U.S.A. DESIGN OF GLOBAL SAW RFID TAG DEVICES C. S. Hartmann, P. Brown, and J. Bellamy RF SAW, Inc., 900 Alpha Drive Ste 400, Richardson, TX, U.S.A., 75081 Abstract - The Global SAW Tag [1] is projected to be

More information

ON WAVEFORM SELECTION IN A TIME VARYING SONAR ENVIRONMENT

ON WAVEFORM SELECTION IN A TIME VARYING SONAR ENVIRONMENT ON WAVEFORM SELECTION IN A TIME VARYING SONAR ENVIRONMENT Ashley I. Larsson 1* and Chris Gillard 1 (1) Maritime Operations Division, Defence Science and Technology Organisation, Edinburgh, Australia Abstract

More information

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading ECE 476/ECE 501C/CS 513 - Wireless Communication Systems Winter 2003 Lecture 6: Fading Last lecture: Large scale propagation properties of wireless systems - slowly varying properties that depend primarily

More information

Pattern Recognition. Part 6: Bandwidth Extension. Gerhard Schmidt

Pattern Recognition. Part 6: Bandwidth Extension. Gerhard Schmidt Pattern Recognition Part 6: Gerhard Schmidt Christian-Albrechts-Universität zu Kiel Faculty of Engineering Institute of Electrical and Information Engineering Digital Signal Processing and System Theory

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 BACKGROUND The increased use of non-linear loads and the occurrence of fault on the power system have resulted in deterioration in the quality of power supplied to the customers.

More information

Optimal Number of Pilots for OFDM Systems

Optimal Number of Pilots for OFDM Systems IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 8, Issue 6 (Nov. - Dec. 2013), PP 25-31 Optimal Number of Pilots for OFDM Systems Onésimo

More information

Ambient Passive Seismic Imaging with Noise Analysis Aleksandar Jeremic, Michael Thornton, Peter Duncan, MicroSeismic Inc.

Ambient Passive Seismic Imaging with Noise Analysis Aleksandar Jeremic, Michael Thornton, Peter Duncan, MicroSeismic Inc. Aleksandar Jeremic, Michael Thornton, Peter Duncan, MicroSeismic Inc. SUMMARY The ambient passive seismic imaging technique is capable of imaging repetitive passive seismic events. Here we investigate

More information

Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm in Wireless Sensor Network

Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm in Wireless Sensor Network Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 1611-1615 1611 Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm

More information

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading ECE 476/ECE 501C/CS 513 - Wireless Communication Systems Winter 2005 Lecture 6: Fading Last lecture: Large scale propagation properties of wireless systems - slowly varying properties that depend primarily

More information

SIGNAL PROCESSING ALGORITHMS FOR HIGH-PRECISION NAVIGATION AND GUIDANCE FOR UNDERWATER AUTONOMOUS SENSING SYSTEMS

SIGNAL PROCESSING ALGORITHMS FOR HIGH-PRECISION NAVIGATION AND GUIDANCE FOR UNDERWATER AUTONOMOUS SENSING SYSTEMS SIGNAL PROCESSING ALGORITHMS FOR HIGH-PRECISION NAVIGATION AND GUIDANCE FOR UNDERWATER AUTONOMOUS SENSING SYSTEMS Daniel Doonan, Chris Utley, and Hua Lee Imaging Systems Laboratory Department of Electrical

More information

Exploring Passive Ambient Static Electric Field Sensing to Enhance Interaction Modalities Based on Body Motion and Activity

Exploring Passive Ambient Static Electric Field Sensing to Enhance Interaction Modalities Based on Body Motion and Activity Exploring Passive Ambient Static Electric Field Sensing to Enhance Interaction Modalities Based on Body Motion and Activity Adiyan Mujibiya The University of Tokyo adiyan@acm.org http://lab.rekimoto.org/projects/mirage-exploring-interactionmodalities-using-off-body-static-electric-field-sensing/

More information

Capacitive Face Cushion for Smartphone-Based Virtual Reality Headsets

Capacitive Face Cushion for Smartphone-Based Virtual Reality Headsets Technical Disclosure Commons Defensive Publications Series November 22, 2017 Face Cushion for Smartphone-Based Virtual Reality Headsets Samantha Raja Alejandra Molina Samuel Matson Follow this and additional

More information

Modal Parameter Estimation Using Acoustic Modal Analysis

Modal Parameter Estimation Using Acoustic Modal Analysis Proceedings of the IMAC-XXVIII February 1 4, 2010, Jacksonville, Florida USA 2010 Society for Experimental Mechanics Inc. Modal Parameter Estimation Using Acoustic Modal Analysis W. Elwali, H. Satakopan,

More information