Wavelet Denoising and Speech Enhancement

Size: px
Start display at page:

Download "Wavelet Denoising and Speech Enhancement"

Transcription

1 1 Wavelet Denoising and Speeh Enhanement V. Balakrishnan, Nash Borges, Luke Parhment Abstrat It has reently been shown that by taking advantage of the sparseness of natural signals in the wavelet domain, wavelet-based tehniques show promise in oping with the diffiult problem of denoising. We review three tehniques for image denoising via wavelet oeffiient thresholding. To enhane speeh orrupted by additive white Gaussian noise we take the results of the reviewed tehniques and employ BayesShrink in a timeadapted thresholding framework, demonstrating an improvement over a state of the art algorithm. I. INTRODUCTION During transmission and reeption signals are often orrupted by noise whih an ause severe problems for downstream proessing and user pereption. Therefore an automated means of removing the noise would be an invaluable first stage for many signal proessing tasks. Denoising has long been a fous of researh and yet there always remains room for improvement. Simple methods originally employed the use of time-domain filtering of the orrupted signal, however, this is only suessful when removing high frequeny noise from low frequeny signals and does not provide satisfatory results under real world onditions. To improve performane, modern algorithms filter signals in some transform domain suh as z or Fourier. Over the past two deades, a flurry of ativity has involved the use of the wavelet transform after the ommunity reognized the possibility that this ould be used as an superior alternative to Fourier analysis [1]. Numerous signal and image proessing tehniques have sine been developed to leverage the power of wavelets. These tehniques inlude the disrete wavelet transform, wavelet paket analysis, and most reently, the lifting sheme. II. WAVELET THRESHOLDING Assuming additive white Gaussian noise (AWGN), any signal y(t) an be represented by the summation of the original x(t) and the noise n(t) y(t) = x(t) + n(t). (1) After performing the wavelet transform, we end up with Y j,k = X j,k + N j,k (2) Y j,k is the k th wavelet oeffiient in the sale j. There are two ommon ways to threshold the resulting wavelet oeffiients. The first is referred to as hard thresholding whih sets the oeffiients to zero whose absolute value is below the threshold Ŷ hard j,k = { Yj,k Y j,k > λ otherwise The authors are with the Department of Eletrial and Computer Engineering, The Johns Hopkins University, Baltimore, MD balaji.iitm1@gmail.om, nashborges@jhu.edu, lparhm1@jhu.edu.. Soft thresholding goes one step further and dereases the magnitude of the remaining oeffiients by the threshold value Ŷ soft j,k = sign(y j,k )max( Y j,k λ, ). Hard thresholding maintains the sale of the signal but introdues ringing and artifats after reonstrution due to a disontinuity in the wavelet oeffiients. Soft thresholding eliminates this disontinuity resulting in smoother signals but slightly dereases the magnitude of the reonstruted signal. III. NOISE ESTIMATION When dealing with images and other smooth signals it is safe to assume that the highest frequeny band does not ontain muh signal ontent, aside from some information about sharp edges. However, white noise gets evenly spread throughout the wavelet oeffiients inluding the highest band. Therefore, we an estimate the overall noise level from these oeffiients. The simplest way to do this is to ompute the variane of the samples in the high-pass band σ 2 = 1 ( ˆN k µ) 2. The problem with this method is that is it suseptible to outliers. A more robust estimate an be derived by assuming the noise is Gaussian pdf( ˆN) = 1 σ 2π e ˆN 2 2σ 2 whose probability density funtion we then take the absolute value of pdf( ˆN ) = u( ˆN) 2 σ ˆN 2 2π e 2σ 2. We know that the median of any random variable x is simply the point x suh that x so, median( ˆN ) pdf(x)dx = σ ˆN 2 2π e 2σ 2 d ˆN = 1 2. This median an then be expressed as median( ˆN ) = σ ( ) 1 2 erf σ 2 erf(x) = 2 x e x2 dx. π

2 2 Therefore, we an estimate the standard deviation of the noise using the equation σ = median( Y HH 1 ).6745 sine we assume Y HH1 ˆN HH1 IV. VISUSHRINK One of the first wavelet-based methods of denoising was developed by Donoho and Johnstone [2]. Given a signal of length d, it seeks to minimize the maximum error over all possible samples. This method assumes (1) with n(t) having some known standard deviation σ. The proposed universal threshold λ univ = σ 2 log(d) (4) is shown to be asymptotially optimal in the minimax sense when employed as a hard threshold. V. SURESHRINK Donoho and Johnstone [3] also proposed a more advaned strategy based on Stein s unbiased risk estimate (SURE) [4]. Here, soft thresholding is used beause it is more mathematially tratable (i.e. ontinuous) and the lean signal is estimated as ˆX j = Y j + H λ (Y j ) (5) H λ (Y j ) = Y j I( Y j < λ) λi( Y j λ)sign(y j ) (6) using the indiator funtion I. Then, (3) d dy j H λ (Y j ) = I( Y j < λ). (7) Risk is defined as the expeted value of the square of the differene between the estimate ˆX j and X j [ R(λ, Y j ) = E ( ˆX j X j ) 2] (8) whih we seek to minimize. This an be rewritten as [ E (N j + H λ (Y j )) 2] (9) = E[N 2 j ] + E[H 2 λ(y j )] + 2E[N j H λ (Y j )]. (1) Evaluating these addends one at a time, we assume E[N 2 j ] = σ 2 (11) and sine we observe Y j, we an determine H λ (Y j ). Then, given samples of the random variable Y j, the best estimate of the expeted value of its square an be written as E[Hλ(Y 2 j )] = 1 H 2 λ(y j,k ). (12) Finally, aording to Stein, if H λ (Y j ) is a weakly differentiable funtion, as is true in this ase due to the use of soft thresholding, we an estimate the expeted value of the funtion weighted by any random variable in terms of its derivative. That is E[N j H λ (Y j )] = E[Nj 2 d ] H λ (Y j ). (13) dy j Combining the terms (11), (12), and (13) in (1), we get SURE(λ, Y j ) = E[N 2 j ] + E[H 2 λ(y j )] + 2 E[N j H λ (Y j )] = σ H 2 λ(y j,k ) + 2 E[N 2 d j ] H λ (Y j,k ) dy j = σ [ Y 2 j,k I( Y j,k < λ) + λ 2 I( Y j,k λ) ] 2σ2 = σ σ2 I( Y j,k < λ) [min( Y j,k, λ)] 2 I( Y j,k < λ). Minimizing the above expression with respet to λ, we finally arrive at the optimal threshold λ SURE = argmin λ 2 log(d) SURE(λ, Y j ). (14) VI. BAYESSHRINK BayesShrink is an adaptive wavelet thresholding method proposed by Chang, Yu, and Vetterli [5] using a Bayesian estimate of the risk. Threshold alulations are based on the assumption that wavelet oeffiients an be desribed by a generalized Gaussian (GG) distribution with shaping parameter β. These distribution funtions fit the oeffiients of most natural images very well. Given and GG σxj,β(x) = C(σ Xj, β)e [α(σ X j,β) x ] β α(σ Xj, β) = σ 1 Γ(3/β) X j Γ(1/β) C(σ Xj, β) = β α(σ X j, β) ( ), 2Γ the aim is again finding the threshold that minimizes the risk 8. There is no losed form solution to this problem, but Chang et al. estimated this threshold to be 1 β λ Bayes = σ2 σ Xj, (15) whih ompares very well to the optimal threshold found numerially. This estimate is also independent of the shaping parameter β, eliminating the need to estimate any other parameters. As β grows larger than 1, the estimated threshold

3 3 does depart from the optimal, but the error was found to be within 5% of optimal up to β = 4. This provides a very good approximation for images sine most images have a β in the range [.5, 1]. A. Implementation The BayesShrink threshold is applied independently to eah subband of an image s wavelet oeffiients using soft thresholding, exluding the lowest resolution LL subband. This yields a frequeny adaptive threshold that is more aggressive in the absene of signal and less aggressive when the signal is present within a subband. Using this threshold, Chang et al. optimize performane by removing the most noise possible while still preserving the original signal. Assuming that the HH 1 subband is almost entirely devoid of signal data, the noise level is estimated using the robust median estimator (3). For every other subband the noise is assumed to be AWGN, and by (2) we have σy 2 j = σx 2 j + σ 2. The variane σy 2 j is alulated diretly from the subband oeffiients, and an estimate of σx 2 j is then obtained by subtrating the estimated noise variane. If the estimated noise variane is greater than the observed subband variane, the threshold is set to infinity, i.e. all oeffiients are set to. This yields a losed form, omputationally simple expression for the threshold ˆσ Xj = λ Bayes = ˆσ2 ˆσ Xj max(ˆσ 2 Y j ˆσ 2, ). VII. IMAGE DENOISING RESULTS The algorithms desribed above were applied to four test images using the 9/7 biorthogonal wavelets of JPEG 2 [6], and to four artifiial signals [3] using the Daubehies 8 wavelets [7], all orrupted with varying levels of AWGN. Both hard and soft thresholding were used in all three tehniques even though eah algorithm was developed to optimize only one type of thresholding. The resulting average signal to noise ratios (SNRs) are shown in Table I with some examples images in Fig. 1. Overall, SureShrink seems to perform the best, but it omes with a signifiant omputational ost, while BayesShrink is muh more effiient and performs almost equally as well. VIII. SPEECH ENHANCEMENT Sine band-limited ( - 4 khz) speeh oupies the entire frequeny spetrum, we an no longer assume that the noise level an be estimated from the high-pass wavelet oeffiients. This is espeially true during periods of unvoied speeh (Fig. 2). One approah [8] is to divide up the frequeny range evenly into many bins using the wavelet paket transform (WPT) and estimate the noise level in eah one. Unlike the disrete wavelet transform, whih only iterates on the low-pass subband, the WPT iterates both branhes at eah stage. Sine speeh is not always present in the signal, we would like to adapt the thresholding over time so that it is larger TABLE I DENOISING SNR RESULTS FOR VARIOUS TEST IMAGES AND SIGNALS VisuShrink SureShrink BayesShrink Input Hard Soft Hard Soft Hard Soft lena σ 2 = σ 2 = σ 2 = boat σ 2 = σ 2 = σ 2 = tank σ 2 = σ 2 = σ 2 = aerial σ 2 = σ 2 = σ 2 = bloks σ 2 = σ 2 = σ 2 = bumps σ 2 = σ 2 = σ 2 = heavisine σ 2 = σ 2 = σ 2 = doppler σ 2 = σ 2 = σ 2 = during periods without speeh and smaller for those with speeh. This will eliminate as muh of the noise as possible while still maintaining speeh intelligibility. To do this we need some estimate of the signal energy over time. A popular method in the speeh proessing literature [8], [9] uses the Teager energy operator (TEO) [1] given by TEO i,k = Y 2 i,k Y i,k 1 Y i,k+1 (16) i is a partiular subband of the WPT. These oeffiients give an estimate of the energy required to generate the signal. Sine periods of speeh do not our in short disontinuous bursts, we need to smooth the TEOs to redue their sensitivity to noise. Originally this was done in this framework (Fig. 3), using an IIR filter [8] but Chen and Wang [9] have reently proposed onvolving the TEOs with a Hamming window M i,k = TEO i,k H p of length 256/2 p p is the depth of the wavelet paket transform. During periods of noise or silene the full magnitude of the threshold is desired, while during periods of speeh it should ideally approah. To do this we first normalize the smoothed

4 4 Fig. 2. Spetrogram of a speeh signal illustrating that unvoied phonemes suh as the /f/ sound in the word dolphin and the /s/ sound in the word some look similar to noise. Original Image Noisy, SNR=14.3dB Fig. 3. Time-adapted thresholding using smoothed and normalized Teager energy operators. VisuShrink(Hard) 2.9dB VisuShrink(Soft) 18.dB is essentially the universal threshold (4) adapted to a noise estimate σi of eah subband using the robust median estimator (3). We then used this TAT (Fig. 4) to soft threshold the oeffiients using the Daubehies 4 wavelets. IX. S PEECH E NHANCEMENT R ESULTS SureShrink(Hard) 2.7dB Empirial evidene (Fig. 5, 6, 7) suggests that this threshold (18) is overly aggressive ausing signifiant distortion of the speeh. This is both bothersome to listen to and an ause a derease in SNR under low noise onditions (Fig. 8). We propose using the TAT framework, but instead of the level-dependent threshold (18) we employ the threshold (15) whih minimizes the Bayesian risk (8). Some of the noise remains but the result is muh less distortion of the speeh signal, evident both when listening to the reonstruted signals and when examining the denoised SNR. SureShrink(Soft) 23.7dB X. C ONCLUSION BayesShrink(Hard) 21.4dB BayesShrink(Soft) 23.6dB Fig. 1. Example images illustrating the results of three wavelet-based denoising algorithms. TEO oeffiients Mi,k Mi,k =. max(mi,k ) The normalized oeffiients are now lose to 1 for periods of speeh and small for periods of noise. In order to use a higher threshold for non-speeh and lower threshold for speeh, Bahoura and Rouat ompute a time-adapted threshold (TAT), λi,k = λi (1 Mi,k ) (17) λi = σi p 2 log(d) (18) Of the three wavelet shrinkage denoising tehniques presented, SureShrink and BayesShrink yielded the best results when denoising a range of test images and signals. We propose a novel method of enhaning speeh in a timeadapted thresholding framework using BayesShrink due to its omputationally effiient implementation. When this threshold is used, we improve on the previous results of Chen and Wang [9], garnering better performane over a wide range of noise levels without any prior knowledge of the SNR. R EFERENCES [1] B. Jawerth and W. Sweldens, An overview of wavelet based multiresolution analysis, SIAM Review, vol. 36, no. 3, pp , [2] D. L. Donoho, I. M. Johnstone, G. Kerkyaharian, and D. Piard, Wavelet shrinkage: Asymptopia?, Journal of the Royal Statistis Soiety, vol. 57, pp , [3] D. L. Donoho and I. M. Johnstone, Adapting to unknown smoothness via wavelet shrinkage, Journal of the Amerian Statistial Assoiation, vol. 9, no. 432, pp , 1995.

5 5 Fig. 6. Denoised speeh signal using the level-dependent threshold. Fig. 4. Plots showing the smoothed and normalized TEOs and the resulting time-adapted thresholds. Fig. 7. Denoised speeh signal using the BayesShrink threshold. Fig. 5. Spetrograms of denoised speeh using time-adapted wavelet thresholding to highlight the overly aggressive results of the level-dependent threshold (top) versus our methodology whih employs the BayesShrink threshold (bottom). Fig. 8. Comparison of the average SNR performane of universal TAT and Bayesian TAT.

6 6 [4] Charles M. Stein, Estimation of the mean of a multivariate normal distribution, The Annals of Statistis, vol. 9, no. 6, pp , [5] G. Chang, B. Yu, and M. Vetterli, Adaptive wavelet thresholding for image denoising and ompression, IEEE Trans. Image Proessing, vol. 9, no. 9, pp , 2. [6] Diego Santa Cruz and Touradj Ebrahimi, The JPEG 2 image oding standard, Dr. Dobb s Journal, vol. 26, no. 4, pp , Apr. 21. [7] I. Daubehies, Ten letures on wavelets, SIAM, Philadelphia, PA, [8] M. Bahoura and J. Rouat, Wavelet speeh enhanement based on the teager energy operator, IEEE Signal Proessing Letters, vol. 8, no. 1, pp. 1 12, 21. [9] S. Chen and J. Wang, Speeh enhanement using pereptual wavelet paket deomposition and teager energy operator, Journal of VLSI Signal Proessing, vol. 32, pp , 24. [1] James F. Kaiser, On a simple algorithm to alulate the energy of a signal, in International Conferene on Aoustis, Speeh, and Signal Proessing, 199, vol. 1, pp

Location Fingerprint Positioning Based on Interval-valued Data FCM Algorithm

Location Fingerprint Positioning Based on Interval-valued Data FCM Algorithm Available online at www.sienediret.om Physis Proedia 5 (01 ) 1939 1946 01 International Conferene on Solid State Devies and Materials Siene Loation Fingerprint Positioning Based on Interval-valued Data

More information

A 24 GHz Band FM-CW Radar System for Detecting Closed Multiple Targets with Small Displacement

A 24 GHz Band FM-CW Radar System for Detecting Closed Multiple Targets with Small Displacement A 24 GHz Band FM-CW Radar System for Deteting Closed Multiple Targets with Small Displaement Kazuhiro Yamaguhi, Mitsumasa Saito, Takuya Akiyama, Tomohiro Kobayashi and Hideaki Matsue Tokyo University of

More information

EFFICIENT IIR NOTCH FILTER DESIGN VIA MULTIRATE FILTERING TARGETED AT HARMONIC DISTURBANCE REJECTION

EFFICIENT IIR NOTCH FILTER DESIGN VIA MULTIRATE FILTERING TARGETED AT HARMONIC DISTURBANCE REJECTION EFFICIENT IIR NOTCH FILTER DESIGN VIA MULTIRATE FILTERING TARGETED AT HARMONIC DISTURBANCE REJECTION Control Systems Tehnology group Tehnishe Universiteit Eindhoven Eindhoven, The Netherlands Dennis Bruijnen,

More information

Reliability measure for sound source localization

Reliability measure for sound source localization Reliability measure for sound soure loalization Hyejeong Jeon 1a), Seungil im 1, Lag-Yong im 1, Hee-Youn Lee 1, and Hyunsoo Yoon 2 1 Information Tehnology Laboratory, LG Eletronis Institute of Tehnology,

More information

Generating 4-Level and Multitone FSK Using a Quadrature Modulator

Generating 4-Level and Multitone FSK Using a Quadrature Modulator Generating 4-Level and Multitone FSK Using a Quadrature Modulator Page 1 of 9 Generating 4-Level and Multitone FSK Using a Quadrature Modulator by In a reent olumn (lik on the Arhives botton at the top

More information

Fully Joint Diversity Combining, Adaptive Modulation, and Power Control

Fully Joint Diversity Combining, Adaptive Modulation, and Power Control Fully Joint Diversity Combining, Adaptive Modulation, and Power Control Zied Bouida, Khalid A. Qaraqe, and Mohamed-Slim Alouini Dept. of Eletrial and Computer Eng. Texas A&M University at Qatar Eduation

More information

Objectives. Presentation Outline. Digital Modulation Lecture 04

Objectives. Presentation Outline. Digital Modulation Lecture 04 Digital Modulation Leture 04 Filters Digital Modulation Tehniques Rihard Harris Objetives To be able to disuss the purpose of filtering and determine the properties of well known filters. You will be able

More information

Wavelet Speech Enhancement based on the Teager Energy Operator

Wavelet Speech Enhancement based on the Teager Energy Operator Wavelet Speech Enhancement based on the Teager Energy Operator Mohammed Bahoura and Jean Rouat ERMETIS, DSA, Université du Québec à Chicoutimi, Chicoutimi, Québec, G7H 2B1, Canada. Abstract We propose

More information

Advanced PID Controller Synthesis using Multiscale Control Scheme

Advanced PID Controller Synthesis using Multiscale Control Scheme Advaned PID Controller Synthesis using Multisale Control Sheme Bejay Ugon a,*, Jobrun Nandong a, and Zhuquan Zang b a Department of Chemial Engineering, Curtin University, 989 Miri, Sarawak, Malaysia b

More information

CHAPTER 3 BER EVALUATION OF IEEE COMPLIANT WSN

CHAPTER 3 BER EVALUATION OF IEEE COMPLIANT WSN CHAPTER 3 EVALUATIO OF IEEE 8.5.4 COMPLIAT WS 3. OVERVIEW Appliations of Wireless Sensor etworks (WSs) require long system lifetime, and effiient energy usage ([75], [76], [7]). Moreover, appliations an

More information

DSP First Lab 05: FM Synthesis for Musical Instruments - Bells and Clarinets

DSP First Lab 05: FM Synthesis for Musical Instruments - Bells and Clarinets DSP First Lab 05: FM Synthesis for Musial Instruments - Bells and Clarinets Pre-Lab and Warm-Up: You should read at least the Pre-Lab and Warm-up setions of this lab assignment and go over all exerises

More information

Performance of Random Contention PRMA: A Protocol for Fixed Wireless Access

Performance of Random Contention PRMA: A Protocol for Fixed Wireless Access Int. J. Communiations, Network and System Sienes, 2011, 4, 417-423 doi:10.4236/ijns.2011.47049 Published Online July 2011 (http://www.sirp.org/journal/ijns) Performane of Random Contention PRMA: A Protool

More information

RADAR TARGET RECOGNITION BASED ON PARAMETERIZED HIGH RESOLUTION RANGE PROFILES

RADAR TARGET RECOGNITION BASED ON PARAMETERIZED HIGH RESOLUTION RANGE PROFILES RADAR TARGET RECOGNITION BASED ON PARAMETERIZED HIGH RESOLUTION RANGE PROFILES XUEJUN LIAO and ZHENG BAO Key Lab. For Radar Signal Proessing Xidian University, Xi an 710071, P. R. China E-mail : xjliao@rsp.xidian.edu.n

More information

Wavelet Shrinkage and Denoising. Brian Dadson & Lynette Obiero Summer 2009 Undergraduate Research Supported by NSF through MAA

Wavelet Shrinkage and Denoising. Brian Dadson & Lynette Obiero Summer 2009 Undergraduate Research Supported by NSF through MAA Wavelet Shrinkage and Denoising Brian Dadson & Lynette Obiero Summer 2009 Undergraduate Research Supported by NSF through MAA Report Documentation Page Form Approved OMB No. 0704-0188 Public reporting

More information

Average Current Mode Interleaved PFC Control

Average Current Mode Interleaved PFC Control Freesale Semiondutor, n. oument Number: AN557 Appliation Note ev. 0, 0/06 Average Current Mode nterleaved PFC Control heory of operation and the Control oops design By: Petr Frgal. ntrodution Power Fator

More information

2011 IEEE. Reprinted, with permission, from David Dorrell, Design and comparison of 11 kv multilevel voltage source converters for local grid based

2011 IEEE. Reprinted, with permission, from David Dorrell, Design and comparison of 11 kv multilevel voltage source converters for local grid based 2 IEEE. Reprinted, with permission, from David Dorrell, Design and omparison of k multilevel voltage soure onverters for loal grid based renewable energy systems. IECON 2-37th Annual Conferene on IEEE

More information

Noise Robust AM-FM Demodulation using Least- Squares Truncated Power Series Approximation

Noise Robust AM-FM Demodulation using Least- Squares Truncated Power Series Approximation oise Robust AM-FM Demodulation using Least- Squares Trunated ower Series Approximation Wooi-Boon Goh Shool of Computer Engineering, anyang Tehnologial University, Singapore 639798 aswbgoh@ntu.edu.sg ABSTRACT

More information

Design and Performance of a 24 GHz Band FM-CW Radar System and Its Application

Design and Performance of a 24 GHz Band FM-CW Radar System and Its Application Frequeny Design and Performane of a 24 GHz Band FM-CW Radar System and Its Appliation Kazuhiro Yamaguhi, Mitsumasa Saito, Kohei Miyasaka and Hideaki Matsue Tokyo University of Siene, Suwa CQ-S net In.,

More information

An Acquisition Method Using a Code-Orthogonalizing Filter in UWB-IR Multiple Access

An Acquisition Method Using a Code-Orthogonalizing Filter in UWB-IR Multiple Access 6 IEEE Ninth International Symposium on Spread Spetrum Tehniques and Appliations An Aquisition Method Using a Code-Orthogonalizing Filter in UWB-IR Multiple Aess Shin ihi TACHIKAWA Nagaoka University of

More information

Introduction to Analog And Digital Communications

Introduction to Analog And Digital Communications Introdution to Analog And Digital Communiations Seond Edition Simon Haykin, Mihael Moher Chapter 9 Noise in Analog Communiations 9.1 Noise in Communiation Systems 9. Signal-to-Noise Ratios 9.3 Band-Pass

More information

Effect of Pulse Shaping on Autocorrelation Function of Barker and Frank Phase Codes

Effect of Pulse Shaping on Autocorrelation Function of Barker and Frank Phase Codes Columbia International Publishing Journal of Advaned Eletrial and Computer Engineering Researh Artile Effet of Pulse Shaping on Autoorrelation Funtion of Barker and Frank Phase Codes Praveen Ranganath

More information

Limitations and Capabilities of the Slanted Spectrogram Analysis Tool for SAR-Based Detection of Multiple Vibrating Targets

Limitations and Capabilities of the Slanted Spectrogram Analysis Tool for SAR-Based Detection of Multiple Vibrating Targets Limitations and Capabilities of the Slanted Spetrogram Analysis Tool for SAR-Based Detetion of Multiple Vibrating Targets Adebello Jelili, Balu Santhanam, and Majeed Hayat Department of Eletrial and Computer

More information

Power Budgeted Packet Scheduling for Wireless Multimedia

Power Budgeted Packet Scheduling for Wireless Multimedia Power Budgeted Paket Sheduling for Wireless Multimedia Praveen Bommannavar Management Siene and Engineering Stanford University Stanford, CA 94305 USA bommanna@stanford.edu Niholas Bambos Eletrial Engineering

More information

A Robust Image Restoration by Using Dark channel Removal Method

A Robust Image Restoration by Using Dark channel Removal Method Volume 6, Issue 3, Marh 2017, ISSN: 2278 1323 A Robust Image Restoration by Using Dark hannel Removal Method Ankit Jain 1 (MTeh. sholar), Prof. Mahima Jain 2 Department Of Computer Siene And Engineering,

More information

Detection of LSB Matching Steganography using the Envelope of Histogram

Detection of LSB Matching Steganography using the Envelope of Histogram 646 JOURNAL OF COMPUTERS, VOL. 4, NO. 7, JULY 29 Detetion of LSB Mathing Steganography using the Envelope of Histogram Jun Zhang Shool of Information Siene Guangdong University of Business Studies,Guangzhou,P.R.

More information

A Dual-Threshold ATI-SAR Approach for Detecting Slow Moving Targets

A Dual-Threshold ATI-SAR Approach for Detecting Slow Moving Targets A Dual-Threshold ATI-SAR Approah for Deteting Slow Moving Targets Yuhong Zhang, Ph. D., Stiefvater Consultants Abdelhak Hajjari, Ph. D. Researh Assoiates for Defense Conversion In. Kyungjung Kim, Ph. D.,

More information

DESIGN AND PERFORMANCE ANALYSIS OF BAND PASS IIR FILTER FOR SONAR APPLICATION

DESIGN AND PERFORMANCE ANALYSIS OF BAND PASS IIR FILTER FOR SONAR APPLICATION International Journal of Emerging Tehnologies and Engineering (IJETE) ISSN: 238 8 ICRTIET-21 Conferene Proeeding, 3 th -31 st August 21 11 DESIGN AND PERFORMANCE ANALYSIS OF BAND PASS IIR FILTER FOR SONAR

More information

Digitally Demodulating Binary Phase Shift Keyed Data Signals

Digitally Demodulating Binary Phase Shift Keyed Data Signals Digitally Demodulating Binary Phase Shift Keyed Signals Cornelis J. Kikkert, Craig Blakburn Eletrial and Computer Engineering James Cook University Townsville, Qld, Australia, 4811. E-mail: Keith.Kikkert@ju.edu.au,

More information

ANALOG COMMUNICATION (8)

ANALOG COMMUNICATION (8) /5/3 DEPARTMENT OF ELECTRICAL &ELECTRONICS ENGINEERING ANALOG COMMUNICATION (8) Fall 3 Original slides by Yrd. Doç. Dr. Burak Kellei Modified by Yrd. Doç. Dr. Didem Kivan Tureli OUTLINE Random Variables

More information

Parameters of the radio channels that affect digital signal transmissions Propagation Environment Attenuation Index, γ

Parameters of the radio channels that affect digital signal transmissions Propagation Environment Attenuation Index, γ Parameters of the radio hannels that affet digital signal transmissions 1.Free spae attenuation - the signal undergoes an average attenuation that depends on the length of the path and signal s frequeny

More information

EDGE AND LAPLACE BASED RESTORATION OF HAZY IMAGES

EDGE AND LAPLACE BASED RESTORATION OF HAZY IMAGES www.ijrar.om INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 EDGE AND LAPLACE BASED RESTORATION OF HAZY IMAGES 1 Priya Singh Patel, 2 Prof. Manisha Rathore Abstrat:

More information

Audio watermarking using spikegram and a two-dictionary approach

Audio watermarking using spikegram and a two-dictionary approach This artile has been aepted for publiation in a future issue of this journal, but has not been fully edited. Content may hange prior to final publiation. Citation information: DOI 1.11/TIFS.1.4, IEEE JOURNAL

More information

Study of the Variance in the Histogram Test of ADCs

Study of the Variance in the Histogram Test of ADCs Study of the Variane in the Histogram Test of ADCs F. Corrêa Alegria and A. Cruz Serra Teleommuniations Institute and Department of Eletrial and Computer Engineering Instituto Superior Ténio, Tehnial University

More information

Auditory Processing of Speech: The COG Effect. Student Researcher: Daniel E. Hack. Advisor: Dr. Ashok Krishnamurthy

Auditory Processing of Speech: The COG Effect. Student Researcher: Daniel E. Hack. Advisor: Dr. Ashok Krishnamurthy Auditory Proessing of Speeh: The COG Effet Student Researher: Daniel E. Hak Advisor: Dr. Ashok Krishnamurthy The Ohio State University Department of Eletrial and Computer Engineering Abstrat The COG effet

More information

BPSK so that we have a discrete set of RF signals. t)cos(

BPSK so that we have a discrete set of RF signals. t)cos( BPSK. BPSK Introdution Reall that the most general modulation has the form s( t) a( t)os[ t ( t)]. We remared earlier that phase modulation was not an effetive way to implement analog ommuniation, one

More information

Research on Blanket Jamming to Beidou Navigation Signals Based on BOC Modulation

Research on Blanket Jamming to Beidou Navigation Signals Based on BOC Modulation Int. J. Communiations, Network and System Sienes, 6, 9, 35-44 Published Online May 6 in SiRes. http://www.sirp.org/ournal/ins http://dx.doi.org/.436/ins.6.95 Researh on Blanket Jamming to Beidou Navigation

More information

Development of FM-CW Radar System for Detecting Closed Multiple Targets and Its Application in Actual Scenes

Development of FM-CW Radar System for Detecting Closed Multiple Targets and Its Application in Actual Scenes XX by the authors; liensee RonPub, Lübek, Germany. This artile is an open aess artile distributed under the terms and onditions of the Creative Commons Attribution liense (http://reativeommons.org/lienses/by/3./).

More information

Serial PN Acquisition Using Smart Antenna and Censored Mean Level CFAR Adaptive Thresholding for a DS/CDMA Mobile Communication

Serial PN Acquisition Using Smart Antenna and Censored Mean Level CFAR Adaptive Thresholding for a DS/CDMA Mobile Communication 01 IEEE 14th International Conferene on High Performane Computing and Communiations Serial PN Aquisition Using Smart Antenna and Censored Mean Level CFAR Adaptive Thresholding for a DS/CDMA Mobile Communiation

More information

Polyphase Filter Design with Reduced Phase Non-Linearity

Polyphase Filter Design with Reduced Phase Non-Linearity Polyphase Filter Design with Redued Phase on-linearity DR. ARTUR RUOWSI and DR. IZZET ALE Applied DSP and VLSI Researh Group, University of Westminster, 5 ew Cavendish Street, Londo UITED IGDOM Abstrat:

More information

Sensitivity of the Random Demodulation Framework to Filter Tolerances Pankiewicz, Pawel Jerzy; Arildsen, Thomas; Larsen, Torben

Sensitivity of the Random Demodulation Framework to Filter Tolerances Pankiewicz, Pawel Jerzy; Arildsen, Thomas; Larsen, Torben Aalborg Universitet Sensitivity of the Random Demodulation Framework to Filter Toleranes Pankiewiz, Pawel Jerzy; Arildsen, Thomas; Larsen, Torben Published in: Proeedings of the European Signal Proessing

More information

Key-Words: - Software defined radio, Walsh Hadamard codes, Lattice filter, Matched filter, Autoregressive model, Gauss-Markov process.

Key-Words: - Software defined radio, Walsh Hadamard codes, Lattice filter, Matched filter, Autoregressive model, Gauss-Markov process. G Suhitra, M L Valarmathi A Novel method of Walsh-Hadamard Code Generation using Reonfigurable Lattie filter and its appliation in DS-CDMA system GSUCHITRA, MLVALARMATHI Department of ECE, Department of

More information

Optimization of Energy Detector Receivers for UWB Systems

Optimization of Energy Detector Receivers for UWB Systems ) Optimization of Energy Detetor Reeivers for UWB Systems Mustafa E Şahin, İsmail Güvenç, and Hüseyin Arslan Eletrial Engineering Department, University of South Florida 4202 E Fowler Avenue, ENB-118,

More information

Module 5 Carrier Modulation. Version 2 ECE IIT, Kharagpur

Module 5 Carrier Modulation. Version 2 ECE IIT, Kharagpur Module 5 Carrier Modulation Version ECE II, Kharagpur Lesson 5 Quaternary Phase Shift Keying (QPSK) Modulation Version ECE II, Kharagpur After reading this lesson, you will learn about Quaternary Phase

More information

Calculation of the maximum power density (averaged over 4 khz) of an angle modulated carrier

Calculation of the maximum power density (averaged over 4 khz) of an angle modulated carrier Re. ITU-R SF.675-3 1 RECOMMENDATION ITU-R SF.675-3 * CALCULATION OF THE MAXIMUM POWER DENSITY (AVERAGED OVER 4 khz) OF AN ANGLE-MODULATED CARRIER Re. ITU-R SF.675-3 (199-1992-1993-1994) The ITU Radioommuniation

More information

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore.

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore. This doument is downloaded from DR-NTU Nanyang Tehnologial University Library Singapore. Title Primary-Ambient Extration Using Ambient Spetrum Estimation for Immersive Spatial Audio Reprodution Author(s)

More information

Reprint from IASTED International Conference on Signal and Image Processing (SIP 99). Nassau, Bahamas, October, 1999.

Reprint from IASTED International Conference on Signal and Image Processing (SIP 99). Nassau, Bahamas, October, 1999. Reprint from IASTED International Conferene on Signal and Image Proessing (SIP 99). Nassau, Bahamas, Otober, 1999. 1 Filter Networks Mats Andersson Johan Wiklund Hans Knutsson Computer Vision Laboratory,

More information

Calculating the input-output dynamic characteristics. Analyzing dynamic systems and designing controllers.

Calculating the input-output dynamic characteristics. Analyzing dynamic systems and designing controllers. CHAPTER : REVIEW OF FREQUENCY DOMAIN ANALYSIS The long-term response of a proess is nown as the frequeny response whih is obtained from the response of a omplex-domain transfer funtion. The frequeny response

More information

Detecting Moving Targets in SAR Via Keystoning and Phase Interferometry

Detecting Moving Targets in SAR Via Keystoning and Phase Interferometry 5 The MITRE Corporation. All rights reserved. Approved for Publi Release; Distribution Unlimited. Deteting Moving Targets in SAR Via Keystoning and Phase Interferometry Dr. P. K. Sanyal, Dr. D. M. Zasada,

More information

TRANSISTORS: DYNAMIC CIRCUITS. Introduction

TRANSISTORS: DYNAMIC CIRCUITS. Introduction TRANSISTORS: DYNAMIC CIRCUITS Introdution The point of biasing a iruit orretly is that the iruit operate in a desirable fashion on signals that enter the iruit. These signals are perturbations about the

More information

Analysis of a Modified RC4 Algorithm

Analysis of a Modified RC4 Algorithm International Journal of Computer Appliations (0975 8887) Analysis of a Modified RC4 Algorithm T.D.B Weerasinghe MS.Eng, BS.Eng (Hons), MIEEE, AMIE (SL) Software Engineer IFS R&D International, 363, Udugama,

More information

Interference mitigation by distributed beam forming optimization

Interference mitigation by distributed beam forming optimization English Interferene mitigation by distributed beam forming optimization Matthias Kashub, Christian M. Blankenhorn, Christian M. Mueller and Thomas Werthmann Abstrat Inter-ell interferene is a major issue

More information

Prediction Method for Channel Quality Indicator in LEO mobile Satellite Communications

Prediction Method for Channel Quality Indicator in LEO mobile Satellite Communications Predition Method for Channel Quality Indiator in LEO mobile Satellite Communiations Yadan Zheng *, Mingke Dong *, Wei Zheng *, Ye Jin *, Jianjun Wu * * Institution of Advaned Communiations, Peking University,

More information

A comparison of scheduling algorithms in HSDPA

A comparison of scheduling algorithms in HSDPA A omparison of sheduling algorithms in HSDPA Stefan M. Sriba and Fambirai Takawira Shool of Eletrial, Eletroni and Computer Engineering, University of KwaZulu-Natal King George V Avenue, Durban, 404, South

More information

EKT358 Communication Systems

EKT358 Communication Systems EKT358 Communiation Systems Chapter 2 Amplitude Modulation Topis Covered in Chapter 2 2-1: AM Conepts 2-2: Modulation Index and Perentage of Modulation 2-3: Sidebands and the Frequeny Domain 2-4: Single-Sideband

More information

ACTIVE VIBRATION CONTROL OF AN INTERMEDIATE MASS: VIBRATION ISOLATION IN SHIPS

ACTIVE VIBRATION CONTROL OF AN INTERMEDIATE MASS: VIBRATION ISOLATION IN SHIPS ACTIVE VIBRATION CONTROL OF AN INTERMEDIATE MASS: VIBRATION ISOLATION IN SHIPS Xun Li, Ben S. Cazzolato and Colin H. Hansen Shool of Mehanial Engineering, University of Adelaide Adelaide SA 5005, Australia.

More information

A Time-Frequency Adaptation Based on Quantum Neural Networks for Speech Enhancement

A Time-Frequency Adaptation Based on Quantum Neural Networks for Speech Enhancement A Tie-Frequeny Adaptation Based on Quantu Neural Networs for Speeh Enhaneent Kun-Ching Wang 1 and Chiun-Li Chin 1 Departent of Inforation Tehnology & Couniation Shin Chien University No. University Rd

More information

SINGLE UNDERWATER IMAGE RESTORATION BY BLUE-GREEN CHANNELS DEHAZING AND RED CHANNEL CORRECTION

SINGLE UNDERWATER IMAGE RESTORATION BY BLUE-GREEN CHANNELS DEHAZING AND RED CHANNEL CORRECTION SINGLE UNDERWATER IMAGE RESTORATION BY BLUE-GREEN CHANNELS DEHAZING AND RED CHANNEL CORRECTION Chongyi Li 1, Jihang Guo 1, Yanwei Pang 1, Shanji Chen, Jian Wang 1,3 1 Tianjin University, Shool of Eletroni

More information

28th Seismic Research Review: Ground-Based Nuclear Explosion Monitoring Technologies

28th Seismic Research Review: Ground-Based Nuclear Explosion Monitoring Technologies DEVELOPMENT OF SURFACE WAVE DISPERSION AND ATTENUATION MAPS AND IMPROVED METHODS FOR MEASURING SURFACE WAVES Jeffry L. Stevens, Jeffrey W. Given, G. Eli Baker and Heming Xu Siene Appliations International

More information

A 24 GHz FM-CW Radar System for Detecting Closed Multiple Targets and Its Applications in Actual Scenes

A 24 GHz FM-CW Radar System for Detecting Closed Multiple Targets and Its Applications in Actual Scenes 2016 by the authors; liensee RonPub, Lübek, Germany. This artile is an open aess artile distributed under the terms and onditions of the Creative Commons Attribution liense (http://reativeommons.org/lienses/by/4.0/).

More information

Parallel Interference Cancellation in Multicarrier DS-CDMA Systems

Parallel Interference Cancellation in Multicarrier DS-CDMA Systems N Parallel Interferene Canellation in ultiarrier D-CD ystems K. R. hankar kumar and. Chokalingam Department of ECE Indian Institute of iene Bangalore 50012 INDI bstrat In this paper we present and analyze

More information

Nested Codes with Multiple Interpretations

Nested Codes with Multiple Interpretations Nested Codes with Multiple Interpretations Lei Xiao, Thomas E. Fuja, Jörg Kliewer, Daniel J. Costello, Jr. Department of Eletrial Engineering University of Notre Dame, Notre Dame, IN 46556, US Email: {lxiao,

More information

Multipitch analysis of polyphonic music and speech signals using an auditory model

Multipitch analysis of polyphonic music and speech signals using an auditory model 1 Multipith analysis of polyphoni musi and speeh signals using an auditory model Anssi Klapuri, Member, IEEE Institute of Signal Proessing, Tampere University of Tehonology, Korkeakoulunkatu 1, FIN-3372

More information

Metrol. Meas. Syst., Vol. XVIII (2011), No. 2, pp METROLOGY AND MEASUREMENT SYSTEMS. Index , ISSN

Metrol. Meas. Syst., Vol. XVIII (2011), No. 2, pp METROLOGY AND MEASUREMENT SYSTEMS. Index , ISSN METROLOGY AND MEASUREMENT SYSTEMS Index 330930, ISSN 0860-8229 www.metrology.pg.gda.pl DAC TESTING USING MODULATED SIGNALS Pavel Fexa, Josef Vedral, Jakub Svatoš CTU Prague, Faulty of Eletrial Engineering

More information

End-to-End Speech Separation with Unfolded Iterative Phase Reconstruction

End-to-End Speech Separation with Unfolded Iterative Phase Reconstruction MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.om End-to-End Speeh Separation with Unfolded Iterative Phase Reonstrution Wang, Z.-Q.; Le Roux, J.; Wang, D.; Hershey, J. TR2018-135 September

More information

Hierarchical Extreme-Voltage Stress Test of Analog CMOS ICs for Gate-Oxide Reliability Enhancement*

Hierarchical Extreme-Voltage Stress Test of Analog CMOS ICs for Gate-Oxide Reliability Enhancement* Hierarhial Extreme-Voltage Stress Test of Analog MOS Is for Gate-Oxide Reliability Enhanement* hin-long Wey Department of Eletrial Engineering National entral University hung-li, Taiwan lway@ee.nu.edu.tw

More information

Introductory Notions

Introductory Notions Introdutory Notions - he blok diagram of a transmission link, whih onveys information by means of eletromagneti signals, is depited in the figure below. Message Signal aqusition blok Information ransmitter

More information

Dispersion and Dispersion Slope Compensation of an Optical Delay Line Filter (DLF) based on Mach-Zehnder Interferometers

Dispersion and Dispersion Slope Compensation of an Optical Delay Line Filter (DLF) based on Mach-Zehnder Interferometers Dispersion and Dispersion Slope Compensation of an Optial Delay Line Filter (DLF) based on Mah-Zehnder Interferometers P.Pavithra 1, K.Karthika 2 1,2 Department of Eletronis and Communiation Engineering,

More information

Performance Study on Multimedia Fingerprinting Employing Traceability Codes

Performance Study on Multimedia Fingerprinting Employing Traceability Codes Performane Study on Multimedia Fingerprinting Employing Traeability Codes Shan He and Min Wu University of Maryland, College Park, U.S.A. Abstrat. Digital fingerprinting is a tool to protet multimedia

More information

Adaptive TDMA/OFDMA for Wide-Area Coverage and Vehicular Velocities

Adaptive TDMA/OFDMA for Wide-Area Coverage and Vehicular Velocities Adaptive TDMA/FDMA for Wide-Area Coverage and Vehiular Veloities Mikael Sternad *, Sorour Falahati *, Tommy Svensson, and Daniel Aronsson * * Signals and Systems, Uppsala University, P Box 8,SE-71 0 Uppsala,

More information

Version of 7. , using 30 points from 5 rad/s to 5 krad/s. Paste your plot below. Remember to label your plot.

Version of 7. , using 30 points from 5 rad/s to 5 krad/s. Paste your plot below. Remember to label your plot. Version 1.2 1 of 7 Your Name Passive and Ative Filters Date ompleted PELAB MATLAB = 1000 s + 1000, using 30 points from 5 rad/s to 5 krad/s. Paste your plot below. emember to label your plot. 1. reate

More information

Distributed Beamforming for Information Transfer in Sensor Networks

Distributed Beamforming for Information Transfer in Sensor Networks Distributed Beamforming for Information Transfer in Sensor etworks G. Barria Dept. of Eletrial and Computer Engineering University of California Santa Barbara, CA 936, USA barria@engineering. usb.edu R.

More information

APPLICATION OF OFDM TECHNIQUE TO UNDERWATER ACOUSTIC DATA TRANSMISSION 1

APPLICATION OF OFDM TECHNIQUE TO UNDERWATER ACOUSTIC DATA TRANSMISSION 1 PPLICTION OF OFDM TECHNIQUE TO UNDERWTER COUTIC DT TRNMIION 1 IWON KOCH K, HENRYK LOT Gdansk University of Tehnology 11/12, G. Narutowiza t., 80-233 Gda sk, Poland ia.kohanska@gmail.om; hlas@eti.pg.gda.pl

More information

An Assisted GPS Acquisition Method using L2 Civil Signal in Weak Signal Environment

An Assisted GPS Acquisition Method using L2 Civil Signal in Weak Signal Environment Journal of Global Positioning Systems (004) Vol. 3, No. -: 5-3 An Assisted GPS Aquisition ethod using L Civil Signal in Wea Signal Environment Deu Jae Cho Department of Eletronis, Chungnam National University,

More information

EE (082) Chapter IV: Angle Modulation Lecture 21 Dr. Wajih Abu-Al-Saud

EE (082) Chapter IV: Angle Modulation Lecture 21 Dr. Wajih Abu-Al-Saud EE 70- (08) Chapter IV: Angle Modulation Leture Dr. Wajih Abu-Al-Saud Effet of Non Linearity on AM and FM signals Sometimes, the modulated signal after transmission gets distorted due to non linearities

More information

Abstract. 1. Introduction. 2. Fading

Abstract. 1. Introduction. 2. Fading An Interative Simulation for Flat Fading P.Marihamy*, J.Senthilkumar and V.Vijayarangan ECE Dept., National Engineering College Kovilpatti -68 503, India. * Nizwa College of Tehnology, Sultanate of Oman

More information

AFRL-RY-WP-TP

AFRL-RY-WP-TP AFRL-RY-WP-P-009-307 A MODULAION BASED APPROACH O WIDEBAND- SAP (PREPRIN) Ke Yong Li, Unnirishna S. Pillai, Peter Zulh, and Mihael Callahan C & P ehnologies, In. OCOBER 007 Approved for publi release;

More information

Performance of Two-Hop DS-CDMA Systems Using Amplify-and-Forward Protocol over Different Fading Channels

Performance of Two-Hop DS-CDMA Systems Using Amplify-and-Forward Protocol over Different Fading Channels http://dx.doi.org/10.5755/j01.eee..1.14116 Performane of Two-Hop DS-CDMA Systems Using Amplify-and-Forward Protool over Different Fading Channels Nuri Kapuu 1 Mehmet Bilim 1 Ibrahim Develi 1 1 Department

More information

An Adaptive Distance-Based Location Update Algorithm for PCS Networks

An Adaptive Distance-Based Location Update Algorithm for PCS Networks An Adaptive Distane-Based Loation Update Algorithm for PCS Networks Abstrat - In this paper, we propose a stohasti model to ompute the optimal update boundary for the distane-based loation update algorithm.

More information

Homework: Please number questions as numbered on assignment, and turn in solution pages in order.

Homework: Please number questions as numbered on assignment, and turn in solution pages in order. ECE 5325/6325: Wireless Communiation Systems Leture Notes, Spring 2010 Leture 6 Today: (1) Refletion (2) Two-ray model (3) Cellular Large Sale Path Loss Models Reading for today s leture: 4.5, 4.6, 4.10.

More information

Designing Time-Hopping Ultra-Wide Bandwidth Receivers for Multi-User Interference Environments

Designing Time-Hopping Ultra-Wide Bandwidth Receivers for Multi-User Interference Environments DESIGNING TH-UWB RECEIVERS FOR MUI 1 Designing Time-Hopping Ultra-Wide Bandwidth Reeivers for Multi-User Interferene Environments Norman C. Beaulieu and David J. Young Abstrat The multiple-user interferene

More information

Capacitor Voltage Control in a Cascaded Multilevel Inverter as a Static Var Generator

Capacitor Voltage Control in a Cascaded Multilevel Inverter as a Static Var Generator Capaitor Voltage Control in a Casaded Multilevel Inverter as a Stati Var Generator M. Li,J.N.Chiasson,L.M.Tolbert The University of Tennessee, ECE Department, Knoxville, USA Abstrat The widespread use

More information

Published in: Proceedings of the 3rd International Meeting on Low Frequency Noise and Vibration, London, September 12-13, 1985

Published in: Proceedings of the 3rd International Meeting on Low Frequency Noise and Vibration, London, September 12-13, 1985 Aalborg Universitet Annoyane from audible infrasound Møller, Henrik Published in: Proeedings of the 3rd International Meeting on Low Frequeny Noise and Vibration, London, September 12-13, 1985 Publiation

More information

Face Recognition Using Kernel PrincipalComponent Analysis

Face Recognition Using Kernel PrincipalComponent Analysis Advanes in Vision Computing: An International Journal (AVC Vol., No., Marh 4 Fae Reognition Using Kernel PrinipalComponent Analysis Jayanthi and Dr. Ai S Assistant Professor,Department of Computer Appliations,

More information

Finite-States Model Predictive Control with Increased Prediction Horizon for a 7-Level Cascade H-Bridge Multilevel STATCOM

Finite-States Model Predictive Control with Increased Prediction Horizon for a 7-Level Cascade H-Bridge Multilevel STATCOM Proeedings of The 2th World Multi-Conferene on Systemis, Cybernetis and Informatis (WMSCI 216) Finite-States Model Preditive Control with Inreased Predition Horizon for a 7-Level Casade H-Bridge Multilevel

More information

IMPROVEMENT OF SPEECH SOURCE LOCALIZATION IN NOISY ENVIRONMENT USING OVERCOMPLETE RATIONAL-DILATION WAVELET TRANSFORMS

IMPROVEMENT OF SPEECH SOURCE LOCALIZATION IN NOISY ENVIRONMENT USING OVERCOMPLETE RATIONAL-DILATION WAVELET TRANSFORMS 1 International Conference on Cyberworlds IMPROVEMENT OF SPEECH SOURCE LOCALIZATION IN NOISY ENVIRONMENT USING OVERCOMPLETE RATIONAL-DILATION WAVELET TRANSFORMS Di Liu, Andy W. H. Khong School of Electrical

More information

System Level Design for Clustered Wireless Sensor Networks

System Level Design for Clustered Wireless Sensor Networks JOURNAL OF L A TEX CLASS FILES, VOL. 6, NO., JANUARY 2007 System Level Design for Clustered Wireless Sensor Networks A. Bonivento Student Member, IEEE, C. Fishione Member, IEEE, L. Nehi, F. Pianegiani,

More information

ANALYSIS OF THE IONOSPHERIC INFLUENCE ON SIGNAL PROPAGATION AND TRACKING OF BINARY OFFSET CARRIER (BOC) SIGNALS FOR GALILEO AND GPS

ANALYSIS OF THE IONOSPHERIC INFLUENCE ON SIGNAL PROPAGATION AND TRACKING OF BINARY OFFSET CARRIER (BOC) SIGNALS FOR GALILEO AND GPS ANALYSIS OF THE IONOSPHERIC INFLUENCE ON SIGNAL PROPAGATION AND TRACKING OF BINARY OFFSET CARRIER (BOC) SIGNALS FOR GALILEO AND GPS Thomas Pany (1), Bernd Eissfeller (2), Jón Winkel (3) (1) University

More information

Coherent Detection Method with Compensation at Transmitter in Time Division Duplex System

Coherent Detection Method with Compensation at Transmitter in Time Division Duplex System Coherent Detetion Method with Compensation at Transmitter in Time Division Duplex System Young An Kim 1, Choong Seon Hong 1 1 Department o Eletronis and Inormation, Kyung Hee University, 1 Seoheon, Giheung,

More information

Layered Space-Time Codes for Wireless Communications Using Multiple Transmit Antennas

Layered Space-Time Codes for Wireless Communications Using Multiple Transmit Antennas Layered Spae-Time Codes for Wireless Communiations Using Multiple Transmit Antennas Da-shan Shiu and Joseph M. Kahn University of California at Bereley Abstrat Multiple-antenna systems provide very high

More information

Two Stage spectrum Sensing for Cognitive Radio using CMME

Two Stage spectrum Sensing for Cognitive Radio using CMME Two Stage spetrum Sensing or Cognitive Radio using CMME Naresh Gunihetty, S M Hiremath, Member, IEEE, S K Patra, Senior Member, IEEE Abstrat Spetrum sensing is undamental untionality in Cognitive Radio

More information

Implementation of Direct Synthesis and Dahlin Control Algorithms on Data Driven Models of Heater System

Implementation of Direct Synthesis and Dahlin Control Algorithms on Data Driven Models of Heater System Implementation of Diret Synthesis and Dahlin Control Algorithms on Data Driven Models of Heater System Mr. R. G. Datar Sanjay Ghodawat Group of Institutes, Atigre Mr. A. N. Shinde Sanjay Ghodawat Group

More information

Effect of orientation and size of silicon single crystal to Electro-Ultrasonic Spectroscopy

Effect of orientation and size of silicon single crystal to Electro-Ultrasonic Spectroscopy Effet of orientation and size of silion single rystal to Eletro-Ultrasoni Spetrosopy Mingu KANG 1, Byeong-Eog JUN 1, Young H. KIM 1 1 Korea Siene Aademy of KAIST, Korea Phone: +8 51 606 19, Fax: +8 51

More information

2. Continuous-wave modulation

2. Continuous-wave modulation . Continuous-wave odulation 1. Appliation goal We study representations in tie and frequeny doain for two types of ontinuous wave odulation: aplitude odulation (AM) and frequeny odulation (FM).. Continuous-wave

More information

Development of A Steerable Stereophonic Parametric Loudspeaker

Development of A Steerable Stereophonic Parametric Loudspeaker Development of A Steerable Stereophoni Parametri Loudspeaker Chuang Shi, Hideyuki Nomura, Tomoo Kamakura, and Woon-Seng Gan Department of Eletrial and Eletroni Engineering, Kansai University, Osaka, Japan

More information

Image Denoising Techniques: A Review

Image Denoising Techniques: A Review Image Denoising Techniques: A Review Sandeep Kaur 1, Navdeep Singh 2 1 Research Scholar, Master of Technology, Department of Computer Engineering, Punjabi University, Patiala,India 2 Assistant Professor,

More information

The Design of a Spatial Diversity Model to Mitigate Narrowband and Broadband Interference in DSSS Ad Hoc Networks

The Design of a Spatial Diversity Model to Mitigate Narrowband and Broadband Interference in DSSS Ad Hoc Networks The Design of a Spatial Diversity Model to Mitigate Narrowband and Broadband Interferene in DSSS Ad Ho Networks Sonia Furman, and Mario Gerla University of California, Los Angeles Abstrat Spatial diversity

More information

ROBUST ESTIMATION AND ADAPTIVE CONTROLLER TUNING FOR VARIANCE MINIMIZATION IN SERVO SYSTEMS

ROBUST ESTIMATION AND ADAPTIVE CONTROLLER TUNING FOR VARIANCE MINIMIZATION IN SERVO SYSTEMS 009 JSME-IIP/ASME-ISPS Joint Conferene on Miromehatronis for Information and Preision Equipment (MIPE 009) June 7-0, 009, Tsukuba International Congress Center, Ibaraki, Japan ROBUST ESTIMATIO AD ADAPTIVE

More information

Movement Detection Using a Modified FMCW Waveform and GNU Radio

Movement Detection Using a Modified FMCW Waveform and GNU Radio Movement Detetion Using a Modified FMCW Waveform and GNU Radio Ali Bazzi, Majd Ghareeb, Mohammad Raad and Samih Abdul-Nabi Shool of Engineering, Computer and Communiation Department Lebanese International

More information

Primary-Ambient Extraction Using Ambient Spectrum Estimation for Immersive Spatial Audio Reproduction

Primary-Ambient Extraction Using Ambient Spectrum Estimation for Immersive Spatial Audio Reproduction Manusript aepted in IEEE/ACM Trans. Audio Speeh Lang. Proess. Primary-Ambient Extration Using Ambient Spetrum Estimation for Immersive Spatial Audio Reprodution Jianjun He Student Member IEEE Woon-Seng

More information

Copyright Blind Selected Mapping Techniques for Space-Time Block Coded Filtered Single-Carrier Signals

Copyright Blind Selected Mapping Techniques for Space-Time Block Coded Filtered Single-Carrier Signals Blind Seleted Mapping Tehniques for Spae-Time Blok Coded Filtered Single-Carrier Signals IEEE VTS AWCS 6 6 August 6 @ Tokyo, Japan Amnart Boonkaay Fumiyuki Adahi Wireless Signal roessing Researh Group

More information