RETREIVING PITCH OF THE SINGING VOICE IN POLYPHONIC AUDIO. Saurabh Kumar Shandilya and Preeti Rao

Size: px
Start display at page:

Download "RETREIVING PITCH OF THE SINGING VOICE IN POLYPHONIC AUDIO. Saurabh Kumar Shandilya and Preeti Rao"

Transcription

1 RETREIVING PITCH OF THE SINGING VOICE IN POLYPHONIC AUDIO Saurabh Kumar Shandilya and Preeti Rao Department of Eletrial Engineering, Indian Institute of Tehnology, Bombay Powai, Mumbai ABSTRACT This paper explores the extration of melodi pith ontour from the polyphoni soundtrak of a song. The motivation for this work lies in developing automati tools for the melody-based indexing of the database in a musi retrieval system. The melody is assumed to be arried by the singer s voie aompanied mainly by perussive instruments. This senario is typial of a large lass of Indian movie songs. The hallenges raised by this appliation are presented. A pith detetion method based on a pereptual model is shown to be a promising approah to the traking of voie pith in the presene of strong perussive bakground. 1. INTRODUCTION The advent of Internet has made it feasible for people to share not only thoughts but also emotions and musi. The soul of musi is melody and that of melody is pith. So the importane of pith detetion in musi related software is signifiant. In this paper we address the problem of pith detetion assoiated with the singing voie in the ontext of the polyphoni reordings of Indian movie songs. In the field of speeh proessing, pith detetion algorithms have always evoked muh researh interest. Every new appliation demands a new approah. Our problem an be viewed as that of estimating the time-varying pith of a singing voie in the presene of orhestral bakground. This work is motivated by the requirements of query-by-humming based musi retrieval systems. One suh system under development at IITB [1] targets a database of Indian film songs. In the interest of building an indexed database, as well as enabling its ontinuous augmentation with new songs, it would be very valuable to have available a tool that automatially extrats the needed pith information from original polyphoni sound traks. The problem is espeially important for our target database sine, unlike Western musi orpora (e.g. [2]), aurate MIDI versions of Indian musi are very sant or non-existent. The real hallenge to pith detetion is due to polyphoni nature of the songs. Various instruments keep oming and disappearing at intervals along with the main singing voie. Computer sientists view this problem as that of CASA (Computational Audio Sene Analysis) [3,12,13] where they are primarily interested in identifying the various objets (instrument voies) that ontribute to the audio sene at any time. This step may be useful to solving the problem of estimating features of interest from speifi voies but is not essential [3,4,5]. Early works in the field were too speifi but later on the impetus shifted towards a general approah, whih an give results independent of type and number of instruments being played. While most of the work has been done under the name of multiple-pith-detetion, where the soures are assumed to be harmoni, our ase is not exatly the same, as we shall see soon. In this paper we test the appliation of a pereption model based pith detetion algorithm and investigate its advantages against onventional pith detetion algorithms. But first we present some interesting fats about the genre of Hindi

2 movie songs, whih help us in defining our problem better. 2. SOURCE BASED CLASSIFICATION At a oarse level, audio segments in a soundtrak an be lassified into three lasses: silene, orhestral bakground only, and bakground plus singing voie. The melody of the song is typially arried in the time-varying pith of the singing voie. We therefore fous on this lass, whih further an be haraterized by the partiular type of bakground instrument: perussive or nonperussive. Perussive sounds may have strong partials but are not stritly harmoni. From a study of songs in the database of our interest, we have found that segments ontaining singing voie almost always ontain purely perussive instruments in the bakground. These instruments ontribute to the rhythm but not to the melody of the musi. Therefore, the problem boils down to finding aurate pithontour of the voie in the presene of perussive sounds. Further, in the framework of Indian musi, the perussions belong to one of the two ategories [6]: membranous perussions oming from instruments with struk membranes e.g. drum, tabla, pakhawaj, dhol, nall, et., and non-membranous perussions oming from instruments having solid resonators e.g. jal-tarang, manjira, ghatam, himpta, ghungaru et. Perussive sounds belonging to the lass of membranous perussions are haraterized by sharp inrease in instantaneous energy followed by an exponential deay. These sounds are extremely dynami in nature and they disturb the harmoni struture of the singing voie when they our. In the frequeny domain these onsets are deteted by a smearing aross frequeny. Perussions of these kinds don t pose a big problem beause the effet dies down very quikly, and pith estimate may go wrong for only a small fration of the duration of the note. These deviations an be retified by median smoothing the pith values over note duration (assuming the notes are separated by some method). But the perussions of nonmembranous variety leave a trail of strong partials in some regions that deay only slowly. This an ause the pith estimate to go haywire over a signifiant portion of the note, espeially when the energy of the voie signal is not high relative to the bakground. 3. PITCH DETECTION ALGORITHMS A pith detetion algorithm works in three stages: (i) preproessing, whih may be linear or non-linear filtering; (ii) estimation of andidate pith-values from the pre-proessed signal; (iii) post-proessing to rejet / modify spurious pith values. Candidate pith values are generated by either pure time-domain methods or spetral domain methods. Autoorrelation funtion (ACF) based method is the most widely used time-domain method. A related algorithm in this is the Rabiner-Gold parallel proessing algorithm, whih extrats pith by running deision logi on several derived time-domain parameters [7]. Spetral domain methods look for harmoniity in the frequeny domain to find out pith; i.e. they look for partials in speifi spetral loations, or for the intervals between partials. The above methods do not expliitly take into aount any model of pith pereption by humans. Sine we an easily identify a tune even in the presene of bakground perussions, it is reasonable to expet that a study of the pith pereption mehanism an offer lues that would help in extrating the melody information that is buried in a perussive bakground. In 1991, Meddis and Hewitt proposed a theory for the subjetive pereption of pith [8]. This model is essentially based on deteting the dominating spetral interval by observing the beats between frequeny partials. The theory inorporates several distint funtional bloks of the hearing mehanism. The aousti signal entering the ear undergoes a filtering equivalent to outer/middle ear transformation. In the inner ear, the basilar membrane ats as a bank of bandpass filters with bandwidth inreasing with enter frequeny. The output of eah filter represents the motion of basilar membrane and the next stage involves onversion of this motion to neural signals. The model hypothesizes that the probability of spike ourrene is proportional to the permeability of the hair ell membrane.

3 Permeability in turn is related to the instantaneous amplitude of the filtered signal. At the next stage, for eah filtered hannel the histogram of time intervals among spikes (not just suessive spikes) is generated. A running ACF, whih is a linear autoorrelation alulated over a moving window entered at eah sample, is one way to simulate this. Finally these autoorrelation funtions along different hannels are summed up to give summary autoorrelation funtion, whih is examined for peaks to detet the pith period. So the important onlusion here is that the proess of pith pereption involves proessing in individual bands. These bands are also represented best using psyhoaoustially derived filters. 4. IMPLEMENTATION OF THE M-H MODEL ALGORITHM Borrowing the important keys from the above-desribed theory we have implemented an algorithm, whih imitates the behavior of human ear in a simplisti way. The input audio signal in 16 bit PCM format, sampled at the rate of 44.1 khz is passed through an auditory filter-bank as obtained from VOICEBOX [9]. We have used 27 standard gammatone filters with enter frequenies ranging from 123 Hz to khz or 4 to 30 on the equivalent retangular bandwidth sale (a slight modifiation of the ritial band sale) [10]. In eah frequeny band the amplitude envelope of the filtered signal is obtained. This an be ahieved by using standard demodulation tehnique. First the signal in eah hannel is half-wave retified. Then the half-wave retified signal is low pass filtered to allow frequenies up to 700 Hz, assuming that this is the maximum expeted pith frequeny. Envelope alulation by halfwave retifiation is onsistent with the Meddis-Hewitt ear model, aording to whih probability of spike generation is proportional to instantaneous amplitude, and low-pass filtering is justified by the arguments relating to refratory periods. In eah band an ACF is alulated. Keeping in view the range of Hz in whih we are expeting the pith to lie in, we have used a 20 ms frame and frame-shift of 50%. We again had a hoie here between linear ACF and irular ACF and we have used both the approahes. An unbiased ACF does not assume the signal to be zero outside the window and thus steady and sharp hanges in amplitude beause of onset of notes would ause farther peaks to inrease in magnitude leading to too low error. A biased estimate of ACF (referred as linear ACF now onwards) is relatively free from this hazard under varying amplitude onditions, whih are ommon in singing. A linear ACF assumes the signal to be zero outside the frame while irular ACF assumes the pattern to be repeating outside the window of size N. N τ 1 i= 0 af ( k, τ ) = y( k + i) * y( k + i + τ ) (1) af ir ( k, τ) = N 1 i= 0 y ( k + i)* y ( k + mod( i + τ, N)) (2) Where k and τ are position of window and orrelation lag respetively and y is the input signal. The final task is more analytial in nature as we have 27 ACF arrays eah of them ontaining information about frequeny ontent in eah band. Numerous onlusions an be drawn regarding pith-values, harmoniity, note onset et. Constraining ourselves to pith-detetion we build a summary autoorrelation funtion whih is a summation of various ACFs (aross the hannels) raised to power p. We are urrently using a power of 2. ACFsq = ( ACF ) summary p (3) This auses the underlying pith to reinfore peaks at orresponding loations. 5. EVALUATION We have ompared the auray of the pith-estimates obtained by this method with that obtained by the traditional autoorrelation based method. Traditional method involved alulation of ACF using Eqn.1, with window size of 20ms and shift of 50%. The position of the most prominent seondary peak is taken as the estimate of pith period.

4 Evaluation of a pith detetor an be done by omparing with manual estimates (observe waveform, spetrum) or by synthesizing a sound and listening. The typial pith errors in the ontext of this paper are gross (not fine) and therefore an be easily deteted by listening. A omparison to the original song was performed by listening to the resynthesized melody using estimated pith values and loal energy estimates (after smoothing out the narrow bursts of energy due to perussive strikes). The resynthesis program generates tones of fundamental frequeny equal to the speified pith values (or its integral multiple, whih is equivalent to playing same note on higher otaves). To test the algorithm we have used a number of audio segments, whih had perussive instruments ranging from drum (membranous perussion) to himpta (nonmembranous perussion). In order to provide insight into the problem and the different approahes, we disuss in detail one example taken from the film song jai jai shiv Shankar kaata lage naa kankar from an old Hindi movie whih had himpta and manjira in the bakground. Fig. 1 shows a spetrogram of the seond phrase with manually marked syllablenotes. Fig. 2 shows the energy ontour and pith ontours as obtained from the two different pith detetion methods. The raw autoorrelation based method failed to detet the orret pith at ertain instants e.g. during note /kan/. Figure 3 shows how the wrong peak was piked up. This has happened at a plae where the syllable (the nasal kan ) was weak and perussion was strong. Low energy of the sung syllable is evident from the low-levels of energy ontour near ms (See Fig. 2(a)). So the interferene from bakground affets the low-energy voie regions strongly. The gist of this is that the relative strength of voie and perussion energy plays a ruial role. The M-H method appears to be more robust, suessfully retrieving the pereptually orret pith. Also in portions where either a note is starting/ending or a perussion instrument has just been struk, the M-H method fares muh better than the traditional ACF pith detetor. Audio lips and test results are available at [11]. The failure of ACF based approah an be explained by the fat that presene of strong partials from the perussion perturbs the voie pith peak pattern due to additional temporal modulation. Figure 1: Spetral view of audio fragment kata lage na kankar with himpta and manjira in bakground. Arrows indiate the points where the traditional method fails. Figure 2: (a) Short time energy variation for song of Fig. 1; (b) pith ontour obtained by raw ACF based method () pith ontour obtained by M-H method. On the other hand, the M-H method does independent proessing in separate bands, so orruption of harmoni ontent by a few strong partials is redued. In any given frequeny band, the presene of two or more harmonis leads to beats of frequeny equal to the differene of two harmonis, whih is the fundamental frequeny itself. Envelope detetion followed by band-pass filtering is a step towards obtaining this beat frequeny. A good harmoni struture as is found in singing voie strengthens the peak in the ACFs at a lag equal to pith period, when individual ACFs

5 are ombined. Speial are has to be taken when the fundamental frequeny is really high as in the ase of female singers. It may happen that one band may omprise only one partial and no beats are generated, hene envelope detetion followed by low pass filtering may be misleading. In suh ases i.e. when fundamental frequeny turns out to be higher than 500 Hz, the value should be ross heked with the summary ACF for the filtered signals on whih envelope detetion has not been performed and the lower of the two values should be hosen. Figure 3: (a) Raw irular ACF of a frame of note /kan/ over non-redundant portions only (Cirles indiate peak used for omputation of pith) (b) Summary ACF for filtered-only signals () Summary ACF for envelope of filtered signals. 6. CONCLUSIONS We have investigated the appliation of a pereption based pith-detetion algorithm to the problem of melody retrieval from the polyphoni audio of Indian film songs. It was shown that the traditional ACF based method ould fail, esp. in the presene of nonmembranous perussive sounds. The Meddis- Hewitt pith model based method seems to be promising for pith detetion espeially when the energy related with the singing voie is low. Its higher robustness may be attributed to the independent bandwise proessing for ACF peaks. Work is in progress on refining this algorithm and testing its appliability to a variety of audio samples. The inorporation of prior knowledge also needs to be onsidered due to its potential in improving performane further by enabling the tuning of algorithm parameters. If the nature of perussion (e.g. spetral properties) is known, alulation of summary ACF an be restrited to unorrupted bands only. This would suggest a better way of ombining the ACFs. Development of deision logi for presene of singing voie will take us yet another step ahead in the diretion of obtaining note boundaries and hene noteontours. REFERENCES 1) M. A. Raju, B. Sundaram and P. Rao, TANSEN: A query-by-humming based musi retrieval system, Pro. NCC ) Tuneserver: 3) M. Goto and S. Hayamizu, A Real-time Musi Desription System: Deteting Melody and Bass Lines in Audio Signals, Workshop on CASA, pp , Aug-99 4) A. Klapuri, Wide-band pith estimation for natural sound soures with inharmoniities, 106th Audio Engineering Soiety Convention, Munhen, Germany, ) A. Klapuri, T. Virtanen, J. M. Holm, Robust multipith estimation for the analysis and manipulation of polyphoni musi signals, Pro. COST-G6 Conferene on Digital Audio Effets, Italy, ) Indian instruments by David Courtney musi/instruments.html 7) B. Gold and L. Rabiner, Parallel proessing tehniques for estimating [pith periods of speeh in time domain, JASA, Vol. 46(2), ) R. Meddis and M. J. Hewitt, Virtual pith and phase sensitivity of a omputer model of the auditory periphery. I: Pith identifiation, JASA, Vol. 89, June ) Voiebox home page, Deptt. Of Eletrial and Eletronis Engg., Imperial College, London. iebox.html, August ) Global Index, J.O.Smith, CCRMA, Stanford University, 11) 12) A. Bregman, Auditory Sene Analysis, MIT Press, ) D.F. Rosenthal and H.G. Okunu (Eds.), Computational Auditory Sene Analysis, Lawrene Erlbaum Asso., 1998.

Figure 4.11: Double conversion FM receiver

Figure 4.11: Double conversion FM receiver 74 4.8 FM Reeivers FM reeivers, like their AM ounterparts, are superheterodyne reeivers. Figure 4.11 shows a simplified blok diagram for a double onversion superheterodyne FM reeiver Figure 4.11: Double

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

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

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

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

Considerations and Challenges in Real Time Locating Systems Design

Considerations and Challenges in Real Time Locating Systems Design Considerations and Challenges in Real Time Loating Systems Design Dr. Brian Gaffney DeaWave Ltd. Email: brian.gaffney@deawave.om Abstrat Real Time Loating Systems (RTLS) are a ombination of hardware and

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

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

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

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

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

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

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

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

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

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

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

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

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 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

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

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

Author(s)Unoki, Masashi; Miyauchi, Ryota; Tan

Author(s)Unoki, Masashi; Miyauchi, Ryota; Tan JAIST Reposi https://dspae.j Title Hearing From Sensory Proessing to Estimates of tuning of auditory filt simultaneous and forward nothed-noi Author(s)Unoki, Masashi; Miyauhi, Ryota; Tan Citation Issue

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

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

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

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

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

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

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

Doppler Collision and cross correlation interference in GPS receivers

Doppler Collision and cross correlation interference in GPS receivers International Global Navigation Satellite Systems Soiety IGNSS Symposium 29 Holiday Inn Surfers Paradise, Qld, Australia 1 3 Deember, 29 Doppler Collision and ross orrelation interferene in GPS reeivers

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

Micro-Piezoelectric Head Technology of Color Inkjet Printer

Micro-Piezoelectric Head Technology of Color Inkjet Printer DPP2: International Conferene on Digital Prodution Printing and Industrial Appliations Miro-Piezoeletri Head Tehnology of Color Inkjet Printer Takao Mimura & Shinri Sakai SEIKO EPSON Corporation Shiojiri-shi,

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

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

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

A Quadrature Downconversion Autocorrelation Receiver Architecture for UWB

A Quadrature Downconversion Autocorrelation Receiver Architecture for UWB A Quadrature Downonversion Autoorrelation Reeiver Arhiteture for UWB Simon Lee, Sumit Bagga, Wouter A. Serdijn Eletronis Researh Laboratory, Faulty of Eletrial Engineering, Mathematis and Computer Siene

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

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

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

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

Helicon Resonator based Strong Magnetic Field Sensor

Helicon Resonator based Strong Magnetic Field Sensor 1.48/v148-11-9- MEASUREMENT SCIENCE REVIEW, Volume 11, No., 11 Helion Resonator based Strong Magneti Field Sensor. aurinavičius Department of Eletrial Engineering Vilnius Gediminas Tehnial University,

More information

Link-Level Analysis of Downlink Handover Regions in UMTS

Link-Level Analysis of Downlink Handover Regions in UMTS Link-Level Analysis of Downlink Handover Regions in UMTS Atta Ul Quddus, Xinjie Yang and Rahim Tafazolli, Member, IEEE Abstrat This paper investigates the downlink handover (soft/softer/hard) performane

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

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

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

Channel Modeling based on Interference Temperature in Underlay Cognitive Wireless Networks

Channel Modeling based on Interference Temperature in Underlay Cognitive Wireless Networks Channel Modeling based on Interferene Temperature in Underlay Cognitive Wireless Networks *# Manuj Sharma, # Anirudha Sahoo # Dept. of Computer Siene & Engineering Indian Institute of Tehnology Bombay

More information

Error Analysis of Sound Source Localization System for Small Microphone Based on Time Delay Estimation Shang-Yue ZHANG

Error Analysis of Sound Source Localization System for Small Microphone Based on Time Delay Estimation Shang-Yue ZHANG 017 3rd International onferene on omputer Siene and Mehanial utomation (SM 017) ISN: 978-1-60595-506-3 Error nalysis of Sound Soure Loalization System for Small Mirophone ased on Time elay Estimation Shang-Yue

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

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

A Zero-Error Source Coding Solution to the Russian Cards Problem

A Zero-Error Source Coding Solution to the Russian Cards Problem A Zero-Error Soure Coding Solution to the Russian Cards Problem ESTEBAN LANDERRECHE Institute of Logi, Language and Computation January 24, 2017 Abstrat In the Russian Cards problem, Alie wants to ommuniate

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

Selection strategies for distributed beamforming optimization

Selection strategies for distributed beamforming optimization EUROPEAN COOPERATION IN THE FIELD OF SCIENTIFIC AND TECHNICAL RESEARCH COST 2100 TD(10)11036 Ålborg, Denmark 2010/June/02-04 EURO-COST SOURCE: Institute of Communiation Networks and Computer Engineering

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

Detection of Several Flicker Sources Using d-q Algorithm and Flicker Power

Detection of Several Flicker Sources Using d-q Algorithm and Flicker Power 2012, TextRoad Publiation ISSN 2090-404 Journal of Basi and Applied Sientifi Researh www.textroad.om Detetion of Seeral Fliker Soures Using d-q Algorithm and Fliker Power Jalal Khodaparast, Ali Dastfan

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

Co-Siting Criteria for Wind Turbine Generators and Transmitter Antennas

Co-Siting Criteria for Wind Turbine Generators and Transmitter Antennas CONFTELE '99 ISBN 972-98115-0-4 Pro. CONFTELE 1999 - II Conf. de Teleomuniações, Sesimbra, Portugal, 466-470, Abr 1999 1 Co-Siting Criteria for Wind Turbine Generators and Transmitter Antennas Carlos Salema,

More information

Multilevel PWM Waveform Decomposition and Phase-Shifted Carrier Technique

Multilevel PWM Waveform Decomposition and Phase-Shifted Carrier Technique Multilevel PWM Waveform Deomposition and Phase-Shifted Carrier Tehnique R. Naderi* and A. Rahmati* Abstrat: Multilevel PWM waveforms an be deomposed into several multilevel PWM omponents. Phase-shifted

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

Portable Marx Generator for Microplasma Applications

Portable Marx Generator for Microplasma Applications J. Plasma Fusion Res. SERIES, Vol. 8 (2009) Portable Marx Generator for Miroplasma Appliations T. UENO*, T. SAKUGAWA**, M. AKIYAMA**, T. NAMIHIRA**, S. KATSUKI** and H. AKIYAMA** *Department of Eletrial

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

Count-loss mechanism of self-quenching streamer (SQS) tubes

Count-loss mechanism of self-quenching streamer (SQS) tubes Nulear Instruments and Methods in Physis Researh A 342 (1994) 538-543 North-Holland NUCLEAR INSTRUMENTS & METHODS IN PHYSICS RESEARCH Setion A Count-loss mehanism of self-quenhing streamer (SQS) tubes

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

International Journal of Advance Engineering and Research Development ANALYSIS AND DETECTION OF OIL SPILL IN OCEAN USING ASAR IMAGES

International Journal of Advance Engineering and Research Development ANALYSIS AND DETECTION OF OIL SPILL IN OCEAN USING ASAR IMAGES Sientifi Journal of Impat Fator (SJIF): 5.7 International Journal of Advane Engineering and Researh Development Volume 5, Issue 02, February -208 e-issn (O): 2348-4470 p-issn (P): 2348-6406 ANALYSIS AND

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

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

Comparison of OFDM Radar and Chirp Sequence Radar

Comparison of OFDM Radar and Chirp Sequence Radar Comparison of OFDM Radar and Chirp Sequene Radar Johannes Fink, Friedrih K. Jondral Communiations Engineering Lab, Karlsruhe Institute of Tehnology Karlsruhe, GERMANY {Johannes.Fink, Friedrih.Jondral}@kit.edu

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

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

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

IMAGE RECONSTRUCTION FROM OMNI-DIRECTIONAL CAMERA Kai Guo and Zhuang Li

IMAGE RECONSTRUCTION FROM OMNI-DIRECTIONAL CAMERA Kai Guo and Zhuang Li IMAGE RECONSTRUCTION FROM OMNI-DIRECTIONAL CAMERA Kai Guo and Zhuang Li De 15, 2007 Boston University Department of Eletrial and Computer Engineering Tehnial report No. ECE-2007-06 BOSTON UNIVERSITY IMAGE

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

+,*+)5(48(1&</803('3$5$0(7(502'(/)25$&02725:,1',1*6

+,*+)5(48(1&</803('3$5$0(7(502'(/)25$&02725:,1',1*6 ,*)(48(&/83('3$$(7('(/)$&7:,',*6 G. Grandi *, D. Casadei *, A. Massarini ** * Dept. of Eletrial Engineering, viale Risorgimento, 436, Bologna - Italy ** Dept. of Engineering Sienes, via Campi, 3/B, 4,

More information

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

Outdoor Image Enhancement:Increasing Visibility Under Extreme Haze and Lighting Condition

Outdoor Image Enhancement:Increasing Visibility Under Extreme Haze and Lighting Condition Outdoor Image Enhanement:Inreasing Visibility Under Extreme Haze and Lighting Condition Deepak Kumar Naik Dept. of Eletronis & Teleommuniation C. V. Raman Polytehni Bhubaneswar, India Deepak Kumar Rout

More information

A Study on The Performance of Multiple-beam Antenna Satellite Receiving System Dezhi Li, Bo Zeng, Qun Wu*

A Study on The Performance of Multiple-beam Antenna Satellite Receiving System Dezhi Li, Bo Zeng, Qun Wu* 16 nd International Conferene on Mehanial, Eletroni and Information Tehnology Engineering (ICMITE 16) ISBN: 978-1-6595-34-3 A Study on The Performane of Multiple-beam Antenna Satellite Reeiving System

More information

3. Spread Spectrum Systems

3. Spread Spectrum Systems 3. Spread Spetrum Systems Jan Šimša Institute of Radio Engineering and Eletronis, Aademy of Sienes of CR Spread spetrum signals are signals arrying digital modulation as a rule. What signal has a spread

More information

RF Source Seeking using Frequency Measurements

RF Source Seeking using Frequency Measurements RF Soure Seeking using Frequeny Measurements Muhammed Faruk Genel, Upamanyu Madhow, João Pedro Hespanha Department of Eletrial and Computer Engineering University of California Santa Barbara Santa Barbara,

More information

Wavelet Denoising and Speech Enhancement

Wavelet Denoising and Speech Enhancement 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,

More information

Design Modification of Rogowski Coil for Current Measurement in Low Frequency

Design Modification of Rogowski Coil for Current Measurement in Low Frequency Design Modifiation of Rogowski Coil for Current Measurement in Low Frequeny M. Rezaee* and H. Heydari* Abstrat: The priniple objet of this paper is to offer a modified design of Rogowski oil based on its

More information

Journal of Communications Vol. 12, No. 7, July 2017

Journal of Communications Vol. 12, No. 7, July 2017 Journal of ommuniations Vol., o. 7, July 7 Performane Analysis of FSO ommuniation Systems with Higher-Order Spatial Diversity Shemes Using BPSK- S over Log-ormal Atmospheri urbulene hannels Okikiade A.

More information

Journal of Communications Vol. 12, No. 6, June 2017

Journal of Communications Vol. 12, No. 6, June 2017 Journal of ommuniations Vol., o. 6, June 7 Performane Analysis of FSO ommuniation Systems with Higher-Order Spatial Diversity Shemes Using BPSK- S over Log-ormal Atmospheri urbulene hannels Okikiade A.

More information

AMPLITUDE MODULATION AND DEMODULATION

AMPLITUDE MODULATION AND DEMODULATION Modulation is a tehnique to transit inforation via radio arrier wavefor. It is a non-linear proess that generates additional frequenies, as we will see. Aplitude Modulation (AM) works by varying the aplitude

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

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

Texas Instruments Analog Design Contest

Texas Instruments Analog Design Contest Texas Instruments Analog Design Contest Oregon State University Group 23 DL Paul Filithkin, Kevin Kemper, Mohsen Nasroullahi 1. Written desription of the projet Imagine a situation where a roboti limb

More information

ELEC 350 Communications Theory and Systems: I. Analog Signal Transmission and Reception. ELEC 350 Fall

ELEC 350 Communications Theory and Systems: I. Analog Signal Transmission and Reception. ELEC 350 Fall ELEC 350 Communiations Theory and Systems: I Analog Signal Transmission and Reeption ELEC 350 Fall 2007 1 ELEC 350 Fall 2007 2 Analog Modulation A large number o signals are analog speeh musi video These

More information

DVB-S2 inner receiver design for broadcasting mode

DVB-S2 inner receiver design for broadcasting mode 28 Yang et al. / J Zhejiang Univ Si A 27 8(1):28-35 Journal of Zhejiang University SCIENCE A ISSN 19-395 (Print); ISSN 1862-1775 (Online) www.zju.edu.n/jzus; www.springerlink.om E-mail: jzus@zju.edu.n

More information

Interpreting CDMA Mobile Phone Testing Requirements

Interpreting CDMA Mobile Phone Testing Requirements Appliation Note 54 nterpreting CDMA Mobile Phone Testing Requirements Most people who are not intimately familiar with the protool involved with S-95A & J- STD-008 (CDMA) phones will enounter some onfusion

More information

A Fundamental Limit on Antenna Gain for Electrically Small Antennas

A Fundamental Limit on Antenna Gain for Electrically Small Antennas I 8 Sarnoff Symposium A Fundamental Limit on Antenna ain for letrially Small Antennas Andrew J. Compston, James D. Fluhler, and ans. Shantz Abstrat A fundamental limit on an antenna s gain is derived and

More information

Date: August 23,999 Dist'n: T1E1.4

Date: August 23,999 Dist'n: T1E1.4 08/0/99 1 T1E1.4/99-49 Projet: T1E1.4: VDSL Title: Filtering elements to meet requirements on power spetral density (99-49) Contat: G. Cherubini, E. Eleftheriou, S. Oeler, IBM Zurih Researh Lab. Saeumerstr.

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

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

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

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

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

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

Fatih University Electrical and Electronics Engineering Department EEE Communications I EXPERIMENT 5 FM MODULATORS

Fatih University Electrical and Electronics Engineering Department EEE Communications I EXPERIMENT 5 FM MODULATORS Fatih University Eletrial and Eletronis Engineering epartent EEE 36 - Couniations I EXPERIMENT 5 FM MOULATORS 5. OBJECTIVES. Studying the operation and harateristis of a varator diode.. Understanding the

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

Virtual Radar Imaging for Sensor Networks

Virtual Radar Imaging for Sensor Networks Virtual Radar Imaging for Sensor Networks Bharath Ananthasubramaniam Shool of Eletrial and Computer Engineering University of California, Santa Barbara Santa Barbara, CA 93117 bharath@ee.usb.edu Upamanyu

More information