Complex-valued restricted Boltzmann machine for direct learning of frequency spectra

Size: px
Start display at page:

Download "Complex-valued restricted Boltzmann machine for direct learning of frequency spectra"

Transcription

1 INTERSPEECH 17 August, 17, Stockolm, Sweden Complex-valued restricted Boltzmann macine for direct learning of frequency spectra Toru Nakasika 1, Sinji Takaki, Junici Yamagisi,3 1 University of Electro-Communications, Tokyo, Japan National Institute of Informatics, Tokyo, Japan 3 University of Edinburg, Edinburg, UK nakasika@uec.ac.jp,takaki@nii.ac.jp,jyamagis@nii.ac.jp Abstract In tis paper, we propose a new energy-based probabilistic model were a restricted Boltzmann macine (RBM) is extended to deal wit complex-valued visible units. Te RBM tat automatically learns te relationsips between visible units and idden units (but witout connections in te visible or te idden units) as been widely used as a feature extractor, a generator, a classifier, pre-training of deep neural networks, etc. However, all te conventional RBMs ave assumed te visible units to be eiter binary-valued or real-valued, and terefore complex-valued data cannot be fed to te RBM. In various applications, owever, complex-valued data is frequently used suc examples include complex spectra of speec, fmri images, wireless signals, and acoustic intensity. For te direct learning of suc te complex-valued data, we define te new model called complex-valued RBM (CRBM) were te conditional probability of te complex-valued visible units given te idden units forms a complex-gaussian distribution. Anoter important caracteristic of te CRBM is to ave connections between real and imaginary parts of eac of te visible units unlike te conventional real-valued RBM. Our experiments demonstrated tat te proposed CRBM can directly encode complex spectra of speec signals witout decoupling imaginary number or pase from te complex-value data. Index Terms: restricted Boltzmann macine, deep learning, complex-valued data, speec encoding, speec syntesis 1. Introduction Deep learning is one of te recent ottest topics in wide researc fields suc as artificial intelligence, macine learning, and signal processing including image classification, speec recognition, etc[1]. Many models ave been proposed so far as a tool of deep learning; one of te most widely-used and famous models is a deep belief-net (DBN) [] tat stacks multiple restricted Boltzmann macines (RBMs) layer-by-layer. Te RBM, wic is a probabilistic model tat consists of visible and idden units, as often been used alone as a feature extractor, a generator, and a classifier as well as a pre-training sceme of deep neural networks, and many extensions of te RBM ave been also proposed [3,, 5, ]. Altoug te RBM as been used in so many tasks, te RBM traditionally assumed visible units to be eiter binary-valued or real-valued [, 7, ]. Concerning speec signal processing, representations based on amplitude spectra of speec suc as MFCC and mel-cepstra are normally used as input features of speec recognition or output features of speec syntesis, because it is known tat te amplitude spectra are more effective and relevant to our auditory field tan pase spectra in suc tasks. However, tese features teoretically lack pase information. More specifically, te use of te amplitude-based features only cannot represent te original complex values correctly. In oter signal processing as well, tere are many cases were we ave to deal wit complex-valued actual data suc as fmri images, wireless signals, acoustic intensity, etc. Oter macine learning models, tat is neural networks, Boltzmann macines, and non-negative matrix factorization (NMF) [9], ave teir extensions proposed to represent complex-valued data [1, 11, 1]. In tis paper, we newly propose an extension of te RBM tat deals wit complex-valued data, and evaluate its effectiveness troug experiments using artificial data and speec spectra. Te proposed model called complex-valued RBM (CRBM) consists of complex-normal visible units and Bernoulli idden units. Te CRBM as important caracteristics of aving no connections across dimensions in te same layers but aving connections between real and imaginary parts of eac of te visible units unlike te conventional RBM. Terefore, it is easy to estimate te parameters using Gibbs sampling or contrastive divergence [], and it is expected to aggregate te information propagated from te complex-valued visible units into te idden units. Suc caracteristics can not be seen in an extension of Boltzmann macine (directional-unit Boltzmann macine (DUBM) [11]) tat feeds complex-valued data aving connections across dimensions, wic makes te parameter estimation difficult. Anoter difference between te proposed CRBM and te DUBM is te form of complex-valued visible units; te visible units in te CRBM are in rectangular form aving real and imaginary components, wile tose in te DUBM are in polar form aving pase components wit amplitude components. Since te conditional probability of visible units given idden units in te CRBM form a complex-normal distribution, wic makes te real and imaginary components Gaussian-distributed, respectively, we can generate samples from te distribution straigtfowardly. Tis paper is organized as follows: In Section we overview te conventional real-valued RBM. In Section 3 we define te proposed Complex-valued RBM and sow its parameter estimation algoritm. In Section we sow our experimental results and conclude our findings in Section 5.. Preliminary A restricted Boltzmann macine (RBM [, 13]), one of te most-widely used energy-based models, is convenient for representing latent features tat are cannot be observed but surely exist in te background. An RBM was originally introduced as an undirected grapical model tat defines te distribution Copyrigt 17 ISCA 1 ttp://dx.doi.org/1.137/interspeec.17-5

2 z z q b c W b W Figure 1: Grapical representation of a complex-valued RBM. of binary visible variables wit binary idden (latent) variables, and was later extended to deal wit real valued-data known as a Gaussian-Bernoulli RBM (GB-RBM) []. It as been, owever, reported tat te original GB-RBM ad some difficulties because te training of te parameters was unstable. Later, an improved learning metod for a GB-RBM as been proposed by Co et al. [13] to overcome te difficulties 1. In te modeling using an RBM, te joint probability p(v, ) of real-valued visible units v R I and binary-valued idden units {, 1} J (I and J indicate te numbers of dimensions in te visible and idden units, respectively) is defined as follows: p(v; θ) = p(v, ; θ) (1) p(v, ; θ) = 1 U(θ) e E(v,;θ) () E(v, ; θ) = 1 v Σ 1 v b Σ 1 v c v Σ 1 W (3) U(θ) = e E(v,;θ) dv () were θ = {b, c, W, σ} indicates a set of parameters, wic contains bias parameters of te visible units b R I, bias parameters of te idden units c R J, te connection weigt parameters between visible-idden units W R I J, and te standard deviation parameters associated wit te dimension independent Gaussian visible units σ R I tat defines Σ (σ ) (te function ( ) returns a diagonal matrix wose diagonal vector is te argument). From te above definition, te conditional probabilities p(v ) and p( v) form simple distributions as: p(v ) = N (v; b + W, Σ) (5) p( v) = B(; f(c + W Σ 1 v)) () were N ( ; µ, Σ), B( ; π), and f( ) indicate te multivariate Gaussian distribution wit te mean µ and te covariance matrix Σ, te multi-dimensional Bernoulli distribution wit te success probabilities π, and an element-wise sigmoid function, respectively. 1 In te remaining of tis paper, we refer to te improved GB-RBM just as an RBM. c 3.1. Definition 3. Complex-valued RBM In tis section, we will define an extension of te RBM (complex-valued RBM; CRBM) tat can feed complex-valued data but as a real-valued probability distribution (cost function used in parameter estimation) like te conventional RBM. In te CRBM, we will give a restriction were tere are no connections between visible units or idden units, wic enables easy estimation of parameters just as an RBM does; owever, in order to capture te relationsips between te real and imaginary parts of eac complex-valued visible unit, we will allow te model to ave connections between te real and imaginary parts. Based on te above extension, we formulate te CRBM tat as I-dimensional complex-valued visible units z C I and J- dimensional binary-valued idden units {, 1} J as follows in tis paper: p(z; θ) = p(z, ; θ) (7) p(z, ; θ) = 1 U(θ) e E(z,;θ) () E(z, ; θ) = 1 [ ] H [ ] Φ z z 1 z z [ ] H [ ] Φ b b 1 c z z (9) [ ] H [ ] Φ z z 1 W W U(θ) = e E(z,;θ) dz, (1) were and H denote complex-conjugate and Hermitiantranspose, respectively. b C I, c R J, and W C I J are bias parameters of te visible units and te idden units, and te biased connection weigts between visible and idden units, respectively. In order to make te restrictions, te extended covariance matrix Φ consists of a covariance matrix Γ and a pseudo-covariance matrix C, bot of wic are diagonal matrices, as [ ] Γ C Φ (11) and C H Γ H Γ (γ), γ R+ I C (δ), δ C I (1) were γ and δ are variance and pseudo-variance parameters of te complex-valued visible units, respectively. To summarize, te set of parameters of te CRBM is θ = {b, c, W, γ, δ}. Introducing two vectors p and q defined as γ p γ δ RI (13) δ q γ δ CI (1) were te fraction bar denotes element-wise division, we can

3 rewrite te energy function in Eq. (9) as follows: E(z, ; θ) = z H (p)z + R(z H (q) z) R(z H (p)b) R(z H (q) b) c R(z H (p)w) R(z H (q) W), (15) wic confirms tat 1) te above energy function E and te probability distribution are real-valued, and tat ) tere are connections between te complex-valued visible units and teir conjugates for eac dimension but no connections between different dimensions. Furtermore, wen we use unbiased parameters: te energy function E becomes b (p)b + (q) b (1) W (p)w + (q) W, (17) E(z, ; θ) = 1 zh (p)z + 1 zh (p) z + z H (q) z + z H ( q)z z H b z H b c z H W z H W, (1) wic indicates tat z and z are symmetric to eac oter as sown in Figure 1. From te above definition, te conditional probabilities p(z ) and p( z) can be derived as follows: p(z ) = CN (z; b + W, Γ, C) (19) p( z) = B(; f(c + R(W H z))) () were CN ( ; µ, Γ, C) is a multivariate complex normal distribution a mean vector µ, a covariance matrix Γ, and a pseudocovariance matrix C: 1 p(z) = π D det(γ)det(q) { exp 1 [ ] H [ z µ Γ C z µ C H Γ H ] 1 [ z µ z µ ] } (1) Q = Γ C H Γ 1 C. () 3.. Parameter estimation In tis paper, we estimate te parameters of te CRBM θ using complex-valued gradient ascend so as to maximize te loglikeliood of te complex-valued training data z: L(θ) = log p(z; θ) (3) = log = log p(z, ; θ) () e E(z,;θ) log e E( z, ;θ) d z. (5) Te complex-valued gradient ascend iteratively updates eac parameter wit a learning rate α > as: θ (new) θ (old) + α, () θ were te partial gradients in Eq. () are te Wirtinger derivative: θ = 1 ( R(θ) i θ = 1 ( R(θ) + i ) I(θ) I(θ) (7) ). () Te partial gradients of eac parameter include te expectations of te partial gradients to te energy function along te training data and te model, wic can be approximated and easily calculated wit contrastive divergence (CD) [] in a similar way to te conventional RBM because of te restriction of te CRBM. Te partial gradients of eac parameter to te energy function can be derived as: b = (p) z + ( q)z (9) c = (3) W = ( (p) z + ( q)z) (31) γ = (p + q ) + R(p q p q ) (3) δ = p q + q + p q q p, (33) were and denote element-wise product and absolute, respectively, and p = 1 z R(z ( b + W)) (3) q = 1 z z ( b + W). (35) Te gradients of variance and pseudo variance tend to be larger tan tose of te oter parameters. For stable training, we replace te parameters as γ e r and δ e s, and update using te gradients of r and s, respectively.. Experiments.1. Evaluation using artificial data In order to evaluate te effectiveness of te proposed CRBM, we first conducted an experiment using one-dimensional complex-valued artificial data (N = ). Te artificially created data is illustrated in Figure as black dots, wic as correlations between te real and imaginary parts. In tis experiment, we compared te CRBM wit a GB-RBM aving two visible units; one is for te real part, anoter is for te imaginary part. We trained bot models wit two idden units using stocastic gradient descent (SGD) wit a learning rate of.1, a momentum of.1, a batc size of, and a number of epocs as. After te training, we randomly generated samples from te models; te samples from te CRBM and te GB-RBM are sown as red dots on te above and on te below of Figure, respectively. As sown in Figure, we can see tat te proposed CRBM could represent te distribution of te complex-valued artificial data more accurately tan te GB-RBM. Tis is because te CRBM can capture te relationsips between te real and imaginary parts wile GB-RBM does not capture te correlations between tem. 3

4 1515 Im Re Figure 3: Amplitude spectra of te original speec (above) and of te reconstructed one from te CRBM (below) CRBM GB-RBM 1 55 MSE Im Re 1 Epoc Figure : Artificially created 1D complex-valued data (black dots) and random samples (red dots) generated from te trained models: te proposed CRBM (above) and te conventional GBRBM (below). Figure : MSE during te training of te CRBM (red line) and te GB-RBM (blue line). MSE of 51.9 from te CRBM, wic outperformed te MSE of 5.1 from te GB-RBM... Evaluation using speec data 5. Conclusion Second, we conducted an encoding-and-decoding experiment using speec data from te Repeated Harvard Sentence Prompts (REHASP) corpus. From te corpus, we randomly selected 3 repeats of 3 sentences, processed te sort-time Fourier transform (STFT) wit a windows lengt of 5 wit overlapping samples, and trained te CRBM wit idden units (i.e., I = 19 and J = ). For evaluation, we first estimated idden units from te test data tat was different from te training data (encoding), and ten reconstructed te visible units from te idden units (decoding). Te performance of te encoding-and-decoding was evaluated using an objective criteria of mean-squared error (MSE) between te original data and te reconstructed one. In tis experiment, we trained te model wit a learning rate of.1, a momentum of.1, a batc size of 1, and a number of epocs as 5. For comparison, we also trained a GB-RBM wit doubled visible units, tat is a super vector aving te real and imaginary parts of te complexvalued spectra, wit te same configuration. Figure 3 sows an example of te reconstruction using te CRBM. As sown in Figure 3, te reconstructed spectra was fairly closed to te original spectra. Figure sows MSE calculated during te training, comparing te proposed CRBM wit te GB-RBM. We notice from Figure tat te CRBM converged more quickly tan te GB-RBM, and te MSE in convergence (at around 1 epocs) of te CRBM is muc smaller tan tat of te GB-RBM. For te test data, we also obtained te In tis paper, we proposed an extension of restricted Boltzmann macine (RBM) tat can feed complex-valued visible units, called complex-valued RBM (CRBM). We formulated te model and sowed tat te conditional probability of visible units given idden units formed a complex-valued normal distribution. To evaluated te performance of te proposed CRBM, we conducted experiments using artificial complex-valued data and complex spectra of speec. Troug te experiments, we conclude tat te model would be effective to represent complex-valued data especially wen te real and imaginary parts are correlated wit eac oter. In te future, we would like to fully investigate te performance of te CRBM wen using speec data in terms of subjective criteria, and to apply te model to represent oter complex-valued actual data in te real world. Future work also includes extensions of te CRBM; e.g., te model stacking multiple idden layers layer-by-layer like deep Boltzmann macine (DBM) [3], and te model aving complex-normal idden units instead of Bernoulli idden units so as to extract complex-valued latent features. Acknowledgements: Tis work was partially supported by JST ACT-I Grant Number (JPMJPR1UG), by MEXT KAKENHI Grant Numbers (, 15H1, 1K19, 1H3), and by Te Telecommunications Advancement Foundation Grants. Te autors would like to tank Dr. H. Kameoka from NTT Communication Science Laboratories for is valuable advice and comments. ttp://datasare.is.ed.ac.uk/andle/13/51

5 . References [1] Y. LeCun, Y. Bengio, and G. Hinton, Deep learning, Nature, vol. 51, no. 7553, pp. 3, 15. [] G. E. Hinton, S. Osindero, and Y. W. Te, A fast learning algoritm for deep belief nets, Neural computation, vol. 1, no. 7, pp ,. [3] R. Salakutdinov and G. E. Hinton, Deep Boltzmann macines, AISTATS, pp. 55, 9. [] A. Krizevsky and G. E. Hinton, Factored 3-way restricted boltzmann macines for modeling natural images, Journal of Macine Learning Researc, 1. [5] K. Son, G. Zou, C. Lee, and H. Lee, Learning and Selecting Features Jointly wit Point-wise Gated Boltzmann Macines, ICML (), 13. [] T. Nakasika, T. Takiguci, and Y. Minami, Non-Parallel Training in Voice Conversion Using an Adaptive Restricted Boltzmann Macine, IEEE/ACM Transactions on Audio, Speec, and Language Processing, vol., no. 11, pp. 3 5, 1. [7] Y. Freund and D. Haussler, Unsupervised learning of distributions of binary vectors using two layer networks, Computer Researc Laboratory, pp , 199. [] H. Lee, C. Ekanadam, and A. Y. Ng, Sparse deep belief net model for visual area V, in Advances in neural information processing systems,, pp. 73. [9] D. D. Lee and H. S. Seung, Learning te parts of objects by non-negative matrix factorization, Nature, vol. 1, no. 755, pp , [1] I. Nemoto and T. Kono, Complex neural networks, Systems and computers in Japan, vol. 3, no., pp. 75, 199. [11] R. S. Zemel, C. Williams, and M. C. Mozer, Lending direction to neural networks, Neural Networks, vol., no., pp , [1] H. Kameoka, N. Ono, and K. Kasino, Complex NMF: A new sparse representation for acoustic signals, ICASSP, pp , 9. [13] K. Co, A. Ilin, and T. Raiko, Improved learning of Gaussian- Bernoulli restricted Boltzmann macines, in Proc. ICANN. Springer, 11, pp

CAPACITY OF MULTIPLE ACCESS CHANNELS WITH CORRELATED JAMMING

CAPACITY OF MULTIPLE ACCESS CHANNELS WITH CORRELATED JAMMING CAPACITY OF MULTIPLE ACCESS CHANNELS WITH CORRELATED JAMMING Sabnam Safiee and Sennur Ulukus Department of Electrical and Computer Engineering University of Maryland College Park, MD ABSTRACT We investigate

More information

ON TWO-PLANE BALANCING OF SYMMETRIC ROTORS

ON TWO-PLANE BALANCING OF SYMMETRIC ROTORS Proceedings of ME Turbo Expo 0 GT0 June -5, 0, openagen, Denmark GT0-6806 ON TO-PLNE BLNING OF YMMETRI ROTOR Jon J. Yu, P.D. GE Energy 63 Bently Parkway out Minden, Nevada 8943 U Pone: (775) 5-5 E-mail:

More information

Image Feature Extraction and Recognition of Abstractionism and Realism Style of Indonesian Paintings

Image Feature Extraction and Recognition of Abstractionism and Realism Style of Indonesian Paintings Image Feature Extraction and Recognition of Abstractionism and Realism Style of Indonesian Paintings Tieta Antaresti R P and Aniati Murni Arymurty Faculty of Computer Science University of Indonesia Depok

More information

Punctured Binary Turbo-Codes with Optimized Performance

Punctured Binary Turbo-Codes with Optimized Performance Punctured Binary Turbo-odes wit Optimized Performance I. atzigeorgiou, M. R. D. Rodrigues, I. J. Wassell Laboratory for ommunication Engineering omputer Laboratory, University of ambridge {ic1, mrdr, iw}@cam.ac.uk

More information

Evaluation Model of Microblog Information Confidence Based on BP Neural Network

Evaluation Model of Microblog Information Confidence Based on BP Neural Network Evaluation Model of Microblog Information Confidence Based on BP Neural Network Yuguang Ye Quanzou Normal University; Quanzou, 36, Cina Abstract: As te carrier of social media, microblog as become an important

More information

Lecture-3 Amplitude Modulation: Single Side Band (SSB) Modulation

Lecture-3 Amplitude Modulation: Single Side Band (SSB) Modulation Lecture-3 Amplitude Modulation: Single Side Band (SSB) Modulation 3.0 Introduction. 3.1 Baseband Signal SSB Modulation. 3.1.1 Frequency Domain Description. 3.1. Time Domain Description. 3. Single Tone

More information

Cooperative Request-answer Schemes for Mobile Receivers in OFDM Systems

Cooperative Request-answer Schemes for Mobile Receivers in OFDM Systems Cooperative Request-answer Scemes for Mobile Receivers in OFDM Systems Y. Samayoa, J. Ostermann Institut für Informationsverarbeitung Gottfried Wilelm Leibniz Universität Hannover 30167 Hannover, Germany

More information

5.3 Sum and Difference Identities

5.3 Sum and Difference Identities SECTION 5.3 Sum and Difference Identities 21 5.3 Sum and Difference Identities Wat you ll learn about Cosine of a Difference Cosine of a Sum Sine of a Difference or Sum Tangent of a Difference or Sum Verifying

More information

Unit 5 Waveguides P a g e 1

Unit 5 Waveguides P a g e 1 Unit 5 Waveguides P a g e Syllabus: Introduction, wave equation in Cartesian coordinates, Rectangular waveguide, TE, TM, TEM waves in rectangular guides, wave impedance, losses in wave guide, introduction

More information

Spectrum Sharing with Multi-hop Relaying

Spectrum Sharing with Multi-hop Relaying Spectrum Saring wit Multi-op Relaying Yong XIAO and Guoan Bi Scool of Electrical and Electronic Engineering Nanyang Tecnological University, Singapore Email: xiao001 and egbi@ntu.edu.sg Abstract Spectrum

More information

Training Spiking Neuronal Networks With Applications in Engineering Tasks

Training Spiking Neuronal Networks With Applications in Engineering Tasks Training Spiking Neuronal Networks Wit Applications in Engineering Tasks Pill Rowcliffe and Jianfeng Feng P. Rowcliffe is wit te Department of Informatics at te Scool of Science and Tecnology (SciTec,

More information

Fuzzy Anti-windup Schemes for NCTF Control of Point-to-point (PTP) Positioning Systems

Fuzzy Anti-windup Schemes for NCTF Control of Point-to-point (PTP) Positioning Systems American Journal of Applied Sciences, 4 (4): 0-8, 007 ISSN 1546-939 007 Science Publications Fuzzy Anti-windup Scemes for NCTF Control of Point-to-point (PTP) Positioning Systems Wayudi, Riza Muida and

More information

Power Quality Analysis Using An Adaptive Decomposition Structure

Power Quality Analysis Using An Adaptive Decomposition Structure Power Quality Analysis Using An Adaptive Decomposition Structure Doğan Gökan Ece 1 and Ömer Nezi Gerek 1 (1) Dept. of Electrical and Elctronics Engineering, Anadolu University, Scool of Engineering and

More information

Channel Estimation Filter Using Sinc-Interpolation for UTRA FDD Downlink

Channel Estimation Filter Using Sinc-Interpolation for UTRA FDD Downlink { Cannel Estimation Filter Using Sinc-Interpolation for UTA FDD Downlink KLAUS KNOCHE, JÜGEN INAS and KAL-DIK KAMMEYE Department of Communications Engineering, FB- University of Bremen P.O. Box 33 4 4,

More information

An Experimental Downlink Multiuser MIMO System with Distributed and Coherently-Coordinated Transmit Antennas

An Experimental Downlink Multiuser MIMO System with Distributed and Coherently-Coordinated Transmit Antennas An Experimental Downlink Multiuser MIMO System wit Distributed and Coerently-Coordinated Antennas Dragan Samardzija, Howard Huang, Reinaldo Valenzuela and Teodore Sizer Bell Laboratories, Alcatel-Lucent,

More information

Overview of MIMO Radio Channels

Overview of MIMO Radio Channels Helsinki University of Tecnology S.72.333 Postgraduate Course in Radio Communications Overview of MIMO Radio Cannels 18, May 2004 Suiyan Geng gsuiyan@cc.ut.fi Outline I. Introduction II. III. IV. Caracteristics

More information

School of Electrical and Computer Engineering, Cornell University. ECE 303: Electromagnetic Fields and Waves. Fall 2007

School of Electrical and Computer Engineering, Cornell University. ECE 303: Electromagnetic Fields and Waves. Fall 2007 Scool of Electrical and Computer Engineering, Cornell University ECE 303: Electromagnetic Fields and Waves Fall 007 Homework 11 Due on Nov. 9, 007 by 5:00 PM Reading Assignments: i) Review te lecture notes.

More information

Enhanced HARQ Technique Using Self-Interference Cancellation Coding (SICC)

Enhanced HARQ Technique Using Self-Interference Cancellation Coding (SICC) MITUBIHI ELECTRIC REEARCH LABORATORIE ttp://www.merl.com Enanced HARQ Tecnique Using elf-interference Cancellation Coding (ICC) Wataru Matsumoto, Tosiyuki Kuze, igeru Ucida, Yosida Hideo, Pilip Orlik,

More information

Performance analysis and comparison of m x n zero forcing and MMSE equalizer based receiver for mimo wireless channel

Performance analysis and comparison of m x n zero forcing and MMSE equalizer based receiver for mimo wireless channel Songklanakarin J. Sci. Tecnol. 33 (3), 335-340, May - Jun. 0 ttp://www.sjst.psu.ac.t Original Article Performance analysis and comparison of m x n zero forcing and MMSE equalizer based receiver for mimo

More information

DYNAMIC BEAM FORMING USING CHIRP SIGNALS

DYNAMIC BEAM FORMING USING CHIRP SIGNALS BeBeC-018-D04 DYNAMIC BEAM FORMING USING CHIRP SIGNALS Stuart Bradley 1, Lily Panton 1 and Matew Legg 1 Pysics Department, University of Auckland 38 Princes Street, 1010, Auckland, New Zealand Scool of

More information

arxiv: v1 [eess.as] 13 Mar 2019

arxiv: v1 [eess.as] 13 Mar 2019 PHASE-AWARE HARMONIC/PERCUSSIVE SOURCE SEPARATION VIA CONVEX OPTIMIZATION Yosiki Masuyama, Koei Yatabe and Yasuiro Oikawa Department of Intermedia Art and Science, Waseda University, Tokyo, Japan arxiv:1903.05600v1

More information

Image Reconstruction Based On Bayer And Implementation On FPGA Sun Chen 1, a, Duan Xiaofeng 2, b and Wu Qijing 3, c

Image Reconstruction Based On Bayer And Implementation On FPGA Sun Chen 1, a, Duan Xiaofeng 2, b and Wu Qijing 3, c 2nd International Worksop on Materials Engineering and Computer Sciences (IWMECS 2015) Image Reconstruction Based On Bayer And Implementation On FPGA Sun Cen 1, a, Duan Xiaofeng 2, b and Wu Qijing 3, c

More information

Application of two-stage ADALINE for estimation of synchrophasor

Application of two-stage ADALINE for estimation of synchrophasor International Journal of Smart Grid and Clean Energy Application of two-stage ADALINE for estimation of syncropasor Ceng-I Cen a, Yeong-Cin Cen b, Cao-Nan Cen b, Cien-Kai Lan b a a National Central University,

More information

ON THE IMPACT OF RESIDUAL CFO IN UL MU-MIMO

ON THE IMPACT OF RESIDUAL CFO IN UL MU-MIMO ON THE IMPACT O RESIDUAL CO IN UL MU-MIMO eng Jiang, Ron Porat, and Tu Nguyen WLAN Group of Broadcom Corporation, San Diego, CA, USA {fjiang, rporat, tun}@broadcom.com ABSTRACT Uplink multiuser MIMO (UL

More information

DNN-based Amplitude and Phase Feature Enhancement for Noise Robust Speaker Identification

DNN-based Amplitude and Phase Feature Enhancement for Noise Robust Speaker Identification INTERSPEECH 2016 September 8 12, 2016, San Francisco, USA DNN-based Amplitude and Phase Feature Enhancement for Noise Robust Speaker Identification Zeyan Oo 1, Yuta Kawakami 1, Longbiao Wang 1, Seiichi

More information

Space Shift Keying (SSK-) MIMO over Correlated Rician Fading Channels: Performance Analysis and a New Method for Transmit-Diversity

Space Shift Keying (SSK-) MIMO over Correlated Rician Fading Channels: Performance Analysis and a New Method for Transmit-Diversity Space Sift Keying SSK-) MIMO over Correlated ician Fading Cannels: Performance Analysis and a New Metod for Transmit-Diversity Marco Di enzo, Harald Haas To cite tis version: Marco Di enzo, Harald Haas.

More information

Contour Measuring System CONTRACER CV-1000/2000

Contour Measuring System CONTRACER CV-1000/2000 Form Measurement Contour Measuring System CONTRACER CV-1000/2000 Catalog No.E4333-218 Digital, cost-effective contour measuring instruments feature excellent portability and versatility. Digital analysis

More information

Directional Derivative, Gradient and Level Set

Directional Derivative, Gradient and Level Set Directional Derivative, Gradient and Level Set Liming Pang 1 Directional Derivative Te partial derivatives of a multi-variable function f(x, y), f f and, tell us te rate of cange of te function along te

More information

DESIGN AND ANALYSIS OF MIMO SYSTEM FOR UWB COMMUNICATION

DESIGN AND ANALYSIS OF MIMO SYSTEM FOR UWB COMMUNICATION DESIGN AND ANAYSIS OF IO SYSTE FOR UWB COUNICATION iir N. oanty, onalisa Bol, axmi Prasad isra 3, Sanjat Kumar isra 4 ITER, Siksa O Anusandan University, Bubaneswar, Odisa, 75030, India Seemanta Engineering

More information

Loading transformers with non sinusoidal currents

Loading transformers with non sinusoidal currents LES00070-ZB rev. Loading transformers wit non sinusoidal currents K Factor Loading transformers wit non sinusoidal currents... Interpretation / example... 6 Copyrigt 007 ABB, All rigts reserved. LES00070-ZB

More information

Modelling and Control of Gene Regulatory Networks for Perturbation Mitigation

Modelling and Control of Gene Regulatory Networks for Perturbation Mitigation Tis article as been accepted for publication in a future issue of tis journal, but as not been fully edited. Content may cange prior to final publication. Citation information: DOI.9/TCBB.., IEEE/ACM IEEE/ACM

More information

Compatibility and Safety Volume for Electromagnetic Exposure Limits in Shared Sites for 2G and 3G Wireless Communications

Compatibility and Safety Volume for Electromagnetic Exposure Limits in Shared Sites for 2G and 3G Wireless Communications Compatibility and Safety Volume for Electromagnetic Exposure imits in Sared Sites for G and 3G Wireless Communications Rogelio Jiménez Jiménez*, Diego Ortega abajos*, Florentino Jiménez **, Rafael Herradón**

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

Machine Vision System for Automatic Weeding Strategy in Oil Palm Plantation using Image Filtering Technique

Machine Vision System for Automatic Weeding Strategy in Oil Palm Plantation using Image Filtering Technique Macine Vision System for Automatic Weeding Strategy in Oil Palm Plantation using Image Filtering Tecnique Kamarul Hawari Gazali, Mod. Marzuki Mustafa, and Aini Hussain Abstract Macine vision is an application

More information

Uplink Detection and BER Analysis for Ambient Backscatter Communication Systems

Uplink Detection and BER Analysis for Ambient Backscatter Communication Systems Detection and BER Analysis for Ambient Backscatter Communication Systems Gongpu Wang, Feifei Gao, Zongzao Dou, and Cinta Tellambura Scool of Computer and Information Tecnology, Beijing Jiaotong University,

More information

MIMO IDENTICAL EIGENMODE TRANSMISSION SYSTEM (IETS) A CHANNEL DECOMPOSITION PERSPECTIVE

MIMO IDENTICAL EIGENMODE TRANSMISSION SYSTEM (IETS) A CHANNEL DECOMPOSITION PERSPECTIVE MIMO IDENTICAL EIGENMODE TRANSMISSION SYSTEM (IETS) A CANNEL DECOMPOSITION PERSPECTIVE M. Zeesan Sakir, Student member IEEE, and Tariq S. Durrani, Fellow IEEE Department of Electronic and Electrical Engineering,

More information

Abstract 1. INTRODUCTION

Abstract 1. INTRODUCTION Allocating armonic emission to MV customers in long feeder systems V.J. Gosbell and D. Robinson Integral nergy Power Quality Centre University of Wollongong Abstract Previous work as attempted to find

More information

On the relation between radiated and conducted RF emission tests

On the relation between radiated and conducted RF emission tests Presented at te 3 t International Zuric Symposium on Electromagnetic Compatibility, February 999. On te relation between radiated and conducted RF emission tests S. B. Worm Pilips Researc Eindoven, te

More information

No-Reference Image Quality Assessment Based on Localized Gradient Statistics: Application to JPEG and JPEG2000

No-Reference Image Quality Assessment Based on Localized Gradient Statistics: Application to JPEG and JPEG2000 No-Reference Image Quality Assessment Based on Localized Gradient Statistics: Application to JPEG and JPEG2000 Hantao Liu* a, Judit Redi b, Hani Alers a, Rodolfo Zunino b, Ingrid Heynderickx a,c a Department

More information

Calculation of Antenna Pattern Influence on Radiated Emission Measurement Uncertainty

Calculation of Antenna Pattern Influence on Radiated Emission Measurement Uncertainty Calculation of Antenna Pattern Influence on Radiated Emission Measurement Uncertainty Alexander Kriz Business Unit RF-Engineering Austrian Researc Centers GmbH - ARC A-444 Seibersdorf, Austria alexander.kriz@arcs.ac.at

More information

Research on harmonic analysis and Simulation of grid connected synchronous motor Jian Huang1,a, Bingyang Luo2,b

Research on harmonic analysis and Simulation of grid connected synchronous motor Jian Huang1,a, Bingyang Luo2,b 5t nternational Conference on Environment, Materials, Cemistry and Power Electronics (EMCPE 06) Researc on armonic analysis and Simulation of grid connected syncronous motor Jian Huang,a, Bingyang Luo,b

More information

A STATISTICALLY VALID METHOD FOR USING FIA PLOTS TO GUIDE SPECTRAL CLASS REJECTION IN PRODUCING STRATIFICATION MAPS

A STATISTICALLY VALID METHOD FOR USING FIA PLOTS TO GUIDE SPECTRAL CLASS REJECTION IN PRODUCING STRATIFICATION MAPS A STATISTICALLY VALID METHOD FOR USING FIA PLOTS TO GUIDE SPECTRAL CLASS REJECTION IN PRODUCING STRATIFICATION MAPS Micael L. Hoppus and Andrew J. Lier ABSRACT. A Landsat TM classification metod (iterative

More information

ON THE USE OF MULTI-HARMONIC LEAST-SQUARES FITTING FOR THD ESTIMATION IN POWER QUALITY ANALYSIS

ON THE USE OF MULTI-HARMONIC LEAST-SQUARES FITTING FOR THD ESTIMATION IN POWER QUALITY ANALYSIS Metrol. Meas. Syst., Vol. XIX (2012), No. 2, pp. 295-306. METROLOGY AND MEASUREMENT SYSTEMS Index 330930, ISSN 0860-8229 www.metrology.pg.gda.pl ON THE USE OF MULTI-HARMONIC LEAST-SQUARES FITTING FOR THD

More information

This study concerns the use of machine learning based

This study concerns the use of machine learning based Modern AI for games: RoboCode Jon Lau Nielsen (jlni@itu.dk), Benjamin Fedder Jensen (bfje@itu.dk) Abstract Te study concerns te use of neuroevolution, neural networks and reinforcement learning in te creation

More information

Modelling Capture Behaviour in IEEE Radio Modems

Modelling Capture Behaviour in IEEE Radio Modems Modelling Capture Beaviour in IEEE 80211 Radio Modems Cristoper Ware, Joe Cicaro, Tadeusz Wysocki cris@titruoweduau 20t February Abstract In tis paper we investigate te performance of common capture models

More information

Center for Academic Excellence. Area and Perimeter

Center for Academic Excellence. Area and Perimeter Center for Academic Excellence Area and Perimeter Tere are many formulas for finding te area and perimeter of common geometric figures. Te figures in question are two-dimensional figures; i.e., in some

More information

Comparison of Downlink Transmit Diversity Schemes for RAKE and SINR Maximizing Receivers

Comparison of Downlink Transmit Diversity Schemes for RAKE and SINR Maximizing Receivers Comparison of Downlink Transmit Diversity Scemes for RAKE and SINR Maximizing Receivers Massimiliano enardi, Abdelkader Medles and Dirk TM Slock Mobile Communications Department - Institut Eurécom 2229

More information

Performance Improvement of 4x4 Extended Alamouti Scheme with Implementation of Eigen Beamforming Technique

Performance Improvement of 4x4 Extended Alamouti Scheme with Implementation of Eigen Beamforming Technique Performance Improvement of 4x4 Extended Alamouti Sceme wit Implementation of Eigen Beamforming Tecnique Maarsi N. Rindani Lecturer, EC Department RK University, Rajkot, ndia-360007 Niscal M. Rindani Sr.

More information

The deterministic EPQ with partial backordering: A new approach

The deterministic EPQ with partial backordering: A new approach Omega 37 (009) 64 636 www.elsevier.com/locate/omega Te deterministic EPQ wit partial backordering: A new approac David W. Pentico a, Mattew J. Drake a,, Carl Toews b a Scool of Business Administration,

More information

Development of Outdoor Service Robots

Development of Outdoor Service Robots SICE-ICASE International Joint Conference 2006 Oct. 18-21, 2006 in Bexco, Busan, Korea Development of Outdoor Service Robots Takesi Nisida 1, Yuji Takemura 1, Yasuiro Fucikawa 1, Suici Kurogi 1, Suji Ito

More information

IMAGE ILLUMINATION (4F 2 OR 4F 2 +1?)

IMAGE ILLUMINATION (4F 2 OR 4F 2 +1?) IMAGE ILLUMINATION ( OR +?) BACKGROUND Publications abound wit two differing expressions for calculating image illumination, te amount of radiation tat transfers from an object troug an optical system

More information

Binary Search Tree (Part 2 The AVL-tree)

Binary Search Tree (Part 2 The AVL-tree) Yufei Tao ITEE University of Queensland We ave already learned a static version of te BST. In tis lecture, we will make te structure dynamic, namely, allowing it to support updates (i.e., insertions and

More information

ANTENNA GAIN EVALUATION BASED ON WEIGHTING NEAR-FIELD MEASUREMENTS

ANTENNA GAIN EVALUATION BASED ON WEIGHTING NEAR-FIELD MEASUREMENTS Forum for Electromagnetic Researc Metods and Application Tecnologies (FERMAT) ANTENNA GAIN EVALUATION BASED ON WEIGHTING NEAR-FIELD MEASUREMENTS Liliana Ancidin (1,), Razvan D. Tamas (1,), Adrian Androne

More information

On the Downlink Capacity of WCDMA Systems with Transmit Diversity

On the Downlink Capacity of WCDMA Systems with Transmit Diversity On te Downlink Capacity of WCDMA Systems wit ransmit Diversity Vaibav Sing, Oya Yilmaz, Jialing Wang, Kartigeyan Reddy, and S. Ben Slimane Radio Communication Systems Department of Signals, Sensors, and

More information

Published in: Proceedings of 8th Annual IEEE Energy Conversion Congress & Exposition (ECCE 2016)

Published in: Proceedings of 8th Annual IEEE Energy Conversion Congress & Exposition (ECCE 2016) Aalborg Universitet A Multi-Pulse Front-End Rectifier System wit Electronic Pase-Sifting for Harmonic Mitigation in Motor Drive Applications Zare, Firuz; Davari, Pooya; Blaabjerg, Frede Publised in: Proceedings

More information

A REVIEW OF THE NEW AUSTRALIAN HARMONICS STANDARD AS/NZS

A REVIEW OF THE NEW AUSTRALIAN HARMONICS STANDARD AS/NZS A REVIEW OF THE NEW AUSTRALIAN HARMONICS STANDARD AS/NZS 61000.3.6 Abstract V. J. Gosbell 1, P. Muttik 2 and D.K. Geddey 3 1 University of Wollongong, 2 Alstom, 3 Transgrid v.gosbell@uow.edu.au Harmonics

More information

Compressive Channel Estimation for OFDM Cooperation Networks

Compressive Channel Estimation for OFDM Cooperation Networks Researc Journal of Applied Sciences, Engineering and Tecnology 4(8): 897-90, 0 ISSN: 040-7467 Maxwell Scientific Organization, 0 Submitted: October, 0 Accepted: November 5, 0 Publised: April 5, 0 ompressive

More information

Biased Support Vector Machine for Relevance Feedback in Image Retrieval

Biased Support Vector Machine for Relevance Feedback in Image Retrieval Biased Support ector Macine for elevance Feedback in Image etrieval Cu-ong oi, Ci-ang Can, Kaiu uang, Micael. Lyu and Irwin King Department of Computer Science and Engineering Te Cinese University of ong

More information

Distributed Topology Control for Stable Path Routing in Multi-hop Wireless Networks

Distributed Topology Control for Stable Path Routing in Multi-hop Wireless Networks 49t IEEE Conference on Decision and Control December 15-17, 2010 Hilton Atlanta Hotel, Atlanta, GA, USA Distributed Topology Control for Stable Pat Routing in Multi-op Wireless Networks Kiran K. Somasundaram,

More information

Multi-agent coordination via a shared wireless spectrum

Multi-agent coordination via a shared wireless spectrum 217 IEEE 56t Annual Conference on Decision and Control (CDC) December 12-15, 217, Melbourne, Australia Multi-agent coordination via a sared wireless spectrum Cameron Nowzari Abstract Tis paper considers

More information

Sample Survey and Sampling Methods

Sample Survey and Sampling Methods Sample Survey and Sampling Metods Course unit ECON 53115 MA/MSSc in Economics Dr. WM Semasinge Dept. of Economics Tere are several important concepts relating to te sample survey and sampling metods. Population:

More information

FEATURES FOR SPEAKER LOCALIZATION IN MULTICHANNEL BILATERAL HEARING AIDS. Joachim Thiemann, Simon Doclo, and Steven van de Par

FEATURES FOR SPEAKER LOCALIZATION IN MULTICHANNEL BILATERAL HEARING AIDS. Joachim Thiemann, Simon Doclo, and Steven van de Par FEATURES FOR SPEAKER LOCALIZATION IN MULTICHANNEL BILATERAL HEARING AIDS Joacim Tiemann, Simon Doclo, Steven van de Par Dept. of Medical Pysics Acoustics Cluster of Excellence Hearing4All, University of

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

Polyphase Filter Approach for High Performance, FPGA-Based Quadrature Demodulation

Polyphase Filter Approach for High Performance, FPGA-Based Quadrature Demodulation Polypase Filter Approac for Hig Performance, FPGA-Based Quadrature Demodulation J.M.P. Langlois 1, D. Al-Kalili 1, R.J. Inkol 1 Department of Electrical and Computer Engineering, Royal Military College

More information

An Evolving Cascade System Based on A Set Of Neo-Fuzzy Nodes

An Evolving Cascade System Based on A Set Of Neo-Fuzzy Nodes An Evolving Cascade System Based on A Set Of Neo-Fuzzy Nodes Zengbing Hu Scool of Educational Information Tecnology, Central Cina Normal University, Wuan, Cina Email: zb@mail.ccnu.edu.cn Yevgeniy V. Bodyanskiy

More information

Multi-Objectivity for Brain-Behavior Evolution of a Physically-Embodied Organism

Multi-Objectivity for Brain-Behavior Evolution of a Physically-Embodied Organism Multi-Objectivity for Brain-Beavior Evolution of a Pysically-Embodied Organism Jason Teo and Hussein A. Abbass Artificial Life and Adaptive Robotics (A.L.A.R.) Lab, Scool of Computer Science, University

More information

FINAL REPORT FOR NCHRP 20-7 (364)

FINAL REPORT FOR NCHRP 20-7 (364) FINAL REPORT FOR NCHRP 20-7 (364) Revisions of AASHTO PP 74 Test Metod for Optical sizing and Sape Determination of Glass Beads Utilized in Traffic Marings August 2017 TRANSPORTATION RESEARCH BOARD NAS-NRC

More information

Analysis of Rectangular Notch Antenna for Dual-Band Operation

Analysis of Rectangular Notch Antenna for Dual-Band Operation Engineering, 00,, 9-96 doi:0.436/eng.00.0 Publised Online February 00 (ttp://www.scirp.org/journal/eng). Analysis of Rectangular Notc Antenna for Dual-Band Operation Abstract Rajes Kumar Viswakarma, Sanjay

More information

On the Sum Capacity of Multiaccess Block-Fading Channels with Individual Side Information

On the Sum Capacity of Multiaccess Block-Fading Channels with Individual Side Information On te Sum Capacity of Multiaccess Block-Fading Cannels wit Individual Side Information Yas Despande, Sibi Raj B Pillai, Bikas K Dey Department of Electrical Engineering Indian Institute of Tecnology, Bombay.

More information

Energy Savings with an Energy Star Compliant Harmonic Mitigating Transformer

Energy Savings with an Energy Star Compliant Harmonic Mitigating Transformer Energy Savings wit an Energy Star Compliant Harmonic Mitigating Transformer Tony Hoevenaars, P.Eng, Vice President Mirus International Inc. Te United States Environmental Protection Agency s Energy Star

More information

A new melting layer detection algorithm that combines polarimetric radar-based detection with thermodynamic output from numerical models

A new melting layer detection algorithm that combines polarimetric radar-based detection with thermodynamic output from numerical models ERAD 014 - THE EIGHTH EUROPEAN CONFERENCE ON RADAR IN METEOROLOGY A new melting layer detection algoritm tat combines polarimetric radar-based detection wit termodynamic output from numerical models Terry

More information

Analytical Formulae for Calculating SRM Modal Frequencies for Reduced Vibration and Acoustic Noise Design

Analytical Formulae for Calculating SRM Modal Frequencies for Reduced Vibration and Acoustic Noise Design Analtical Formulae for Calculating SM Modal Frequencies for educed Vibration and Acoustic Noise Design W. Cai Delco em America, Inc. 9 Enterprise Drive, Anderson, IN 4613, email: caiw@delcorem.com P.Pilla

More information

Architecture for filtering images using Xilinx System Generator

Architecture for filtering images using Xilinx System Generator Arcitecture for filtering images using Xilinx System Generator Alba M. Sáncez G., Ricardo Alvarez G., Sully Sáncez G.; FCC and FCE BUAP Abstract Tis paper presents an arcitecture for filters pixel by pixel

More information

Contour Measuring System CONTRACER CV-1000/2000

Contour Measuring System CONTRACER CV-1000/2000 Form Measurement Contour Measuring System CONTRACER CV-1000/2000 Bulletin No. 1978 Digital, cost-effective contour measuring instruments feature excellent portability and versatility. Digital analysis

More information

OPTI-502 Optical Design and Instrumentation I John E. Greivenkamp Homework Set 5 Fall, 2018

OPTI-502 Optical Design and Instrumentation I John E. Greivenkamp Homework Set 5 Fall, 2018 Homework Set 5 all, 2018 Assigned: 9/26/18 Lecture 11 Due: 10/3/18 Lecture 13 Midterm Exam: Wednesday October 24 (Lecture 19) 5-1) Te following combination of tin lenses in air is in a telepoto configuration:

More information

Estimation of Dielectric Constant for Various Standard Materials using Microstrip Ring Resonator

Estimation of Dielectric Constant for Various Standard Materials using Microstrip Ring Resonator Journal of Science and Tecnology, Vol. 9 No. 3 (017) p. 55-59 Estimation of Dielectric Constant for Various Standard Materials using Microstrip Ring Resonator Pek Jin Low 1, Famiruddin Esa 1*, Kok Yeow

More information

MIMO-based Jamming Resilient Communication in Wireless Networks

MIMO-based Jamming Resilient Communication in Wireless Networks MIMO-based Jamming Resilient Communication in Wireless Networks Qiben Yan Huaceng Zeng Tingting Jiang Ming Li Wening Lou Y. Tomas Hou Virginia Polytecnic Institute and State University, VA, USA Uta State

More information

Researching on YH100 Numerical Control Servo Press Hydraulic Control System and Control Algorithm

Researching on YH100 Numerical Control Servo Press Hydraulic Control System and Control Algorithm Sensors & Transducers, Vol. 79, Issue 9, September 04, pp. 49-54 Sensors & Transducers 04 by IFSA Publising, S. L. ttp://www.sensorsportal.com Researcing on YH00 Numerical Control Servo Press Hydraulic

More information

ABSTRACT. Kiran Kumar Somasundaram, Doctor of Philosophy, 2010

ABSTRACT. Kiran Kumar Somasundaram, Doctor of Philosophy, 2010 ABSTRACT Title of dissertation: TOPOLOGY CONTROL ALGORITHMS FOR RULE-BASED ROUTING Kiran Kumar Somasundaram, Doctor of Pilosopy, 2010 Dissertation directed by: Professor Jon S. Baras Department of Electrical

More information

Multi-Round Sensor Deployment for Guaranteed Barrier Coverage

Multi-Round Sensor Deployment for Guaranteed Barrier Coverage Tis full text paper was peer reviewed at te direction of IEEE Communications Society subject matter experts for publication in te IEEE INFOCOM 21 proceedings Tis paper was presented as part of te main

More information

Three-phase Three-level (NPC) Shunt Active Power Filter Performances based on PWM and ANN s Controllers for Harmonic Current Compensation

Three-phase Three-level (NPC) Shunt Active Power Filter Performances based on PWM and ANN s Controllers for Harmonic Current Compensation International Journal on Electrical Engineering and Informatics - Volume 6, Number 2, September 214 based on PWM and ANN s Controllers for Harmonic Current Compensation Cennai Salim 1 and Bencouia Moamed

More information

A New Framework for Supervised Speech Enhancement in the Time Domain

A New Framework for Supervised Speech Enhancement in the Time Domain Interspeech 2018 2-6 September 2018, Hyderabad A New Framework for Supervised Speech Enhancement in the Time Domain Ashutosh Pandey 1 and Deliang Wang 1,2 1 Department of Computer Science and Engineering,

More information

Mathematical Derivation of MIMO Based MANET to Improve the Network Performance

Mathematical Derivation of MIMO Based MANET to Improve the Network Performance Journal of Computer Science Original Researc Paper Matematical Derivation of MIMO Based MANET to Improve te Network Performance Swati Cowduri, Pranab Banerjee and Seli Sina Caudury Department of Electronics

More information

A Guide for the Assessment and Mitigation of Bleed, Gloss Change, and Mold in Inkjet Prints During High-humidity Conditions

A Guide for the Assessment and Mitigation of Bleed, Gloss Change, and Mold in Inkjet Prints During High-humidity Conditions A Guide for te Assessment and Mitigation of Bleed, Gloss Cange, and Mold in Inkjet Prints During Hig-umidity Conditions Jennifer Burger; University of Rocester and Daniel Burge; Image Permanence Institute,

More information

Multi-Objectivity for Brain-Behavior Evolution of a Physically-Embodied Organism

Multi-Objectivity for Brain-Behavior Evolution of a Physically-Embodied Organism in Artificial Life VIII, Standis, Abbass, Bedau (eds)(mit Press). pp 1 18 1 Multi-Objectivity for Brain-Beavior Evolution of a Pysically-Embodied Organism Jason Teo and Hussein A. Abbass Artificial Life

More information

Aalborg Universitet. Published in: IET Power Electronics. DOI (link to publication from Publisher): /iet-pel Publication date: 2018

Aalborg Universitet. Published in: IET Power Electronics. DOI (link to publication from Publisher): /iet-pel Publication date: 2018 Aalborg Universitet Load-Independent Harmonic Mitigation in SCR-Fed Tree-Pase Multiple Adjustable Speed Drive Systems wit Deliberately Dispatced Firing Angles Yang, Yongeng; Davari, Pooya; Blaabjerg, Frede;

More information

Performance Evaluation of Limited Feedback Schemes for 3D Beamforming in LTE-Advanced System

Performance Evaluation of Limited Feedback Schemes for 3D Beamforming in LTE-Advanced System Performance Evaluation of Limited Feedback Scemes for 3D Beamforming in LTE-Advanced System Sang-Lim Ju, Young-Jae Kim, and Won-Ho Jeong Department of Radio and Communication Engineering Cungbuk National

More information

Fast Restoration of Warped Document Image based on Text Rectangle Area Segmentation

Fast Restoration of Warped Document Image based on Text Rectangle Area Segmentation 1162 JOURNAL OF SOFTWARE, VOL. 8, NO. 5, MAY 2013 Fast Restoration of Warped Document Image based on Tet Rectangle Area Segmentation Kuo-Hsien Hsia Department of Computer Science and Information Engineering,

More information

An Efficient Handoff Scheme Using a Minimum Residual Time First Scheme

An Efficient Handoff Scheme Using a Minimum Residual Time First Scheme An Efficient Handoff Sceme Using a Minimum Residual Time First Sceme Bilal Owaidat Rola Kassem and Hamza Issa Abstract Wen a mobile station (MS) wit an ongoing call is about to leave a cell te base station

More information

Methodology To Analyze Driver Decision Environment During Signal Change Intervals: Application of Fuzzy Set Theory

Methodology To Analyze Driver Decision Environment During Signal Change Intervals: Application of Fuzzy Set Theory TRANSPORTATON RESEARCH RECORD 1368 49 Metodology To Analyze Driver Decision Environment During Signal Cange ntervals: Application of Fuzzy Set Teory SHNYA KKUCH AND JEFFREY R. REGNER During a signal cange

More information

Design and Implementation of Aperture Coupled Microstrip IFF Antenna

Design and Implementation of Aperture Coupled Microstrip IFF Antenna PIERS ONLINE, VOL. 4, NO. 1, 2008 1 Design and Implementation of Aperture Coupled Microstrip IFF Antenna M. N. Jazi 1, Z. H. Firouze 2, H. Mirmoammad-Sadegi, and G. Askari 1 Institut National de la Recerce

More information

Design, Realization And Measurements of Microstrip Patch Antenna Using Three Direct Feeding Modes For 2.45ghz Applications

Design, Realization And Measurements of Microstrip Patch Antenna Using Three Direct Feeding Modes For 2.45ghz Applications International Journal of Computer Engineering and Information Tecnology VOL. 9, NO. 8, August 2017, 150 156 Available online at: www.ijceit.org E-ISSN 2412-8856 (Online) Design, Realization And Measurements

More information

Performance Analysis for LTE Wireless Communication

Performance Analysis for LTE Wireless Communication IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Performance Analysis for LTE Wireless Communication To cite tis article: S Tolat and T C Tiong 2015 IOP Conf. Ser.: Mater. Sci.

More information

Deep Activity Recognition Models with Triaxial Accelerometers

Deep Activity Recognition Models with Triaxial Accelerometers Deep Activity Recognition Models wit Triaxial Accelerometers Moammad Abu Alseik, Amed Selim, Dusit Niyato, Linda Doyle, Saowei Lin, and Hwee-Pink Tan Scool of Computer Engineering, Nanyang Tecnological

More information

Two Humanoid Simulators: Comparison and Synthesis

Two Humanoid Simulators: Comparison and Synthesis Two Humanoid Simulators: Comparison and Syntesis Nima Safii, Luis Paulo Reis, Rosaldo J. F. Rossetti Artificial Intelligence and Computer Science Laboratory Department of Informatics Engineering Faculty

More information

Comparative Study on Different Dual-Band HIS Structures

Comparative Study on Different Dual-Band HIS Structures ISSN (Print) : 232 3765 International Journal of Advanced Researc in Electrical, (An ISO 3297: 27 Certified Organization) Vol. 4, Issue 1, January 215 Comparative Study on Different Dual-Band HIS Structures

More information

ELEC 546 Lecture #9. Orthogonal Frequency Division Multiplexing (OFDM): Basic OFDM System

ELEC 546 Lecture #9. Orthogonal Frequency Division Multiplexing (OFDM): Basic OFDM System ELEC 546 Lecture #9 Ortogonal Frequency Division Multiplexing (OFDM): Basic OFDM System Outline Motivations Diagonalization of Vector Cannels Transmission of one OFDM Symbol Transmission of sequence of

More information

A Filtering Scheme for Reducing Harmonics Penetration into Transmission Systems (V1.0)

A Filtering Scheme for Reducing Harmonics Penetration into Transmission Systems (V1.0) A Filtering Sceme for Reducing Harmonics Penetration into Systems (V.) J. W. Hagge, Senior Member, IEEE, and L. L. Grigsby, Fellow, IEEE Abstract--Tis paper presents a novel sceme to reduce armonics penetration

More information

Wireless Information and Energy Transfer in Multi-Antenna Interference Channel

Wireless Information and Energy Transfer in Multi-Antenna Interference Channel SUBMITTED TO IEEE TRANSACTIONS ON SIGNAL PROCESSING Wireless Information and Energy Transfer in Multi-Antenna Interference Cannel Cao Sen, Wei-Ciang Li and Tsung-ui Cang arxiv:8.88v [cs.it] Aug Abstract

More information

Speech Synthesis using Mel-Cepstral Coefficient Feature

Speech Synthesis using Mel-Cepstral Coefficient Feature Speech Synthesis using Mel-Cepstral Coefficient Feature By Lu Wang Senior Thesis in Electrical Engineering University of Illinois at Urbana-Champaign Advisor: Professor Mark Hasegawa-Johnson May 2018 Abstract

More information