AM-FM demodulation using zero crossings and local peaks

Size: px
Start display at page:

Download "AM-FM demodulation using zero crossings and local peaks"

Transcription

1 AM-FM demodulation using zero crossings and local peaks K.V.S. Narayana and T.V. Sreenivas Department of Electrical Communication Engineering Indian Institute of Science, Bangalore, India 52 Phone: , Fax: narayana.kvs@ece.iisc.ernet.in, tvsree@ece.iisc.ernet.in Abstract We developed a new algorithm for estimating Instantaneous Amplitude(IA) and Instantaneous Frequency(IF) of a band limited AM-FM signal, using zero crossings(zc) intervals and local peaks information(zc-lp). In this method IA and IF are estimated independently. For estimating IF, zero crossing interval information is used in a K-Nearest Neighbor(K-NN) frame work and for estimating IA local peaks of the given band limited signal are used, also in a K-NN frame work[2]. Experimental results shows that the proposed algorithm gives better results than existing methods like Hilbert Transform[3], DESA, DESA2[]. I. INTRODUCTION All naturally occurring signals such as speech, biomedical signals, music, etc., are non-stationary in nature. The nonstationarity of these signals are mainly due to their respective production phenomena. The temporal variability of these signals can be modeled in general as amplitude variability and frequency variability. In general, in communications AM is used for modeling amplitude variability and FM is used for modeling frequency variability of a signal. Hence to model a non-stationary signal with both amplitude and frequency variability, we can use AM and FM together. For a wideband signal such as speech or music, there can be multiple modes of frequency and amplitude variability, which can be represented by a linear combination of AM-FM signals[]. Let an AM-FM modulated signal be represented by x(t) = A(t)sin(Φ(t)) () where Φ(t) is the phase component and A(t) is the amplitude variation. The frequency of the signal is given by f(t)= d 2π dt Φ(t). To represent natural wideband signals such as speech, music, or biomedical signals, it is convenient to decompose them into narrow-band signals using a perfect reconstruction filter bank and then represent each filter output as an AM-FM signal. Let s(t) be a wideband which can be represented as the linear combination of AM-FM signals: S(t) = K A k (t)sin(φ k (t)) (2) k= where K is number of band pass filters in the filter bank. Given a bandpass AM-FM signal x k (t), there are many ways of estimating AM and FM components. The basic method for doing this is by using the Hilbert transform approach which determines the analytic signal of a given signal and then estimate AM and FM components separately. Other methods are DESA and DESA2 which use teager energy operator[]. In this paper we are presenting a new method(zc-lp) for separating AM and FM components of a given signal independent of each other. FM decomposition is done using zero crossing intervals and AM decomposition is done using local peaks information. From the experiments it is shown that AM estimation is not affected by the modulation index of the FM and FM estimation is not effected by the modulation index of the AM. The earlier approaches for AM-FM decomposition from our group has utilized ZC and level crossing(lc) information[2] [3] directly whereas this paper proposes ZC intervals. Other approaches in the literature use ZC interval statistics[2], but not ZC intervals, which has certain advantages. II. AM-FM DECOMPOSITION USING ZC-LP Let the AM-FM signal be x(t) = A(t)sin(Φ(t)), where A(t) is the amplitude variation, generally given by A(t) = ( + m a (t)). Here is the modulation index of AM and m a (t) modulating signal for AM. For all t, m a (t) < i.e. A(t) >. Similarly IF of the signal is given by f(t) = dφ(t) 2π dt = f c + m f (t) where is the modulation index of FM and m f (t) is the FM modulation component. Again, let m f (t) < f c. Also, let m a (t) be slowly varying compared to min [f(t)].

2 A. FM Computation For the simple case of a sine wave sin(2πft), where f is the frequency of the sine wave, the time interval between two consecutive zero crossings τ is given by τ = 2f. With A.M because the envelope A(t) is slowly varying and is positive, it does not affect the ZC s. Thus, each successive ZC interval can be interpreted as due to only the IF f(t). The ZC s provide a sampled information of f(t). For the given signal x(t) let T Z be the set of all successive zero crossing instants, i.e., T Z = {t i, i L, where x(t i ) = } where L is the total number of ZC s in a given interval t T signal. Now from the above discussion of sampling of f(t), we can choose the IF between two consecutive zero crossings t i and t i+ be approximated by f i := 2(t i+ t i) []. This frequency can be assigned anywhere in the half cycle interval and we found it empirically that assigning it to the middle of the interval gave the best approximation for the time varying IF. When we assigned this frequency to the left ZC we got a delay in estimated IF with respect to the original IF and when we assigned it to the other end we found a delay in the other direction. By computing the frequency values between all the zero crossing intervals we have a set of non-uniform samples of IF function corresponding to each ZC interval. Let F be the set of IF samples: F = {f(t = τ i ) = 2(t i+ t i), i L, where τ i = (t i+t i+) 2 }. In continuous domain we can say that there is a zero crossing when x(t) =, but in our case we are dealing with a discrete signal x[nt s ] where T s is the sampling period. In order to find the ZC location we have used signal sign changes between successive samples i.e. X[nT s ]X[(n + )T s ] <. After that we interpolated the signal between n th and (n + ) th samples to a finer resolution using sinc interpolation for finding the ZC instant. Now we have a discrete set of frequencies at some nonuniform instants of time. In order to find the IF at any instant t we have to interpolate the non-uniform samples of f(t). To interpolate the data we can use the least squares approach. To retain the generality of different applications, we make a smooth local polynomial approximation of f(t) of a fixed order p.i.e., we can write f(t) at any instant t as f(t) = P p= c pt p. By minimizing the cost function S(c) = L L i= f i CT i 2 where F is set of all L frequencies f i at discrete time instants. C = [c, c...c P ] and T i = [, t i, t 2 i...tp i ]. Minimizing the cost function S(c) with respect to ill give us optimum C w values of C given by C = T + F (T + is pseudo inverse). and T is the matrix whose i th column is T i. After obtaining the optimum solution for coefficients of the polynomial we can get the predicted value of f(t) at any time instant t. Estimated IF Signal Error in IF estimation x Estimated IF Signal Error in IF estimation x Fig.. The plot of the estimated IF signal and Error signals.in st case the IF signal is a sin wave give by f(t) = +.5sin(.55n + π ) and in 2 nd case the IF signal is given by f(t) =.7 (n N/2+)3 ( ) 2π ( N 2 and N=52 in this case. )3 We can use the least square solution for interpolating the IF only when we know the prior information about the smoothness of the modulating signal. If we do not know the prior information about the smoothness of the signal then in that case we cannot use the least squares solution. In that case we have to go for either K Nearest Neighbor(K-NN)[2] or splines as a solution for interpolation. In K-NN we will take K nearest points surrounding t, where we want to calculate IF and fit a polynomial locally in that region. In our experiments we have used K= and P=3. B. AM computation Given an amplitude modulated signal (AM), one way of getting back the modulating signal is to pass it through a low pass filter[8], which will output the envelope of the signal. Envelope of a signal can also be approximated by the curve passing through all the local peaks of the modulated carrier wave (i.e. AM signal). Similarly joining all negative peaks(valleys) of the signal will also give an envelope which is exactly negative of

3 the modulating signal. We can consider the negative of the local valleys as additional samples of the envelope function, enhancing the estimation accuracy and transient nature of the AM function. In the ZC-LP method, we calculate the local peaks of the given AM signal. For finding local peaks of the signal, we are finding the first difference of the signal and checking for the sign changes to determines ZC s of the first derivative. If there is a sign change at i th sample that means there is a peak between (i ) th and (i + ) th samples. After finding all intervals where there is a peak, we interpolate the difference signal to a finer resolution to determine the exact location of the peak and the value of the peak. T P = {t i, i L p, where d dx x(t) = t=t i } where T P is set of time instant, where there is a local peak and L P is the number of local peaks in the signal interval. X P = {x(t i ), i L p, t i ǫt P } We have a non-uniform sampled version of the envelope X P at T P. To find the IA at any instant t, we can use either K- NN or splines. In our experimentation we have used the same method which we used in the computation of IF and computed Â(t). For the experimentation we have chosen K= and the order of polynomial p=3. We can see from the results that the estimation error in estimation of AM is quite low of the order of. The usual method for envelope estimation is through coherent demodulation which utilizes the IF component of the signal x(t). But, here we are not using any information about the IF of the signal and computing the IA of the signal independently. Thus, are computing both IA and IF independently from the ZC s of the signal and its derivative. In the next section we show that the performance of IA estimation is not effected much by the parameters of FM and estimation of IF is not effected by the parameters of the AM, when compared to other techniques in the literature. III. PERFORMANCE COMPARISON WITH DESA The performance of the new ZC-LP based AM-FM estimation is compared with the DESA which uses Teager Energy Operator (TEO) for computing AM and FM components. The AM-FM signal is given by x(t) = ( + m a (t))sin(f c t + m f (t)dt) For comparison we have taken an AM-FM signal with both modulating signals m a and m f as sinusoidal signals. We studied the effect on performance by varying,, parameters of m a (frequency of the modulating signal) and carrier frequency f c. We estimated the signals A(t) and f(t) using both the methods DESA and the ZC-LP method. While calculating Estimated AM Signal Error in IA estimation (a) x Estimated AM Signal (b) Error in IA estimation 5 5 x Fig. 2. The plot of estimated IA and error in estimation.in first case we have used a sine wave as modulation signal give as A(t) = + sin(.7n) and in second case the envelope signal is given by A(t) = + (n N 2 )2 N 2 and N=52 in this case. AM and FM using DESA if there are any imaginary term we have replaced them using real value neglecting the imaginary part.we have taken mean square error(mse) as a measure of performance. The MSE of AM estimation is calculated by : = N Q+ (A(n) N 2Q + Â(n))2 (3) n=q+ In our simulation we have used Q=2. As error in the edges will be high we have excluded those regions for computation of the. A similar measure is defined for computing MSE of FM also. First we have studied the performance of AM and FM estimation by varying the parameters of AM and f AM. From Fig, 3 we can see that the performance of ZC-LP is consistently better than the performance of DESA for all variations in and f AM. We can see that estimation of FM is not affected by the AM parameters, the error in estimation of FM is almost constant in the ZC-LP method, whereas in DESA estimation of FM is effected by the AM parameters. The estimation error in FM increased with increase in modulation index of AM () and frequency f AM of the modulating wave. This is because for estimating FM in ZC-LP method we have used ZC s, which are not effected by AM of the signal as discussed in the previous sections. The performance of the estimation of AM and FM is studied with variations in f c and. As shown in the Fig we can

4 DESA DESA ω AM Fig. 3. The performance comparison of ZC-LP and DESA in case of estimation of IA and IF with respect to AM modulation index and Frequency of modulating sinusoidal wave.the AM modulating wave is given by m a = + sin( t) Fig.. The performance comparison of ZC-LP and DESA in case of estimation of IF and IA with respect to FM modulation index and Carrie frequency f c.the phase of the am-fm wave is given as ω fm +sin(π n + π ) infer that ZC-LP is consistently performing better than DESA through out the range of f c and. At the same time we can see that the performance of AM estimation is also doing consistently better than DESA. We can see as f c is decreasing the performance of DESA in estimating FM is degrading fast, whereas the performance of the ZC-LP method is hardly affected. IV. APPLICATION OF NEW MODEL TO NATURAL SIGNALS We tried applying the ZC-LP method for estimation of IA and IF of natural occurring signals like speech, and music. We took a bandpass filtered(bpf) signal multiplied by a trapezoidal window of length N=52. As we know when a speech wave is passed through a BPF the resulting signal will be of AM-FM structure[], [2]. For this experimentations as we know that the frequency variations are high we used k=5 and p=3 (for K-NN). As we can see from the Fig 5, small variations in frequency are captured by the ZC-LP in great detail because ZC s will capture all variations in frequency very closely. Amplitude variations are also captured in good detail. V. CONCLUSION We propose a new zero crossings based IF estimation and local peaks based IA estimation of a band limited signal.from the experimental results, we can see that for a clean signal the estimation error is of the order of -7 to -8 db. This Signal value IF value Bandpass Filtered speech signal and envelope speech signal Envelope Estimated IF Using ZC method and Hilbert Hilbert Method Fig. 5. New Algorithm when applied on a BPF speech signal,sampled at khz. When passband is 5 to.5(normalized frequency). performance is much better than the existing methods like DESA,DESA2. We have also seen that this method can be applied to natural signals like speech and music signal also. AM-FM decomposition can be used for analysis of and synthesis of speech signals[].

5 Signal value Bandpass Filtered flute signal and envelope Flute signal Envelope instantaneous energy and frequency estimations Proc. IEEE TEN- CON pp. 3-3 vol.2 2. [2] T. V. Sreenivas and R. J. Niederjohn, Formant contour estimation in noise: comparison of a zero-crossing based measure with other spectral estimates, Proc. IEEE Int. Conf. Svst. Enara., Dayton, Ohio, pp , August,989. [3] S. Chandra Sekhar and T. V. Sreenivas, Polynomial instantaneous frequency estimation using level-crossing information, in Proc. IEEE-EURASIP Workshop on Nonlinear Signal and Image Processing, Grado, Italy, June 23. Estimated IF Using ZC method and Hilbert 5 Hilbert Method IF value Fig.. New Algorithm when applied on a BPF Music signal,sampled at khz. When passband is.3 to.5 (normalized frequency). REFERENCES [] J.F. Kaiser P.Maragos and T.F. Quatieri, Energy separation in signal modulations with application to speech analysis, IEEE Trans. Signal Proc., vol., pp. 3235, Oct 993. [2] S. Chandra Sekhar and T.V. Sreenivas, Novel approch to amfm decomposition with application to speech and music analysis, Proc. IEEE ICASSP-, vol. 2, pp. 753, may 2. [3] B. Boashash, Estimating and interpreting the instantaneous frequency of a signal, Proc. IEEE, vol. 8, pp. 5958, April 992. [] J.F. Kaiser, P. Maragos and T.F. Quatieri, Speech nonlinearities,modulations, and energy operators, Proc. IEEE ICASSP,vol., pp. 22, May 99. [5] Bishwarup Mondal and T.V. Sreenivas Mixture gaussian envelope chirp model for speech and audio in Proc. IEEE ICASSP-,Vol., pp , May 2. [] Doh-Suk Kim Soo-Young Lee R.M.Kil Auditory processing of speech signals for robust speech recognition in real-world noisy environments IEEE Transaction on Speech and Audio Processing,vol. 7, no., pp. 55-9, 999. [7] T.E. Hanna, T.F. Quatieri and G.C. OLeary, Am-fm separation using auditory-motivated filters, IEEE Trans on Speech and Audio Proc., vol. 5, pp. 58, Sep 997. [8] George kennedy and R.W.Tinnell,, in Electronic communications systems. McG-Kog, 99, vol. 3rd edition. [9] J.K Gupta, S. Chandra Sekhar and T.V. Sreenivas, Performance analysis of am-fm estimators, TENCON, vol. 3, pp.95958, Oct 23. [] A. Potamianos and P.Maragos, speech analysis and synthesis using an am-fm modulation model, Speech Comm., vol. 28, pp. 9529, July 999. [] Sharif, Z. Zainal, M.S. Sha ameri, A.Z. Salleh, S.H.S. Analysis and classification of heart sounds and murmurs based onthe

INSTANTANEOUS FREQUENCY ESTIMATION FOR A SINUSOIDAL SIGNAL COMBINING DESA-2 AND NOTCH FILTER. Yosuke SUGIURA, Keisuke USUKURA, Naoyuki AIKAWA

INSTANTANEOUS FREQUENCY ESTIMATION FOR A SINUSOIDAL SIGNAL COMBINING DESA-2 AND NOTCH FILTER. Yosuke SUGIURA, Keisuke USUKURA, Naoyuki AIKAWA INSTANTANEOUS FREQUENCY ESTIMATION FOR A SINUSOIDAL SIGNAL COMBINING AND NOTCH FILTER Yosuke SUGIURA, Keisuke USUKURA, Naoyuki AIKAWA Tokyo University of Science Faculty of Science and Technology ABSTRACT

More information

Robust Voice Activity Detection Based on Discrete Wavelet. Transform

Robust Voice Activity Detection Based on Discrete Wavelet. Transform Robust Voice Activity Detection Based on Discrete Wavelet Transform Kun-Ching Wang Department of Information Technology & Communication Shin Chien University kunching@mail.kh.usc.edu.tw Abstract This paper

More information

Sub-band Envelope Approach to Obtain Instants of Significant Excitation in Speech

Sub-band Envelope Approach to Obtain Instants of Significant Excitation in Speech Sub-band Envelope Approach to Obtain Instants of Significant Excitation in Speech Vikram Ramesh Lakkavalli, K V Vijay Girish, A G Ramakrishnan Medical Intelligence and Language Engineering (MILE) Laboratory

More information

Determination of instants of significant excitation in speech using Hilbert envelope and group delay function

Determination of instants of significant excitation in speech using Hilbert envelope and group delay function Determination of instants of significant excitation in speech using Hilbert envelope and group delay function by K. Sreenivasa Rao, S. R. M. Prasanna, B.Yegnanarayana in IEEE Signal Processing Letters,

More information

I-Hao Hsiao, Chun-Tang Chao*, and Chi-Jo Wang (2016). A HHT-Based Music Synthesizer. Intelligent Technologies and Engineering Systems, Lecture Notes

I-Hao Hsiao, Chun-Tang Chao*, and Chi-Jo Wang (2016). A HHT-Based Music Synthesizer. Intelligent Technologies and Engineering Systems, Lecture Notes I-Hao Hsiao, Chun-Tang Chao*, and Chi-Jo Wang (2016). A HHT-Based Music Synthesizer. Intelligent Technologies and Engineering Systems, Lecture Notes in Electrical Engineering (LNEE), Vol.345, pp.523-528.

More information

Spectral estimation using higher-lag autocorrelation coefficients with applications to speech recognition

Spectral estimation using higher-lag autocorrelation coefficients with applications to speech recognition Spectral estimation using higher-lag autocorrelation coefficients with applications to speech recognition Author Shannon, Ben, Paliwal, Kuldip Published 25 Conference Title The 8th International Symposium

More information

Audio Enhancement Using Remez Exchange Algorithm with DWT

Audio Enhancement Using Remez Exchange Algorithm with DWT Audio Enhancement Using Remez Exchange Algorithm with DWT Abstract: Audio enhancement became important when noise in signals causes loss of actual information. Many filters have been developed and still

More information

Time-Frequency Distributions for Automatic Speech Recognition

Time-Frequency Distributions for Automatic Speech Recognition 196 IEEE TRANSACTIONS ON SPEECH AND AUDIO PROCESSING, VOL. 9, NO. 3, MARCH 2001 Time-Frequency Distributions for Automatic Speech Recognition Alexandros Potamianos, Member, IEEE, and Petros Maragos, Fellow,

More information

AM-FM MODULATION FEATURES FOR MUSIC INSTRUMENT SIGNAL ANALYSIS AND RECOGNITION. Athanasia Zlatintsi and Petros Maragos

AM-FM MODULATION FEATURES FOR MUSIC INSTRUMENT SIGNAL ANALYSIS AND RECOGNITION. Athanasia Zlatintsi and Petros Maragos AM-FM MODULATION FEATURES FOR MUSIC INSTRUMENT SIGNAL ANALYSIS AND RECOGNITION Athanasia Zlatintsi and Petros Maragos School of Electr. & Comp. Enginr., National Technical University of Athens, 15773 Athens,

More information

Wavelet Speech Enhancement based on the Teager Energy Operator

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

More information

Estimation of Sinusoidally Modulated Signal Parameters Based on the Inverse Radon Transform

Estimation of Sinusoidally Modulated Signal Parameters Based on the Inverse Radon Transform Estimation of Sinusoidally Modulated Signal Parameters Based on the Inverse Radon Transform Miloš Daković, Ljubiša Stanković Faculty of Electrical Engineering, University of Montenegro, Podgorica, Montenegro

More information

Enhancement of Speech Signal by Adaptation of Scales and Thresholds of Bionic Wavelet Transform Coefficients

Enhancement of Speech Signal by Adaptation of Scales and Thresholds of Bionic Wavelet Transform Coefficients ISSN (Print) : 232 3765 An ISO 3297: 27 Certified Organization Vol. 3, Special Issue 3, April 214 Paiyanoor-63 14, Tamil Nadu, India Enhancement of Speech Signal by Adaptation of Scales and Thresholds

More information

On a Sturm Liouville Framework for Continuous and Discrete Frequency Modulation

On a Sturm Liouville Framework for Continuous and Discrete Frequency Modulation On a Sturm Liouville Framework for Continuous and Discrete Frequency Modulation (Invited Paper Balu Santhanam, Dept. of E.C.E., University of New Mexico, Albuquerque, NM: 873 Email: bsanthan@ece.unm.edu

More information

EE4512 Analog and Digital Communications Chapter 6. Chapter 6 Analog Modulation and Demodulation

EE4512 Analog and Digital Communications Chapter 6. Chapter 6 Analog Modulation and Demodulation Chapter 6 Analog Modulation and Demodulation Chapter 6 Analog Modulation and Demodulation Amplitude Modulation Pages 306-309 309 The analytical signal for double sideband, large carrier amplitude modulation

More information

A Parametric Model for Spectral Sound Synthesis of Musical Sounds

A Parametric Model for Spectral Sound Synthesis of Musical Sounds A Parametric Model for Spectral Sound Synthesis of Musical Sounds Cornelia Kreutzer University of Limerick ECE Department Limerick, Ireland cornelia.kreutzer@ul.ie Jacqueline Walker University of Limerick

More information

ADDITIVE SYNTHESIS BASED ON THE CONTINUOUS WAVELET TRANSFORM: A SINUSOIDAL PLUS TRANSIENT MODEL

ADDITIVE SYNTHESIS BASED ON THE CONTINUOUS WAVELET TRANSFORM: A SINUSOIDAL PLUS TRANSIENT MODEL ADDITIVE SYNTHESIS BASED ON THE CONTINUOUS WAVELET TRANSFORM: A SINUSOIDAL PLUS TRANSIENT MODEL José R. Beltrán and Fernando Beltrán Department of Electronic Engineering and Communications University of

More information

Design of a Sharp Linear-Phase FIR Filter Using the α-scaled Sampling Kernel

Design of a Sharp Linear-Phase FIR Filter Using the α-scaled Sampling Kernel Proceedings of the 6th WSEAS International Conference on SIGNAL PROCESSING, Dallas, Texas, USA, March 22-24, 2007 129 Design of a Sharp Linear-Phase FIR Filter Using the -scaled Sampling Kernel K.J. Kim,

More information

Sound Synthesis Methods

Sound Synthesis Methods Sound Synthesis Methods Matti Vihola, mvihola@cs.tut.fi 23rd August 2001 1 Objectives The objective of sound synthesis is to create sounds that are Musically interesting Preferably realistic (sounds like

More information

A DUAL TREE COMPLEX WAVELET TRANSFORM CONSTRUCTION AND ITS APPLICATION TO IMAGE DENOISING

A DUAL TREE COMPLEX WAVELET TRANSFORM CONSTRUCTION AND ITS APPLICATION TO IMAGE DENOISING A DUAL TREE COMPLEX WAVELET TRANSFORM CONSTRUCTION AND ITS APPLICATION TO IMAGE DENOISING Sathesh Assistant professor / ECE / School of Electrical Science Karunya University, Coimbatore, 641114, India

More information

Theory of Telecommunications Networks

Theory of Telecommunications Networks Theory of Telecommunications Networks Anton Čižmár Ján Papaj Department of electronics and multimedia telecommunications CONTENTS Preface... 5 1 Introduction... 6 1.1 Mathematical models for communication

More information

NOISE ESTIMATION IN A SINGLE CHANNEL

NOISE ESTIMATION IN A SINGLE CHANNEL SPEECH ENHANCEMENT FOR CROSS-TALK INTERFERENCE by Levent M. Arslan and John H.L. Hansen Robust Speech Processing Laboratory Department of Electrical Engineering Box 99 Duke University Durham, North Carolina

More information

HIGH ACCURACY FRAME-BY-FRAME NON-STATIONARY SINUSOIDAL MODELLING

HIGH ACCURACY FRAME-BY-FRAME NON-STATIONARY SINUSOIDAL MODELLING HIGH ACCURACY FRAME-BY-FRAME NON-STATIONARY SINUSOIDAL MODELLING Jeremy J. Wells, Damian T. Murphy Audio Lab, Intelligent Systems Group, Department of Electronics University of York, YO10 5DD, UK {jjw100

More information

Hungarian Speech Synthesis Using a Phase Exact HNM Approach

Hungarian Speech Synthesis Using a Phase Exact HNM Approach Hungarian Speech Synthesis Using a Phase Exact HNM Approach Kornél Kovács 1, András Kocsor 2, and László Tóth 3 Research Group on Artificial Intelligence of the Hungarian Academy of Sciences and University

More information

The Application of Energy Operator Demodulation Approach Based on EMD in Mechanical System Identification

The Application of Energy Operator Demodulation Approach Based on EMD in Mechanical System Identification 0 9th International Conference on Mechatronics and Machine Vision in Practice (MVIP), 8-30th Nov 0, Auckland, New-Zealand The Application of Energy Operator Demodulation Approach Based on EMD in Mechanical

More information

ON THE RELATIONSHIP BETWEEN INSTANTANEOUS FREQUENCY AND PITCH IN. 1 Introduction. Zied Mnasri 1, Hamid Amiri 1

ON THE RELATIONSHIP BETWEEN INSTANTANEOUS FREQUENCY AND PITCH IN. 1 Introduction. Zied Mnasri 1, Hamid Amiri 1 ON THE RELATIONSHIP BETWEEN INSTANTANEOUS FREQUENCY AND PITCH IN SPEECH SIGNALS Zied Mnasri 1, Hamid Amiri 1 1 Electrical engineering dept, National School of Engineering in Tunis, University Tunis El

More information

Amplitude Modulated Sinusoidal Models for Audio Modeling and Coding

Amplitude Modulated Sinusoidal Models for Audio Modeling and Coding Amplitude Modulated Sinusoidal Models for Audio Modeling and Coding Mads Græsbøll Christensen, Søren Vang Andersen, and Søren Holdt Jensen Department of Communication Technology, Aalborg University, Denmark

More information

HILBERT SPECTRAL ANALYSIS OF VOWELS USING INTRINSIC MODE FUNCTIONS. Phillip L. De Leon

HILBERT SPECTRAL ANALYSIS OF VOWELS USING INTRINSIC MODE FUNCTIONS. Phillip L. De Leon HILBERT SPECTRAL ANALYSIS OF VOWELS USING INTRINSIC MODE FUNCTIONS Steven Sandoval Arizona State University School of Elect., Comp. and Energy Eng. Tempe, AZ, U.S.A. spsandov@asu.edu Phillip L. De Leon

More information

Digital Processing of Continuous-Time Signals

Digital Processing of Continuous-Time Signals Chapter 4 Digital Processing of Continuous-Time Signals 清大電機系林嘉文 cwlin@ee.nthu.edu.tw 03-5731152 Original PowerPoint slides prepared by S. K. Mitra 4-1-1 Digital Processing of Continuous-Time Signals Digital

More information

A Novel Approach for MRI Image De-noising and Resolution Enhancement

A Novel Approach for MRI Image De-noising and Resolution Enhancement A Novel Approach for MRI Image De-noising and Resolution Enhancement 1 Pravin P. Shetti, 2 Prof. A. P. Patil 1 PG Student, 2 Assistant Professor Department of Electronics Engineering, Dr. J. J. Magdum

More information

KONKANI SPEECH RECOGNITION USING HILBERT-HUANG TRANSFORM

KONKANI SPEECH RECOGNITION USING HILBERT-HUANG TRANSFORM KONKANI SPEECH RECOGNITION USING HILBERT-HUANG TRANSFORM Shruthi S Prabhu 1, Nayana C G 2, Ashwini B N 3, Dr. Parameshachari B D 4 Assistant Professor, Department of Telecommunication Engineering, GSSSIETW,

More information

Digital Processing of

Digital Processing of Chapter 4 Digital Processing of Continuous-Time Signals 清大電機系林嘉文 cwlin@ee.nthu.edu.tw 03-5731152 Original PowerPoint slides prepared by S. K. Mitra 4-1-1 Digital Processing of Continuous-Time Signals Digital

More information

Speech Enhancement Using Spectral Flatness Measure Based Spectral Subtraction

Speech Enhancement Using Spectral Flatness Measure Based Spectral Subtraction IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 7, Issue, Ver. I (Mar. - Apr. 7), PP 4-46 e-issn: 9 4, p-issn No. : 9 497 www.iosrjournals.org Speech Enhancement Using Spectral Flatness Measure

More information

Application of Hilbert-Huang Transform in the Field of Power Quality Events Analysis Manish Kumar Saini 1 and Komal Dhamija 2 1,2

Application of Hilbert-Huang Transform in the Field of Power Quality Events Analysis Manish Kumar Saini 1 and Komal Dhamija 2 1,2 Application of Hilbert-Huang Transform in the Field of Power Quality Events Analysis Manish Kumar Saini 1 and Komal Dhamija 2 1,2 Department of Electrical Engineering, Deenbandhu Chhotu Ram University

More information

for Single-Tone Frequency Tracking H. C. So Department of Computer Engineering & Information Technology, City University of Hong Kong,

for Single-Tone Frequency Tracking H. C. So Department of Computer Engineering & Information Technology, City University of Hong Kong, A Comparative Study of Three Recursive Least Squares Algorithms for Single-Tone Frequency Tracking H. C. So Department of Computer Engineering & Information Technology, City University of Hong Kong, Tat

More information

Outline. Communications Engineering 1

Outline. Communications Engineering 1 Outline Introduction Signal, random variable, random process and spectra Analog modulation Analog to digital conversion Digital transmission through baseband channels Signal space representation Optimal

More information

Fourier Transform Analysis of Signals and Systems

Fourier Transform Analysis of Signals and Systems Fourier Transform Analysis of Signals and Systems Ideal Filters Filters separate what is desired from what is not desired In the signals and systems context a filter separates signals in one frequency

More information

Enhanced Waveform Interpolative Coding at 4 kbps

Enhanced Waveform Interpolative Coding at 4 kbps Enhanced Waveform Interpolative Coding at 4 kbps Oded Gottesman, and Allen Gersho Signal Compression Lab. University of California, Santa Barbara E-mail: [oded, gersho]@scl.ece.ucsb.edu Signal Compression

More information

Complex Sounds. Reading: Yost Ch. 4

Complex Sounds. Reading: Yost Ch. 4 Complex Sounds Reading: Yost Ch. 4 Natural Sounds Most sounds in our everyday lives are not simple sinusoidal sounds, but are complex sounds, consisting of a sum of many sinusoids. The amplitude and frequency

More information

Fourier and Wavelets

Fourier and Wavelets Fourier and Wavelets Why do we need a Transform? Fourier Transform and the short term Fourier (STFT) Heisenberg Uncertainty Principle The continues Wavelet Transform Discrete Wavelet Transform Wavelets

More information

Advanced audio analysis. Martin Gasser

Advanced audio analysis. Martin Gasser Advanced audio analysis Martin Gasser Motivation Which methods are common in MIR research? How can we parameterize audio signals? Interesting dimensions of audio: Spectral/ time/melody structure, high

More information

Single Channel Speaker Segregation using Sinusoidal Residual Modeling

Single Channel Speaker Segregation using Sinusoidal Residual Modeling NCC 2009, January 16-18, IIT Guwahati 294 Single Channel Speaker Segregation using Sinusoidal Residual Modeling Rajesh M Hegde and A. Srinivas Dept. of Electrical Engineering Indian Institute of Technology

More information

SINOLA: A New Analysis/Synthesis Method using Spectrum Peak Shape Distortion, Phase and Reassigned Spectrum

SINOLA: A New Analysis/Synthesis Method using Spectrum Peak Shape Distortion, Phase and Reassigned Spectrum SINOLA: A New Analysis/Synthesis Method using Spectrum Peak Shape Distortion, Phase Reassigned Spectrum Geoffroy Peeters, Xavier Rodet Ircam - Centre Georges-Pompidou Analysis/Synthesis Team, 1, pl. Igor

More information

Final Exam Solutions June 14, 2006

Final Exam Solutions June 14, 2006 Name or 6-Digit Code: PSU Student ID Number: Final Exam Solutions June 14, 2006 ECE 223: Signals & Systems II Dr. McNames Keep your exam flat during the entire exam. If you have to leave the exam temporarily,

More information

Auditory modelling for speech processing in the perceptual domain

Auditory modelling for speech processing in the perceptual domain ANZIAM J. 45 (E) ppc964 C980, 2004 C964 Auditory modelling for speech processing in the perceptual domain L. Lin E. Ambikairajah W. H. Holmes (Received 8 August 2003; revised 28 January 2004) Abstract

More information

Empirical Mode Decomposition: Theory & Applications

Empirical Mode Decomposition: Theory & Applications International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 7, Number 8 (2014), pp. 873-878 International Research Publication House http://www.irphouse.com Empirical Mode Decomposition:

More information

Converting Speaking Voice into Singing Voice

Converting Speaking Voice into Singing Voice Converting Speaking Voice into Singing Voice 1 st place of the Synthesis of Singing Challenge 2007: Vocal Conversion from Speaking to Singing Voice using STRAIGHT by Takeshi Saitou et al. 1 STRAIGHT Speech

More information

Problem Set 1 (Solutions are due Mon )

Problem Set 1 (Solutions are due Mon ) ECEN 242 Wireless Electronics for Communication Spring 212 1-23-12 P. Mathys Problem Set 1 (Solutions are due Mon. 1-3-12) 1 Introduction The goals of this problem set are to use Matlab to generate and

More information

A NOVEL FREQUENCY-MODULATED DIFFERENTIAL CHAOS SHIFT KEYING MODULATION SCHEME BASED ON PHASE SEPARATION

A NOVEL FREQUENCY-MODULATED DIFFERENTIAL CHAOS SHIFT KEYING MODULATION SCHEME BASED ON PHASE SEPARATION Journal of Applied Analysis and Computation Volume 5, Number 2, May 2015, 189 196 Website:http://jaac-online.com/ doi:10.11948/2015017 A NOVEL FREQUENCY-MODULATED DIFFERENTIAL CHAOS SHIFT KEYING MODULATION

More information

Application of Fourier Transform in Signal Processing

Application of Fourier Transform in Signal Processing 1 Application of Fourier Transform in Signal Processing Lina Sun,Derong You,Daoyun Qi Information Engineering College, Yantai University of Technology, Shandong, China Abstract: Fourier transform is a

More information

Multicomponent AM-FM signals analysis based on EMD-B-splines ESA

Multicomponent AM-FM signals analysis based on EMD-B-splines ESA Multicomponent AM-FM signals analysis based on EMD-B-splines ESA Abdelkhalek Bouchikhi, Abdel-Ouahab Boudraa To cite this version: Abdelkhalek Bouchikhi, Abdel-Ouahab Boudraa. Multicomponent AM-FM signals

More information

ECE5713 : Advanced Digital Communications

ECE5713 : Advanced Digital Communications ECE5713 : Advanced Digital Communications Bandpass Modulation MPSK MASK, OOK MFSK 04-May-15 Advanced Digital Communications, Spring-2015, Week-8 1 In-phase and Quadrature (I&Q) Representation Any bandpass

More information

Noise Reduction in Cochlear Implant using Empirical Mode Decomposition

Noise Reduction in Cochlear Implant using Empirical Mode Decomposition Science Arena Publications Specialty Journal of Electronic and Computer Sciences Available online at www.sciarena.com 2016, Vol, 2 (1): 56-60 Noise Reduction in Cochlear Implant using Empirical Mode Decomposition

More information

Comparison of Multirate two-channel Quadrature Mirror Filter Bank with FIR Filters Based Multiband Dynamic Range Control for audio

Comparison of Multirate two-channel Quadrature Mirror Filter Bank with FIR Filters Based Multiband Dynamic Range Control for audio IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 3, Ver. IV (May - Jun. 2014), PP 19-24 Comparison of Multirate two-channel Quadrature

More information

EECS 216 Winter 2008 Lab 2: FM Detector Part I: Intro & Pre-lab Assignment

EECS 216 Winter 2008 Lab 2: FM Detector Part I: Intro & Pre-lab Assignment EECS 216 Winter 2008 Lab 2: Part I: Intro & Pre-lab Assignment c Kim Winick 2008 1 Introduction In the first few weeks of EECS 216, you learned how to determine the response of an LTI system by convolving

More information

I D I A P R E S E A R C H R E P O R T. June published in Interspeech 2008

I D I A P R E S E A R C H R E P O R T. June published in Interspeech 2008 R E S E A R C H R E P O R T I D I A P Spectral Noise Shaping: Improvements in Speech/Audio Codec Based on Linear Prediction in Spectral Domain Sriram Ganapathy a b Petr Motlicek a Hynek Hermansky a b Harinath

More information

LOCAL MULTISCALE FREQUENCY AND BANDWIDTH ESTIMATION. Hans Knutsson Carl-Fredrik Westin Gösta Granlund

LOCAL MULTISCALE FREQUENCY AND BANDWIDTH ESTIMATION. Hans Knutsson Carl-Fredrik Westin Gösta Granlund LOCAL MULTISCALE FREQUENCY AND BANDWIDTH ESTIMATION Hans Knutsson Carl-Fredri Westin Gösta Granlund Department of Electrical Engineering, Computer Vision Laboratory Linöping University, S-58 83 Linöping,

More information

A New Method for Instantaneous F 0 Speech Extraction Based on Modified Teager Energy Algorithm

A New Method for Instantaneous F 0 Speech Extraction Based on Modified Teager Energy Algorithm International Journal of Computer Science and Electronics Engineering (IJCSEE) Volume 4, Issue (016) ISSN 30 408 (Online) A New Method for Instantaneous F 0 Speech Extraction Based on Modified Teager Energy

More information

Adaptive STFT-like Time-Frequency analysis from arbitrary distributed signal samples

Adaptive STFT-like Time-Frequency analysis from arbitrary distributed signal samples Adaptive STFT-like Time-Frequency analysis from arbitrary distributed signal samples Modris Greitāns Institute of Electronics and Computer Science, University of Latvia, Latvia E-mail: modris greitans@edi.lv

More information

(b) What are the differences between FM and PM? (c) What are the differences between NBFM and WBFM? [9+4+3]

(b) What are the differences between FM and PM? (c) What are the differences between NBFM and WBFM? [9+4+3] Code No: RR220401 Set No. 1 1. (a) The antenna current of an AM Broadcast transmitter is 10A, if modulated to a depth of 50% by an audio sine wave. It increases to 12A as a result of simultaneous modulation

More information

TE 302 DISCRETE SIGNALS AND SYSTEMS. Chapter 1: INTRODUCTION

TE 302 DISCRETE SIGNALS AND SYSTEMS. Chapter 1: INTRODUCTION TE 302 DISCRETE SIGNALS AND SYSTEMS Study on the behavior and processing of information bearing functions as they are currently used in human communication and the systems involved. Chapter 1: INTRODUCTION

More information

Modulator Domain Adaptive Gain Equalizer for Speech Enhancement

Modulator Domain Adaptive Gain Equalizer for Speech Enhancement Modulator Domain Adaptive Gain Equalizer for Speech Enhancement Ravindra d. Dhage, Prof. Pravinkumar R.Badadapure Abstract M.E Scholar, Professor. This paper presents a speech enhancement method for personal

More information

IMPROVING QUALITY OF SPEECH SYNTHESIS IN INDIAN LANGUAGES. P. K. Lehana and P. C. Pandey

IMPROVING QUALITY OF SPEECH SYNTHESIS IN INDIAN LANGUAGES. P. K. Lehana and P. C. Pandey Workshop on Spoken Language Processing - 2003, TIFR, Mumbai, India, January 9-11, 2003 149 IMPROVING QUALITY OF SPEECH SYNTHESIS IN INDIAN LANGUAGES P. K. Lehana and P. C. Pandey Department of Electrical

More information

The Communications Channel (Ch.11):

The Communications Channel (Ch.11): ECE-5 Phil Schniter February 5, 8 The Communications Channel (Ch.): The eects o signal propagation are usually modeled as: ECE-5 Phil Schniter February 5, 8 Filtering due to Multipath Propagation: The

More information

ON THE AMPLITUDE AND PHASE COMPUTATION OF THE AM-FM IMAGE MODEL. Chuong T. Nguyen and Joseph P. Havlicek

ON THE AMPLITUDE AND PHASE COMPUTATION OF THE AM-FM IMAGE MODEL. Chuong T. Nguyen and Joseph P. Havlicek ON THE AMPLITUDE AND PHASE COMPUTATION OF THE AM-FM IMAGE MODEL Chuong T. Nguyen and Joseph P. Havlicek School of Electrical and Computer Engineering University of Oklahoma, Norman, OK 73019 USA ABSTRACT

More information

Speech Synthesis using Mel-Cepstral Coefficient Feature

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

More information

Discrete Fourier Transform (DFT)

Discrete Fourier Transform (DFT) Amplitude Amplitude Discrete Fourier Transform (DFT) DFT transforms the time domain signal samples to the frequency domain components. DFT Signal Spectrum Time Frequency DFT is often used to do frequency

More information

AUDL GS08/GAV1 Auditory Perception. Envelope and temporal fine structure (TFS)

AUDL GS08/GAV1 Auditory Perception. Envelope and temporal fine structure (TFS) AUDL GS08/GAV1 Auditory Perception Envelope and temporal fine structure (TFS) Envelope and TFS arise from a method of decomposing waveforms The classic decomposition of waveforms Spectral analysis... Decomposes

More information

Application of The Wavelet Transform In The Processing of Musical Signals

Application of The Wavelet Transform In The Processing of Musical Signals EE678 WAVELETS APPLICATION ASSIGNMENT 1 Application of The Wavelet Transform In The Processing of Musical Signals Group Members: Anshul Saxena anshuls@ee.iitb.ac.in 01d07027 Sanjay Kumar skumar@ee.iitb.ac.in

More information

Islamic University of Gaza. Faculty of Engineering Electrical Engineering Department Spring-2011

Islamic University of Gaza. Faculty of Engineering Electrical Engineering Department Spring-2011 Islamic University of Gaza Faculty of Engineering Electrical Engineering Department Spring-2011 DSP Laboratory (EELE 4110) Lab#4 Sampling and Quantization OBJECTIVES: When you have completed this assignment,

More information

PLL FM Demodulator Performance Under Gaussian Modulation

PLL FM Demodulator Performance Under Gaussian Modulation PLL FM Demodulator Performance Under Gaussian Modulation Pavel Hasan * Lehrstuhl für Nachrichtentechnik, Universität Erlangen-Nürnberg Cauerstr. 7, D-91058 Erlangen, Germany E-mail: hasan@nt.e-technik.uni-erlangen.de

More information

Pitch shifter based on complex dynamic representation rescaling and direct digital synthesis

Pitch shifter based on complex dynamic representation rescaling and direct digital synthesis BULLETIN OF THE POLISH ACADEMY OF SCIENCES TECHNICAL SCIENCES Vol. 54, No. 4, 2006 Pitch shifter based on complex dynamic representation rescaling and direct digital synthesis E. HERMANOWICZ and M. ROJEWSKI

More information

Final Exam Solutions June 7, 2004

Final Exam Solutions June 7, 2004 Name: Final Exam Solutions June 7, 24 ECE 223: Signals & Systems II Dr. McNames Write your name above. Keep your exam flat during the entire exam period. If you have to leave the exam temporarily, close

More information

ADAPTIVE NOISE LEVEL ESTIMATION

ADAPTIVE NOISE LEVEL ESTIMATION Proc. of the 9 th Int. Conference on Digital Audio Effects (DAFx-6), Montreal, Canada, September 18-2, 26 ADAPTIVE NOISE LEVEL ESTIMATION Chunghsin Yeh Analysis/Synthesis team IRCAM/CNRS-STMS, Paris, France

More information

Non-stationary Analysis/Synthesis using Spectrum Peak Shape Distortion, Phase and Reassignment

Non-stationary Analysis/Synthesis using Spectrum Peak Shape Distortion, Phase and Reassignment Non-stationary Analysis/Synthesis using Spectrum Peak Shape Distortion, Phase Reassignment Geoffroy Peeters, Xavier Rodet Ircam - Centre Georges-Pompidou, Analysis/Synthesis Team, 1, pl. Igor Stravinsky,

More information

Solution to Chapter 4 Problems

Solution to Chapter 4 Problems Solution to Chapter 4 Problems Problem 4.1 1) Since F[sinc(400t)]= 1 modulation index 400 ( f 400 β f = k f max[ m(t) ] W Hence, the modulated signal is ), the bandwidth of the message signal is W = 00

More information

ANALOGUE TRANSMISSION OVER FADING CHANNELS

ANALOGUE TRANSMISSION OVER FADING CHANNELS J.P. Linnartz EECS 290i handouts Spring 1993 ANALOGUE TRANSMISSION OVER FADING CHANNELS Amplitude modulation Various methods exist to transmit a baseband message m(t) using an RF carrier signal c(t) =

More information

ICA & Wavelet as a Method for Speech Signal Denoising

ICA & Wavelet as a Method for Speech Signal Denoising ICA & Wavelet as a Method for Speech Signal Denoising Ms. Niti Gupta 1 and Dr. Poonam Bansal 2 International Journal of Latest Trends in Engineering and Technology Vol.(7)Issue(3), pp. 035 041 DOI: http://dx.doi.org/10.21172/1.73.505

More information

Outline. Introduction to Biosignal Processing. Overview of Signals. Measurement Systems. -Filtering -Acquisition Systems (Quantisation and Sampling)

Outline. Introduction to Biosignal Processing. Overview of Signals. Measurement Systems. -Filtering -Acquisition Systems (Quantisation and Sampling) Outline Overview of Signals Measurement Systems -Filtering -Acquisition Systems (Quantisation and Sampling) Digital Filtering Design Frequency Domain Characterisations - Fourier Analysis - Power Spectral

More information

EE3723 : Digital Communications

EE3723 : Digital Communications EE3723 : Digital Communications Week 8-9: Bandpass Modulation MPSK MASK, OOK MFSK 04-May-15 Muhammad Ali Jinnah University, Islamabad - Digital Communications - EE3723 1 In-phase and Quadrature (I&Q) Representation

More information

Estimation of Vibrations in Switched Reluctance Motor Drives

Estimation of Vibrations in Switched Reluctance Motor Drives American Journal of Applied Sciences 2 (4): 79-795, 2005 ISS 546-9239 Science Publications, 2005 Estimation of Vibrations in Switched Reluctance Motor Drives S. Balamurugan and R. Arumugam Power System

More information

Narrow-Band and Wide-Band Frequency Masking FIR Filters with Short Delay

Narrow-Band and Wide-Band Frequency Masking FIR Filters with Short Delay Narrow-Band and Wide-Band Frequency Masking FIR Filters with Short Delay Linnéa Svensson and Håkan Johansson Department of Electrical Engineering, Linköping University SE8 83 Linköping, Sweden linneas@isy.liu.se

More information

Audio Signal Performance Analysis using Integer MDCT Algorithm

Audio Signal Performance Analysis using Integer MDCT Algorithm Audio Signal Performance Analysis using Integer MDCT Algorithm M.Davidson Kamala Dhas 1, R.Priyadharsini 2 1 Assistant Professor, Department of Electronics and Communication Engineering, Mepco Schelnk

More information

TIME-FREQUENCY REPRESENTATION OF INSTANTANEOUS FREQUENCY USING A KALMAN FILTER

TIME-FREQUENCY REPRESENTATION OF INSTANTANEOUS FREQUENCY USING A KALMAN FILTER IME-FREQUENCY REPRESENAION OF INSANANEOUS FREQUENCY USING A KALMAN FILER Jindřich Liša and Eduard Janeče Department of Cybernetics, University of West Bohemia in Pilsen, Univerzitní 8, Plzeň, Czech Republic

More information

Audio Signal Compression using DCT and LPC Techniques

Audio Signal Compression using DCT and LPC Techniques Audio Signal Compression using DCT and LPC Techniques P. Sandhya Rani#1, D.Nanaji#2, V.Ramesh#3,K.V.S. Kiran#4 #Student, Department of ECE, Lendi Institute Of Engineering And Technology, Vizianagaram,

More information

Speech Coding in the Frequency Domain

Speech Coding in the Frequency Domain Speech Coding in the Frequency Domain Speech Processing Advanced Topics Tom Bäckström Aalto University October 215 Introduction The speech production model can be used to efficiently encode speech signals.

More information

RECENTLY, there has been an increasing interest in noisy

RECENTLY, there has been an increasing interest in noisy IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 52, NO. 9, SEPTEMBER 2005 535 Warped Discrete Cosine Transform-Based Noisy Speech Enhancement Joon-Hyuk Chang, Member, IEEE Abstract In

More information

IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 57, NO. 7, JULY

IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 57, NO. 7, JULY IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 57, NO. 7, JULY 2009 2569 A Comparison of the Squared Energy and Teager-Kaiser Operators for Short-Term Energy Estimation in Additive Noise Dimitrios Dimitriadis,

More information

A SIMPLE APPROACH TO DESIGN LINEAR PHASE IIR FILTERS

A SIMPLE APPROACH TO DESIGN LINEAR PHASE IIR FILTERS International Journal of Biomedical Signal Processing, 2(), 20, pp. 49-53 A SIMPLE APPROACH TO DESIGN LINEAR PHASE IIR FILTERS Shivani Duggal and D. K. Upadhyay 2 Guru Tegh Bahadur Institute of Technology

More information

Enhanced DCT Interpolation for better 2D Image Up-sampling

Enhanced DCT Interpolation for better 2D Image Up-sampling Enhanced Interpolation for better 2D Image Up-sampling Aswathy S Raj MTech Student, Department of ECE Marian Engineering College, Kazhakuttam, Thiruvananthapuram, Kerala, India Reshmalakshmi C Assistant

More information

COMBINING ADVANCED SINUSOIDAL AND WAVEFORM MATCHING MODELS FOR PARAMETRIC AUDIO/SPEECH CODING

COMBINING ADVANCED SINUSOIDAL AND WAVEFORM MATCHING MODELS FOR PARAMETRIC AUDIO/SPEECH CODING 17th European Signal Processing Conference (EUSIPCO 29) Glasgow, Scotland, August 24-28, 29 COMBINING ADVANCED SINUSOIDAL AND WAVEFORM MATCHING MODELS FOR PARAMETRIC AUDIO/SPEECH CODING Alexey Petrovsky

More information

Biomedical Signals. Signals and Images in Medicine Dr Nabeel Anwar

Biomedical Signals. Signals and Images in Medicine Dr Nabeel Anwar Biomedical Signals Signals and Images in Medicine Dr Nabeel Anwar Noise Removal: Time Domain Techniques 1. Synchronized Averaging (covered in lecture 1) 2. Moving Average Filters (today s topic) 3. Derivative

More information

Study on Multi-tone Signals for Design and Testing of Linear Circuits and Systems

Study on Multi-tone Signals for Design and Testing of Linear Circuits and Systems Study on Multi-tone Signals for Design and Testing of Linear Circuits and Systems Yukiko Shibasaki 1,a, Koji Asami 1,b, Anna Kuwana 1,c, Yuanyang Du 1,d, Akemi Hatta 1,e, Kazuyoshi Kubo 2,f and Haruo Kobayashi

More information

Audio and Speech Compression Using DCT and DWT Techniques

Audio and Speech Compression Using DCT and DWT Techniques Audio and Speech Compression Using DCT and DWT Techniques M. V. Patil 1, Apoorva Gupta 2, Ankita Varma 3, Shikhar Salil 4 Asst. Professor, Dept.of Elex, Bharati Vidyapeeth Univ.Coll.of Engg, Pune, Maharashtra,

More information

Simplified Arithmetic Hilbert Transform based Wide-Band Real-Time Digital Frequency Estimator

Simplified Arithmetic Hilbert Transform based Wide-Band Real-Time Digital Frequency Estimator Simplified Arithmetic Hilbert Transform based Wide-Band Real-Time Digital Frequency Estimator Jean-Paul Sandoz University of Applied Sciences EIAJ-HES, Hôtel de ville 7 2400, Le Locle, Switzerland Phone

More information

CHARACTERIZATION and modeling of large-signal

CHARACTERIZATION and modeling of large-signal IEEE TRANSACTIONS ON INSTRUMENTATION AND MEASUREMENT, VOL. 53, NO. 2, APRIL 2004 341 A Nonlinear Dynamic Model for Performance Analysis of Large-Signal Amplifiers in Communication Systems Domenico Mirri,

More information

Epoch Extraction From Speech Signals K. Sri Rama Murty and B. Yegnanarayana, Senior Member, IEEE

Epoch Extraction From Speech Signals K. Sri Rama Murty and B. Yegnanarayana, Senior Member, IEEE 1602 IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 16, NO. 8, NOVEMBER 2008 Epoch Extraction From Speech Signals K. Sri Rama Murty and B. Yegnanarayana, Senior Member, IEEE Abstract

More information

Part A: Question & Answers UNIT I AMPLITUDE MODULATION

Part A: Question & Answers UNIT I AMPLITUDE MODULATION PANDIAN SARASWATHI YADAV ENGINEERING COLLEGE DEPARTMENT OF ELECTRONICS & COMMUNICATON ENGG. Branch: ECE EC6402 COMMUNICATION THEORY Semester: IV Part A: Question & Answers UNIT I AMPLITUDE MODULATION 1.

More information

Adaptive Linear Predictive Frequency Tracking and CPM Demodulation

Adaptive Linear Predictive Frequency Tracking and CPM Demodulation Adaptive Linear Predictive Frequency Tracking and CPM Demodulation Malay Gupta and Balu Santhanam Department of Electrical and Computer Engineering University of New Mexico Albuquerque, New Mexico 873

More information

! Amplitude of carrier wave varies a mean value in step with the baseband signal m(t)

! Amplitude of carrier wave varies a mean value in step with the baseband signal m(t) page 7.1 CHAPTER 7 AMPLITUDE MODULATION Transmit information-bearing (message) or baseband signal (voice-music) through a Communications Channel Baseband = band of frequencies representing the original

More information

IMPROVED CODING OF TONAL COMPONENTS IN MPEG-4 AAC WITH SBR

IMPROVED CODING OF TONAL COMPONENTS IN MPEG-4 AAC WITH SBR IMPROVED CODING OF TONAL COMPONENTS IN MPEG-4 AAC WITH SBR Tomasz Żernici, Mare Domańsi, Poznań University of Technology, Chair of Multimedia Telecommunications and Microelectronics, Polana 3, 6-965, Poznań,

More information