ABNORMAL SOUND EVENT DETECTION USING TEMPORAL TRAJECTORIES MIXTURES

Size: px
Start display at page:

Download "ABNORMAL SOUND EVENT DETECTION USING TEMPORAL TRAJECTORIES MIXTURES"

Transcription

1 ABNORMAL SOUND EVENT DETECTION USING TEMPORAL TRAJECTORIES MIXTURES Debalya Chakrabarty Mounya Elhilali Departent of Electrical and Coputer Engineering Johns Hopkins University, Baltiore, MD, USA. ABSTRACT Detection of anoalous sound events in audio surveillance is a challenging task when applied to realistic settings. Part of the difficulty stes fro properly defining the noral behavior of a crowd or an environent (e.g. airport, train station, sport field). By successfully capturing the heterogeneous nature of sound events in an acoustic environent, we can use it as a reference against which anoalous behavior can be detected in continuous audio recordings. The current study proposes a ethodology for representing sound classes using a hierarchical network of convolutional features and ixture of teporal trajectories (MTT). The fraework couples unsupervised and supervised learning and provides a robust schee for detection of abnoral sound events in a subway station. The results reveal the strength of the proposed representation in capturing non-trivial coonalities within a single sound class and variabilities across different sound classes as well as high degree of robustness in noise. Index Ters Anoalous sound events, Hierarchical network, Convolutional feature representation, Mixture of teporal trajectory odels 1. INTRODUCTION Defining abnoral behavior in an audio recording is a challenging task. First of all, there is no universal definition of what abnorality eans. Second, even what is noral cannot be easily defined given the coplex nature of sound sources in realistic scenarios. To date, ost research efforts in anoaly detection have ainly focused on detection of isolated events in continuous recordings such as shouts [1], screas [2], laughs [3], gunshots and explosions [5] etc. However, for setting up a surveillance syste in an environent like a train or subway station, detecting abnoralities based on exaining isolated events becoes highly inefficient since collections of such isolated events can overlay noral behavior. Instead, we consider the proble of obtaining a good odel representation of noral behavior in the environent. We are particularly interested in odels that can capture non-trivial coonalities across various sound events as well as their interactions in the context of a coplex scene. Modeling acoustic scene behavior ultiately reduces to a choice of feature representation and learning odel that can best characterize the yriad events that can be encountered in acoustic scenes. Mel-Frequency Cepstral Coefficients (MFCC) are the ost widely used representation in acoustic event detection tasks. They provide a copact and efficient apping of the spectral characteristics of siple scenes [6, 7, 8]. Unfortunately, their perforance does not generalize to real world environents which are inherently dynaic and often corrupted by noise. In order to accurately report the intricacies of such realistic scenarios, it is iperative that any odeling of acoustic characteristics captures both spectral and teporal nuances of the signal over ultiple resolutions and tie-constants [9, 10]. Work in this direction has often eployed two-diensional tie-frequency filter-banks using Gabor filters, localized Fourier bases or even bioietic spectro-teporal receptive fields [11]. In [12], Lee et al. reported a localized and rich tiling of the spectro-teporal space of sound classes derived fro unsupervised learning of unlabeled data in the context of Restricted Boltzann Machines (RBM) [13]. In the current work, we build on this rich basis set; and extend applicability of unsupervised learning using RBMs to the proble of anoaly detection in audio recordings. Operating on this feature analysis often coes a robust backend classifier whose role is to capture variability across different instances of the sound class. Unsupervised classifiers like Support vector achines (SVM) and Gaussian ixture odels (GMM) have proved to be very efficient in odeling the ean statistics of analytical audio features in tasks of screa, laughter and gunshot detection [14, 15]. These odels do provide well defined average representation of isolated events but fail to capture the inforation contained in the teporal dynaics of these events. In contrast, HMM based odels are capable of capturing such teporal trajectories [15]. However, because of their arkovian constraint, they becoe inefficient in odeling the long ter teporal dependencies across events essential to obtain a global context of an acoustic scene. Recent work started using ore representationally powerful generative odels based on dis-

2 Fig. 1. Block diagra of MTT based abnoral sound event detection tributed hidden states, such as Conditional RBMs [16] to learn representation of teporal dynaics fro data rather than explicitly odeling the under hard wired assuptions. In the current study, we develop a hybrid RBM-CRBM schee for odeling noral acoustic behavior in a subway station. An event such as noral conversation aong riders is typically coprised of ultiple sub-events like speech, laugh, cheerful banter etc., each having its own set of spectral and teporal dynaics. In order to capture these different odes of teporal dynaics as well as their interactions and transitions across each other, we propose a ixture of dynaic trajectories that can decopose the global teporal space of a noral event into ultiple trajectories, each of which belongs to a seantically different sub-event. We develop an integrated fraework of learning the localized spectro-teporal attributes in an unsupervised fashion as well as capturing their different odes of teporal trajectories by using a set of ixtures of teporal trajectories (MTTs). The fraework flags as abnoral events that don t fall within the span of learned trajectories. The organization of this paper is as follows: Section 2 provides a detailed description of the proposed ethodology using a hybrid RBM-MTT fraework. Section 3 outlies the experiental setup and event detection results, while section 4 provides conclusion and discussion of the results. 2. METHOD Our proposed fraework for abnoral sound event detection coprises 3 ain processing blocks; acoustic odeling using RBM, dynaic odeling using MTT and finally using these odels for abnoral sound event detection as shown in Figure 1. The proposed syste operates on tie frequency representation of acoustic signal. A tie-frequency auditory spectrogra y(t, f) is extracted fro each audio file based on a odel of peripheral processing in the aalian auditory syste [17]. The spectrogra representation y(t, f) is sapled with frae size of 10 s. 10 consecutive fraes are then grouped together to for a one diensional vector x in a process of shingling [18]. A dataset of n sapled patches given by X = x 1,x 2,...,x n is fored, where x (i) R N and N = 1280 in our case Acoustic odeling using RBM We use Sparse restricted Boltzann achine (RBM) as the unsupervised learning algorith to discover features fro the unlabeled dataset X. Sparse RBMs are undirected graphical odels with K binary hidden variables [19]. We train the first layer RBM representations coprised of 400 hidden units using the contrastive divergence (CD) approxiation with sae type of hyper-paraeters and sparsity penalty as used in [20]. The training produces the weights W k for k =1, 2,...,400 which are a representation of localized spectro-teporal attributes. In order to get a representation siilar to localized 2D filters, we transfor these one diensional weights W k into h k (t, f) where t =10andf = 128. We apply these 2D filters over the tie-frequency patch y(t, f) extracted fro the labeled dataset of noral conversations to obtain filter responses r k (t) given by: r k (t) = y l (τ,f)h(t τ,f)dτ (1) f Filter responses r k (t) are used as our feature representation for the next processing block Dynaic odeling using MTT Next, a ixture of CRBMs (CRBM) [21] is proposed as a dynaical ixture odel to decopose the global teporal space of a noral event into ultiple trajectories, where each such trajectory belongs to a particular sub-event. A dynaical ixture odel can be created by introducing a ixture coponent variable, q, with M possible states [21]. The dynaical odel is defined by a joint distribution: p(γ t, z t, q t γ N )=exp( E(γ t, z t, q t γ N ))/Z(γ N ) (2) where γ t is real valued representation of current filter response, z t is a collection of binary hidden units such that z (0, 1), and γ N contains the history of past N filter responses to provide a way for capturing the long ter teporal

3 dependencies across the responses. The energy function E is given by: E(γ t, z t, q t γ N )= 1 (γ it ĉ it ) 2 z jt ˆdjt 2 i j (3) q t W ij γ it z jt where W captures the interactions between the filter responses and hidden variables and the dynaical ters ĉ it and ˆd jt are linear functions of previous N filter responses γ N, given by: ĉ it = ( q t C i + ) A il γ ln l ˆd jt = ( q t D j + ) (4) B il γ ln l i,j library [23] to train our first layer RBM bases. BBC sound effects library contain classes like Abience, Anials, Office, Transportation and Musical etc. Because of such heterogeneity across the scenes, RBM weights are not biased towards one particular kind of scene. The dataset used for abnoral sound events detection contains recordings of audio events in a etro station [24]; the duration of each file ranging fro 1 inute to about 6 inutes. We resaple each recording in the dataset to 8 KHz and preprocess the through a preephasis filter with coefficients [1 0.97] in order to boost the high frequencies. The recordings contain events like noral speech, laughter, cheerful banter etc. annotated as noral conversation. The fraes belonging to noral events are split randoly into 80 % for training the MTT odels and rest 20 % as developent and test set. The recordings also contain events like train passing by, shout, screa, fights, aggressive behavior etc. which we consider as abnoral in our analysis and include the in the test set for detection. where C and D are static biases and A and B are autoregressive odel paraeters. The paraeter set θ = ( W, A, B, C, D) of CRBM are learned using contrastive divergence (CD) approxiation. We refer the reader to [21] for details of learning CRBM by CD. This learned paraeter set θ becoes our representation of ixture of teporal trajectories (MTT) odels. We use M=10 assuing a ixture of 10 coponents can span the entire teporal trajectory space of a single event and use 200 hidden units in our CRBM architecture Abnoral Sound Event Detection In the detection stage, we use the easure of log-likelihood score of a given test frae under our learned MTT odel to decide whether the frae under consideration belongs to an abnoral event or noral conversation [21]. A test audio signal is processed through the learned RBM weights to obtain feature representation r k (t) as per equation 1. On applying the paraeter set θ over r k (t), we obtain a log likelihood score L given by: L = log(p(r t r N ; θ)) = log( z t,q t p(r t, z t, q t r N )) (5) We copare this likelihood score L with a threshold value obtained fro developent set and we label the frae as noral if L>threshold or abnoral if L<threshold Data 3. EXPERIMENTAL SETUP AND RESULTS We prepare an unlabeled training dataset by randoly ixing the recordings fro both TIMIT [22] and BBC sound effects 3.2. Syste variants The perforance of an abnoral sound event detection syste depends on how good our odel representation is. The key aspect of our odel representation is based on a set of ixtures of teporal trajectories capturing the interactions and transitions across ultiple events in a coplex acoustic scene. In order to quantify its iportance and effect on syste perforance, we contrast our proposed syste against 3 syste variants based on siilar generative fraework and backbone architecture but with variabilities in ixture coponents and trajectory representations. In one case, we train our MTT odel using M =1to see how the perforance of the detection syste changes when a single ixture coponent is used to odel different odes of teporal trajectories existing within a single event. Secondly, in order to quantify the iportance of teporal trajectories based representation, we build a detection syste by replacing CRBM block with a regular RBM that odels only the localized spectroteporal odulations without any inforation of long ter teporal dependencies. Our final syste is based on learning first layer RBM bases only fro noral conversation and use these learned bases for detecting the abnoral events Results and Analysis Figure 2 shows the ROC for each of the detection systes by including/excluding the MTT stage as well as varying the nuber of ixtures capturing the teporal trajectories. The figure shows that our proposed syste using MTT odel with M = 10 perfors the best in ters of true positive rate. When MTT is replaced by a RBM layer in the fraework, we see that the detection perforance of the syste degrades because of incapability of RBM based representation in capturing the long ter teporal dependencies. Single layer RBMs

4 True positive rate MTT with M = 10 MTT with M = 1 2 layer RBM Single layer RBM False positive rate Fig. 2. ROC curves for 4 systes regarding to detection of abnoral sound events trained only on noral conversations gives the worst perforance in ters of true positives; the ain reason being the first layer RBM bases trained on a sall set of data are not able to capture a good representation of localized spectroteporal attributes. As a result of this poor characterization, we get a lot ore false negatives for this syste copared to other systes. For MTT odel with M =1, the observation gets interesting. We see that its detection perforance is better than RBM based systes, thus illustrating the iportance of long ter teporal dependencies over short ter teporal structure for better characterization of sound events. However, the true positive rate for this syste decreases when copared to MTT odel with M =10. This observation is ainly accounted for by the fact that due to presence of different odes of teporal trajectories within an event of noral conversation, MTT with M =1fails to span the entire teporal trajectory space of such a broader class. As a result, when an event like laughter occurs in a continuous audio, the syste detects it as an abnoral event even though it is labeled as noral conversation. To provide ore insight into the idea of MTTs capturing different odes of teporal trajectories, we apply our MTT odel to a saple recording of noral conversation aong riders in a subway station. At several points during the conversation, other than noral speech, there are instances of laugh, exciteent etc. which are non stationary events having their own set of dynaics. In our experiental analysis, we find that fraes belonging to the instances of laugh and exciteent are assigned to coponents 1, 4 and 7 with an average probability of ; while coponent 9 captures the teporal trajectories of noral speech in the conversation with an average probability of This probabilistic assignent of fraes to different coponents of MTT confirs our intuition that MTT with desired nuber of coponents is able to segent an event with different odes of teporal trajectories into statistically salient sub-events. We further test the robustness of the proposed syste by adding noise fro NOISEX-92 database [25] to the test set SNR (db) F-easure (%) for 4 detection systes MTT 2 layer (M=1) RBM MTT (M=10) Single layer RBM Clean db db dB db db Table 1. Abnoral sound events detection results for 4 systes at different SNR levels at different SNR levels of 20, 10, 0, -5 and -10 db. The perforance of the systes are easured in ters of percentage F-easure. We see fro Table 1 that MTT (M=10) based detection syste not only outperfors the other three syste variants in clean scenario but exhibits robustness in presence of noise as well. When noise level increases, the detection perforance of our MTT based syste degrades at a uch lower rate copared to the other three syste variants. We also observe that for upto 10 db SNR, our proposed syste gives a very satisfactory perforance in detecting the abnoral sound events. Another interesting point to note fro Table 1 is that even MTT odels with M =1perfors better than RBM based odels for all noise cases. This clearly shows the iportance of incorporating the inforation of teporal trajectories along with localized spectro-teporal attributes in the odel representation of sound events for a robust characterization.. 4. CONCLUSION In this work, we develop a hybrid RBM-MTT fraework for abnoral sound event detection in subway station by using a joint representation of localized spectro-teporal attributes with ixtures of teporal trajectories. Such a joint representation is very effective in capturing the intricate details and coonalities across a broader sound class spanned by ultiple events. We show that MTT as a dynaical ixture odel spans the coplete teporal trajectory space of a coplex acoustic scene by decoposing it into ultiple trajectories, each of which belongs to a particular sub-event. In abnoral sound event detection task, the detection accuracy iproves by an absolute 7 % over RBM class of odels when inforation of different odes of teporal dynaics is incorporated in odel representation of sound objects via our proposed MTT. We also find that our MTT based representation augents the detection syste with high degree of noise robustness at low SNR levels, thus illustrating the fact that the joint representation provides a uch robust characterization of broader sound classes.

5 5. REFERENCES [1] V.K. Mittal and B. Yegnanarayana, Production features for detection of shouted speech, in Consuer Counications and Networking Conference (CCNC), 2013 IEEE, Jan 2013, pp [2] M.K. Nandwana, A. Ziaei, and J.H.L. Hansen, Robust unsupervised detection of huan screas in noisy acoustic environents, in Proceedings of ICASSP 15, April 2015, pp [3] M. Knox and Nikki Mirghafori, Autoatic laughter detection using neural networks, in Interspeech, Antwerp, Belgiu, August [4] S. Ntalapiras, I. Potaitis, and N. Fakotakis, On acoustic surveillance of hazardous situations, in Proceedings of ICASSP 09, April 2009, pp [5] X.Zhuang, X.Zhou, T.Huang, and M.Hasegawa- Johnson, Feature analysis and selection for acoustic event detection, in Proceedings of ICASSP 08, [6] O. Kalini, S. Sundara, and S. Narayanan, Saliency driven unstructured acoustic scene classification using latent perceptual indexing, in Proceedings of MMSP 09, Rio de Janiero, Brazil, October 5-7, [7] W. Nogueira, G. Roa, and P. Herrera, Sound scene identification based on MFCC, binaural features and a support vector achine (SVM) classifier, in IEEE Workshop on Applications of Signal Processing to Audio and Acoustics (WASPAA), [8] S. Neala and M. Elhilali, Relevant spectro-teporal odulations for robust speech and nonspeech classification, [9] C.V. Cotton and D.P.W. Ellis, Spectral vs. spectroteporal features for acoustic event detection, in Applications of Signal Processing to Audio and Acoustics (WASPAA), 2011 IEEE Workshop on, Oct 2011, pp [10] M. Kleinschidt, Localized spectro-teporal features for autoatic speech recognition, in Proceedings of Eurospeech, 2003, pp [11] Honglak Lee, Peter Pha, Yan Largan, and Andrew Y. Ng, Unsupervised feature learning for audio classification using convolutional deep belief networks, in Advances in Neural Inforation Processing Systes 22, pp Curran Associates, Inc., [12] Geoffrey E. Hinton, Learning ultiple layers of representation, Trends in Cognitive Sciences, vol. 11, no. 10, pp , 2015/09/18. [13] Weiin Huang, Tuan Kiang Chiew, Haizhou Li, Tian Shiang Kok, and J. Biswas, Screa detection for hoe applications, in Proceedings of ICIEA 10, June 2010, pp [14] G. Valenzise, L. Gerosa, M. Tagliasacchi, F. Antonacci, and A. Sarti, Screa and gunshot detection and localization for audio-surveillance systes, in Proceedings of AVSS 07, Washington, DC, USA, 2007, pp [15] Graha W Taylor, Geoffrey E Hinton, and Sa T Roweis, Modeling huan otion using binary latent variables, in Advances in neural inforation processing systes, 2006, pp [16] T. Chi, P. Ru, and S. A. Shaa, Multiresolution spectroteporal analysis of coplex sounds, The Journal of the Acoustical Society of Aerica, vol. 118, no. 2, pp , [17] J. Salaon and J.P. Bello, Unsupervised feature learning for urban sound classification, in Proceedings of ICASSP 15, April 2015, pp [18] Marc aurelio Ranzato, Christopher S. Poultney, Suit Chopra, and Yann Lecun, Efficient Learning of Sparse Representations with an Energy-Based Model, in Neural Inforation Processing Systes, 2006, pp [19] K Cho, T Raiko, and A Ilin, Enhanced gradient for training restricted boltzann achines, Neural Coputation, vol. 25, no. 3, pp , March [20] G.W. Taylor, L. Sigal, D.J. Fleet, and G.E. Hinton, Dynaical binary latent variable odels for 3d huan pose tracking, in Coputer Vision and Pattern Recognition (CVPR), 2010 IEEE Conference on, June 2010, pp [21] Willia M. Fisher, George R. Doddington, and Kathleen M. Goudie-Marshall, The DARPA Speech Recognition Research Database: Specifications and Status, in Proceedings of DARPA Workshop on Speech Recognition, 1986, pp [22] The bbc sound effects library original series, May [23] W. Zajdel, J.D. Krijnders, T. Andringa, and D.M. Gavrila, Cassandra: audio-video sensor fusion for aggression detection, in Proceedings of AVSS 07, Sept 2007, pp [24] A. P. Varga, H. J. M. Steeneken, M. Tolinson, and D. Jones, The noisex-92 study on the effect of additive noise on autoatic speech recognition, Tech.Rep., Speech Research Unit, Defense Research Agency, Malvern, U.K., 1992.

FORWARD MASKING THRESHOLD ESTIMATION USING NEURAL NETWORKS AND ITS APPLICATION TO PARALLEL SPEECH ENHANCEMENT

FORWARD MASKING THRESHOLD ESTIMATION USING NEURAL NETWORKS AND ITS APPLICATION TO PARALLEL SPEECH ENHANCEMENT FORWARD MASKING THRESHOLD ESTIMATION USING NEURAL NETWORKS AND ITS APPLICATION TO PARALLEL SPEECH ENHANCEMENT T. S. GUNAWAN 1, O. O. KHALIFA 1, E. AMBIKAIRAJAH 2 1 Electrical and Coputer Engineering Departent,

More information

Direct F 0 Control of an Electrolarynx based on Statistical Excitation Feature Prediction and its Evaluation through Simulation

Direct F 0 Control of an Electrolarynx based on Statistical Excitation Feature Prediction and its Evaluation through Simulation INTERSPEECH 2014 Direct F 0 Control of an Electrolarynx based on Statistical Excitation Prediction and its Evaluation through Siulation Kou Tanaka, Tooki Toda, Graha Neubig, Sakriani Sakti, Satoshi Nakaura

More information

Statistical Singing Voice Conversion based on Direct Waveform Modification with Global Variance

Statistical Singing Voice Conversion based on Direct Waveform Modification with Global Variance INTERSPEECH 15 Statistical Singing Voice Conversion based on Direct Wavefor Modification with Global Variance Kazuhiro Kobayashi, Tooki Toda, Graha Neubig, Sakriani Sakti, Satoshi Nakaura Graduate School

More information

DSI3 Sensor to Master Current Threshold Adaptation for Pattern Recognition

DSI3 Sensor to Master Current Threshold Adaptation for Pattern Recognition International Journal of Signal Processing Systes Vol., No. Deceber 03 DSI3 Sensor to Master Current Threshold Adaptation for Pattern Recognition David Levy Infineon Austria AG, Autootive Power Train Systes,

More information

Adaptive Harmonic IIR Notch Filter with Varying Notch Bandwidth and Convergence Factor

Adaptive Harmonic IIR Notch Filter with Varying Notch Bandwidth and Convergence Factor Journal of Counication and Coputer (4 484-49 doi:.765/548-779/4.6. D DAVID PUBLISHING Adaptive Haronic IIR Notch Filter with Varying Notch Bandwidth and Convergence Factor Li Tan, Jean Jiang, and Liango

More information

A NEW APPROACH TO UNGROUNDED FAULT LOCATION IN A THREE-PHASE UNDERGROUND DISTRIBUTION SYSTEM USING COMBINED NEURAL NETWORKS & WAVELET ANALYSIS

A NEW APPROACH TO UNGROUNDED FAULT LOCATION IN A THREE-PHASE UNDERGROUND DISTRIBUTION SYSTEM USING COMBINED NEURAL NETWORKS & WAVELET ANALYSIS A NEW APPROACH TO UNGROUNDED FAULT LOCATION IN A THREE-PHASE UNDERGROUND DISTRIBUTION SYSTEM USING COMBINED NEURAL NETWORKS & WAVELET ANALYSIS Jaal Moshtagh University of Bath, UK oshtagh79@yahoo.co Abstract

More information

A New Localization and Tracking Algorithm for Wireless Sensor Networks Based on Internet of Things

A New Localization and Tracking Algorithm for Wireless Sensor Networks Based on Internet of Things Sensors & Transducers 203 by IFSA http://www.sensorsportal.co A New Localization and Tracking Algorith for Wireless Sensor Networks Based on Internet of Things, 2 Zhang Feng, Xue Hui-Feng, 2 Zhang Yong-Heng,

More information

Hand Gesture Recognition and Its Application in Robot Control

Hand Gesture Recognition and Its Application in Robot Control IJCSI International Journal of Coputer Science Issues, Volue 13, Issue 1, January 016 www.ijcsi.org 10 Hand Gesture Recognition and Its Application in Robot Control Pei-Guo Wu 1 and Qing-Hu Meng 1 Inforation

More information

Statistical Singing Voice Conversion with Direct Waveform Modification based on the Spectrum Differential

Statistical Singing Voice Conversion with Direct Waveform Modification based on the Spectrum Differential INTERSPEECH 2014 Statistical Singing Voice Conversion with Direct Wavefor Modification based on the Spectru Differential Kazuhiro Kobayashi, Tooki Toda, Graha Neubig, Sakriani Sakti, Satoshi Nakaura Graduate

More information

The NU-NAIST voice conversion system for the Voice Conversion Challenge 2016

The NU-NAIST voice conversion system for the Voice Conversion Challenge 2016 INTERSPEECH 16 Septeber 8 12, 16, San Francisco, USA The NU-NAIST voice syste for the Voice Conversion Challenge 16 Kazuhiro Kobayashi 1, Shinnosuke Takaichi 1, Satoshi Nakaura 1, Tooki Toda 2 1 Nara Institute

More information

ROBUST UNDERWATER LOCALISATION OF ULTRA LOW FREQUENCY SOURCES IN OPERATIONAL CONTEXT

ROBUST UNDERWATER LOCALISATION OF ULTRA LOW FREQUENCY SOURCES IN OPERATIONAL CONTEXT ROBUST UNDERWATER LOCALISATION OF ULTRA LOW FREQUENCY SOURCES IN OPERATIONAL CONTEXT M. Lopatka a, B. Nicolas a, G. Le Touzé a,b, X. Cristol c, B. Chalindar c, J. Mars a, D. Fattaccioli d a GIPSA-Lab /DIS/

More information

Track-Before-Detect for an Active Towed Array Sonar

Track-Before-Detect for an Active Towed Array Sonar 17-20 Noveber 2013, Victor Harbor, Australia Track-Before-Detect for an Active Towed Array Sonar Han X. Vu (1,2), Sauel J. Davey (1,2), Fiona K. Fletcher (1), Sanjeev Arulapala (1,2), Richard Elle (1)

More information

Speech Enhancement using Temporal Masking and Fractional Bark Gammatone Filters

Speech Enhancement using Temporal Masking and Fractional Bark Gammatone Filters PAGE 420 Speech Enhanceent using Teporal Masking and Fractional Bark Gaatone Filters Teddy Surya Gunawan, Eliathaby Abikairajah School of Electrical Engineering and Telecounications The University of New

More information

Kalman Filtering for NLOS Mitigation and Target Tracking in Indoor Wireless Environment

Kalman Filtering for NLOS Mitigation and Target Tracking in Indoor Wireless Environment 16 Kalan Filtering for NLOS Mitigation and Target Tracking in Indoor Wireless Environent Chin-Der Wann National Sun Yat-Sen University Taiwan 1. Introduction Kalan filter and its nonlinear extension, extended

More information

Ruohua Zhou, Josh D Reiss ABSTRACT KEYWORDS INTRODUCTION

Ruohua Zhou, Josh D Reiss ABSTRACT KEYWORDS INTRODUCTION Subitted for; Algoriths and Systes, Edited by W. Wang, Published by IGI Global, ISBN-13: 978-1615209194, July, Music Onset Detection Ruohua Zhou, Josh D Reiss Center for Digital Music, Electronic Engineering

More information

APPLICATION OF THE FAN-CHIRP TRANSFORM TO HYBRID SINUSOIDAL+NOISE MODELING OF POLYPHONIC AUDIO

APPLICATION OF THE FAN-CHIRP TRANSFORM TO HYBRID SINUSOIDAL+NOISE MODELING OF POLYPHONIC AUDIO 6th European Signal Processing Conference (EUSIPCO 8), Lausanne, Switzerland, August 5-9, 8, copyright by EURASIP APPLICATION OF THE FAN-CHIRP TRANSFORM TO HYBRID SINUSOIDAL+NOISE MODELING OF POLYPHONIC

More information

Implementation of Adaptive Viterbi Decoder

Implementation of Adaptive Viterbi Decoder Ipleentation of Adaptive Viterbi Decoder Devendra Made #1 VIII Se B.E.(Etrx) K.D.K.College of Engineering, Nagpur, Maharashtra(I) Asst. Prof. R.B. Khule *2 M.Tech V.L.S.I. K.D.K.College of Engineering,

More information

Comparison Between PLAXIS Output and Neural Network in the Guard Walls

Comparison Between PLAXIS Output and Neural Network in the Guard Walls Coparison Between PLAXIS Output and Neural Network in the Guard Walls Ali Mahbod 1, Abdolghafar Ghorbani Pour 2, Abdollah Tabaroei 3, Sina Mokhtar 2 1- Departent of Civil Engineering, Shahid Bahonar University,

More information

Power Improvement in 64-Bit Full Adder Using Embedded Technologies Er. Arun Gandhi 1, Dr. Rahul Malhotra 2, Er. Kulbhushan Singla 3

Power Improvement in 64-Bit Full Adder Using Embedded Technologies Er. Arun Gandhi 1, Dr. Rahul Malhotra 2, Er. Kulbhushan Singla 3 Power Iproveent in 64-Bit Full Adder Using Ebedded Technologies Er. Arun Gandhi 1, Dr. Rahul Malhotra 2, Er. Kulbhushan Singla 3 1 Departent of ECE, GTBKIET, Chhapianwali Malout, Punjab 2 Director, Principal,

More information

EFFECTS OF MASKING ANGLE AND MULTIPATH ON GALILEO PERFORMANCES IN DIFFERENT ENVIRONMENTS

EFFECTS OF MASKING ANGLE AND MULTIPATH ON GALILEO PERFORMANCES IN DIFFERENT ENVIRONMENTS 1 EFFECTS OF MASKING ANGLE AND MULTIPATH ON GALILEO PERFORMANCES IN DIFFERENT ENVIRONMENTS M. Malicorne*, M. Bousquet**, V. Calettes*** SUPAERO, 1 avenue Edouard Belin BP 43, 3155 Toulouse Cedex, France.

More information

Quality-enhanced Voice Morphing using Maximum Likelihood Transformations

Quality-enhanced Voice Morphing using Maximum Likelihood Transformations 1 Quality-enhanced Voice Morphing using Maxiu Likelihood Transforations Hui Ye, Student Meber, IEEE, and Steve Young, Meber, IEEE Abstract Voice orphing is a technique for odifying a source speaker s speech

More information

Department of Mechanical and Aerospace Engineering, Case Western Reserve University, Cleveland, OH, 2

Department of Mechanical and Aerospace Engineering, Case Western Reserve University, Cleveland, OH, 2 Subission International Conference on Acoustics, Speech, and Signal Processing (ICASSP ) PARAMETRIC AND NON-PARAMETRIC SIGNAL ANALYSIS FOR MAPPING AIR FLOW IN THE EAR-CANALTO TONGUE MOVEMENT: A NEW STRATEGY

More information

Fundamental study for measuring microflow with Michelson interferometer enhanced by external random signal

Fundamental study for measuring microflow with Michelson interferometer enhanced by external random signal Bulletin of the JSME Journal of Advanced Mechanical Design, Systes, and Manufacturing Vol.8, No.4, 2014 Fundaental study for easuring icroflow with Michelson interferoeter enhanced by external rando signal

More information

EXPERIMENTAL VERIFICATION OF SINUSOIDAL APPROXIMATION IN ANALYSIS OF THREE-PHASE TWELVE-PULSE OUTPUT VOLTAGE TYPE RECTIFIERS

EXPERIMENTAL VERIFICATION OF SINUSOIDAL APPROXIMATION IN ANALYSIS OF THREE-PHASE TWELVE-PULSE OUTPUT VOLTAGE TYPE RECTIFIERS th INTERNATIONAL SYPOSIU on POWER ELECTRONICS - Ee 9 XV eđunarodni sipoziju Energetska elektronika Ee 9 NOVI SAD, REPUBLIC OF SERBIA, October 8 th - th, 9 EXPERIENTAL VERIFICATION OF SINUSOIDAL APPROXIATION

More information

Efficient Non-linear Changed Mel-filter Bank VAD Algorithm

Efficient Non-linear Changed Mel-filter Bank VAD Algorithm Matheatical Models and Methods in Modern Science Efficient on-linear Changed Mel-filter Bank VAD Algorith DAMJA VLAJ, ZDRAVKO KAČIČ, MARKO KOS Faculty of Electrical Engineering and Coputer Science University

More information

A Wireless Transmission Technique for Remote Monitoring and Recording System on Power Devices by GPRS Network

A Wireless Transmission Technique for Remote Monitoring and Recording System on Power Devices by GPRS Network Proceedings of the 6th WSEAS International Conference on Instruentation, Measureent, Circuits & Systes, Hangzhou, China, April 15-17, 007 13 A Wireless Transission Technique for Reote Monitoring and Recording

More information

RAKE Receiver. Tommi Heikkilä S Postgraduate Course in Radio Communications, Autumn II.

RAKE Receiver. Tommi Heikkilä S Postgraduate Course in Radio Communications, Autumn II. S-72333 Postgraduate Course in Radio Counications, Autun 2004 1 RAKE Receiver Toi Heikkilä toiheikkila@teliasoneraco Abstract RAKE receiver is used in CDMA-based (Code Division Multiple Access) systes

More information

Notes on Orthogonal Frequency Division Multiplexing (OFDM)

Notes on Orthogonal Frequency Division Multiplexing (OFDM) Notes on Orthogonal Frequency Division Multiplexing (OFDM). Discrete Fourier ransfor As a reinder, the analytic fors of Fourier and inverse Fourier transfors are X f x t t, f dt x t exp j2 ft dt (.) where

More information

Precise Indoor Localization System For a Mobile Robot Using Auto Calibration Algorithm

Precise Indoor Localization System For a Mobile Robot Using Auto Calibration Algorithm Precise Indoor Localization Syste For a Mobile Robot Using Auto Calibration Algorith Sung-Bu Ki, JangMyung Lee, and I.O. Lee : Pusan National University, http://robotics.ee.pusan.ac.r, : Ninety syste Abstract:

More information

Speaker and Noise Independent Voice Activity Detection

Speaker and Noise Independent Voice Activity Detection Speaker and Noise Independent Voice Activity Detection François G. Germain, Dennis L. Sun,2, Gautham J. Mysore 3 Center for Computer Research in Music and Acoustics, Stanford University, CA 9435 2 Department

More information

Detection of Faults in Power System Using Wavelet Transform and Independent Component Analysis

Detection of Faults in Power System Using Wavelet Transform and Independent Component Analysis Detection of Faults in Power Syste Using Wavelet Transfor and Independent Coponent Analysis 1 Prakash K. Ray, 2 B. K. Panigrahi, 2 P. K. Rout 1 Dept. of Electrical and Electronics Engineering, IIIT, Bhubaneswar,

More information

Energy-Efficient Cellular Communications Powered by Smart Grid Technology

Energy-Efficient Cellular Communications Powered by Smart Grid Technology Energy-Efficient Cellular Counications Powered by Sart Grid Technology Itiaz Nasi, Mostafa Zaan Chowdhury, and Md. Syadus Sefat Departent of Electrical and Electronic Engineering Khulna University of Engineering

More information

Analyzing of dynamic characteristics for discrete S-PCNN Rencan Nie1, Shaowen Yao2, Dongming Zhou1and Haiying Deng1,a

Analyzing of dynamic characteristics for discrete S-PCNN Rencan Nie1, Shaowen Yao2, Dongming Zhou1and Haiying Deng1,a Analyzing of dynaic characteristics for discrete S-PCNN Rencan Nie, Shaowen Yao, Donging Zhouand Haiying Deng,a School of Inforation Science, Yunnan University, Kuning 659, China; Graduate School, Yunnan

More information

TESTING OF ADCS BY FREQUENCY-DOMAIN ANALYSIS IN MULTI-TONE MODE

TESTING OF ADCS BY FREQUENCY-DOMAIN ANALYSIS IN MULTI-TONE MODE THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Series A, OF THE ROMANIAN ACADEMY Volue 5, Nuber /004, pp.000-000 TESTING OF ADCS BY FREQUENCY-DOMAIN ANALYSIS IN MULTI-TONE MODE Daniel BELEGA

More information

OTC Statistics of High- and Low-Frequency Motions of a Moored Tanker. sensitive to lateral loading such as the SAL5 and

OTC Statistics of High- and Low-Frequency Motions of a Moored Tanker. sensitive to lateral loading such as the SAL5 and OTC 61 78 Statistics of High- and Low-Frequency Motions of a Moored Tanker by J.A..Pinkster, Maritie Research Inst. Netherlands Copyright 1989, Offshore Technology Conference This paper was presented at

More information

SECURITY AND BER PERFORMANCE TRADE-OFF IN WIRELESS COMMUNICATION SYSTEMS APPLICATIONS

SECURITY AND BER PERFORMANCE TRADE-OFF IN WIRELESS COMMUNICATION SYSTEMS APPLICATIONS Latin Aerican Applied Research 39:187-192 (2009) SECURITY AND BER PERFORMANCE TRADE-OFF IN WIRELESS COMMUNICATION SYSTEMS APPLICATIONS L. ARNONE, C. GONZÁLEZ, C. GAYOSO, J. CASTIÑEIRA MOREIRA and M. LIBERATORI

More information

DERIVATION OF TRAPS IN AUDITORY DOMAIN

DERIVATION OF TRAPS IN AUDITORY DOMAIN DERIVATION OF TRAPS IN AUDITORY DOMAIN Petr Motlíček, Doctoral Degree Programme (4) Dept. of Computer Graphics and Multimedia, FIT, BUT E-mail: motlicek@fit.vutbr.cz Supervised by: Dr. Jan Černocký, Prof.

More information

ELEC2202 Communications Engineering Laboratory Frequency Modulation (FM)

ELEC2202 Communications Engineering Laboratory Frequency Modulation (FM) ELEC Counications Engineering Laboratory ---- Frequency Modulation (FM) 1. Objectives On copletion of this laboratory you will be failiar with: Frequency odulators (FM), Modulation index, Bandwidth, FM

More information

Alternative Encoding Techniques for Digital Loudspeaker Arrays

Alternative Encoding Techniques for Digital Loudspeaker Arrays Alternative Encoding Techniques for Digital Loudspeaer Arrays Fotios Kontoichos, Nicolas Alexander Tatlas, and John Mourjopoulos Audio and Acoustic Technology Group, Wire Counications Laboratory, Electrical

More information

Model Development for the Wideband Vehicle-to-vehicle 2.4 GHz Channel

Model Development for the Wideband Vehicle-to-vehicle 2.4 GHz Channel Model Developent for the Wideband Vehicle-to-vehicle.4 GHz Channel Guillero Acosta and Mary Ann Ingra School of ECE, Georgia Institute of Technology, Atlanta, GA 333-5, USA gte437k@ail.gatech.edu, ai@ece.gatech.edu

More information

INTRODUCTION TO DEEP LEARNING. Steve Tjoa June 2013

INTRODUCTION TO DEEP LEARNING. Steve Tjoa June 2013 INTRODUCTION TO DEEP LEARNING Steve Tjoa kiemyang@gmail.com June 2013 Acknowledgements http://ufldl.stanford.edu/wiki/index.php/ UFLDL_Tutorial http://youtu.be/ayzoubkuf3m http://youtu.be/zmnoatzigik 2

More information

Torsion System. Encoder #3 ( 3 ) Third encoder/disk for Model 205a only. Figure 1: ECP Torsion Experiment

Torsion System. Encoder #3 ( 3 ) Third encoder/disk for Model 205a only. Figure 1: ECP Torsion Experiment Torsion Syste Introduction This lab experient studies dynaics of a torsional syste with single and ultiple degrees of freedo. The effects of various control configurations are studied in later part of

More information

Radio Resource Management in a Coordinated Cellular Distributed Antenna System By Using Particle Swarm Optimization

Radio Resource Management in a Coordinated Cellular Distributed Antenna System By Using Particle Swarm Optimization Radio Resource Manageent in a Coordinated Cellular Distributed Antenna Syste By Using Particle Swar Optiization Oer Haliloglu (1), Cenk Toker (1), Gurhan Bulu (1), Hali Yanikoeroglu (2) (1) Departent of

More information

Iterative Receiver Signal Processing for Joint Mitigation of Transmitter and Receiver Phase Noise in OFDM-Based Cognitive Radio Link

Iterative Receiver Signal Processing for Joint Mitigation of Transmitter and Receiver Phase Noise in OFDM-Based Cognitive Radio Link Iterative Receiver Signal Processing for Joint Mitigation of Transitter and Receiver Phase Noise in OFDM-Based Cognitive Radio Link Ville Syrjälä and Mikko Valkaa Departent of Counications Engineering

More information

ELECTROMAGNETIC COVERAGE CALCULATION IN GIS

ELECTROMAGNETIC COVERAGE CALCULATION IN GIS ELECTROMAGNETIC COVERAGE CALCULATION IN GIS M. Uit Guusay 1, Alper Sen 1, Uut Bulucu 2, Aktul Kavas 2 1 Yildiz Technical University, Departent of Geodesy and Photograetry Engineering, Besiktas, Istanbul,

More information

Non-Linear Weighting Function for Non-stationary Signal Denoising

Non-Linear Weighting Function for Non-stationary Signal Denoising Non-Linear Weighting Function for Non-stationary Signal Denoising Farès Abda, David Brie, Radu Ranta To cite this version: Farès Abda, David Brie, Radu Ranta. Non-Linear Weighting Function for Non-stationary

More information

IMPROVEMENTS TO THE IBM SPEECH ACTIVITY DETECTION SYSTEM FOR THE DARPA RATS PROGRAM

IMPROVEMENTS TO THE IBM SPEECH ACTIVITY DETECTION SYSTEM FOR THE DARPA RATS PROGRAM IMPROVEMENTS TO THE IBM SPEECH ACTIVITY DETECTION SYSTEM FOR THE DARPA RATS PROGRAM Samuel Thomas 1, George Saon 1, Maarten Van Segbroeck 2 and Shrikanth S. Narayanan 2 1 IBM T.J. Watson Research Center,

More information

NONLINEAR WAVELET PACKET DENOISING OF IMPULSIVE VIBRATION SIGNALS NIKOLAOS G. NIKOLAOU, IOANNIS A. ANTONIADIS

NONLINEAR WAVELET PACKET DENOISING OF IMPULSIVE VIBRATION SIGNALS NIKOLAOS G. NIKOLAOU, IOANNIS A. ANTONIADIS NONLINEAR WAVELET PACKET DENOISING OF IMPULSIVE VIBRATION SIGNALS NIKOLAOS G. NIKOLAOU, IOANNIS A. ANTONIADIS Departent of Mechanical Engineering, Machine Design and Control Systes Section National Technical

More information

A HIGH POWER FACTOR THREE-PHASE RECTIFIER BASED ON ADAPTIVE CURRENT INJECTION APPLYING BUCK CONVERTER

A HIGH POWER FACTOR THREE-PHASE RECTIFIER BASED ON ADAPTIVE CURRENT INJECTION APPLYING BUCK CONVERTER 9th International onference on Power Electronics Motion ontrol - EPE-PEM Košice A HIGH POWER FATOR THREE-PHASE RETIFIER BASE ON AAPTIVE URRENT INJETION APPYING BUK ONVERTER Žarko Ja, Predrag Pejović EE

More information

SONG RETRIEVAL SYSTEM USING HIDDEN MARKOV MODELS

SONG RETRIEVAL SYSTEM USING HIDDEN MARKOV MODELS SONG RETRIEVAL SYSTEM USING HIDDEN MARKOV MODELS AKSHAY CHANDRASHEKARAN ANOOP RAMAKRISHNA akshayc@cmu.edu anoopr@andrew.cmu.edu ABHISHEK JAIN GE YANG ajain2@andrew.cmu.edu younger@cmu.edu NIDHI KOHLI R

More information

LETTER Adaptive Multi-Stage Parallel Interference Cancellation Receiver for Multi-Rate DS-CDMA System

LETTER Adaptive Multi-Stage Parallel Interference Cancellation Receiver for Multi-Rate DS-CDMA System IEICE TRANS. COMMUN., VOL.E87 B, NO.8 AUGUST 2004 2401 LETTER Adaptive Multi-Stage Parallel Interference Cancellation Receiver for Multi-Rate DS-CDMA Syste Seung Hee HAN a), Student Meber and Jae Hong

More information

Relation between C/N Ratio and S/N Ratio

Relation between C/N Ratio and S/N Ratio Relation between C/N Ratio and S/N Ratio In our discussion in the past few lectures, we have coputed the C/N ratio of the received signals at different points of the satellite transission syste. The C/N

More information

THE IMPLEMENTATION OF PERMANENT MAGNET SYNCHRONOUS MOTOR SPEED TRACKING BASED ON ONLINEARTIFICIAL NEURAL NETWORK

THE IMPLEMENTATION OF PERMANENT MAGNET SYNCHRONOUS MOTOR SPEED TRACKING BASED ON ONLINEARTIFICIAL NEURAL NETWORK ISSN 1819-668 26-213 AsianResearch PublishingNetwork (ARPN).Allrights reserved. www.arpnjournals.co THE IMPLEMENTATION OF PERMANENT MAGNET SYNCHRONOUS MOTOR SPEED TRACKING BASED ON ONLINEARTIFICIAL NEURAL

More information

New Adaptive Linear Combination Structure for Tracking/Estimating Phasor and Frequency of Power System

New Adaptive Linear Combination Structure for Tracking/Estimating Phasor and Frequency of Power System 28 Journal of Electrical Engineering & echnology Vol. 5, No., pp. 28~35, 2 New Adaptive Linear Cobination Structure for racking/estiating Phasor and Frequency of Power Syste Choowong-Wattanasakpubal and

More information

An orthogonal multi-beam based MIMO scheme. for multi-user wireless systems

An orthogonal multi-beam based MIMO scheme. for multi-user wireless systems An orthogonal ulti-bea based IO schee for ulti-user wireless systes Dong-chan Oh o and Yong-Hwan Lee School of Electrical Engineering and IC, Seoul ational University Kwana P.O. Box 34, Seoul, 151-600,

More information

International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 3, Issue 9, September 2014

International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 3, Issue 9, September 2014 International Journal of Advanced Research in Electronics and Counication Engineering Volue 3, Issue 9, Septeber 2014 High Speed Error Detection and Data Recovery Architecture for Video Testing Applications

More information

Using Adaptive Modulation in a LEO Satellite Communication System

Using Adaptive Modulation in a LEO Satellite Communication System Proceedings of the 11th WSEAS International Conference on COMMUNICATIONS, Agios Nikolaos, Crete Island, Greece, July 26-28, 27 255 Using Adaptive Modulation in a LEO Satellite Counication Syste L. HADJ

More information

Interference Management in LTE Femtocell Systems Using Fractional Frequency Reuse

Interference Management in LTE Femtocell Systems Using Fractional Frequency Reuse Interference Manageent in LTE Fetocell Systes Using Fractional Frequency Reuse Poongup Lee and Jitae Shin School of Inforation and Counication Engineering Sungyunwan University, Suwon, 440-746, Korea {poongup,

More information

High Impedance Fault Detection in Electrical Power Feeder by Wavelet and GNN

High Impedance Fault Detection in Electrical Power Feeder by Wavelet and GNN International Journal of Engineering and Applied Sciences (IJEAS) ISSN: 2394-3661, Volue-2, Issue-3, March 2015 High Ipedance Fault Detection in Electrical Power Feeder by Wavelet and GNN Majid Jail, Rajveer

More information

COMPARISON OF TOKEN HOLDING TIME STRATEGIES FOR A STATIC TOKEN PASSING BUS. M.E. Ulug

COMPARISON OF TOKEN HOLDING TIME STRATEGIES FOR A STATIC TOKEN PASSING BUS. M.E. Ulug COMPARISON OF TOKEN HOLDING TIME STRATEGIES FOR A STATIC TOKEN PASSING BUS M.E. Ulug General Electric Corporate Research and Developent Schenectady, New York 1245 ABSTRACT Waiting ties have been calculated

More information

POWER QUALITY ASSESSMENT USING TWO STAGE NONLINEAR ESTIMATION NUMERICAL ALGORITHM

POWER QUALITY ASSESSMENT USING TWO STAGE NONLINEAR ESTIMATION NUMERICAL ALGORITHM POWER QUALITY ASSESSENT USING TWO STAGE NONLINEAR ESTIATION NUERICAL ALGORITH Vladiir Terzia ABB Gerany vadiir.terzia@de.abb.co Vladiir Stanoevic EPS Yugoslavia vla_sta@hotail.co artin axiini ABB Gerany

More information

Improving Power Grid Resilience Through Predictive Outage Estimation

Improving Power Grid Resilience Through Predictive Outage Estimation Iproving Power Grid Resilience Through Predictive Outage Estiation Rozhin Eskandarpour, Ain Khodaei Departent of Electrical and Coputer Engineering University of Denver Denver, CO 800, USA rozhin.eskandarpour@du.edu,

More information

Keywords Frequency-domain equalization, antenna diversity, multicode DS-CDMA, frequency-selective fading

Keywords Frequency-domain equalization, antenna diversity, multicode DS-CDMA, frequency-selective fading Joint Frequency-doain Equalization and Antenna Diversity Cobining for Orthogonal Multicode DS-CDMA Signal Transissions in A Frequency-selective Fading Channel Taeshi ITAGAKI *1 and Fuiyui ADACHI *2 Dept.

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

Using RASTA in task independent TANDEM feature extraction

Using RASTA in task independent TANDEM feature extraction R E S E A R C H R E P O R T I D I A P Using RASTA in task independent TANDEM feature extraction Guillermo Aradilla a John Dines a Sunil Sivadas a b IDIAP RR 04-22 April 2004 D a l l e M o l l e I n s t

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,900 116,000 10M Open access books available International authors and editors Downloads Our authors

More information

Ignition and monitoring technique for plasma processing of multicell superconducting radio frequency cavities

Ignition and monitoring technique for plasma processing of multicell superconducting radio frequency cavities Ignition and onitoring technique for plasa processing of ulticell superconducting radio frequency cavities Marc Doleans Oak Ridge ational Laboratory, Oak Ridge, Tennessee 3783, USA E ail: doleans@ornl.gov

More information

Simplified Analysis and Design of MIMO Ad Hoc Networks

Simplified Analysis and Design of MIMO Ad Hoc Networks Siplified Analysis and Design of MIMO Ad Hoc Networks Sunil Srinivasa and Martin Haenggi Departent of Electrical Engineering University of Notre Dae Notre Dae, IN 46556, USA Eail: {ssriniv, haenggi}@nd.edu

More information

Intermediate-Node Initiated Reservation (IIR): A New Signaling Scheme for Wavelength-Routed Networks with Sparse Conversion

Intermediate-Node Initiated Reservation (IIR): A New Signaling Scheme for Wavelength-Routed Networks with Sparse Conversion Interediate-Node Initiated Reservation IIR): A New Signaling Schee for Wavelength-Routed Networks with Sparse Conversion Kejie Lu, Jason P. Jue, Tiucin Ozugur, Gaoxi Xiao, and Irich Chlatac The Center

More information

Dynamic Model Displacement for Model-mediated Teleoperation

Dynamic Model Displacement for Model-mediated Teleoperation Dynaic Model Displaceent for Model-ediated Teleoperation Xiao Xu Giulia Paggetti Eckehard Steinbach Institute for Media Technology, Technische Universität München, Munich, Gerany ABSTRACT In this paper,

More information

Performance Analysis of an AMC System with an Iterative V-BLAST Decoding Algorithm

Performance Analysis of an AMC System with an Iterative V-BLAST Decoding Algorithm I. J. Counications, Network and Syste Sciences, 008,, 105-06 Published Online May 008 in SciRes (http://www.srpublishing.org/journal/ijcns/). Perforance Analysis of an AMC Syste with an Iterative V-BLAST

More information

Overlapping Signal Separation in DPX Spectrum Based on EM Algorithm. Chuandang Liu 1, a, Luxi Lu 1, b

Overlapping Signal Separation in DPX Spectrum Based on EM Algorithm. Chuandang Liu 1, a, Luxi Lu 1, b nd International Worshop on Materials Engineering and Coputer Sciences (IWMECS 015) Overlapping Signal Separation in DPX Spectru Based on EM Algorith Chuandang Liu 1, a, Luxi Lu 1, b 1 National Key Laboratory

More information

Robust Acceleration Control of Electrodynamic Shaker Using µ Synthesis

Robust Acceleration Control of Electrodynamic Shaker Using µ Synthesis Proceedings of the 44th IEEE Conference on Decision and Control, and the European Control Conference 5 Seville, Spain, Deceber -5, 5 WeIC8. Robust Acceleration Control of Electrodynaic Shaker Using µ Synthesis

More information

Design and Implementation of Block Based Transpose Form FIR Filter

Design and Implementation of Block Based Transpose Form FIR Filter Design and Ipleentation of Bloc Based Transpose For FIR Filter O. Venata rishna 1, Dr. C. Venata Narasihulu 2, Dr.. Satya Prasad 3 1 (ECE, CVR College of Engineering, Hyderabad, India) 2 (ECE, Geethanjali

More information

Waveform Design and Receive Processing for Nonrecurrent Nonlinear FMCW Radar

Waveform Design and Receive Processing for Nonrecurrent Nonlinear FMCW Radar Wavefor Design and Receive Processing for Nonrecurrent Nonlinear FMCW Radar John Jakabosky and Shannon D. Blunt Radar Systes Lab University of Kansas Lawrence, KS Braha Hied Sensors Directorate Air Force

More information

Mikko Myllymäki and Tuomas Virtanen

Mikko Myllymäki and Tuomas Virtanen NON-STATIONARY NOISE MODEL COMPENSATION IN VOICE ACTIVITY DETECTION Mikko Myllymäki and Tuomas Virtanen Department of Signal Processing, Tampere University of Technology Korkeakoulunkatu 1, 3370, Tampere,

More information

David Carruthers 1, Xiangyu Sheng 2, Emilie Vanvyve 1

David Carruthers 1, Xiangyu Sheng 2, Emilie Vanvyve 1 REGULATORY REQUIREMENTS FOR DISPERSION MODELLING IN TAIWAN INCLUDING THE USE OF ADMS David Carruthers 1, Xiangyu Sheng, Eilie Vanvyve 1 1 CERC, 3 King s Parade, Cabridge CB 1SJ, UK Scott Wilson, Michael

More information

A comparison of LSF and ISP representations for wideband LPC parameter coding using the switched split vector quantiser

A comparison of LSF and ISP representations for wideband LPC parameter coding using the switched split vector quantiser A coparison of LSF and ISP representations for wideband LPC paraeter coding using the switched split vector quantiser Author So, Stephen, Paliwal, Kuldip Published 2005 Conference Title The 8th International

More information

Study and Implementation of Complementary Golay Sequences for PAR reduction in OFDM signals

Study and Implementation of Complementary Golay Sequences for PAR reduction in OFDM signals Study and Ipleentation of Copleentary Golay Sequences for PAR reduction in OFDM signals Abstract In this paper soe results of PAR reduction in OFDM signals and error correction capabilities by using Copleentary

More information

Overlapped frequency-time division multiplexing

Overlapped frequency-time division multiplexing April 29, 16(2): 8 13 www.sciencedirect.co/science/journal/158885 he Journal of China Universities of Posts and elecounications www.buptjournal.cn/xben Overlapped frequency-tie division ultiplexing JIANG

More information

Keywords: International Mobile Telecommunication (IMT) Systems, evaluating the usage of frequency bands, evaluation indicators

Keywords: International Mobile Telecommunication (IMT) Systems, evaluating the usage of frequency bands, evaluation indicators 2nd International Conference on Advances in Mechanical Engineering and Industrial Inforatics (AMEII 206) Entropy Method based Evaluation for Spectru Usage Efficiency of International Mobile Telecounication

More information

Distributed Power Delivery for Energy Efficient and Low Power Systems

Distributed Power Delivery for Energy Efficient and Low Power Systems Distributed Power Delivery for Energy Efficient and Low Power Systes Selçuk Köse Departent of Electrical Engineering University of South Florida Tapa, Florida 33620 kose@usf.edu Eby G. Friedan Departent

More information

ACCURATE DISPLACEMENT MEASUREMENT BASED ON THE FREQUENCY VARIATION MONITORING OF ULTRASONIC SIGNALS

ACCURATE DISPLACEMENT MEASUREMENT BASED ON THE FREQUENCY VARIATION MONITORING OF ULTRASONIC SIGNALS XVII IMEKO World Congress Metrology in 3rd Millenniu June 22 27, 2003, Dubrovnik, Croatia ACCURATE DISPLACEMENT MEASUREMENT BASED ON THE FREQUENCY VARIATION MONITORING OF ULTRASONIC SIGNALS Ch. Papageorgiou

More information

HIGH FREQUENCY LASER BASED ACOUSTIC MICROSCOPY USING A CW GENERATION SOURCE

HIGH FREQUENCY LASER BASED ACOUSTIC MICROSCOPY USING A CW GENERATION SOURCE HIGH FREQUENCY LASER BASED ACOUSTIC MICROSCOPY USING A CW GENERATION SOURCE T.W. Murray, O. Balogun, and N. Pratt Departent of Aerospace and Mechanical Engineering, Boston University, Boston MA 0225 Abstract:

More information

Parameter Identification of Transfer Functions Using MATLAB

Parameter Identification of Transfer Functions Using MATLAB Paraeter Identification of Transfer Functions Using MATLAB Mato Fruk, Goran Vujisić, Toislav Špoljarić Departent of Electrical Engineering The Polytechnic of Zagreb Konavoska, Zagreb, Croatia ato.fruk@tvz.hr,

More information

Additive Synthesis, Amplitude Modulation and Frequency Modulation

Additive Synthesis, Amplitude Modulation and Frequency Modulation Additive Synthesis, Aplitude Modulation and Frequency Modulation Pro Eduardo R Miranda Varèse-Gastproessor eduardo.iranda@btinternet.co Electronic Music Studio TU Berlin Institute o Counications Research

More information

Allocation of Multiple Services in Multi-Access Wireless Systems

Allocation of Multiple Services in Multi-Access Wireless Systems Allocation of Multiple Serices in Multi-Access Wireless Systes Anders Furuskär Wireless@KTH, Royal Institute of Technology, Sweden and Ericsson Research anders.furuskar@era.ericsson.se Abstract This paper

More information

Comparison of Fourier Bessel (FB) and EMD-FB Based Noise Removal Techniques for Underwater Acoustic Signals

Comparison of Fourier Bessel (FB) and EMD-FB Based Noise Removal Techniques for Underwater Acoustic Signals Journal of Scientific & Industrial Research Vol. 73, Deceber 214, pp. 756-762 Coparison of Fourier Bessel (FB) and EMD-FB Based Noise Reoval Techniques for Underwater Acoustic Signals V Vijaya Baskar*,

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

Windowing High-Resolution ADC Data Part 2

Windowing High-Resolution ADC Data Part 2 Windoing High-Resolution DC Data art Josh Carnes pplications Engineer, ational Seiconductor Corp. bstract nalyzing data fro DCs requires the use of indoing functions for spectral estiation and analysis

More information

Exploring the Electron Tunneling Behavior of Scanning Tunneling Microscope (STM) tip and n-type Semiconductor

Exploring the Electron Tunneling Behavior of Scanning Tunneling Microscope (STM) tip and n-type Semiconductor Page 110 Exploring the of Scanning Tunneling Microscope (STM) tip and n-type Seiconductor M. A. Rahan * and J. U. Ahed Departent of Applied Physics, Electronics & Counication Engineering, University of

More information

A soft decision decoding of product BCH and Reed-Müller codes for error control and peak-factor reduction in OFDM

A soft decision decoding of product BCH and Reed-Müller codes for error control and peak-factor reduction in OFDM A soft decision decoding of product BCH and Reed-Müller codes for error control and pea-factor reduction in OFDM Yves LOUET *, Annic LE GLAUNEC ** and Pierre LERAY ** * PhD Student and ** Professors, Departent

More information

ES 442 Homework #8 Solutions (Spring 2018 Due April 16, 2018 ) Print out homework and do work on the printed pages.. Problem 1 ASCII Code (20 points)

ES 442 Homework #8 Solutions (Spring 2018 Due April 16, 2018 ) Print out homework and do work on the printed pages.. Problem 1 ASCII Code (20 points) Hoework 8 NAME olutions E 44 Hoework #8 olutions (pring 018 Due April 16, 018 ) Print out hoework and do work on the printed pages.. Proble 1 ACII Code (0 points) he Aerican tandard Code for Inforation

More information

Transmit Power and Bit Allocations for OFDM Systems in a Fading Channel

Transmit Power and Bit Allocations for OFDM Systems in a Fading Channel Transit Power and Bit Allocations for OFD Systes in a Fading Channel Jiho Jang *, Kwang Bok Lee, and Yong-Hwan Lee * Sasung Electronics Co. Ltd., Suwon P.O.Box, Suwon-si, Gyeonggi-do 44-74, Korea School

More information

Enhanced Algorithm for MIESM

Enhanced Algorithm for MIESM Recent Patents on Signal Processing, 9,, -7 Enhanced Algorith for MIESM R. Sandanalakshi *, Shahid Mutaz * and Kazi Saidul * Open Access University of Aveiro, Aveiro, Portugal Abstract: The link adaptation

More information

Characterization and Modeling of Underwater Acoustic Communications Channels for Frequency-Shift-Keying Signals

Characterization and Modeling of Underwater Acoustic Communications Channels for Frequency-Shift-Keying Signals Characterization and Modeling of Underwater Acoustic Counications Channels for Frequency-Shift-Keying Signals Wen-Bin Yang and T.C. Yang Naval Research Laboratory Washington, DC 375 USA Abstract In a fading

More information

Secondary-side-only Simultaneous Power and Efficiency Control in Dynamic Wireless Power Transfer System

Secondary-side-only Simultaneous Power and Efficiency Control in Dynamic Wireless Power Transfer System 069060 Secondary-side-only Siultaneous Power and Efficiency Control in Dynaic Wireless Power Transfer Syste 6 Giorgio ovison ) Daita Kobayashi ) Takehiro Iura ) Yoichi Hori ) ) The University of Tokyo,

More information

LOW COST PRODUCTION PHASE NOISE MEASUREMENTS ON MICROWAVE AND MILLIMETRE WAVE FREQUENCY SOURCES

LOW COST PRODUCTION PHASE NOISE MEASUREMENTS ON MICROWAVE AND MILLIMETRE WAVE FREQUENCY SOURCES Page 1 of 10 LOW COST PRODUCTION PHASE NOISE MEASUREMENTS ON MICROWAVE AND MILLIMETRE WAVE FREQUENCY SOURCES Hugh McPherson Spectral Line Systes Ltd, Units 1,2&3 Scott Road, Tarbert, Isle of Harris. www.spectral-line-systes.co.uk

More information

EQUALIZED ALGORITHM FOR A TRUCK CABIN ACTIVE NOISE CONTROL SYSTEM

EQUALIZED ALGORITHM FOR A TRUCK CABIN ACTIVE NOISE CONTROL SYSTEM EQUALIZED ALGORITHM FOR A TRUCK CABIN ACTIVE NOISE CONTROL SYSTEM Guangrong Zou, Maro Antila, Antti Lanila and Jari Kataja Sart Machines, VTT Technical Research Centre of Finland P.O. Box 00, FI-0 Tapere,

More information

Comparing structural airframe maintenance strategies based on probabilistic estimates of the remaining useful service life

Comparing structural airframe maintenance strategies based on probabilistic estimates of the remaining useful service life 22 èe Congrès Français de Mécanique Lyon, 24 au 28 Août 2015 Coparing structural airfrae aintenance strategies based on probabilistic estiates of the reaining useful service life. WAG a, C.GOGU b,.biaud

More information