TWO-STAGE SPEECH/MUSIC CLASSIFIER WITH DECISION SMOOTHING AND SHARPENING IN THE EVS CODEC

Size: px
Start display at page:

Download "TWO-STAGE SPEECH/MUSIC CLASSIFIER WITH DECISION SMOOTHING AND SHARPENING IN THE EVS CODEC"

Transcription

1 TWO-STAGE SPEECH/MUSIC CLASSIFIER WITH DECISION OOTHING AND SHARPENING IN THE EVS CODEC Vladimir Malenovsky *, Tommy Vaillancourt *, Wang Zhe, Kihyun Choo, Venkatraman Atti *VoiceAge Cor., Huawei Technologies, Samsung Electronics Co., Ltd., Qualcomm Inc. ABSTRACT In most internationally recognized standardized multi-mode codecs, signal classification is erformed in a single ste by either linear discrimination or SNR-based metrics. The seech/music classifier of the EVS codec achieves greater discrimination than these single-ste models by combining Gaussian mixture modelling (GMM) with a series of context-based imrovement layers. Additionally, unlike traditional GMM classifiers the EVS model adots a short hangover eriod, allowing it to track transitions between music and seech. Misclassifications are mitigated by alying a novel decision smoothing and sharening technique. The results in relatively static environments demonstrate that the new two-stage aroach with selective hangover leads to classification accuracies comarable to seech/music classifiers with longer hangovers. They also show that the new aroach leads to faster and more accurate switching of coding modes than conventional classifiers for more comlex audio environments such as advertisements, jingles and seech suerimosed on music. Index Terms EVS, GMM, seech/music classification, smoothing, sharening. INTRODUCTION The Enhanced Voice Services (EVS) codec comrises numerous coding modes, each of which is tailored for a secific class of inut signals over a given range of bitrates []. For examle, the ACELP mode is most efficient when alied on seech signals at low and mid bitrates. The MDCT mode is suitable for ure music or mixed content at low, mid and high bitrates. The Generic signal coder (GSC) technology rovides good quality on generic audio content at low bitrates []. In order to aly the most aroriate coding mode for any tye of inut signal at any moment, the EVS codec uses a novel robust technique of seech/music classification. Song et al. have roosed an imrovement to the seech/music classifier of the 3GPP2 V codec [2] based on the GMM. In their roosed method, GMM features are calculated as running averages of arameters, including the following: LSF, signal energy, reflection coefficients and a eriodicity counter. The initial decision of the EVS seech/music classifier is also based on GMM [3] but its features are calculated either instantaneously (in the current frame) or as a moving average between those in the current and the revious frames. Thus, the effective memory of the EVS GMM is just one or two frames. This shorter memory results in a quicker resonse time by the classifier to abrut transitions from music to seech; a situation that haens frequently in many scenarios including rofessionally recorded radio transmissions, or informally when user talks in the resence of background music at discotheques or in shoing malls, cafés and ubs. Song et al. [2] reort an almost 60% imrovement in the detection of music by their GMM method when comared to the baseline V codec. This imrovement is achieved on any signal containing some trace of music, incl. seech suerimosed on music. Whilst this may be aroriate for the V codec, for the EVS codec this would lead to the selection of the MDCT coding mode resulting in distortion of seech utterances. In addition, there are frequent misclassifications of seech onsets resulting from long hysteresis. The EVS seech/music classifier oerates on ms frames reviously declared as active by the VAD []. The internal samle rate of the classifier is The classifier has been trained and otimized on a signal database samled at 6000 Hz and down-samled to 2800 Hz. The algorithm has low comutational comlexity and relatively modest memory footrint. The block diagram of the classifier is shown in Fig.. 2. FEATURE SELECTION The comlexity of the classifier is minimized by reusing arameters that have been calculated in earlier stages of the codec re-rocessing, i.e. during LP analysis, sectral analysis and oenloo itch analysis. The initial selection of the feature set for the GMM was erformed by analyzing the correlation matrix of the comlete set of features whilst running the codec on a training database. This technique was reorted by Karnebäck in [4] where the behavior of the 4Hz modulation feature was analyzed using critical bands. We have extended Karnebäck s method by incororating feature averages, their derivatives and logarithms comuted between the current and the revious frames. In this way a set of 68 candidate features, with minimal mutual correlation, was derived and analyzed. The list was then runed by examining histograms of individual features and calculating their discrimination otential according to the following metric, U m ( j) m ( j), () M ( s) ( mus ) 2 j0 where m (s) and m (mus) are the histograms of the feature calculated on the seech and the music training database, resectively, and M=256 is the total number of bins covering the values of the feature, normalized in the range [0;]. Note that each histogram was normalized with the total number of frames in the database. The discrimination otential U ranges from 0 (no discrimination) to.0 (maximum discrimination). This is illustrated in Fig. 2. This rocedure leads to the following set of 2 features (with their resective discrimination otentials) finally

2 feature extraction and normalization log-robability of seech and music sarse sectrum imrovement - seech - music histogram GMM itch n. correlation LSF2 LSF3 LSF4 LSF5 LSF6 tonality sharening and smoothing state machine, hangover vocal music imrovement onset/attack correction nonstationarity LP error energy sectral diff. s. stationarity st stage (GMM-based) 2 nd stage (context-based) Fig. 2: Normalized histograms of features and marginal densities of the GMM (x-axis scaled to [0;]) Fig. : Schematic diagram of the EVS seech/music classifier being selected from the initial 68 candidates; oen-loo itch (0.36), normalized correlation (0.37), 5 LSF arameters ( ), tonality (0.56), non-stationarity (0.54), residual LP error energy (0.36), sectral difference (0.38) and sectral stationarity (0.35). A detailed descrition of these features and the exact method of their calculation are rovided in []. 3. THE STATISTICAL MODEL The GMM uses 6 comonents (mixtures). It has been trained by the Exectation Maximization (EM) algorithm [5] on a large database containing 2 hours of clean seech, 2 hours of noisy seech and 3 hours of music (classical, modern, rock and o, jazz, etc.). The clean seech database contained both male and female talkers in 7 different languages. The noise database contained car, street, office and babble noise at various SNR levels. The music database was selected from a collection of various genres of classical and modern music, mainly instrumental. The level of all inut signals was normalized to -26 dbov rior to training. The GMM is a weighted sum of K-comonent Gaussian densities (K=6) given by the equation K ( x ) wk ( x μk, Σ k ), (2) k where x is a N-dimensional feature vector (N=2) reresenting the current frame, wk, k=,...,k are the comonent weights and ( x μk, Σ k) are the comonent Gaussian densities. The feature vector is normalized rior to the robablity calculation. Fig. 2 (dotted lines) illustrates the marginal Gaussian densities of the GMM after training. The GMM yields two raw robabilities, s and m, for the seech and the music models, resectively. By comaring the values of s and m in each frame it is ossible to obtain a raw discrimination measure between seech and music (-RAW). This is achieved by calculating the difference of the log-robability as f log( ) log( ). (3) m s The results of the classification based on the -RAW are shown later in this aer in Table III. The ercentage of correct decisions aears relatively low due to the fact that only -2 frames are taken into account during the feature extraction hase. 4. DECISION OOTHING AND SHARPENING It was observed that the dynamic range of -RAW is relatively low and fluctuates around zero, esecially in the resence of mixed signals. This is illustrated in Fig. 3. On the other hand, it is clear that -RAW reacts very quickly to transitions from music to seech and vice versa. To fully exloit the discrimination otential of -RAW, f is smoothed and sharened by the following adative auto-regressive (AR) filter f f ( ) f, (4) [ ] c c where γc is a filtering factor in the range [0;] and the suerscrit [ ] denotes a value from the revious frame. The filtered decision, f, is denoted -SS. The filtering factor is a combination of smoothing and sharening effects. It is calculated in each frame according to the following formula r, 0.0, (5) c E c where γe is the scaled relative frame energy and r is the sloe of -RAW. The relative frame energy Er is comuted as the ratio between the current frame energy and the estimated background noise energy []. It is scaled in the seech/music classifier as E 5, 0.0. (6) E r E The scaled relative frame energy has values close to in energetically significant segments and values close to 0.0 in the background noise. Therefore, if the signal energy is high more emhasis is ut on f to follow the raw decision more closely. On the other hand, if the SNR is low, it is naturally more difficult for the classifier to make a correct short-term decision and more reliance is ut on ast data; the decision is therefore smoothed. The gradient of -RAW is also used to sharen the decision during transitions from music to seech (otential seech). This situation otentially occurs when f < 0 and f f. In this case r [ ] [ ] f f r r, 0. r, (7) where is initialized (reset) to the value of f each time when f 0 f. Thus, the gradient of -RAW is ositive only during frames when f is falling below zero and it reresents a quantitative measure of the decrease. This creates a sharening effect which is illustrated in Fig. 3 (see last but one trace for f).

3 The box is held by a bright red snaer To make ure ice, you freeze water VAD 0 8 frames state I E U S U S U I f - γ E 0.0 r 0. γ c 0.0 f - D 0 I INACTIVE, E - ENTRY, U - UNSTABLE, S - STABLE Fig. 3: Decision smoothing and sharening on a seech samle with background music 5. SIGNAL PARTITIONING AND HANGOVER The efficiency of the seech/music classiffier is further imroved by combining the raw decisions from 0-7 revious frames. This is referred to as the hangover addition or decision smoothing. Alying hangover in every frame would lead to misclassifications for seech onsets where ast information has little relevance. In turn, it would lead to the selection of an inaroriate coding mode. To avoid this, the signal is first artitioned and a taylored variablelength hangover is individually alied to each section. The inut signal is artitioned using a simle state machine as shown in Fig. 4. The INACTIVE state is selected as the initial state. It is switched to ENTRY state when the VAD goes to unity. The ENTRY state marks the first onset after a longer eriod of silence. After 8 frames in the ENTRY state the classifier enters into the ACTIVE state which marks a stable signal with sufficient energy. If the energy suddenly dros closer to the level of the background noise the classifier s state is changed to UNSTABLE where it may stay for u to2 frames. After this eriod it reverts back to the INACTIVE state. If the energy suddenly increases while the classifier is in the UNSTABLE state, the classifier enters the ACTIVE state, byassing the ENTRY state. This ensures continuity of classification during short auses. With the signal artitioned by the state machine hangover is alied according to the conditions defined in Table II. The final decision of the seech/music classifier (-HO) is binary. With the state machine in the INACTIVE state, the classifier outut is always zero. In the UNSTABLE state, the classifier decision of the revious frame is maintained. In the ENTRY state, the classifier outut is based on a weighted sum of kent revious values of -RAW where kent is the frame counter of the ENTRY state. The weighting factors are given in Table III. k 6. CONTEXT-BASED IMPROVEMENT LAYERS The final decision of the seech-music classifier (-HO) is reviewed and otentially corrected in the second stage of the INACTIVE (bckgnd. noise) VAD 0 2 frames energy ENTRY (onset or attack after silence) UNSTABLE (energy close to bckgnd. noise) energy or VAD 0 Fig. 4: State machine for signal artitioning TABLE I: Final decision with hangover ACTIVE (stable signal) state condition -HO (D) INACTIVE 0 UNSTABLE ENTRY STABLE [,.., 3] 0, D energy or VAD 0 kent [ k ] 0 f k f k 2 classifier. The concet of decision correction in the second stage has been reorted by Chou et al. in [8]. Here, the corrections are alied only during secific signal contexts and are usually based on long-term statistics. As an examle, unaccomanied background vocal music may contain strong tonal characteristics. Tyically, the first stage of the classifier declares these frames as seech and suggests using the ACELP aradigm. In reality, the MDCT or the GSC mode are better suited to encode such content. Deending on the signal context, a three-way classification is erformed at certain bitrates to select among ACELP, GSC or MDCT for imroved efficiency while avoiding any serious artifacts. To achieve this, two further indeendent state machines are deloyed gathering statistics over eight -HO decisions. In addition, tonal features and some other features from the first stage are re-analyzed to determine otential errors in the classification. In the case that the tonal feature analysis indicates the resence of strong vocal music and if the revious decisions were mainly indicating seech, then the decision is adjusted to music []. The context-based switching mechanism also emloys the following two new features; sectral sarseness and LP efficiency. Sectral sarseness is calculated from the log-energy sectrum obtained from the sectral analysis and sorted in descending order f D f 0 0, D 0 otherwise D TABLE II: Weighting factors for -HO in ENTRY state kent α0 α α2 α3 α4 α5 α6 α

4 of magnitude. It reresents the minimum sectral bandwidth that covers 75% of the total signal energy, i.e. f ss S( f ) 0.75Et, (8) f 0 where fss is the bandwidth reresenting sectral sarseness, Et is the total signal energy and S(f) is the sorted er-bin log-energy sectrum []. The LP efficiency is based on a ratio of residual energies of the LP analysis in the logarithmic domain, i.e. Eerr (3) log Eerr (), (9) where Eerr(3) and Eerr() are the residual energies of 3 th order and st order LP analysis, resectively. To reduce frequent switching the LP efficiency is smoothed by summing ε over a eriod of eight consecutive frames, i.e 0 [ i] i7. (0) It has been found exerimentally that signals with high sectral sarseness are better coded with the MDCT mode. At the same time, signals with high rediction gain are more naturally encoded with the GSC technology. The MDCT coding mode is selected by default. The GSC coding mode is selected only for signals with high LP efficiency and non-sarse sectrum. Some hysteresis is alied to the mode selection if the sectral sarseness is reasonably stable. A detailed descrition of all of the contextbased imrovement technologies is rovided in []. 7. EVALUATION AND TESTING The EVS seech/music classifier has been evaluated using several test signals. The clean seech samles (~3-5s) were taken from a seech corus of Recommendation ITU-T P.800-comliant sentence airs [9]. The music samles (~5-s) were obtained from a rorietary database of music extracts. Clean and noisy seech, instrumental and vocal music and mixed signals from real radio recordings have been evaluated. The samles in each test were concatenated by inserting aroximately 3s of silence. Background signal (noise or music) was added over the clean signal at aroriate SNR levels. The manual labeling of the real radio recordings was achieved by subjectively listening to the synthesized signal obtained by forcing the codec to either ACELP or MDCT coding mode and icking the otimum quality decision. Recommendation ITU-T G.9 library software tools were used for signal maniulation and level adjustment [6]. Comarison of the classifier described here with the GMM method of Song et al. [2] and with the RMS and zero crossings method of Panagiotakis et al. [7] is summarized in Table III. The method by Song et al. is denoted V and the method by Panagiotakis et al. is denoted RMS0X. The table shows the ercentage of correct seech and music decisions on the following testing signals. The clean signal contains only clean seech and silence. The 5 db car signal contains noisy seech signal with 5 db car noise in the background. In case of db music, the seech signal is combined with classical background music. The radio mix contains real recordings of some Canadian radio stations in which seech is overlaing with multi-genre music at various SNR levels (ranging from 30 db u to 0 db). The rock and o and classical testing signals contain only instrumental, single-genre music whereas oera contains only vocal music. occurence [%] music seech reaction time [frames] From the results it can be seen that the EVS seech/music classifier clearly outerforms the method by Panagiotakis et al. on all tested signals. The method roosed by Song et al. works well for certain music signals but it comletely fails to detect seech in the radio mix assages. The raw decision of the EVS seech/music classifier (-RAW) is useful in clean and noisy seech and in ure music, but for mixed content, the reliability falls to 60-70%. The smoothing and sharening technique (-SS) rovides the best results on all tested signals. The accuracy is imroved by u to 3% without sacrificing the erformance in raidly changing content (radio mix). The detection of music in radio mix signal is only 0.5% worse in -SS comared to -RAW. Finally, the addition of hangover to the decision (-HO) slightly imroves the detection of seech at the exense of some loss in the detection of music. This is exected as the objective of -HO is to reduce accidental switching of -SS during stable sections while maintaining the fast detection of seech onsets. Fig. 5 shows the measured reaction time of the classifier for transitions from music to seech and vice-versa. The classifier can be seen to react to sudden transitions from music to seech within ms ( frame). The reaction time in the oosite direction is between ms (5 8 frames). By comarison, the reaction time of the classifier without the smoothing and sharening method is aroximately ms in both directions, i.e. more than eight times slower. 8. CONCLUSION seech music Fig. 5: Reaction time to content switching (-HO) TABLE III: Comarison of seech/music classification accuracy seech RMS0X V -RAW -SS -HO clean db car db street db music radio mix classical oera radio mix music rock and o In this aer we have resented the EVS seech/music classifier. Unlike traditional GMM-based techniques, this classifier has a very short hangover eriod. Frequent misclassification is revented by means of a novel technique based on decision smoothing and sharening. The method described here uses adative hangover logic which achieves very short reaction times for seech onsets. The final decision is also adjusted by a series of context-based imrovement techniques. The overall accuracy on ure seech and music signals is more than 92% which is comarable to state-ofthe-art classifiers and results show that the EVS seech/music classifier outerforms the methods of Panagiotakis et al. and Song et al on all tested signals. The algorithm forms art of the 3GPP EVS codec ublished as TS [].

5 9. REFERENCES [] 3GPP Sec., Codec for Enhanced Voice Services (EVS); Detailed Algorithmic Descrition, TS , v.2.0.0, Se. 4. [2] Song, Ji-Hyun, et al. "Analysis and imrovement of seech/music classification for 3GPP2 V based on GMM." IEEE Signal Processing Letters, 08, [3] J. Pinquier, C. Senac, R. Andre-Obrecht, Seech and music classification in audio documents, in Proc. of Int. Conf. on Acoustics, Seech and Signal Processing (ICASSP), 02, Vol. 4, [4] S. Karnebäck. Discrimination between seech and music based on a low frequency modulation feature. Euroean Conf. on Seech Comm. and Technology, ages , 0. [5] A. P. Demster, N. M. Laird and D.B. Rubin "Maximum likelihood from incomlete data via the EM algorithm", J. Royal Statiscal Soc., vol. 39, no.,. 38, 977 [6] ITU-T G.9, Software tools for seech and audio coding standardization. International Telecommunication Union (ITU), Series G., 0 [7] C. Panagiotakis and G. Tziritas, A seech/music discriminator based on RMS and zero-crossings, IEEE Transactions on Multimedia, Vol. 7, No., Feb. 05. [8] W. Chou and L. Gu, Robust singing detection in seech/music discriminator design, in Proc. of Int. Conf. on Acoustics, Seech and Signal Processing (ICASSP), May 0, Vol. 2, [9] ITU-T P.800, Methods for Subjective Determination of Transmission Quality. International Telecommunication Union (ITU), Series P., August 996.

Lab 4: The transformer

Lab 4: The transformer ab 4: The transformer EEC 305 July 8 05 Read this lab before your lab eriod and answer the questions marked as relaboratory. You must show your re-laboratory answers to the TA rior to starting the lab.

More information

University of Twente

University of Twente University of Twente Faculty of Electrical Engineering, Mathematics & Comuter Science Design of an audio ower amlifier with a notch in the outut imedance Remco Twelkemeijer MSc. Thesis May 008 Suervisors:

More information

CHAPTER 5 INTERNAL MODEL CONTROL STRATEGY. The Internal Model Control (IMC) based approach for PID controller

CHAPTER 5 INTERNAL MODEL CONTROL STRATEGY. The Internal Model Control (IMC) based approach for PID controller CHAPTER 5 INTERNAL MODEL CONTROL STRATEGY 5. INTRODUCTION The Internal Model Control (IMC) based aroach for PID controller design can be used to control alications in industries. It is because, for ractical

More information

The online muon identification with the ATLAS experiment at the LHC

The online muon identification with the ATLAS experiment at the LHC 32 he online muon identification with the ALAS exeriment at the LHC Abstract he Large Hadron Collider (LHC) at CERN is a roton-roton collider roviding the highest energy and the highest instantaneous luminosity

More information

Application of Notch Filtering under Low Sampling Rate for Broken Rotor Bar Detection with DTFT and AR based Spectrum Methods

Application of Notch Filtering under Low Sampling Rate for Broken Rotor Bar Detection with DTFT and AR based Spectrum Methods Alication of Notch Filtering under Low Samling Rate for Broken Rotor Bar Detection with DTFT and AR based Sectrum Methods B. Ayhan H. J. Trussell M.-Y. Chow M.-H. Song IEEE Student Member IEEE Fellow IEEE

More information

Approximated fast estimator for the shape parameter of generalized Gaussian distribution for a small sample size

Approximated fast estimator for the shape parameter of generalized Gaussian distribution for a small sample size BULLETIN OF THE POLISH ACADEMY OF SCIENCES TECHNICAL SCIENCES, Vol. 63, No. 2, 2015 DOI: 10.1515/basts-2015-0046 Aroximated fast estimator for the shae arameter of generalized Gaussian distribution for

More information

EXPERIMENT 6 CLOSED-LOOP TEMPERATURE CONTROL OF AN ELECTRICAL HEATER

EXPERIMENT 6 CLOSED-LOOP TEMPERATURE CONTROL OF AN ELECTRICAL HEATER YEDITEPE UNIVERSITY ENGINEERING & ARCHITECTURE FACULTY INDUSTRIAL ELECTRONICS LABORATORY EE 432 INDUSTRIAL ELECTRONICS EXPERIMENT 6 CLOSED-LOOP TEMPERATURE CONTROL OF AN ELECTRICAL HEATER Introduction:

More information

LAB IX. LOW FREQUENCY CHARACTERISTICS OF JFETS

LAB IX. LOW FREQUENCY CHARACTERISTICS OF JFETS LAB X. LOW FREQUENCY CHARACTERSTCS OF JFETS 1. OBJECTVE n this lab, you will study the -V characteristics and small-signal model of Junction Field Effect Transistors (JFET).. OVERVEW n this lab, we will

More information

SPACE-FREQUENCY CODED OFDM FOR UNDERWATER ACOUSTIC COMMUNICATIONS

SPACE-FREQUENCY CODED OFDM FOR UNDERWATER ACOUSTIC COMMUNICATIONS SPACE-FREQUENCY CODED OFDM FOR UNDERWATER ACOUSTIC COMMUNICATIONS E. V. Zorita and M. Stojanovic MITSG 12-35 Sea Grant College Program Massachusetts Institute of Technology Cambridge, Massachusetts 02139

More information

Evolutionary Circuit Design: Information Theory Perspective on Signal Propagation

Evolutionary Circuit Design: Information Theory Perspective on Signal Propagation Evolutionary Circuit Design: Theory Persective on Signal Proagation Denis Poel Deartment of Comuter Science, Baker University, P.O. 65, Baldwin City, KS 66006, E-mail: oel@ieee.org Nawar Hakeem Deartment

More information

SINUSOIDAL PARAMETER EXTRACTION AND COMPONENT SELECTION IN A NON STATIONARY MODEL

SINUSOIDAL PARAMETER EXTRACTION AND COMPONENT SELECTION IN A NON STATIONARY MODEL Proc. of the 5 th Int. Conference on Digital Audio Effects (DAFx-), Hamburg, Germany, Setember 6-8, SINUSOIDAL PARAMETER EXTRACTION AND COMPONENT SELECTION IN A NON STATIONARY MODEL Mathieu Lagrange, Sylvain

More information

Speech Signals Enhancement Using LPC Analysis. based on Inverse Fourier Methods

Speech Signals Enhancement Using LPC Analysis. based on Inverse Fourier Methods Contemorary Engineering Sciences, Vol., 009, no. 1, 1-15 Seech Signals Enhancement Using LPC Analysis based on Inverse Fourier Methods Mostafa Hydari, Mohammad Reza Karami Deartment of Comuter Engineering,

More information

UNDERWATER ACOUSTIC CHANNEL ESTIMATION USING STRUCTURED SPARSITY

UNDERWATER ACOUSTIC CHANNEL ESTIMATION USING STRUCTURED SPARSITY UNDERWATER ACOUSTIC CHANNEL ESTIMATION USING STRUCTURED SPARSITY Ehsan Zamanizadeh a, João Gomes b, José Bioucas-Dias c, Ilkka Karasalo d a,b Institute for Systems and Robotics, Instituto Suerior Técnico,

More information

Transmitter Antenna Diversity and Adaptive Signaling Using Long Range Prediction for Fast Fading DS/CDMA Mobile Radio Channels 1

Transmitter Antenna Diversity and Adaptive Signaling Using Long Range Prediction for Fast Fading DS/CDMA Mobile Radio Channels 1 Transmitter Antenna Diversity and Adative Signaling Using ong Range Prediction for Fast Fading DS/CDMA Mobile Radio Channels 1 Shengquan Hu, Tugay Eyceoz, Alexandra Duel-Hallen North Carolina State University

More information

Usable speech detection using a context dependent Gaussian mixture model classifier

Usable speech detection using a context dependent Gaussian mixture model classifier From the SelectedWorks of Ananth N Iyer May, 2004 Usable seech detection using a context deendent Gaussian mixture model classifier Robert E Yantorno, Temle University Brett Y Smolenski Ananth N Iyer Jashmin

More information

Investigation on Channel Estimation techniques for MIMO- OFDM System for QAM/QPSK Modulation

Investigation on Channel Estimation techniques for MIMO- OFDM System for QAM/QPSK Modulation International Journal Of Comutational Engineering Research (ijceronline.com) Vol. 2 Issue. Investigation on Channel Estimation techniques for MIMO- OFDM System for QAM/QPSK Modulation Rajbir Kaur 1, Charanjit

More information

High resolution radar signal detection based on feature analysis

High resolution radar signal detection based on feature analysis Available online www.jocr.com Journal of Chemical and Pharmaceutical Research, 4, 6(6):73-77 Research Article ISSN : 975-7384 CODEN(USA) : JCPRC5 High resolution radar signal detection based on feature

More information

An Overview of Substrate Noise Reduction Techniques

An Overview of Substrate Noise Reduction Techniques An Overview of Substrate Noise Reduction Techniques Shahab Ardalan, and Manoj Sachdev ardalan@ieee.org, msachdev@ece.uwaterloo.ca Deartment of Electrical and Comuter Engineering University of Waterloo

More information

JOINT COMPENSATION OF OFDM TRANSMITTER AND RECEIVER IQ IMBALANCE IN THE PRESENCE OF CARRIER FREQUENCY OFFSET

JOINT COMPENSATION OF OFDM TRANSMITTER AND RECEIVER IQ IMBALANCE IN THE PRESENCE OF CARRIER FREQUENCY OFFSET JOINT COMPENSATION OF OFDM TRANSMITTER AND RECEIVER IQ IMBALANCE IN THE PRESENCE OF CARRIER FREQUENCY OFFSET Deeaknath Tandur, and Marc Moonen ESAT/SCD-SISTA, KULeuven Kasteelark Arenberg 10, B-3001, Leuven-Heverlee,

More information

Servo Mechanism Technique based Anti-Reset Windup PI Controller for Pressure Process Station

Servo Mechanism Technique based Anti-Reset Windup PI Controller for Pressure Process Station Indian Journal of Science and Technology, Vol 9(11), DOI: 10.17485/ijst/2016/v9i11/89298, March 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Servo Mechanism Technique based Anti-Reset Windu

More information

Random Access Compressed Sensing in Underwater Sensor Networks

Random Access Compressed Sensing in Underwater Sensor Networks Random Access Comressed Sensing in Underwater Sensor Networks Fatemeh Fazel Northeastern University Boston, MA 2115 Email: ffazel@ece.neu.edu Maryam Fazel University of Washington Seattle, WA 98195 Email:

More information

A Genetic Algorithm Approach for Sensorless Speed Estimation by using Rotor Slot Harmonics

A Genetic Algorithm Approach for Sensorless Speed Estimation by using Rotor Slot Harmonics A Genetic Algorithm Aroach for Sensorless Seed Estimation by using Rotor Slot Harmonics Hayri Arabaci Abstract In this aer a sensorless seed estimation method with genetic algorithm for squirrel cage induction

More information

IMPROVED POLYNOMIAL TRANSITION REGIONS ALGORITHM FOR ALIAS-SUPPRESSED SIGNAL SYNTHESIS

IMPROVED POLYNOMIAL TRANSITION REGIONS ALGORITHM FOR ALIAS-SUPPRESSED SIGNAL SYNTHESIS IMPROVED POLYNOMIAL TRANSITION REGIONS ALGORITHM FOR ALIAS-SUPPRESSED SIGNAL SYNTHESIS Dániel Ambrits and Balázs Bank Budaest University of Technology and Economics, Det. of Measurement and Information

More information

TO IMPROVE BIT ERROR RATE OF TURBO CODED OFDM TRANSMISSION OVER NOISY CHANNEL

TO IMPROVE BIT ERROR RATE OF TURBO CODED OFDM TRANSMISSION OVER NOISY CHANNEL TO IMPROVE BIT ERROR RATE OF TURBO CODED TRANSMISSION OVER NOISY CHANNEL 1 M. K. GUPTA, 2 VISHWAS SHARMA. 1 Deartment of Electronic Instrumentation and Control Engineering, Jagannath Guta Institute of

More information

An Adaptive Narrowband Interference Excision Filter with Low Signal Loss for GPS Receivers

An Adaptive Narrowband Interference Excision Filter with Low Signal Loss for GPS Receivers ICCAS5 An Adative Narrowband Filter with Low Signal Loss for GPS s Mi-Young Shin*, Chansik Park +, Ho-Keun Lee #, Dae-Yearl Lee #, and Sang-Jeong Lee ** * Deartment of Electronics Engineering, Chungnam

More information

Efficient Importance Sampling for Monte Carlo Simulation of Multicast Networks

Efficient Importance Sampling for Monte Carlo Simulation of Multicast Networks Efficient Imortance Samling for Monte Carlo Simulation of Multicast Networks P. Lassila, J. Karvo and J. Virtamo Laboratory of Telecommunications Technology Helsinki University of Technology P.O.Box 3000,

More information

There are two basic types of FET s: The junction field effect transistor or JFET the metal oxide FET or MOSFET.

There are two basic types of FET s: The junction field effect transistor or JFET the metal oxide FET or MOSFET. Page 61 Field Effect Transistors The Fieldeffect transistor (FET) We know that the biolar junction transistor or BJT is a current controlled device. The FET or field effect transistor is a voltage controlled

More information

Analysis of Pseudorange-Based DGPS after Multipath Mitigation

Analysis of Pseudorange-Based DGPS after Multipath Mitigation International Journal of Scientific and Research Publications, Volume 7, Issue 11, November 2017 77 Analysis of Pseudorange-Based DGPS after Multiath Mitigation ThilanthaDammalage Deartment of Remote Sensing

More information

Origins of Stator Current Spectra in DFIGs with Winding Faults and Excitation Asymmetries

Origins of Stator Current Spectra in DFIGs with Winding Faults and Excitation Asymmetries Origins of Stator Current Sectra in DFIGs with Wing Faults and Excitation Asymmetries S. Williamson * and S. Djurović * University of Surrey, Guildford, Surrey GU2 7XH, United Kingdom School of Electrical

More information

Series PID Pitch Controller of Large Wind Turbines Generator

Series PID Pitch Controller of Large Wind Turbines Generator SERBIAN JOURNAL OF ELECRICAL ENGINEERING Vol. 1, No., June 015, 183-196 UDC: 61.311.4:681.5 DOI: 10.98/SJEE150183M Series PID Pitch Controller of Large Wind urbines Generator Aleksandar D. Micić 1, Miroslav

More information

Ultra Wideband System Performance Studies in AWGN Channel with Intentional Interference

Ultra Wideband System Performance Studies in AWGN Channel with Intentional Interference Ultra Wideband System Performance Studies in AWGN Channel with Intentional Interference Matti Hämäläinen, Raffaello Tesi, Veikko Hovinen, Niina Laine, Jari Iinatti Centre for Wireless Communications, University

More information

Chapter 7: Passive Filters

Chapter 7: Passive Filters EETOMAGNETI OMPATIBIITY HANDBOOK 1 hater 7: Passive Filters 7.1 eeat the analytical analysis given in this chater for the low-ass filter for an filter in shunt with the load. The and for this filter are

More information

Performance Analysis of MIMO System using Space Division Multiplexing Algorithms

Performance Analysis of MIMO System using Space Division Multiplexing Algorithms Performance Analysis of MIMO System using Sace Division Multilexing Algorithms Dr.C.Poongodi 1, Dr D Deea, M. Renuga Devi 3 and N Sasireka 3 1, Professor, Deartment of ECE 3 Assistant Professor, Deartment

More information

Performance Analysis of LTE Downlink under Symbol Timing Offset

Performance Analysis of LTE Downlink under Symbol Timing Offset Performance Analysis of LTE Downlink under Symbol Timing Offset Qi Wang, Michal Šimko and Markus Ru Institute of Telecommunications, Vienna University of Technology Gusshausstrasse 25/389, A-1040 Vienna,

More information

Improvements of Bayesian Matting

Improvements of Bayesian Matting Imrovements of Bayesian Matting Mikhail Sindeyev, Vadim Konushin, Vladimir Vezhnevets Deartment of omutational Mathematics and ybernetics, Grahics and Media Lab Moscow State Lomonosov University, Moscow,

More information

A New ISPWM Switching Technique for THD Reduction in Custom Power Devices

A New ISPWM Switching Technique for THD Reduction in Custom Power Devices A New ISPWM Switching Technique for THD Reduction in Custom Power Devices S. Esmaeili Jafarabadi, G. B. Gharehetian Deartment of Electrical Engineering, Amirkabir University of Technology, 15914 Tehran,

More information

(11) Bipolar Op-Amp. Op-Amp Circuits:

(11) Bipolar Op-Amp. Op-Amp Circuits: (11) O-Am Circuits: Biolar O-Am Learning Outcome Able to: Describe and analyze the dc and ac characteristics of the classic 741 biolar o-am circuit. eference: Neamen, Chater 13 11.0) 741 O-Am 11.1) Circuit

More information

An Overview of PAPR Reduction Optimization Algorithm for MC-CDMA System

An Overview of PAPR Reduction Optimization Algorithm for MC-CDMA System RESEARCH ARTICLE OPEN ACCESS An Overview of PAPR Reduction Otimization Algorithm for MC-CDMA System Kanchan Singla*, Rajbir Kaur**, Gagandee Kaur*** *(Deartment of Electronics and Communication, Punjabi

More information

Dynamic Range Enhancement Algorithms for CMOS Sensors With Non-Destructive Readout

Dynamic Range Enhancement Algorithms for CMOS Sensors With Non-Destructive Readout IEEE International Worksho on Imaging Systems and Techniques IST 2008 Chania, Greece, Setember 10 12, 2008 Dynamic Range Enhancement Algorithms for CMOS Sensors With Non-Destructive Readout Anton Kachatkou,

More information

Properties of Mobile Tactical Radio Networks on VHF Bands

Properties of Mobile Tactical Radio Networks on VHF Bands Proerties of Mobile Tactical Radio Networks on VHF Bands Li Li, Phil Vigneron Communications Research Centre Canada Ottawa, Canada li.li@crc.gc.ca / hil.vigneron@crc.gc.ca ABSTRACT This work extends a

More information

Measurement of Field Complex Noise Using a Novel Acoustic Detection System

Measurement of Field Complex Noise Using a Novel Acoustic Detection System Southern Illinois University Carbondale OenSIUC Conference Proceedings Deartment of Electrical and Comuter Engineering Fall 04 Measurement of Field Comlex Noise Using a Novel Acoustic Detection System

More information

Prediction Efficiency in Predictive p-csma/cd

Prediction Efficiency in Predictive p-csma/cd Prediction Efficiency in Predictive -CSMA/CD Mare Miśowicz AGH University of Science and Technology, Deartment of Electronics al. Miciewicza 30, 30-059 Kraów, Poland misow@agh.edu.l Abstract. Predictive

More information

INTERNET PID CONTROLLER DESIGN: M. Schlegel, M. Čech

INTERNET PID CONTROLLER DESIGN:  M. Schlegel, M. Čech INTERNET PID CONTROLLER DESIGN: WWW.PIDLAB.COM M. Schlegel, M. Čech Deartment of Cybernetics, University of West Bohemia in Pilsen fax : + 0403776350, e-mail : schlegel@kky.zcu.cz, mcech@kky.zcu.cz Abstract:

More information

Analysis of Mean Access Delay in Variable-Window CSMA

Analysis of Mean Access Delay in Variable-Window CSMA Sensors 007, 7, 3535-3559 sensors ISSN 44-80 007 by MDPI www.mdi.org/sensors Full Research Paer Analysis of Mean Access Delay in Variable-Window CSMA Marek Miśkowicz AGH University of Science and Technology,

More information

Antenna Selection Scheme for Wireless Channels Utilizing Differential Space-Time Modulation

Antenna Selection Scheme for Wireless Channels Utilizing Differential Space-Time Modulation Antenna Selection Scheme for Wireless Channels Utilizing Differential Sace-Time Modulation Le Chung Tran and Tadeusz A. Wysocki School of Electrical, Comuter and Telecommunications Engineering Wollongong

More information

Initial Ranging for WiMAX (802.16e) OFDMA

Initial Ranging for WiMAX (802.16e) OFDMA Initial Ranging for WiMAX (80.16e) OFDMA Hisham A. Mahmoud, Huseyin Arslan Mehmet Kemal Ozdemir Electrical Engineering Det., Univ. of South Florida Logus Broadband Wireless Solutions 40 E. Fowler Ave.,

More information

Design of PID Controller Based on an Expert System

Design of PID Controller Based on an Expert System International Journal of Comuter, Consumer and Control (IJ3C), Vol. 3, No.1 (014) 31 Design of PID Controller Based on an Exert System Wei Li Abstract For the instability of traditional control systems,

More information

Circular Dynamic Stereo and Its Image Processing

Circular Dynamic Stereo and Its Image Processing Circular Dynamic Stereo and Its Image Processing Kikuhito KAWASUE *1 and Yuichiro Oya *2 *1 Deartment of Mechanical Systems Engineering Miyazaki University 1-1, Gakuen Kibanadai Nishi, Miyazaki 889-2192

More information

Fetal Heart Rate Monitoring Based on Adaptive Noise Cancellation and Maternal QRS Removal Window

Fetal Heart Rate Monitoring Based on Adaptive Noise Cancellation and Maternal QRS Removal Window Euroean Journal of Scientific Research ISSN 1450-16X Vol.7 No.4 (009),.565-575 EuroJournals Publishing, Inc. 009 htt://www.eurojournals.com/ejsr.htm Fetal Heart Rate Monitoring Based on Adative Noise Cancellation

More information

THE HELMHOLTZ RESONATOR TREE

THE HELMHOLTZ RESONATOR TREE THE HELMHOLTZ RESONATOR TREE Rafael C. D. Paiva and Vesa Välimäki Deartment of Signal Processing and Acoustics Aalto University, School of Electrical Engineering Esoo, Finland rafael.dias.de.aiva@aalto.fi

More information

Self-Driven Phase Shifted Full Bridge Converter for Telecom Applications

Self-Driven Phase Shifted Full Bridge Converter for Telecom Applications Self-Driven Phase Shifted Full Bridge Converter for Telecom Alications SEVILAY CETIN Technology Faculty Pamukkale University 7 Kinikli Denizli TURKEY scetin@au.edu.tr Abstract: - For medium ower alications,

More information

FEATURE EXTRACTION FOR SPEECH RECOGNITON

FEATURE EXTRACTION FOR SPEECH RECOGNITON M.Tech. Credit Seminar Reort, Electronic Systems Grou, EE. Det, IIT Bombay, Submitted November2003 Abstract FEATURE EXTRACTION FOR SPEECH RECOGNITON Manish P. Kesarkar (Roll No: 03307003) Suervisor: Prof.

More information

Software for Modeling Estimated Respiratory Waveform

Software for Modeling Estimated Respiratory Waveform Software for Modeling Estimated Resiratory Waveform Aleksei E. Zhdanov, Leonid G. Dorosinsky Abstract In the imaging of chest or abdomen, motion artifact is an unavoidable roblem. In the radiation treatment,

More information

COMPARISON OF DIFFERENT CDGPS SOLUTIONS FOR ON-THE-FLY INTEGER AMBIGUITY RESOLUTION IN LONG BASELINE LEO FORMATIONS

COMPARISON OF DIFFERENT CDGPS SOLUTIONS FOR ON-THE-FLY INTEGER AMBIGUITY RESOLUTION IN LONG BASELINE LEO FORMATIONS COMPARISON OF DIFFERENT CDGPS SOLUTIONS FOR ON-THE-FLY INTEGER AMBIGUITY RESOLUTION IN LONG BASELINE LEO FORMATIONS Urbano Tancredi (1), Alfredo Renga (2), and Michele Grassi (3) (1) Deartment for Technologies,

More information

A fast hysteresis control strategy based on capacitor charging and discharging

A fast hysteresis control strategy based on capacitor charging and discharging LETTER A fast hysteresis control strategy based on caacitor charging and discharging Jianfeng Dai, Jinbin Zhao a), Keqing Qu, and Ming Lin College of Electrical Engineering, Shanghai University of electric

More information

Performance Analysis of Battery Power Management Schemes in Wireless Mobile. Devices

Performance Analysis of Battery Power Management Schemes in Wireless Mobile. Devices Performance Analysis of Battery Power Management Schemes in Wireless Mobile Devices Balakrishna J Prabhu, A Chockalingam and Vinod Sharma Det of ECE, Indian Institute of Science, Bangalore, INDIA Abstract

More information

Economics of Strategy (ECON 4550) Maymester 2015 Foundations of Game Theory

Economics of Strategy (ECON 4550) Maymester 2015 Foundations of Game Theory Economics of Strategy (ECON 4550) Maymester 05 Foundations of Game Theory Reading: Game Theory (ECON 4550 Courseak, Page 95) Definitions and Concets: Game Theory study of decision making settings in which

More information

Postprocessed time-delay interferometry for LISA

Postprocessed time-delay interferometry for LISA PHYSICAL REVIEW D, VOLUME 70, 081101(R) Postrocessed time-delay interferometry for LISA D. A. Shaddock,* B. Ware, R. E. Sero, and M. Vallisneri Jet Proulsion Laboratory, California Institute of Technology,

More information

Control of Grid Integrated Voltage Source Converters under Unbalanced Conditions

Control of Grid Integrated Voltage Source Converters under Unbalanced Conditions Jon Are Suul Control of Grid Integrated Voltage Source Converters under Unbalanced Conditions Develoment of an On-line Frequency-adative Virtual Flux-based Aroach Thesis for the degree of Philosohiae Doctor

More information

The Gini Coefficient: An Application to Greece

The Gini Coefficient: An Application to Greece International Journal of Economics and Finance; Vol. 10, No. 3; 2018 ISSN 1916-971X E-ISSN 1916-9728 Published by Canadian Center of Science and Education The Gini Coefficient: An Alication to Greece Augustine

More information

Compression Waveforms for Non-Coherent Radar

Compression Waveforms for Non-Coherent Radar Comression Waveforms for Non-Coherent Radar Uri Peer and Nadav Levanon el Aviv University P. O. Bo 39, el Aviv, 69978 Israel nadav@eng.tau.ac.il Abstract - Non-coherent ulse comression (NCPC) was suggested

More information

RECOMMENDATION ITU-R SF

RECOMMENDATION ITU-R SF Rec. ITU-R SF.1649-1 1 RECOMMENDATION ITU-R SF.1649-1 Guidance for determination of interference from earth stations on board vessels to stations in the fixed service when the earth station on board vessels

More information

Voice Activity Detection

Voice Activity Detection Voice Activity Detection Speech Processing Tom Bäckström Aalto University October 2015 Introduction Voice activity detection (VAD) (or speech activity detection, or speech detection) refers to a class

More information

D-BLAST Lattice Codes for MIMO Block Rayleigh Fading Channels Λ

D-BLAST Lattice Codes for MIMO Block Rayleigh Fading Channels Λ D-BLAST Lattice Codes for MIMO Block Rayleigh Fading Channels Λ Narayan Prasad and Mahesh K. Varanasi e-mail: frasadn, varanasig@ds.colorado.edu University of Colorado, Boulder, CO 80309 October 1, 2002

More information

Multi-TOA Based Position Estimation for IR-UWB

Multi-TOA Based Position Estimation for IR-UWB Multi-TOA Based Position Estimation for IR-UWB Genís Floriach, Montse Nájar and Monica Navarro Deartment of Signal Theory and Communications Universitat Politècnica de Catalunya (UPC), Barcelona, Sain

More information

A Novel, Robust DSP-Based Indirect Rotor Position Estimation for Permanent Magnet AC Motors Without Rotor Saliency

A Novel, Robust DSP-Based Indirect Rotor Position Estimation for Permanent Magnet AC Motors Without Rotor Saliency IEEE TANSACTIONS ON POWE EECTONICS, VO. 18, NO. 2, MACH 2003 539 A Novel, obust DSP-Based Indirect otor Position Estimation for Permanent Magnet AC Motors Without otor Saliency i Ying and Nesimi Ertugrul,

More information

Kaleidoscope modes in large aperture Porro prism resonators

Kaleidoscope modes in large aperture Porro prism resonators Kaleidoscoe modes in large aerture Porro rism resonators Liesl Burger,2,* and Andrew Forbes,2 CSIR National Laser Centre, PO Box 395, Pretoria 000, South Africa 2 School of Physics, University of KwaZulu

More information

Ground Clutter Canceling with a Regression Filter

Ground Clutter Canceling with a Regression Filter 1364 JOURNAL OF ATMOSPHERIC AND OCEANIC TECHNOLOGY VOLUME 16 Ground Clutter Canceling with a Regression Filter SEBASTIÁN M. TORRES Cooerative Institute for Mesoscale Meteorological Studies, Norman, Oklahoma

More information

A Robust Feature for Speech Detection*

A Robust Feature for Speech Detection* БЪЛГАРСКА АКАДЕМИЯ НА НАУКИТЕ. BULGARIAN ACADEMY OF SCIENCES КИБЕРНЕТИКА И ИНФОРМАЦИОННИ ТЕХНОЛОГИИ Том 4, 2 CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 4, No 2 София. 2004. Sofia A Robust Feature

More information

Influence of Earth Conductivity and Permittivity Frequency Dependence in Electromagnetic Transient Phenomena

Influence of Earth Conductivity and Permittivity Frequency Dependence in Electromagnetic Transient Phenomena Influence of Earth Conductivity and Permittivity Frequency Deendence in Electromagnetic Transient Phenomena C. M. Portela M. C. Tavares J. Pissolato ortelac@ism.com.br cristina@sel.eesc.sc.us.br isso@dt.fee.unicam.br

More information

Laboratory Essay with Online Back-calculation Anti-windup Scheme for a MTG System

Laboratory Essay with Online Back-calculation Anti-windup Scheme for a MTG System PID' Brescia (Italy), March 8-, WeB. Laboratory Essay with Online Back-calculation Anti-windu Scheme for a MTG System Antônio M. S. Neto, Thaise P. Damo, Antonio A. R. Coelho Federal University of Santa

More information

Reliability and Criticality Analysis of Communication Networks by Stochastic Computation

Reliability and Criticality Analysis of Communication Networks by Stochastic Computation > EPLACE HIS LINE WIH YOU PAPE IDENIFICAION NUMBE (DOUBLE-CLICK HEE O EDI) < 1 eliability and Criticality Analysis of Communication Networks by Stochastic Comutation Peican Zhu, Jie Han, Yangming Guo and

More information

Low-Complexity PDoA-based Localization

Low-Complexity PDoA-based Localization 1 Low-Comlexity PDoA-based Localization Benjamin Sackenreuter 1, Niels Hadaschik 1, Marc Faßbinder 1 and Christoher Mutschler 1, {firstname.lastname}@iis.fraunhofer.de 1 Fraunhofer Institute for Integrated

More information

Comparative Evaluation of Three-Phase Isolated Matrix-Type PFC Rectifier Concepts for High Efficiency 380VDC Supplies of Future Telco and Data Centers

Comparative Evaluation of Three-Phase Isolated Matrix-Type PFC Rectifier Concepts for High Efficiency 380VDC Supplies of Future Telco and Data Centers 214 IEEE Proceedings of the 16th Euroean Conference on Power Electronics and Alications (EPE 214 - ECCE Euroe), Laeenranta, Finland, August 26-28, 214 Comarative Evaluation of Three-Phase Isolated Matrix-Tye

More information

Parameter Controlled by Contrast Enhancement Using Color Image

Parameter Controlled by Contrast Enhancement Using Color Image Parameter Controlled by Contrast Enhancement Using Color Image Raguathi.S and Santhi.K Abstract -The arameter-controlled virtual histogram distribution (PCVHD) method is roosed in this roject to enhance

More information

State-of-the-Art Verification of the Hard Driven GTO Inverter Development for a 100 MVA Intertie

State-of-the-Art Verification of the Hard Driven GTO Inverter Development for a 100 MVA Intertie State-of-the-Art Verification of the Hard Driven GTO Inverter Develoment for a 100 MVA Intertie P. K. Steimer, H. Grüning, J. Werninger R&D Drives and Power Electronics ABB Industrie AG CH-5300 Turgi,

More information

MMW Radar Scattering Statistics of Terrain At Near Grazing Incidence 1 ABSTRACT

MMW Radar Scattering Statistics of Terrain At Near Grazing Incidence 1 ABSTRACT MMW Radar Scattering Statistics of Terrain At Near Grazing Incidence 1 R. D. De Roo, F. T. Ulaby, A. E. El-Rouby, and A. Y. Nashashibi The Radiation Laboratory Deartment of Electrical Engineering and Comuter

More information

Detecting Content Adaptive Scaling of Images for Forensic Applications

Detecting Content Adaptive Scaling of Images for Forensic Applications Detecting Content Adative Scaling of Images for Forensic Alications Claude Fillion 1,2, Gaurav Sharma 1,3 1 Deartment of Electrical and Comuter Engineering, University of Rochester, Rochester, NY 2 Xerox

More information

Decorrelation distance characterization of long term fading of CW MIMO channels in urban multicell environment

Decorrelation distance characterization of long term fading of CW MIMO channels in urban multicell environment Decorrelation distance characterization of long term fading of CW MIMO channels in urban multicell environment Alayon Glazunov, Andres; Wang, Ying; Zetterberg, Per Published in: 8th International Conference

More information

Modeling and simulation of level control phenomena in a non-linear system

Modeling and simulation of level control phenomena in a non-linear system www.ijiarec.com ISSN:2348-2079 Volume-5 Issue- International Journal of Intellectual Advancements and Research in Engineering Comutations Modeling and simulation of level control henomena in a non-linear

More information

Enhancement of Speech Signal Based on Improved Minima Controlled Recursive Averaging and Independent Component Analysis

Enhancement of Speech Signal Based on Improved Minima Controlled Recursive Averaging and Independent Component Analysis Enhancement of Speech Signal Based on Improved Minima Controlled Recursive Averaging and Independent Component Analysis Mohini Avatade & S.L. Sahare Electronics & Telecommunication Department, Cummins

More information

Optimization of an Evaluation Function of the 4-sided Dominoes Game Using a Genetic Algorithm

Optimization of an Evaluation Function of the 4-sided Dominoes Game Using a Genetic Algorithm o Otimization of an Evaluation Function of the 4-sided Dominoes Game Using a Genetic Algorithm Nirvana S. Antonio, Cícero F. F. Costa Filho, Marly G. F. Costa, Rafael Padilla Abstract In 4-sided dominoes,

More information

Product Accumulate Codes on Fading Channels

Product Accumulate Codes on Fading Channels Product Accumulate Codes on Fading Channels Krishna R. Narayanan, Jing Li and Costas Georghiades Det of Electrical Engineering Texas A&M University, College Station, TX 77843 Abstract Product accumulate

More information

Online Adaptive Continuous Wavelet Transform and Fuzzy Logic Based High Precision Fault Detection of Broken Rotor Bars for IM

Online Adaptive Continuous Wavelet Transform and Fuzzy Logic Based High Precision Fault Detection of Broken Rotor Bars for IM Science Research 206; 4(6): 57-68 htt://www.scienceublishinggrou.com/j/sr doi: 0.648/j.sr.2060406.3 ISSN: 2329-0935 (Print); ISSN: 2329-0927 (Online) Online Adative Continuous Wavelet Transform and Fuzzy

More information

A Comparative Study on Compensating Current Generation Algorithms for Shunt Active Filter under Non-linear Load Conditions

A Comparative Study on Compensating Current Generation Algorithms for Shunt Active Filter under Non-linear Load Conditions International Journal of Scientific and Research Publications, Volume 3, Issue 6, June 2013 1 A Comarative Study on Comensating Current Generation Algorithms for Shunt Active Filter under Non-linear Conditions

More information

Multi-period Channel Assignment

Multi-period Channel Assignment Multi-eriod Channel Assignment Hakim Mabed, Alexandre Caminada and Jin-Kao Hao 2 France Télécom R&D, 6 Avenue des Usines, BP 382, 97 Belfort, France {hakim.mabed,alexandre.caminada}@francetelecm.com Tel:

More information

Performance of Chaos-Based Communication Systems Under the Influence of Coexisting Conventional Spread-Spectrum Systems

Performance of Chaos-Based Communication Systems Under the Influence of Coexisting Conventional Spread-Spectrum Systems I TRANSACTIONS ON CIRCUITS AND SYTMS I: FUNDAMNTAL THORY AND APPLICATIONS, VOL. 50, NO., NOVMBR 2003 475 Performance of Chaos-Based Communication Systems Under the Influence of Coexisting Conventional

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 document is downloaded from DR-NTU, Nanyang Technological University Library, Singaore. Title Author(s) Citation Relative hase noise estimation and mitigation in Raman amlified coherent otical communication

More information

Primary User Enters the Game: Performance of Dynamic Spectrum Leasing in Cognitive Radio Networks

Primary User Enters the Game: Performance of Dynamic Spectrum Leasing in Cognitive Radio Networks IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 9, NO., DECEMBER 365 Primary User Enters the Game: Performance of Dynamic Sectrum Leasing in Cognitive Radio Networks Gonzalo Vazquez-Vilar, Student Member,

More information

The Optimization Model and Algorithm for Train Connection at Transfer Stations in Urban Rail Transit Network

The Optimization Model and Algorithm for Train Connection at Transfer Stations in Urban Rail Transit Network Send Orders for Rerints to rerints@benthamscienceae 690 The Oen Cybernetics & Systemics Journal, 05, 9, 690-698 Oen Access The Otimization Model and Algorithm for Train Connection at Transfer Stations

More information

Adaptive Switching between Spatial Diversity and Multiplexing: a Cross-layer Approach

Adaptive Switching between Spatial Diversity and Multiplexing: a Cross-layer Approach Adative Switching between Satial Diversity and ultilexing: a Cross-layer Aroach José Lóez Vicario and Carles Antón-Haro Centre Tecnològic de Telecomunicacions de Catalunya (CTTC) c/ Gran Caità -4, 08034

More information

Estimating the Time-To-First-Fix for GNSS Signals Theory and Simulation Results

Estimating the Time-To-First-Fix for GNSS Signals Theory and Simulation Results Estimating the Time-To-First-Fix for GNSS s Theory and Simulation Results Marco Anghileri, Matteo Paonni, Sten Wallner, José-Ángel Ávila-Rodríguez, Bernd Eissfeller Institute of Geodesy and Navigation,

More information

IEEE/ACM TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 27, NO. 2, FEBRUARY

IEEE/ACM TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 27, NO. 2, FEBRUARY IEEE/ACM TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 27, NO. 2, FEBRUARY 2019 457 Combining Sectral and Satial Features for Dee Learning Based Blind Seaker Searation Zhong-Qiu Wang, Student

More information

Underwater acoustic channel model and variations due to changes in node and buoy positions

Underwater acoustic channel model and variations due to changes in node and buoy positions Volume 24 htt://acousticalsociety.org/ 5th Pacific Rim Underwater Acoustics Conference Vladivostok, Russia 23-26 Setember 2015 Underwater acoustic channel model and variations due to changes in node and

More information

Improving Satellite Surveillance through Optimal Assignment of Assets

Improving Satellite Surveillance through Optimal Assignment of Assets Imroving Satellite Surveillance through Otimal Assignment of Assets Claire Rivett and Carmine Pontecorvo Intelligence, Surveillance and Reconnaissance Division Defence Science and Technology Organisation

More information

SOUND CLASSIFICATION IN A SMART ROOM ENVIRONMENT: AN APPROACH USING GMM AND HMM METHODS

SOUND CLASSIFICATION IN A SMART ROOM ENVIRONMENT: AN APPROACH USING GMM AND HMM METHODS SOUND CLASSIFICATION IN A SART ROO ENVIRONENT: AN APPROACH USING G AND H ETHODS ichel VACHER, Jean-François SERIGNAT and Stéhane CHAILLOL CLIPS - IAG, Team GEOD, UR CNRS-INPG-UJF 5524, 385, rue de la Bibliothèque,

More information

DESIGN AND FABRICATION OF A DEEP DRAWING MACHINE: EXPERIMENTAL STUDY OF DRAWING FORCE VS DRAWING STROKE

DESIGN AND FABRICATION OF A DEEP DRAWING MACHINE: EXPERIMENTAL STUDY OF DRAWING FORCE VS DRAWING STROKE DESIGN AND FABRICATION OF A DEEP DRAWING MACHINE: EXPERIMENTAL STUDY OF DRAWING FORCE VS DRAWING STROKE Ahmed Ramahi, ramahi@najah.edu, a_ramahi@yahoo.com. Industrial Engineering Deartment, An-Najah National

More information

Collision Target Detection Using a Single Antenna for Automotive RADAR

Collision Target Detection Using a Single Antenna for Automotive RADAR Collision Target Detection Using a Single Antenna or Automotive RADAR Souleymane Abakar Issakha, Francois Vincent, Laurent Ferro-Famil, Frantz Bodereau To cite this version: Souleymane Abakar Issakha,

More information

A novel High Bandwidth Pulse-Width Modulated Inverter

A novel High Bandwidth Pulse-Width Modulated Inverter Proceedings of the 10th WSEAS International onference on IRUITS, Vouliagmeni, Athens, Greece, July 101, 006 (8085) A novel High Bandwidth PulseWidth Modulated Inverter J. HATZAKIS, M. VOGIATZAKI, H. RIGAKIS,

More information

Statistical Evaluation of the Azimuth and Elevation Angles Seen at the Output of the Receiving Antenna

Statistical Evaluation of the Azimuth and Elevation Angles Seen at the Output of the Receiving Antenna IEEE TANSACTIONS ON ANTENNAS AND POPAGATION 1 Statistical Evaluation of the Azimuth and Elevation Angles Seen at the Outut of the eceiving Antenna Cezary Ziółkowski and an M. Kelner Abstract A method to

More information