A BAG-OF-FEATURES APPROACH TO ACOUSTIC EVENT DETECTION. Department of Computer Science, TU Dortmund University, Dortmund, Germany

Size: px
Start display at page:

Download "A BAG-OF-FEATURES APPROACH TO ACOUSTIC EVENT DETECTION. Department of Computer Science, TU Dortmund University, Dortmund, Germany"

Transcription

1 A BAG-OF-FEATURES APPROACH TO ACOUSTIC EVENT DETECTION Axe Pinge, René Grzeszick, and Gernot A. Fink Department of Computer Science, TU Dortmund University, Dortmund, Germany ABSTRACT The cassification of acoustic events in indoor environments is an important task for many practica appications in smart environments. In this paper a nove approach for cassifying acoustic events that is based on a Bag-of-Features approach is proposed. Me and gammatone frequency cepstra coefficients that originate from psychoacoustic modes are used as input features for the Bag-of representation. Rather than using a prior cassification or segmentation step to eiminate sience and background noise, Bag-of-Features representations are earned for a background cass. Supervised earning of codebooks and tempora coding are shown to improve the recognition rates. Three different databases are used for the experiments: the CLEAR sound event dataset, the D-CASE event dataset and a new set of smart room recordings. Index Terms Event detection, sound cassification, Bag-of-Features 1. INTRODUCTION The cassification of sounds in indoor environments is important for many practica appications. The detection and cassification of acoustic events can be used for meeting and onine ecture anaysis and annotation [1]. For speech enhancement and speaker tracking [2] detecting non-speech events can improve the robustness in rea word appications. The task is difficut because of the diversity of the acoustic events. Human speech is comprised of sounds of different phone casses, e.g. vowes, posives and fricatives that have individua spectrum and time characteristics. Other sound types are aso compex because they are comprised of a variety of individua sounds, e.g. chair movement can produce knocking and rubbing sounds, handing paper can incude rusting and knocking on the tabe and so on. Sounds ike footsteps are individuay different depending on the person and kind of shoes. It is desirabe for a sound cassification method to be abe to hande the diverse composition and generaize in a way to cover different, possiby unheard reaizations of the sound types. Over the ast decades, a number of approaches for acoustic event detection have been proposed [3 5]. State-of-the- This work was supported by the German Research Foundation (DFG) under contract number Fi 799/5-1. Siding Window MFCC BoSF Cassification Fig. 1. Overview of the Bag-of-Features based method that is used for acoustic event detection. art approaches in speaker cassification are based on a singe Gaussian mixture mode (GMM) [6]. Others use a set of GMMs that are individuay trained for each cass, where the GMMs estimates are summed over a frames and the cass with the highest ikeihood is chosen. Since the summation discards any tempora information, the method is sometimes termed Bag-of-Frames [5,7]. Since considerabe progress has been made by appying insights from human perception in the fied of computer or machine vision, simiar approaches have been advocated for acoustics [8]. The Bag-of-Features approach originated in text retrieva [9]. It has successfuy been used in various pattern recognition appications in recent years [ 12]. For exampe, in image cassification the Bag-of-Features is known to generaize we over very diverse casses, producing state-ofthe-art resuts [11]. Recenty, a basic version was appied to acoustic event cassification [13]. In this paper a nove Bag-of-Features approach based on soft quatization with GMMs is introduced. Experiments show that is abe to distinguish very diverse sound event casses. 2. METHOD For the acoustic event detection and cassification, a singe microphone or beamformed signa is processed in short time windows of 0.6 s every 0.05 s. For a given sampe n, a set of feature vectors Y n = (y 1... y K ) is cacuated for a frames in this window. These features are then softy quantized by a GMM and cassified by an mutinomia maximum ikeihood cassifier. Rather than using a prior cassification step to eiminate sience and background noise, as done in severa systems (cf. [3]), the rejection cass Ω 0 is trained with recordings where no event occurred Features For sound and especiay speech processing, the me frequency cepstra coefficients (MFCCs) are one of the most c 1 pubished in: Int. Conf. on Acoustics, Speech and Signa Processing (ICASSP) 2014

2 widey used features. The input signa is fitered by a me frequency fiter bank, from the ogarithm of its magnitude the discrete cosine transform (DCT) is computed and its second to 13th coefficient is used. The ong history of psychoacoustic research has been compemented by computationa modeing of the human hearing process [14] where ERB-spaced gammatone fiterbanks are used. From that the gammatone frequency cepstra coefficients (s) were derived [15]. In our impementation, we repaced the fiterbank of the MFCCs by inear phase gammatone fiters. The fiters are defined in the spectra domain using a gammatone approximation [16] with center frequency f b and bandwidth w b G (b) (f) = (1 + j(f f b )/w b ) 4, (1) where j is the imaginary unit Bag-of-Super-Features A Bag-of-Features approach (cf. [17]) is used for buiding a codebook of acoustic words from the training set. Most Bagof-Features approaches use custering agorithms, e.g. the Loyd agorithm, on the compete training set to derive a codebook and ater assign each feature to a centroid by hard quantization. However, disregarding the abes in the custering step can ead to mitigation of significant differences (cf. [18]). A remedy for this effect is to buid codebooks of size I for a C casses Ω c separatey and then concatenating into a arge super-codebook. Here, the expectation-maximization (EM) agorithm is appied to a feature vectors y k for each cass Ω c in order to estimate I means and deviations µ i,c, σ i,c for a C casses. We concatenate a means and deviations into a super-codebook v with L = I C eements v =(I c+i) = (µ i,c, σ i,c ) (2) where the index computed form the cass index c and the Gaussian index i as = I c + i. Using this codebook, a soft quantization of a feature vector y k can be computed as q k, (y k, v ) = N (y k µ, σ ). (3) Then, a histogram b can be computed over a K frames of the input window by b (Y n, v ) = 1 q k, (y k, v ). (4) K We refer to this method as Bag-of-Super-Features in anaogy to the super-vector construct used in speaker identification [6] Tempora Pyramid Since a Bag-of-Features is an orderess representation a tempora information within the frame Y n is ost. However, k this information may be important for distinguishing different acoustic events. In the ast years severa approaches have been pubished in order to address this probem. For exampe, spatia features [12] or pyramids [19]. The pyramid scheme is directy appied to the Bag-of- Super-Features approach by subdividing the window in a tempora manner. For a feature vector of the n th window two sub-histograms b (1) (Y n, v ) = 2 K/2 q k, (y k, v ) K b (2) (Y n, v ) = 2 K k=1 K k=k/2+1 and q k, (y k, v ) (5) are defined for the first and the second tempora haf. In addition, a max pooing step is used for computing the histogram for the whoe window by { } b (3) (Y n, v ) = max b (1) (Y n, v ), b (2) (Y n, v ). (6) A three histograms are then concatenated into a singe feature vector ( ) b(y n, v) = b (1) (Y n, v), b (2) (Y n, v), b (3) (Y n, v) (7) that represents the compete window Cassification The probabiity of an acoustic word for a given cass P (v Ω c ) is estimated using a set of training sampes Y n Ω c for each cass c by Lapacian smoothing: P (v Ω c ) = 1 + Y n Ω c b (Y n, v ) L + L m=1 Y n Ω c b m (Y n, v m ) Since a casses are assumed to be equay ikey and have the same prior, maximum ikeihood cassification is used. The posterior is estimated using the reative frequency of a acoustic words P (Y n Ω c ) = P (v Ω c ) b (Y n,v ). (9) v v 3. EVALUATION In order to derive a working system for the smart room at TU Dortmund University, severa recordings were made. Different features were evauated using the proposed cassification method. The proposed method and reated ones were compared in cassification performance. The event detection capabiity was tested with a scripted recording in the smart room and severa others from existing corpora. (8) 2 pubished in: Int. Conf. on Acoustics, Speech and Signa Processing (ICASSP) 2014

3 3.1. Event Cassification & Mode Parameters In order to investigate the performance of different methods, recordings of various typica sound events were made in a smart conference room at TU Dortmund University. The microphones were embedded in a tabe as shown in figure 2 and recorded at 48 khz. Each recording featured a certain sound type and asted over 60 s. To evauate the cassification performance on unknown data, a second test set of recordings was made on a different day with a different person producing the sounds. In the recordings time stretches with occurrences of the events were abeed. A methods were evauated using cross-vaidation on the training and test set. Using the Bag-of-Super-Features-Pyramid () approach, different feature types were evauated. Figure 3 shows the resuts. Aong with the MFCCs the s, inear prediction coefficients (LPC) and a non-negative matrix factorization (NMF) [20] of the me frequnecy magnitudes were evauated. The MFCCs and GFFCs have the owest error on the test set. Their combination achieves the highest score. Both LPC and NMF show a significanty higher error on the test set and seem to be unabe to generaize successfuy. Figure 4 shows the cassification errors for different methods using a combination of MFCC and features. The Bag-of-Frames mode (BoFr) using MFCCs ony that is described in [5] is appied to the sound cassification probem and used as a baseine. The Bag-of-features (BoF) mode performs worse than the baseine if the codebook is computed in an unsupervised manner. However, there is a significant improvement using the Bag-of-Super-Features (BoSF). This strengthens the view that the use of a supervised codebook estimation aows for a better modeing of the diverse acoustic event casses. Incorporating tempora information by the pyramid scheme further improves the resuts. For comparison, a Nearest Neighbor cassifier and an SVM were aso appied to the pyramid mode. They both perform significanty worse than the mutinomia maximum ikeihood cassifier. In order to determine the infuence of the codebook size training set test set MFCC MFCC & LPC NMF Fig. 3. Cassification error for different features of smart room recordings. A features were evauation with the BoFS-P method using a mutinomia maximum ikeihood cassifier training set test set BoFr [5] (ML) BoSF (ML) BoF (ML) (SVM) (KNN) Fig. 4. Cassification error for different methods for the smart room recordings. The Bag-of-Feature methods were evauated using the combination of MFCC and features. the approach has been evauated for different sizes of L. The resuts in Figure 5 show that aready a comparaby sma codebook size of L = 121 yieds good resuts, which equas 11 centroids per cass. Therefore, in the foowing experiments a codebook size of 11 centroids per cass was chosen. Compared to other Bag-of-Features cassification approaches where codebooks of severa thousand centroids are used this size is remarkaby sma (see [,11]). The advantage of this is two-fod: First, the quantization adds an additiona abstraction to the data such that it generaizes better. Large codebooks approximate the data better but are not abe to generaize we over the very diverse acoustic events. Second, sma feature representations are fast to compute and cassify which faciitates the use of the method in rea time acoustic event detection. The proposed method can be computed in just 5% of the rea time using python on a standard PC. 15 training test Fig. 2. Smart room with microphones embedded in tabe Fig. 5. Cassification error for the approach for the smart room recordings using MFCC and features with different codebook sizes L. L 3 pubished in: Int. Conf. on Acoustics, Speech and Signa Processing (ICASSP) 2014

4 ground truth fitered t[s] sience door steps chairs cups pouring paper roing keyboard aptop speech other Fig. 6. Resuts for event detection in the smart environment, acoustic events are shown in distinct coors Event Detection When denoting as g, e, and t the number of ground truth, estimated and correct events, precision P and reca R can be defined aong with the F-measure F as in [5] P = t e, R = t g, F = 2P R P + R. () For the event detection performance, the non-event cass Ω c is excuded in the counts. The metrics are evauated framebased and cass-based, for the atter a casses are evauated individuay and the average is computed Smart Room Recording In order to estabish the systems performance for event detection in ive scenarios, sequences with various events were recorded in the smart room. The cassifier was chosen by the evauations above and trained again with the event recordings. Tabe 1 ists the overa detection metrics. The nonevent cass had 83% precision and 68% reca. This can be attributed to the fact that the training data for other casses contained portions of sience. The speech cass was detected with 97% precision and 87% reca. In figure 6, the detection resuts for the sequence are visuaized in coor. Smoothing may be desirabe for practica appications. Basic post fitering can be done by seecting the most frequent detection in the ast 1 s and discarding cases where its occurrence covers ess than 0.3 s CLEAR Within the CHIL project, the CLEAR campaign investigated the detection of acoustic events. The proposed method was tested on the ITC data, which contains three different training sets and a test set for three separate days [3]. For the non-event cass, the non-abeed portions from the training data were used. In this manner, 88% precision and 84% reca were achieved. Tabe 1 shows the performance over a experiments in the deveopment set. The phone vibration cass had 0% reca, for a other casses an F vaue of over 75% was achieved. dataset method metric F P R Smart frames 71.9% 74.3% 69.6% Room casses 77.3% 82.7% 72.5% frames 75.8% 79.3% 72.6% CLEAR casses 75.5% 79.2% 72.2% frames 52.3% 51.7% 53.2% casses 59.5% 64.8% 57.7% D-CASE NMF [5] frames 20.6% 29.1% 16.0% baseine casses 13.5% 11.6% 21.7% Tabe 1. Resuts for the acoustic event detection on the three datasets: smart room recordings, CLEAR and DCASE D-CASE The proposed method was evauated on the recent IEEE AASP Chaenge Detection and Cassification of Acoustic Scenes and Events Event Detection deveopment set. Since the training data consists of event recordings ony, nonabeed portions of the scripts not used in the test were used for training in order to have training data for the non-event cass. The performance averaged over a experiments in the deveopment set are presented in tabe 1. The non-event detection had 88% precision and 90% reca. The baseine event detection proposed in [5] is outperformed and the resuts of our method are aso highy competitive with respect to the resuts of the chaenge CONCLUSION In this paper an event detection approach using supervised trained GMM codebooks of MFCCs an s for Bag-of- Features histograms with tempora coding was presented. Highy competitive resuts on different difficut datasets for acoustic event cassification and detection were achieved. The use of a singe sience cass for non-events coud be shown to be highy successfu. The good speech detection quaity is important for many appications. The method can be easiy impemented and computed fast enough for rea-time appication. 1 Resuts are to be pubished ( 4 pubished in: Int. Conf. on Acoustics, Speech and Signa Processing (ICASSP) 2014

5 5. REFERENCES [1] Iain McCowan, Danie Gatica-Perez, Samy Bengio, Guiaume Lathoud, Mark Barnard, and Dong Zhang, Automatic anaysis of mutimoda group actions in meetings., IEEE transactions on pattern anaysis and machine inteigence, vo. 27, no. 3, pp , Mar [2] Axe Pinge, Danie Hauschidt, Marius H Hennecke, and Gernot A Fink, Mutipe Speaker Tracking using a Microphone Array by Combining Auditory Processing and a Gaussian Mixture Cardinaized Probabiity Hypothesis Density Fiter, in IEEE Int. Conf. on Acoustics, Speech, and Signa Processing, Prague, Czech Repubic, 2011, pp [3] Andrey Temko, Robert Makin, Christian Zieger, Dušan Macho, Ciment Nadeu, and Maurizio Omoogo, CLEAR Evauation of Acoustic Event Detection and Cassification Systems, in Mutimoda Technoogies for Perception of Humans, Rainer Stiefehagen and John Garofoo, Eds., vo of Lecture Notes in Computer Science, pp Springer Berin Heideberg, [4] Annamaria Mesaros, Toni Heittoa, Antti Eronen, and Tuomas Virtanen, Acoustic Event Detection in Reaife Recordings, in European Signa Processing Conference, Aaborg, Denmark, 20, pp [5] Dimitrios Giannouis, Dan Stowe, Emmanoui Benetos, Mathias Rossigno, and Mathieu Lagrange, A Database and Chaenge for Acoustic Scene Cassification and Event Detection, in European Signa Processing Conference, Marrakech, Morocco, [6] Hao Tang, Stephen M Chu, Mark Hasegawa-Johnson, and Thomas S Huang, Partiay supervised speaker custering, Pattern Anaysis and Machine Inteigence, IEEE Transactions on, vo. 34, no. 5, pp , [7] Jean-Juien Aucouturier, Boris Defrevie, and Francois Pachet, The bag-of-frames approach to audio pattern recognition: A sufficient mode for urban soundscapes but not for poyphonic music, The Journa of the Acoustica Society of America, vo. 122, no. 2, pp , [8] Richard F. Lyon, Machine Hearing An Emerging Fied, IEEE Signa Processing Magazine, Sept. 20. [] Leonard Rothacker, Marca Rusino, and Gernot A. Fink, Bag-of-Features HMMs for Segmentation-Free Word Spotting in Handwritten Documents, in Proc. Int. Conf. on Document Anaysis and Recognition, Washington DC, USA, [11] Ken Chatfied, Victor Lempitsky, Andrea Vedadi, and Andrew Zisserman, The devi is in the detais: an evauation of recent feature encoding methods, in British Machine Vision Conference, [12] René Grzeszick, Leonard Rothacker, and Gernot A. Fink, Bag-of-features representations using spatia visua vocabuaries for object cassification, in IEEE Int. Conf. on Image Processing, Mebourne, Austraia, [13] Stephanie Pancoast and Murat Akbacak, Bag-of- Audio-Words Approach for Mutimedia Event Cassification, in Interspeech, Portand, OR, USA, [14] DeLiang Wang and Guy J. Brown, Eds., Computationa Auditory Scene Anaysis: Principes, Agorithms, and Appications, IEEE Press, [15] Yang Shao, Soundararajan Srinivasan, and DeLiang Wang, Incorporating auditory feature uncertainties in robust speaker identification, in IEEE Internationa Conference on Acoustics, Speech, and Signa Processing, 2007, pp [16] Masashi Unoki and Masato Akagi, A Method of Signa Extraction from Noisy Signa based on Auditory Scene Anaysis, Speech Communication, vo. 27, no. 3, pp , [17] Stephen O Hara and Bruce A Draper, Introduction to the bag of features paradigm for image cassification and retrieva, arxiv preprint arxiv: , [18] Svetana Lazebnik and Maxim Raginsky, Supervised earning of quantizer codebooks by information oss minimization, Pattern Anaysis and Machine Inteigence, IEEE Transactions on, vo. 31, no. 7, pp , [19] Svetana Lazebnik, Cordeia Schmid, and Jean Ponce, Beyond bags of features: Spatia pyramid matching for recognizing natura scene categories, in Computer Vision and Pattern Recognition, 2006 IEEE Computer Society Conference on. IEEE, 2006, vo. 2, pp [20] Danie D. Lee and H. Sebastian Seung, Learning the Parts of Objects by Non-negative Matrix Factorization., Nature, vo. 401, no. 6755, pp , Oct [9] Ricardo Baeza-Yates and Berthier Ribeiro-Neto, Modern Information Retrieva, ACM Press, pubished in: Int. Conf. on Acoustics, Speech and Signa Processing (ICASSP) 2014

Bag-of-Features Acoustic Event Detection for Sensor Networks

Bag-of-Features Acoustic Event Detection for Sensor Networks Bag-of-Features Acoustic Event Detection for Sensor Networks Julian Kürby, René Grzeszick, Axel Plinge, and Gernot A. Fink Pattern Recognition, Computer Science XII, TU Dortmund University September 3,

More information

Improving the Active Power Filter Performance with a Prediction Based Reference Generation

Improving the Active Power Filter Performance with a Prediction Based Reference Generation Improving the Active Power Fiter Performance with a Prediction Based Reference Generation M. Routimo, M. Sao and H. Tuusa Abstract In this paper a current reference generation method for a votage source

More information

LSTM TIME AND FREQUENCY RECURRENCE FOR AUTOMATIC SPEECH RECOGNITION

LSTM TIME AND FREQUENCY RECURRENCE FOR AUTOMATIC SPEECH RECOGNITION LSTM TIME AND FREQUENCY RECURRENCE FOR AUTOMATIC SPEECH RECOGNITION Jinyu Li, Abderahman Mohamed, Geoffrey Zweig, and Yifan Gong Microsoft Corporation, One Microsoft Way, Redmond, WA 98052 { jinyi, asamir,

More information

ADAPTIVE ITERATION SCHEME OF TURBO CODE USING HYSTERESIS CONTROL

ADAPTIVE ITERATION SCHEME OF TURBO CODE USING HYSTERESIS CONTROL ADATIV ITRATION SCHM OF TURBO COD USING HYSTRSIS CONTROL Chih-Hao WU, Kenichi ITO, Yung-Liang HUANG, Takuro SATO Received October 9, 4 Turbo code, because of its remarkabe coding performance, wi be popuar

More information

Channel Division Multiple Access Based on High UWB Channel Temporal Resolution

Channel Division Multiple Access Based on High UWB Channel Temporal Resolution Channe Division Mutipe Access Based on High UWB Channe Tempora Resoution Rau L. de Lacerda Neto, Aawatif Menouni Hayar and Mérouane Debbah Institut Eurecom B.P. 93 694 Sophia-Antipois Cedex - France Emai:

More information

Generalized constrained energy minimization approach to subpixel target detection for multispectral imagery

Generalized constrained energy minimization approach to subpixel target detection for multispectral imagery Generaized constrained energy minimization approach to subpixe target detection for mutispectra imagery Chein-I Chang, MEMBER SPIE University of Maryand Batimore County Department of Computer Science and

More information

Lesson Objective Identify the value of a quarter and count groups of coins that include quarters.

Lesson Objective Identify the value of a quarter and count groups of coins that include quarters. LESSON 9.9C Hands On Quarters PROFESSIONAL PROFESSIONAL DEVELOPMENT DEVELOPMENT LESSON AT A GLANCE Mathematics Forida Standard Te and write time. MAFS.MD.a.a Identify and combine vaues of money in cents

More information

BER Performance Analysis of Cognitive Radio Physical Layer over Rayleigh fading Channel

BER Performance Analysis of Cognitive Radio Physical Layer over Rayleigh fading Channel Internationa Journa of Computer ppications (0975 8887) Voume 5 No.11, Juy 011 BER Performance naysis of Cognitive Radio Physica Layer over Rayeigh fading mandeep Kaur Virk Dr. B R mbedkar Nationa Institute

More information

Performance Comparison of Cyclo-stationary Detectors with Matched Filter and Energy Detector M. SAI SINDHURI 1, S. SRI GOWRI 2

Performance Comparison of Cyclo-stationary Detectors with Matched Filter and Energy Detector M. SAI SINDHURI 1, S. SRI GOWRI 2 ISSN 319-8885 Vo.3,Issue.39 November-14, Pages:7859-7863 www.ijsetr.com Performance Comparison of Cyco-stationary Detectors with Matched Fiter and Energy Detector M. SAI SINDHURI 1, S. SRI GOWRI 1 PG Schoar,

More information

STUDY ON AOTF-BASED NEAR-INFRARED SPECTROSCOPY ANALYSIS SYSTEM OF FARM PRODUCE QUALITY

STUDY ON AOTF-BASED NEAR-INFRARED SPECTROSCOPY ANALYSIS SYSTEM OF FARM PRODUCE QUALITY STUDY ON AOTF-BASED NEAR-INFRARED SPECTROSCOPY ANALYSIS SYSTEM OF FARM PRODUCE QUALITY Xiaochao Zhang *, Xiaoan Hu, Yinqiao Zhang, Hui Wang, Hui Zhang 1 Institute of Mechatronics Technoogy and Appication,

More information

A Comparative Analysis of Image Fusion Techniques for Remote Sensed Images

A Comparative Analysis of Image Fusion Techniques for Remote Sensed Images roceedings of the Word Congress on Engineering 27 Vo I WCE 27, Juy 2-4, 27, London, U.K. Comparative naysis of Image Fusion Techniques for emote Sensed Images sha Das 1 and K.evathy 2 Department of Computer

More information

Airborne Ultrasonic Position and Velocity Measurement Using Two Cycles of Linear-Period-Modulated Signal

Airborne Ultrasonic Position and Velocity Measurement Using Two Cycles of Linear-Period-Modulated Signal Airborne Utrasonic Position and Veocity Measurement Using Two Cyces of Linear-Period-Moduated Signa Shinya Saito 1, Minoru Kuribayashi Kurosawa 1, Yuichiro Orino 1, and Shinnosuke Hirata 2 1 Department

More information

EXPLORING MULTIDIMENSIONAL LSTMS FOR LARGE VOCABULARY ASR

EXPLORING MULTIDIMENSIONAL LSTMS FOR LARGE VOCABULARY ASR EXPLORING MULTIDIMENSIONAL LSTMS FOR LARGE VOCABULARY ASR Jinyu Li, Abderahman Mohamed, Geoffrey Zweig, and Yifan Gong Microsoft Corporation, One Microsoft Way, Redmond, WA 98052 {jinyi, asamir, gzweig,

More information

Fuzzy Model Predictive Control Applied to Piecewise Linear Systems

Fuzzy Model Predictive Control Applied to Piecewise Linear Systems 10th Internationa Symposium on Process Systems Engineering - PSE2009 Rita Maria de Brito Aves, Caudio Augusto Oer do Nascimento and Evaristo Chabaud Biscaia Jr. (Editors) 2009 Esevier B.V. A rights reserved.

More information

Applications of Music Processing

Applications of Music Processing Lecture Music Processing Applications of Music Processing Christian Dittmar International Audio Laboratories Erlangen christian.dittmar@audiolabs-erlangen.de Singing Voice Detection Important pre-requisite

More information

GRAY CODE FOR GENERATING TREE OF PERMUTATION WITH THREE CYCLES

GRAY CODE FOR GENERATING TREE OF PERMUTATION WITH THREE CYCLES VO. 10, NO. 18, OCTOBER 2015 ISSN 1819-6608 GRAY CODE FOR GENERATING TREE OF PERMUTATION WITH THREE CYCES Henny Widowati 1, Suistyo Puspitodjati 2 and Djati Kerami 1 Department of System Information, Facuty

More information

: taking service robots to play soccer

: taking service robots to play soccer Virbot@fied : taking service robots to pay soccer Larena Adaberto, Escaante Boris, Torres Luis, Abad Verónica, Vázquez Lauro Bio-Robotics Laboratory, Department of Eectrica Engineering Universidad Naciona

More information

Pulsed RF Signals & Frequency Hoppers Using Real Time Spectrum Analysis

Pulsed RF Signals & Frequency Hoppers Using Real Time Spectrum Analysis Pused RF Signas & Frequency Hoppers Using Rea Time Spectrum Anaysis 1 James Berry Rohde & Schwarz Pused Rea Time and Anaysis Frequency Seminar Hopper Agenda Pused Signas & Frequency Hoppers Characteristics

More information

Time-domain Techniques in EMI Measuring Receivers. Technical and Standardization Requirements

Time-domain Techniques in EMI Measuring Receivers. Technical and Standardization Requirements Time-domain Techniques in EMI Measuring Receivers Technica and Standardization Requirements CISPR = Huge, Sow, Compex, CISPR = Internationa Specia Committee on Radio Interference Technica committee within

More information

Minimizing Distribution Cost of Distributed Neural Networks in Wireless Sensor Networks

Minimizing Distribution Cost of Distributed Neural Networks in Wireless Sensor Networks 1 Minimizing Distribution Cost of Distributed Neura Networks in Wireess Sensor Networks Peng Guan and Xiaoin Li Scaabe Software Systems Laboratory, Department of Computer Science Okahoma State University,

More information

Predicting Eye Fixations using Convolutional Neural Networks

Predicting Eye Fixations using Convolutional Neural Networks Predicting Eye Fixations using Convoutiona Neura Networks Nian Liu 1, Junwei Han 1*, Dingwen Zhang 1, Shifeng Wen 1 and Tianming Liu 2 1 Northwestern Poytechnica University, P.R. China 2 University of

More information

Rateless Codes for the Gaussian Multiple Access Channel

Rateless Codes for the Gaussian Multiple Access Channel Rateess Codes for the Gaussian Mutipe Access Channe Urs Niesen Emai: uniesen@mitedu Uri Erez Dept EE, Te Aviv University Te Aviv, Israe Emai: uri@engtauaci Devavrat Shah Emai: devavrat@mitedu Gregory W

More information

Multi-stage Amplifiers Prof. Ali M. Niknejad Prof. Rikky Muller

Multi-stage Amplifiers Prof. Ali M. Niknejad Prof. Rikky Muller EECS 105 Spring 2017, Modue 4 Muti-stage Ampifiers Prof. Ai M. Niknejad Department of EECS Announcements HW10 due on Friday Lab 5 due this week 2 weeks of ecture eft! 2 Mutistage Ampifiers Why cascade

More information

Joint recognition and direction-of-arrival estimation of simultaneous meetingroom acoustic events

Joint recognition and direction-of-arrival estimation of simultaneous meetingroom acoustic events INTERSPEECH 2013 Joint recognition and direction-of-arrival estimation of simultaneous meetingroom acoustic events Rupayan Chakraborty and Climent Nadeu TALP Research Centre, Department of Signal Theory

More information

AUDIO PHRASES FOR AUDIO EVENT RECOGNITION

AUDIO PHRASES FOR AUDIO EVENT RECOGNITION AUDIO PHRASES FOR AUDIO EVENT RECOGNITION Huy Phan, Lars Hertel, Marco Maass, Radoslaw Mazur, and Alfred Mertins Institute for Signal Processing, University of Lübeck, Germany Graduate School for Computing

More information

Rate-Allocation Strategies for Closed-Loop MIMO-OFDM

Rate-Allocation Strategies for Closed-Loop MIMO-OFDM Rate-Aocation Strategies for Cosed-Loop MIMO-OFDM Joon Hyun Sung and John R. Barry Schoo of Eectrica and Computer Engineering Georgia Institute of Technoogy, Atanta, Georgia 30332 0250, USA Emai: {jhsung,barry}@ece.gatech.edu

More information

A Heuristic Method for Bus Rapid Transit Planning Based on the Maximum Trip Service

A Heuristic Method for Bus Rapid Transit Planning Based on the Maximum Trip Service 0 0 A Heuristic Method for Bus Rapid Transit Panning Based on the Maximum Trip Service Zhong Wang Associate professor, Schoo of Transportation & Logistics Daian University of Technoogy No., Linggong Road,

More information

Secure Physical Layer Key Generation Schemes: Performance and Information Theoretic Limits

Secure Physical Layer Key Generation Schemes: Performance and Information Theoretic Limits Secure Physica Layer Key Generation Schemes: Performance and Information Theoretic Limits Jon Waace Schoo of Engineering and Science Jacobs University Bremen, Campus Ring, 879 Bremen, Germany Phone: +9

More information

An Efficient Adaptive Filtering for CFA Demosaicking

An Efficient Adaptive Filtering for CFA Demosaicking Dev.. Newin et. a. / (IJCSE) Internationa Journa on Computer Science and Engineering An Efficient Adaptive Fitering for CFA Demosaicking Dev.. Newin*, Ewin Chandra Monie** * Vice Principa & Head Dept.

More information

An Approach to use Cooperative Car Data in Dynamic OD Matrix

An Approach to use Cooperative Car Data in Dynamic OD Matrix An Approach to use Cooperative Car Data in Dynamic OD Matrix Estimation L. Montero and J. Barceó Department of Statistics and Operations Research Universitat Poitècnica de Cataunya UPC-Barceona Tech Abstract.

More information

NEW RISK ANALYSIS METHOD to EVALUATE BCP of SUPPLY CHAIN DEPENDENT ENTERPRISE

NEW RISK ANALYSIS METHOD to EVALUATE BCP of SUPPLY CHAIN DEPENDENT ENTERPRISE The 14 th Word Conference on Earthquake Engineering NEW RISK ANALYSIS ETHOD to EVALUATE BCP of SUPPLY CHAIN DEPENDENT ENTERPRISE Satoru Nishikawa 1, Sei ichiro Fukushima 2 and Harumi Yashiro 3 ABSTRACT

More information

New Image Restoration Method Based on Multiple Aperture Defocus Images for Microscopic Images

New Image Restoration Method Based on Multiple Aperture Defocus Images for Microscopic Images Sensors & Transducers, Vo. 79, Issue 9, September 204, pp. 62-67 Sensors & Transducers 204 by IFSA Pubishing, S. L. http://www.sensorsporta.com New Image Restoration Method Based on Mutipe Aperture Defocus

More information

The Cognitive Coprocessor Architecture for Interactive User Interfaces

The Cognitive Coprocessor Architecture for Interactive User Interfaces The Cognitive Coprocessor Architecture for Interactive User Interfaces George G. Robertson, Stuart I

More information

Powerfully simple event analysis software

Powerfully simple event analysis software synchrowave Event Software Powerfuy simpe event anaysis software Diagnose reay behavior during a power system faut. Time-aign event reports from mutipe reays for comparison and anaysis. Create custom cacuations,

More information

Dealing with Link Blockage in mmwave Networks: D2D Relaying or Multi-beam Reflection?

Dealing with Link Blockage in mmwave Networks: D2D Relaying or Multi-beam Reflection? Deaing with Lin Bocage in mmwave etwors: DD Reaying or Muti-beam Refection? Mingjie Feng, Shiwen Mao Dept. Eectrica & Computer Engineering Auburn University, Auburn, AL 36849-5, U.S.A. Tao Jiang Schoo

More information

Wireless Communications

Wireless Communications Wireess Communications Ceuar Concept Hamid Bahrami Reference: Rappaport Chap3 Eectrica & Computer Engineering Statements of Probems Soving the probem of Spectra congestion System Capacity A system-eve

More information

Performance Measures of a UWB Multiple-Access System: DS/CDMA versus TH/PPM

Performance Measures of a UWB Multiple-Access System: DS/CDMA versus TH/PPM Performance Measures of a UWB Mutipe-Access System: DS/CDMA versus TH/PPM Aravind Kaias and John A. Gubner Dept. of Eectrica Engineering University of Wisconsin-Madison Madison, WI 53706 akaias@wisc.edu,

More information

Fusing Noisy Fingerprints with Distance Bounds for Indoor Localization

Fusing Noisy Fingerprints with Distance Bounds for Indoor Localization Fusing Noisy Fingerprints with Distance Bounds for Indoor Locaization Suining He 1 S.-H. Gary Chan 1 Lei Yu 2 Ning Liu 2 1 Department of CSE, The Hong Kong University of Science and Technoogy, Hong Kong,

More information

A Neural Attention Model for Urban Air Quality Inference: Learning the Weights of Monitoring Stations

A Neural Attention Model for Urban Air Quality Inference: Learning the Weights of Monitoring Stations The Thirty-Second AAAI Conference on Artificia Inteigence (AAAI-18) A Neura Attention Mode for Urban Air Quaity Inference: Learning the Weights of Monitoring Stations Weiyu Cheng, Yanyan Shen, Yanmin Zhu,

More information

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

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /GLOCOM.2003. Coon, J., Siew, J., Beach, MA., Nix, AR., Armour, SMD., & McGeehan, JP. (3). A comparison of MIMO-OFDM and MIMO-SCFDE in WLAN environments. In Goba Teecommunications Conference, 3 (Gobecom 3) (Vo. 6, pp.

More information

MULTI-SPEAKER TRACKING USING MULTIPLE DISTRIBUTED MICROPHONE ARRAYS. Axel Plinge and Gernot A. Fink

MULTI-SPEAKER TRACKING USING MULTIPLE DISTRIBUTED MICROPHONE ARRAYS. Axel Plinge and Gernot A. Fink 14 IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP) MULTI-SPEAKER TRACKING USING MULTIPLE DISTRIBUTED MICROPHONE ARRAYS Axel Plinge and Gernot A. Fink Department of Computer

More information

COMPARATIVE ANALYSIS OF ULTRA WIDEBAND (UWB) IEEE A CHANNEL MODELS FOR nlos PROPAGATION ENVIRONMENTS

COMPARATIVE ANALYSIS OF ULTRA WIDEBAND (UWB) IEEE A CHANNEL MODELS FOR nlos PROPAGATION ENVIRONMENTS COMPARATIVE ANALYSIS OF ULTRA WIDEBAND (UWB) IEEE80.15.3A CHANNEL MODELS FOR nlos PROPAGATION ENVIRONMENTS Ms. Jina H. She PG Student C.C.E.T, Wadhwan, Gujarat, Jina_hshet@yahoo.com Dr. K. H. Wandra Director

More information

AI Solutions for Biomedical and Industrial Data From Data to Decisions

AI Solutions for Biomedical and Industrial Data From Data to Decisions AI Soutions for Biomedica and Industria Data From Data to Decisions Moncef Gabbouj Laboratory of Signa Processing Tampere University of Technoogy moncef.gabbouj@tut.fi From Data to Decision Our Approach

More information

AN Ω(D log(n/d)) LOWER BOUND FOR BROADCAST IN RADIO NETWORKS

AN Ω(D log(n/d)) LOWER BOUND FOR BROADCAST IN RADIO NETWORKS SIAM J. COMPUT. c 1998 Society for Industria and Appied Mathematics Vo. 27, No. 3, pp. 702 712, June 1998 008 AN Ω(D og(n/d)) LOWER BOUND FOR BROADCAST IN RADIO NETWORKS EYAL KUSHILEVITZ AND YISHAY MANSOUR

More information

Iterative Transceiver Design for Opportunistic Interference Alignment in MIMO Interfering Multiple-Access Channels

Iterative Transceiver Design for Opportunistic Interference Alignment in MIMO Interfering Multiple-Access Channels Journa of Communications Vo. 0 No. February 0 Iterative Transceiver Design for Opportunistic Interference Aignment in MIMO Interfering Mutipe-Access Channes Weipeng Jiang ai Niu and Zhiqiang e Schoo of

More information

PROPORTIONAL FAIR SCHEDULING OF UPLINK SINGLE-CARRIER FDMA SYSTEMS

PROPORTIONAL FAIR SCHEDULING OF UPLINK SINGLE-CARRIER FDMA SYSTEMS PROPORTIONAL FAIR SCHEDULING OF UPLINK SINGLE-CARRIER SYSTEMS Junsung Lim, Hyung G. Myung, Kyungjin Oh and David J. Goodman Dept. of Eectrica and Computer Engineering, Poytechnic University 5 Metrotech

More information

A Novel Method for Doppler and DOD- DOA Jointly Estimation Based on FRFT in Bistatic MIMO Radar System

A Novel Method for Doppler and DOD- DOA Jointly Estimation Based on FRFT in Bistatic MIMO Radar System 7 Asia-Pacific Engineering and Technoogy Conference (APETC 7) ISBN: 978--6595-443- A Nove Method for Dopper and DOD- DOA Jointy Estimation Based on FRFT in Bistatic MIMO Radar System Derui Song, Li Li,

More information

P H O T O CD I N F O R M A T I O N B U L L E T I N

P H O T O CD I N F O R M A T I O N B U L L E T I N PCD 077 Juy, 1994 Copyright, Eastman Kodak Company, 1994 P H O T O CD I N F O R M A T I O N B U L L E T I N Fuy Utiizing Photo CD Images Maintaining Coor Consistency When Creating KODAK Photo CD Portfoio

More information

Utility-Proportional Fairness in Wireless Networks

Utility-Proportional Fairness in Wireless Networks IEEE rd Internationa Symposium on Persona, Indoor and Mobie Radio Communications - (PIMRC) Utiity-Proportiona Fairness in Wireess Networks G. Tychogiorgos, A. Gkeias and K. K. Leung Eectrica and Eectronic

More information

Audio-Visual Grouplet: Temporal Audio-Visual Interactions for General Video Concept Classification

Audio-Visual Grouplet: Temporal Audio-Visual Interactions for General Video Concept Classification Audio-Visua Groupet: Tempora Audio-Visua Interactions for Genera Video Concept Cassification Wei Jiang Aexander C. Loui Corporate Research and Engineering, Eastman Koda Company, Rochester, NY {wei.iang,

More information

CAN FD system design

CAN FD system design icc 215 CAN FD system design Dr. - Ing. M. Schreiner Daimer Research and Deveopment Abstract The objective of this paper is to give genera design rues for the physica ayer of CAN FD networks. As an introduction

More information

Expert Systems with Applications

Expert Systems with Applications Expert Systems with Appications 37 (010) 340 346 Contents ists avaiabe at ScienceDirect Expert Systems with Appications journa homepage: www.esevier.com/ocate/eswa A neura network approach to target cassification

More information

High-speed Noise Cancellation with Microphone Array

High-speed Noise Cancellation with Microphone Array Noise Cancellation a Posteriori Probability, Maximum Criteria Independent Component Analysis High-speed Noise Cancellation with Microphone Array We propose the use of a microphone array based on independent

More information

Resource Allocation via Linear Programming for Multi-Source, Multi-Relay Wireless Networks

Resource Allocation via Linear Programming for Multi-Source, Multi-Relay Wireless Networks Resource Aocation via Linear Programming for Muti-Source, Muti-Reay Wireess Networs Nariman Farsad and Andrew W Ecford Dept of Computer Science and Engineering, Yor University 4700 Keee Street, Toronto,

More information

Satellite Link Layer Performance Using Two Copy SR-ARQ and Its Impact on TCP Traffic

Satellite Link Layer Performance Using Two Copy SR-ARQ and Its Impact on TCP Traffic Sateite Link Layer Performance Using Two Copy SR-ARQ and Its Impact on TCP Traffic Jing Zhu and Sumit Roy Department of Eectrica Engineering, University of Washington Box 352500, Seatte, WA 98195, USA

More information

A TWO-PART PREDICTIVE CODER FOR MULTITASK SIGNAL COMPRESSION. Scott Deeann Chen and Pierre Moulin

A TWO-PART PREDICTIVE CODER FOR MULTITASK SIGNAL COMPRESSION. Scott Deeann Chen and Pierre Moulin A TWO-PART PREDICTIVE CODER FOR MULTITASK SIGNAL COMPRESSION Scott Deeann Chen and Pierre Moulin University of Illinois at Urbana-Champaign Department of Electrical and Computer Engineering 5 North Mathews

More information

The European Emission Specifications

The European Emission Specifications The European Emission Specifications. Manfred Stecher Rohde & Schwarz GmbH & Co. KG MihdorfstraDe 15 D-81671 Miinchen, Germany SUMMARY The paper gives an overview over the current European emission specifications.

More information

arxiv: v4 [physics.soc-ph] 31 Dec 2013

arxiv: v4 [physics.soc-ph] 31 Dec 2013 A Cascading Faiure Mode by Quantifying Interactions Junjian Qi and Shengwei Mei Department of Eectrica Engineering, Tsinghua University, Beijing, China 100084 arxiv:1301.2055v4 [physics.soc-ph] 31 Dec

More information

Comparison of One- and Two-Way Slab Minimum Thickness Provisions in Building Codes and Standards

Comparison of One- and Two-Way Slab Minimum Thickness Provisions in Building Codes and Standards ACI STRUCTURAL JOURNAL Tite no. 107-S15 TECHNICAL PAPER Comparison of One- and Two-Way Sab Minimum Thickness Provisions in Buiding Codes and Standards by Young Hak Lee and Andrew Scanon Minimum thickness

More information

Joint Spectrum Access and Pricing in Cognitive Radio Networks with Elastic Traffic

Joint Spectrum Access and Pricing in Cognitive Radio Networks with Elastic Traffic Joint Spectrum Access and Pricing in Cognitive Radio Networks with Eastic Traffic Joceyne Eias University of Bergamo E-mai: joceyne.eias@unibg.it Fabio Martignon University of Bergamo E-mai: fabio.martignon@unibg.it

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

Feasibility of remote sensing to inform site condition monitoring assessments on Scottish terrestrial SSSIs

Feasibility of remote sensing to inform site condition monitoring assessments on Scottish terrestrial SSSIs COMMISSIONED REPORT Commissioned Report No. 083 Feasibiity of remote sensing to inform site condition monitoring assessments on Scottish terrestria SSSIs (ROAME No. F02LG15) For further information on

More information

Model of Neuro-Fuzzy Prediction of Confirmation Timeout in a Mobile Ad Hoc Network

Model of Neuro-Fuzzy Prediction of Confirmation Timeout in a Mobile Ad Hoc Network Mode of Neuro-Fuzzy Prediction of Confirmation Timeout in a Mobie Ad Hoc Network Igor Konstantinov, Kostiantyn Poshchykov, Sergej Lazarev, and Oha Poshchykova Begorod State University, Pobeda Street 85,

More information

Theoretical Profile of Ring-Spun Slub Yarn and its Experimental Validation

Theoretical Profile of Ring-Spun Slub Yarn and its Experimental Validation Chong-Qi Ma, Bao-Ming Zhou, Yong Liu, Chuan-Sheng Hu Schoo of Texties, Tianjin Poytechnic University, 399 West Binshui Road, Xiqing District, Tianjin, 300387, China E-mai: iuyong@tjpu.edu.cn Theoretica

More information

Mel Spectrum Analysis of Speech Recognition using Single Microphone

Mel Spectrum Analysis of Speech Recognition using Single Microphone International Journal of Engineering Research in Electronics and Communication Mel Spectrum Analysis of Speech Recognition using Single Microphone [1] Lakshmi S.A, [2] Cholavendan M [1] PG Scholar, Sree

More information

WIRELESS sensor networks have opened up many opportunities

WIRELESS sensor networks have opened up many opportunities 1 Never Use Labes: Signa Strength-Based Bayesian Device-Free Locaization in Changing Environments Peter Hiyard and Nea Patwari arxiv:1812.11836v1 [cs.ni] 12 Dec 218 Abstract Device-free ocaization (DFL)

More information

A CPW-Fed Printed Monopole Ultra-Wideband Antenna with E-Shaped Notched Band Slot

A CPW-Fed Printed Monopole Ultra-Wideband Antenna with E-Shaped Notched Band Slot Iraqi Journa of Appied Physics Emad S. Ahmed Department of Eectrica and Eectronic Engineering University of Technoogy, Baghdad, Iraq A CPW-Fed Printed Monopoe Utra-Wideband Antenna with E-Shaped Notched

More information

Energy-efficient Video Streaming from High-speed Trains

Energy-efficient Video Streaming from High-speed Trains Energy-efficient Video Streaming from High-speed Trains Xiaoqiang Ma, Jiangchuan Liu Computing Science Schoo Simon Fraser University xma10,jciu@cs.sfu.ca Hongbo Jiang Department of EIE Huazhong University

More information

Availability Analysis for Elastic Optical Networks with Multi-path Virtual Concatenation Technique

Availability Analysis for Elastic Optical Networks with Multi-path Virtual Concatenation Technique Progress In Eectromagnetics Research Symposium Proceedings, Guangzhou, China, Aug. 25 28, 2014 849 Avaiabiity Anaysis for Eastic Optica Networks with Muti-path Virtua Concatenation Technique Xiaoing Wang

More information

Alignment of Defense Contractors Innovation Strategies With US DOD RDT&E Plans: The Winners and Losers.

Alignment of Defense Contractors Innovation Strategies With US DOD RDT&E Plans: The Winners and Losers. Aignment of Defense Contractors Innovation Strategies With US DOD RDT&E Pans: The Winners and Losers. A new anaysis by Vector Anaytics based on the FY19 budget request. www.vector-anaytics.com 2 This new

More information

Optimum Fault Current Limiter Placement

Optimum Fault Current Limiter Placement Optimum aut urrent Limiter acement Jen-Hao Teng han-an Lu Abstract: Due to the difficuty in power network reinforcement and the interconnection of more distributed generations, faut current eve has become

More information

Efficient Downlink Channel Reconstruction for FDD Multi-Antenna Systems

Efficient Downlink Channel Reconstruction for FDD Multi-Antenna Systems 1 Efficient Downink Channe Reconstruction for FDD Muti-Antenna Systems Yu Han, Tien-Hao Hsu, Chao-Kai Wen, Kai-Kit Wong, and Shi Jin Nationa Mobie Communications Research Laboratory, Southeast University,

More information

Blind Multiuser Detection in Asynchronous DS-CDMA Systems over Nakagami-m Fading Channels

Blind Multiuser Detection in Asynchronous DS-CDMA Systems over Nakagami-m Fading Channels Bind Mutiuser Detection in Asynchronous DS-CDMA Systems over akagami-m Fading Channes Vinay Kumar Pamua JU Kakinada, Andhra Pradesh, India 533 003 pamuavk@yahoo.com ABSRAC his paper presents a technique

More information

A Low Complexity VCS Method for PAPR Reduction in Multicarrier Code Division Multiple Access

A Low Complexity VCS Method for PAPR Reduction in Multicarrier Code Division Multiple Access 0 JOURNAL OF ELECTRONIC SCIENCE AND TECHNOLOGY OF CHINA, VOL. 5, NO., JUNE 007 A Low Compexity VCS Method for PAPR Reduction in Muticarrier Code Division Mutipe Access Si-Si Liu, Yue iao, Qing-Song Wen,

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences AENSI Journas Austraian Journa of Basic and Appied Sciences ISSN:1991-8178 Journa home page: www.ajbasweb.com Improvement of Faut Identification and Locaization Using Gustafson-Kesse Agorithm In Adaptive

More information

CO-ORDINATE POSITION OF SENSOR IN MASS OF CUTTING TOOL

CO-ORDINATE POSITION OF SENSOR IN MASS OF CUTTING TOOL XIV Internationa PhD Worshop OWD 00 3 October 0 CO-ORDINATE POSITION OF SENSOR IN MASS OF CUTTING TOOL G. Tymchi I. Diorditsa S. Murahovsyy R. Tymchi Nationa Technica University of Uraine "Kiev Poytechnic

More information

Power Spectrum Optimization for Interference Mitigation via Iterative Function Evaluation

Power Spectrum Optimization for Interference Mitigation via Iterative Function Evaluation Power Spectrum Optimization for Interference Mitigation via Iterative Function Evauation Hayssam Dahrouj, Wei Yu, Taiwen Tang, and Steve Beaudin Eectrica and Computer Engineering Dept., University of Toronto,

More information

FREQUENCY-DOMAIN TURBO EQUALIZATION FOR SINGLE CARRIER MOBILE BROADBAND SYSTEMS. Liang Dong and Yao Zhao

FREQUENCY-DOMAIN TURBO EQUALIZATION FOR SINGLE CARRIER MOBILE BROADBAND SYSTEMS. Liang Dong and Yao Zhao FREQUENCY-DOMAIN TURBO EQUALIZATION FOR SINGLE CARRIER MOBILE BROADBAND SYSTEMS Liang Dong and Yao Zhao Department of Eectrica and Computer Engineering Western Michigan University Kaamazoo, MI 49008 ABSTRACT

More information

Chapter 15 Other Modifications

Chapter 15 Other Modifications Chapter 15 Other Modifications We have aready seen ways to modify a sound through either edition (see Chap. 6) or fitering (see Chap. 14). Some other changes in ampitude, time, and/or frequency might be

More information

Cross-layer queuing analysis on multihop relaying networks with adaptive modulation and coding K. Zheng 1 Y. Wang 1 L. Lei 2 W.

Cross-layer queuing analysis on multihop relaying networks with adaptive modulation and coding K. Zheng 1 Y. Wang 1 L. Lei 2 W. www.ietd.org Pubished in IET Communications Received on 18th June 2009 Revised on 30th Juy 2009 ISSN 1751-8628 Cross-ayer queuing anaysis on mutihop reaying networks with adaptive moduation and coding

More information

Classification of ships using autocorrelation technique for feature extraction of the underwater acoustic noise

Classification of ships using autocorrelation technique for feature extraction of the underwater acoustic noise Classification of ships using autocorrelation technique for feature extraction of the underwater acoustic noise Noha KORANY 1 Alexandria University, Egypt ABSTRACT The paper applies spectral analysis to

More information

Fox-1E (RadFxSat-2) Telemetry and Whole Orbit Data Simulation. Burns Fisher, W2BFJ Carl Wick, N3MIM

Fox-1E (RadFxSat-2) Telemetry and Whole Orbit Data Simulation. Burns Fisher, W2BFJ Carl Wick, N3MIM Fox-1E (RadFxSat-2) Teemetry and Whoe Orbit Data Simuation Burns Fisher, W2BFJ Car Wick, N3MIM 1 Review: Fox-1 DUV Teemetry Fox-1A through Fox-1D are FM Repeater Sateites» Ony a singe downink frequency»

More information

Suppression of ISI Caused by Sampling Time Offset in IFDMA Systems

Suppression of ISI Caused by Sampling Time Offset in IFDMA Systems Suppression of ISI Caused by Samping Time Offset in IFDA Systems Aexander Arkhipov, ichae Schne German Aerospace Center (DLR), Inst. of Communications and Navigation, D-82234, Wessing, Germany. Phone/e-mai:

More information

Joint Beamforming and Power Optimization with Iterative User Clustering for MISO-NOMA Systems

Joint Beamforming and Power Optimization with Iterative User Clustering for MISO-NOMA Systems This artice has been accepted for pubication in a future issue of this journa, but has not been fuy edited. Content may change prior to fina pubication. Citation information: DOI 0.09/ACCESS.07.70008,

More information

arxiv: v1 [cs.it] 22 Aug 2007

arxiv: v1 [cs.it] 22 Aug 2007 Voice Service Support in Mobie Ad Hoc Networks Hai Jiang, Ping Wang, H. Vincent Poor, and Weihua Zhuang Dept. of Eec. & Comp. Eng., University of Aberta, Canada, hai.jiang@ece.uaberta.ca Dept. of Eec.

More information

BVRIT HYDERABAD College of Engineering for Women Department of Electronics and Communication Engineering

BVRIT HYDERABAD College of Engineering for Women Department of Electronics and Communication Engineering Subject Name: BVRIT HYDERABAD Coege of Engineering for Women Department of Eectronics and Communication Engineering Prepared by (Facuty Name): Hand Out Eectronic Circuit Anaysis Mr. G. Siva SankarVarma,

More information

Effect of Estimation Error on Adaptive L-MRC Receiver over Nakagami-m Fading Channels

Effect of Estimation Error on Adaptive L-MRC Receiver over Nakagami-m Fading Channels Internationa Journa of Appied Engineering Research ISSN 973-456 Voume 3, Number 5 (8) pp. 77-83 Research India Pubications. http://www.ripubication.com Effect of Estimation Error on Adaptive -MRC Receiver

More information

Resource Allocation via Linear Programming for Fractional Cooperation

Resource Allocation via Linear Programming for Fractional Cooperation 1 Resource Aocation via Linear Programming for Fractiona Cooperation Nariman Farsad and Andrew W Ecford Abstract In this etter, resource aocation is considered for arge muti-source, muti-reay networs empoying

More information

Campus Location Recognition using Audio Signals

Campus Location Recognition using Audio Signals 1 Campus Location Recognition using Audio Signals James Sun,Reid Westwood SUNetID:jsun2015,rwestwoo Email: jsun2015@stanford.edu, rwestwoo@stanford.edu I. INTRODUCTION People use sound both consciously

More information

Singing Voice Detection. Applications of Music Processing. Singing Voice Detection. Singing Voice Detection. Singing Voice Detection

Singing Voice Detection. Applications of Music Processing. Singing Voice Detection. Singing Voice Detection. Singing Voice Detection Detection Lecture usic Processing Applications of usic Processing Christian Dittmar International Audio Laboratories Erlangen christian.dittmar@audiolabs-erlangen.de Important pre-requisite for: usic segmentation

More information

Run to Potential: Sweep Coverage in Wireless Sensor Networks

Run to Potential: Sweep Coverage in Wireless Sensor Networks Run to Potentia: Sweep Coverage in Wireess Sensor Networks Min Xi,KuiWu,Yong Qi,Jizhong Zhao, Yunhao Liu,MoLi Department of Computer Science, Xi an Jiaotong University, China Department of Computer Science,

More information

Spatial Characteristics of 3D MIMO Wideband Channel in Indoor Hotspot Scenario at 3.5 GHz

Spatial Characteristics of 3D MIMO Wideband Channel in Indoor Hotspot Scenario at 3.5 GHz Spatia Characteristics of 3D MIMO Wideband Channe in Indoor Hotspot Scenario at 3.5 GHz ei Tian Jianhua Zhang Yuxiang Zhang State Key ab. of Networking and Switching Tech. Beijing Univ. of osts and Teecom.

More information

Robust Speaker Identification for Meetings: UPC CLEAR 07 Meeting Room Evaluation System

Robust Speaker Identification for Meetings: UPC CLEAR 07 Meeting Room Evaluation System Robust Speaker Identification for Meetings: UPC CLEAR 07 Meeting Room Evaluation System Jordi Luque and Javier Hernando Technical University of Catalonia (UPC) Jordi Girona, 1-3 D5, 08034 Barcelona, Spain

More information

CONVOLUTIONAL NEURAL NETWORK FOR ROBUST PITCH DETERMINATION. Hong Su, Hui Zhang, Xueliang Zhang, Guanglai Gao

CONVOLUTIONAL NEURAL NETWORK FOR ROBUST PITCH DETERMINATION. Hong Su, Hui Zhang, Xueliang Zhang, Guanglai Gao CONVOLUTIONAL NEURAL NETWORK FOR ROBUST PITCH DETERMINATION Hong Su, Hui Zhang, Xueliang Zhang, Guanglai Gao Department of Computer Science, Inner Mongolia University, Hohhot, China, 0002 suhong90 imu@qq.com,

More information

Fast Hybrid DFT/DCT Architecture for OFDM in Cognitive Radio System

Fast Hybrid DFT/DCT Architecture for OFDM in Cognitive Radio System Fast Hybrid DF/D Architecture for OFDM in ognitive Radio System Zhu hen, Moon Ho Lee, Senior Member, EEE, hang Joo Kim 3 nstitute of nformation&ommunication, honbuk ationa University, Jeonju, 56-756,Korea

More information

Aalborg Universitet On Radiated Performance Evaluation of Massive MIMO Devices in Multi-Probe Anechoic Chamber OTA Setups General rights

Aalborg Universitet On Radiated Performance Evaluation of Massive MIMO Devices in Multi-Probe Anechoic Chamber OTA Setups General rights Aaborg Universitet On Radiated Performance Evauation of Massive MIMO Devices in Muti-Probe Anechoic Chamber OTA Setups Kyösti, Pekka; Hentiä, Lassi; Fan, Wei; Lehtomaki, Janne; Latva-aho, Matti Pubished

More information

Information Theoretic Radar Waveform Design for Multiple Targets

Information Theoretic Radar Waveform Design for Multiple Targets 1 Information Theoretic Radar Waveform Design for Mutipe Targets Amir Leshem and Arye Nehorai Abstract In this paper we use information theoretic approach to design radar waveforms suitabe for simutaneousy

More information

Audio Similarity. Mark Zadel MUMT 611 March 8, Audio Similarity p.1/23

Audio Similarity. Mark Zadel MUMT 611 March 8, Audio Similarity p.1/23 Audio Similarity Mark Zadel MUMT 611 March 8, 2004 Audio Similarity p.1/23 Overview MFCCs Foote Content-Based Retrieval of Music and Audio (1997) Logan, Salomon A Music Similarity Function Based On Signal

More information

DIGITISATION: CONCEPT, NEED, METHODS AND EQUIPMENT

DIGITISATION: CONCEPT, NEED, METHODS AND EQUIPMENT UNIT 7 DIGITISATION: CONCEPT, NEED, METHODS AND EQUIPMENT Structure 7.0 Objectives 7.1 Introduction 7.2 Digitisation: Basics 7.2.1 Definition 7.2.2 Need for Digitisation 7.3 Seection of Materias for Digitisation

More information

SMOOTHED DOPPLER PROFILE IN MST RADAR DATA- THE MODIFIED CEPSTRUM APPROACH

SMOOTHED DOPPLER PROFILE IN MST RADAR DATA- THE MODIFIED CEPSTRUM APPROACH SMOOTHED DOPPLER PROFILE IN MST RADAR DATA- THE MODIFIED CEPSTRUM APPROACH M. Venatanarayana 1 and T. Jayachandra Prasad 1 Department of ECE, KSRE, Kadapa, India RGET, Nandya, India E-Mai: narayanamoram@gmai.com

More information