Digital Phase-Locked Loop and its Realization

Size: px
Start display at page:

Download "Digital Phase-Locked Loop and its Realization"

Transcription

1 Proceedings of the 9th WSEAS International Conference on APPLIE INFORMATICS AN COMMUNICATIONS (AIC '9) igital Phase-Loced Loop and its Realiation Tsai-Sheng Kao 1, Sheng-Chih Chen 2, Yuan-Chang Chang 1, Sheng-Yun Hou 1, and Chang-Jung Juan 1 1 epartment of Electronic Engineering, Hwa-Hsia Institute of Technology. No. 111 Gong Jhuan Road, Chung Ho, Taipei County 23568, Taiwan, R.O.C. TsaiShengKao@gmail.com 2 Graduate Program of igital Contens and Technologies, ChengChi University. No. 64, Sec. 2, ZhiNan Rd., Wenshan istrict, Taipei City 1165, Taiwan, R.O.C. Abstract: The realiation of a digital phase-loced loop (PLL) requires to choose a suitable phase detector and to design an appropriate loop filter; these tass are commonly nontrivial in most applications. In this paper, the PLL system is first formulated as a state estimation problem; then an extended Kalman filter (EKF) is applied to realie this PLL for estimating the sampling phase. Therefore, the phase detector and loop filter are simply realied by the EKF. The proposed PLL has a simple structure and low realiation complexity. Computer simulations for a conventional PLL system are given to compare with those for the proposed timing recovery system. Simulation results indicate that the proposed realiation can estimate the input phase rapidly without causing a large jittering. Key Words: igital phase-loced loop (PLL), state estimation, extended Kalman filter (EKF) 1 Introduction Phase-loced loop (PLL) which constitutes a basic building bloc for many synchroniers lie carrier recovery or timing recovery is essential in most digital communication systems. Owing to the continued advancement in VLSI, all digital phase-loced loop (PLL) has been under extensive investigation for several years [1, 2]. To realie a PLL system, however, the selection of a phase detector [3, 4, 5] is crucial and the design of a loop filter is nontrivial. A PLL is, in general, a nonlinear system due to the nonlinear behavior of the phase detector. Unfortunately, few studies have been published on modeling a phase detector. Hence, the loop filter design often ignores the dynamics of the phase detector, causing the performance of the PLL less reliable. The conventional loop filter design involves in selecting the order of the loop filter and determining its loop gains such that the performance of a PLL satisfies fast phase acquisition and small phase jitter. However, the two characteristics of conventional PLL systems with fixed loop gains are contradictory since fast phase acquisition requires wide loop bandwidth and small phase jitter requires narrow loop bandwidth [6, 7]. Moreover, the determination of the loop gains is difficult using the transfer function approach, especially when the order of the loop filter is high. A Kalman filter (KF) was realied as a loop filter to fulfill the above characteristics together with time-variant loop gains [8, 9, 1, 11], and these Kalman gains were shown to be equivalent to the time-variant loop gains of a PLL. The performance of this PLL bit synchronier is significantly improved by using these timevariant loop gains in place of the fixed gains of a conventional PLL. Although riessen [8] used a KF to realie the loop filter of a PLL, this realiation did not tae the phase detector into account and the timing information was assumed to be nown in advance. In this paper, we use an extended Kalman filter (EKF) to realie the loop filter as well as the phase detector of a PLL, and the loop gains are easily obtained via the extended Kalman filtering techniques. The proposed system has a simple structure and low realiation complexity. The rest of the paper is organied as follows. In section II, the channel model is described and the function of a PLL is briefly reviewed. In section III, we formulate the PLL system as a state estimation problem and apply an EKF to realie this PLL. In section IV, phase domain models of both a conventional PLL and the proposed EKF-based PLL are described. In section V, simulations are shown to verify the proposed PLL. Finally, conclusions are given in section V. ISSN: ISBN:

2 Proceedings of the 9th WSEAS International Conference on APPLIE INFORMATICS AN COMMUNICATIONS (AIC '9) 2 Channel Model and PLL System Overview The baseband model of a synchronous data transmission system is shown in Fig. 1. The information sequence {a } is independently chosen from the set of {1, } with equal probability, and the data bit a is transmitted through a transmission channel at time instant t = ( ɛ )T, where T is the bit interval and ɛ is the input phase, normalied with respect to T. Owing to the channel imperfections, an equalier is commonly included to eliminate the intersymbol interference. Thus, the overall impulse response h(t) encompasses the transmission channel and an equalier; the output of the equalier can then be described as: r(t) = a i h(t (i ɛ i )T ) n(t) (1) i= where n(t) is the filtered noise. Assume ɛ is slowly time-variant, and write the sampling data of (1) at time instant ˆt = (ˆɛ )T as: L r = a i h i ((ɛ ˆɛ )T ) n (2) i=l where r = r(( ˆɛ )T ), n = n(( ˆɛ )T ), and L is chosen such that the term, h i ((ɛ ˆɛ )T ) = h(it (ɛ ˆɛ )T ), is negligible for i > L. In a compact form, (2) is rewritten as: r = a T h((ɛ ˆɛ )T ) n = y n (3) where the data vector a = [a L a a L ] T, the channel parameter vector h((ɛ ˆɛ )T ) = [h L ((ɛ ˆɛ )T ) h ((ɛ ˆɛ )T ) h L ((ɛ ˆɛ )T )] T, and the superscript T denotes the transpose. Thus, y denotes the noise-free data of r. The PLL processes the measurement data r to adjust the sampling time ˆt such that the timing error e = t ˆt = (ɛ ˆɛ )T is approaching ero, where ˆɛ is the predicted estimate of ɛ. Specifically, the information sequence {a } is either nown as a prior in the training mode or replaced by its estimate {â } in the tracing mode, and this class of PLLs is classified as the data-aided (A) structure. 3 Extended Kalman Filter for a PLL System In this section, we formulate the PLL system as a state estimation problem, and an EKF is applied to realie this PLL for estimating the sampling phase due to the nonlinear relationship between the input phase and the noise-free data y. To establish the model [8], define the state vector x = [ɛ ɛ ] T, where ɛ is the timing offset; write the process equation as: x 1 = Φx v (4) [ ] 1 1 where the state transition matrix Φ = and 1 ] v = [ u w representing a ero mean phase jitter u and ero mean timing offset jitter w. Since the noise-free data y of the measurement equation (3) is a nonlinear function of the state vector x = [ɛ ɛ ] T, it is linearied about the predicted estimate ˆx of x as: y = a T h() H (x ˆx ) (5) The vector h() contains the samples of the overall channel impulse response without a phase error, i.e., h() = [h L () h () h L ()] T. Notably, the transpose of the Jacobian matrix plays the role of the measurement matrix in the regular Kalman filtering and is given by [ ] H = y y ɛ ɛ x = [ ] ˆx = a T h () (6) ɛ =ˆɛ where h () = [h L ((ɛ ˆɛ )T ) h ((ɛ ˆɛ )T ) h L ((ɛ ˆɛ )T )] T ɛ =ˆɛ and h i ((ɛ ˆɛ )T ) = h i((ɛ ˆɛ )T ) ɛ for i = L,...,,..., L. Thus, the EKF for a PLL system can be described as: { x1 = Φx v (7) = H (x ˆx ) n where the data = r a T h(). Furthermore, assume v and n are white Gaussian noise with ero mean and their corvariance matrices are given by { E[v v T Q, i = i ] = (8), i and E[n n i ] = { R, i =, i (9) where E[.] denotes the expectation operation. enote P = E[(x ˆx )(x ˆx ) T ] and P 1 = ISSN: ISBN:

3 H A = < A > G = < C Q = <? A >? <? E C G H > A? > G E G H C J I B A S = S E? P > G F C N > = L < L K L K = < A; : 9? > Proceedings of the 9th WSEAS International Conference on APPLIE INFORMATICS AN COMMUNICATIONS (AIC '9) a r(t) tˆ r â Figure 1: Model for the synchronous data transmission system E[(x 1 ˆx 1 )(x 1 ˆx 1 ) T ]. The extended Kalman filter algorithm for estimating the phase and timing offset of a PLL for is described in the following with the initial state vector ˆx and the corvarinace matrix P [12, 13]. The extended Kalman gain equation is K = P H T (H P H T R ) (1) The estimation equation is ˆx = ˆx K (r a T h()) (11) The error covariance equation is P = (I K H )P (12) The prediction equations are and ˆx 1 = Φˆx (13) P 1 = ΦP Φ T Q (14) The computational steps using equations (6) and (1-14) are depicted in Fig Phase omain Analyses of a PLL In this section, the proposed EKF approach is further shown to resemble a 2nd-order PLL with timevariant loop gains. Before doing this, we briefly describe a conventional 2nd-order PLL and then compare it with the proposed EKF-based PLL. The phase domain model of a conventional 2ndorder PLL is depicted in Fig. 3, which consisting of a phase detector, a loop filter and a numericalcontrolled oscillator (NCO). Although the phase detector is, in general, a nonlinear device, it is often mathematically linearied as a constant gain. That is, τ = K pd (ɛ ˆɛ ) (15) where τ denotes the phase detector output and K pd is called the phase detector gain. The conventional 2 #- #"!#3 & (#"#$ #(') * #$ ' 4!#" 5!)$ #") 1)6! 7!!" #$) &) 1 = = #" 8 =? B L M >!!" #$ % = <? > E = M O B$B = > & #"#$ #(') * #$ '," #- ) =. #$ /!'!1 > < = STA = Figure 2: Extended Kalman filter algorithm for the PLL design approach has to choose a suitable phase detector and determine the fixed constants K p and K i of the loop filter [14] such that the follows the input phase in some performance criteria. However, these tass are usually difficult and time-consuming because the nonlinear dynamics of the phase detector has been ignored. In this study, an EKF is used to completely describe the PLL with time-variant loop gains and these design parameters can be easily obtained by the Kalman filtering techniques. The phase domain model of the EKF-based PLL is derived as follows. By substituting (11) into ISSN: ISBN:

4 Proceedings of the 9th WSEAS International Conference on APPLIE INFORMATICS AN COMMUNICATIONS (AIC '9) ε ˆ ε τ p K 1 i ε ˆ ε α β Figure 3: Phase domain model for a conventional 2ndorder PLL Figure 4: PLL Phase domain model for an EKF-based the state estimation equation is given by ˆx 1 = Φˆx ΦK (r a T h()) (16) We further define K = [α β ] T, and then rewrite (16) in the following. For =, and ˆɛ 1 = ˆɛ ˆ ɛ α β (17) ˆ ɛ 1 = ˆ ɛ β (18) For = 1 and using (18), write ˆɛ 2 1 = ˆɛ 1 ˆ ɛ 1 α 1 1 β 1 1 = ˆɛ 1 ˆ ɛ β α 1 1 β 1 1 = ˆɛ 1 α 1 1 Σ 1 i=β i i (19) Finally, the estimate of ˆɛ is obtained recursively by ˆɛ = ˆɛ 2 α Σ i= β i i (2) The phase estimate equation (2) is updated by inputting the phase information through a filter with time-variant loop gains, α and β. An EKF that completely models the PLL and governs the phase update equation (2) is depicted in Fig Computer Simulations In this section, computer simulations for the conventional PLL system are given to compare with those for the proposed timing recovery system. The overall channel impulse response is assumed to be a raisecosine function with the roll-off factor α = and L = 1. The signal-to-noise ratio (SNR) is defined as 1 log E[ (r n ) 2 ]; in this example, SNR is set n 2 to be 2 db. First, assume a constant phase delay between the transmission time instant and the sampling time instant, i.e., ɛ =.2, and ɛ = for >. For the conventional PLL design, Mueller and Müller s phase detector [4] is adopted, that is, τ = r a r a and K pd = 2. After several simulation trails, set K p = and K i = for the loop filter. The result is depicted in Fig. 5 (a), and the converges for > 2 with a slightly large jittering. To have a smooth response, set K p = and K i = and Fig. 5 (b) shows the simulation result. The converges slowly for > 4. Notably, both fast phase acquisition and small jitter cannot be simultaneously met for a conventional PLL with fixed loop gains (a) (b) Figure 5: The responses of the conventional PLL system: (a) fast acquisition, and (b) small jitter ISSN: ISBN:

5 Proceedings of the 9th WSEAS International Conference on APPLIE INFORMATICS AN COMMUNICATIONS (AIC '9) For the EKF-based PLL, set the covariance matrices Q = 1 I and R =.1, where I is the identity matrix. The initial settings ˆx and P are eros and.1i, respectively. The estimated phase ˆɛ and timing offset ˆ ɛ are respectively plotted in Fig. 6(a) and (b). Note that the proposed PLL rapidly estimates the input phase and timing offset for 6 with a small jittering (a) (b) true timing offset estimated timing offset (a) (b) true timing offset estimated timing offset Figure 7: (a) The ˆɛ, and (b) the estimated timing offset ˆ ɛ Figure 6: (a) The ˆɛ, and (b) the estimated timing offset ˆ ɛ In the second simulation, the proposed PLL is further demonstrated to trac the input phase with a nonero timing offset; in this case, ɛ = ɛ ɛ, and ɛ =.2 for >. Figure 7(a) and (b) plot the ˆɛ and timing offset ˆ ɛ, and show that the estimated ones closely follow the true ones for 7. 6 Conclusions The EKF has been successfully applied for realiing a PLL, which completely describes the phase detector and loop filter. Thus, the time-variant loop gains can be obtained by the extended Kalman filtering techniques. In addition, the proposed timing recovery system has been compared with a conventional PLL system. Simulation results indicate that the proposed realiation can estimate the input phase rapidly without causing a large jittering. Acnowledgements: This wor was supported in part by National Science Council, Taiwan, under Grant No. NSC E References: [1] W. C. Lindsey and C. M. Chie, A survey of digital phase-loced loops, Proceedings of the IEEE, vol. 69, no. 4, Apr [2] J. W.M. Bergmans and H. Wong-Lam, A class of data-aided timing-recovery schemes, IEEE Trans. Commun., vol. 43, no. 4, pp , Mar [3] F. M. Gardner, A BPSK/QPSK timing error detector for sampled receiver, IEEE Trans. Commun., vol. COM-34, no. 5, pp , May [4] K. H. Mueller and M. Müller, Timing recovery in digital synchronous data receivers, IEEE Trans. Commun., vol. COM-24, no. 7, pp , May [5] A. M. Gottlieb, P. M. Crespo, J. L. ixon, and T. R. Hsing, The SP implementation of a new timing recovery technique for high-speed digital data transmission, in Proc. ICASSP, New Mexico, USA, Apr. 199, pp [6] F. M. Gardner, Phaseloc Techniques, Wiley- Interscience Publication, [7] S. C. Gupta, Phase-loced loops, Proceedings of the IEEE, vol. 63, pp , Feb ISSN: ISBN:

6 Proceedings of the 9th WSEAS International Conference on APPLIE INFORMATICS AN COMMUNICATIONS (AIC '9) [8] P. F. riessen, PLL bit synchronier with rapid acquisition using adaptive Kalman filtering techniques, IEEE Trans. Commun., vol. 42, no. 9, pp , Sept [9] G. S. Christiansen, Modeling of a PRML timing loop as A Kalman filter, in GlobeCom 94, 1994, pp [1] B. Chun, B. Kim, and Y. H. Lee, Adaptive carrier recovery using multi-order PLL for mobile communication applications, IEEE International Symposium on Circuits and Systems, vol.2, pp , [11] A. Patapoutuan, On phase-loced loops and Kalman filters, IEEE Trans. Commun., vol. 47, no. 5, pp , May [12] J. M. Mendel, Lesson in Estimation Theory for Signal Processing, Communication, and Control, Prentice-Hall, [13] Y. Bar-Shalom and X. R. Li, Estimation and Tracing: Principle, Techniques and Software, Artech House, Inc., 1993 [14] W. Li and J. Meiners, Introduction to phaseloced loop system modeling, Analog Applications Journal, pp. 5-1, May 2. ISSN: ISBN:

Extended Kalman Filtering and Phase Detector Modeling for a Digital Phase-Locked Loop

Extended Kalman Filtering and Phase Detector Modeling for a Digital Phase-Locked Loop Extended Kalman Filtering and Phase etector Modeling for a igital Phase-Loced Loop Tsai-Sheng Kao 1, Sheng-Chih Chen 2, Yuan-Chang Chang 1, Sheng-Yun Hou 1, and Chang-Jung Juan 1 1 epartment of Electronic

More information

Timing Recovery at Low SNR Cramer-Rao bound, and outperforming the PLL

Timing Recovery at Low SNR Cramer-Rao bound, and outperforming the PLL T F T I G E O R G A I N S T I T U T E O H E O F E A L P R O G R ESS S A N D 1 8 8 5 S E R V L O G Y I C E E C H N O Timing Recovery at Low SNR Cramer-Rao bound, and outperforming the PLL Aravind R. Nayak

More information

Particle Filter for Joint Blind Carrier Frequency Offset Estimation and Data Detection

Particle Filter for Joint Blind Carrier Frequency Offset Estimation and Data Detection Particle Filter for Joint Blind Carrier Frequency Offset Estimation and Data Detection Ali A. Nasir, Salman Durrani and Rodney A. Kennedy School of Engineering, CECS, The Australian National University,

More information

ANALYSIS OF A PARTIAL DECORRELATOR IN A MULTI-CELL DS/CDMA SYSTEM

ANALYSIS OF A PARTIAL DECORRELATOR IN A MULTI-CELL DS/CDMA SYSTEM ANAYSIS OF A PARTIA DECORREATOR IN A MUTI-CE DS/CDMA SYSTEM Mohammad Saquib ECE Department, SU Baton Rouge, A 70803-590 e-mail: saquib@winlab.rutgers.edu Roy Yates WINAB, Rutgers University Piscataway

More information

DATA receivers for digital transmission and storage systems

DATA receivers for digital transmission and storage systems IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 52, NO. 10, OCTOBER 2005 621 Effect of Loop Delay on Phase Margin of First-Order Second-Order Control Loops Jan W. M. Bergmans, Senior

More information

Optimal Placement of Training Symbols for Frequency Acquisition: A Cramér-Rao Bound Approach

Optimal Placement of Training Symbols for Frequency Acquisition: A Cramér-Rao Bound Approach 1 Optimal Placement of Training Symbols for Frequency Acquisition: A Cramér-Rao Bound Approach Aravind R. Nayak, Member, IEEE, John R. Barry, Senior Member, IEEE, and Steven W. McLaughlin, Senior Member,

More information

Equalizer-Based Symbol-Rate Timing Recovery for Digital Subscriber Line Systems

Equalizer-Based Symbol-Rate Timing Recovery for Digital Subscriber Line Systems Equalizer-Based Symbol-ate Timing ecovery for Digital Subscriber Line Systems Sven Haar, Dirk Daecke, oland Zukunft, and Thomas Magesacher Institute for Integrated Circuits - BIDGELAB Munich University

More information

Model-based Correlation Measure for Gain and Offset Nonuniformity in Infrared Focal-Plane-Array Sensors

Model-based Correlation Measure for Gain and Offset Nonuniformity in Infrared Focal-Plane-Array Sensors Model-based Correlation Measure for Gain and Offset Nonuniformity in Infrared Focal-Plane-Array Sensors César San Martin Sergio Torres Abstract In this paper, a model-based correlation measure between

More information

Principles of Communications Lecture 8: Baseband Communication Systems. Chih-Wei Liu 劉志尉 National Chiao Tung University

Principles of Communications Lecture 8: Baseband Communication Systems. Chih-Wei Liu 劉志尉 National Chiao Tung University Principles of Communications Lecture 8: Baseband Communication Systems Chih-Wei Liu 劉志尉 National Chiao Tung University cwliu@twins.ee.nctu.edu.tw Outlines Introduction Line codes Effects of filtering Pulse

More information

Prediction-based adaptive control of a class of discrete-time nonlinear systems with nonlinear growth rate

Prediction-based adaptive control of a class of discrete-time nonlinear systems with nonlinear growth rate www.scichina.com info.scichina.com www.springerlin.com Prediction-based adaptive control of a class of discrete-time nonlinear systems with nonlinear growth rate WEI Chen & CHEN ZongJi School of Automation

More information

Maximum Achievable Diversity for MIMO-OFDM Systems with Arbitrary. Spatial Correlation

Maximum Achievable Diversity for MIMO-OFDM Systems with Arbitrary. Spatial Correlation Maximum Achievable Diversity for MIMO-OFDM Systems with Arbitrary Spatial Correlation Ahmed K Sadek, Weifeng Su, and K J Ray Liu Department of Electrical and Computer Engineering, and Institute for Systems

More information

Information Exchange in Multi-rover SLAM

Information Exchange in Multi-rover SLAM nformation Exchange in Multi-rover SLAM Brandon M Jones and Lang Tong School of Electrical and Computer Engineering Cornell University, thaca, NY 53 {bmj3,lt35}@cornelledu Abstract We investigate simultaneous

More information

City, University of London Institutional Repository

City, University of London Institutional Repository City Research Online City, University of London Institutional Repository Citation: Zhao, S., Shmaliy, Y. S., Khan, S. & Liu, F. (2015. Improving state estimates over finite data using optimal FIR filtering

More information

Estimation of the Optimum Rotational Parameter for the Fractional Fourier Transform Using Domain Decomposition

Estimation of the Optimum Rotational Parameter for the Fractional Fourier Transform Using Domain Decomposition Estimation of the Optimum Rotational Parameter for the Fractional Fourier Transform Using Domain Decomposition Seema Sud 1 1 The Aerospace Corporation, 4851 Stonecroft Blvd. Chantilly, VA 20151 Abstract

More information

Digital Baseband Systems. Reference: Digital Communications John G. Proakis

Digital Baseband Systems. Reference: Digital Communications John G. Proakis Digital Baseband Systems Reference: Digital Communications John G. Proais Baseband Pulse Transmission Baseband digital signals - signals whose spectrum extend down to or near zero frequency. Model of the

More information

A technique for simultaneous parameter identification and measurement calibration for overhead transmission lines

A technique for simultaneous parameter identification and measurement calibration for overhead transmission lines A technique for simultaneous parameter identification and measurement calibration for overhead transmission lines PAVEL HERING University of West Bohemia Department of cybernetics Univerzitni 8, 36 4 Pilsen

More information

Computation of Bit-Error Rate of Coherent and Non-Coherent Detection M-Ary PSK With Gray Code in BFWA Systems

Computation of Bit-Error Rate of Coherent and Non-Coherent Detection M-Ary PSK With Gray Code in BFWA Systems Computation of Bit-Error Rate of Coherent and Non-Coherent Detection M-Ary PSK With Gray Code in BFWA Systems Department of Electrical Engineering, College of Engineering, Basrah University Basrah Iraq,

More information

ADAPTIVE DETECTION FOR A PERMUTATION-BASED MULTIPLE-ACCESS SYSTEM ON TIME-VARYING MULTIPATH CHANNELS WITH UNKNOWN DELAYS AND COEFFICIENTS

ADAPTIVE DETECTION FOR A PERMUTATION-BASED MULTIPLE-ACCESS SYSTEM ON TIME-VARYING MULTIPATH CHANNELS WITH UNKNOWN DELAYS AND COEFFICIENTS ADAPTIVE DETECTION FOR A PERMUTATION-BASED MULTIPLE-ACCESS SYSTEM ON TIME-VARYING MULTIPATH CHANNELS WITH UNKNOWN DELAYS AND COEFFICIENTS Martial COULON and Daniel ROVIRAS University of Toulouse INP-ENSEEIHT

More information

A Low-Error Statistical Fixed-Width Multiplier and Its Applications

A Low-Error Statistical Fixed-Width Multiplier and Its Applications A Low-Error Statistical Fixed-Width Multiplier and Its Applications Yuan-Ho Chen 1, Chih-Wen Lu 1, Hsin-Chen Chiang, Tsin-Yuan Chang, and Chin Hsia 3 1 Department of Engineering and System Science, National

More information

Performance evaluation for ML sequence detection in ISI channels with Gauss Markov Noise

Performance evaluation for ML sequence detection in ISI channels with Gauss Markov Noise arxiv:0065036v [csit] 25 Jun 200 Performance evaluation for ML sequence detection in ISI channels with Gauss Marov Noise Naveen Kumar, Aditya Ramamoorthy and Murti Salapaa Dept of Electrical and Computer

More information

Information, Covariance and Square-Root Filtering in the Presence of Unknown Inputs 1

Information, Covariance and Square-Root Filtering in the Presence of Unknown Inputs 1 Katholiee Universiteit Leuven Departement Eletrotechnie ESAT-SISTA/TR 06-156 Information, Covariance and Square-Root Filtering in the Presence of Unnown Inputs 1 Steven Gillijns and Bart De Moor 2 October

More information

SPEECH ANALYSIS AND SYNTHESIS

SPEECH ANALYSIS AND SYNTHESIS 16 Chapter 2 SPEECH ANALYSIS AND SYNTHESIS 2.1 INTRODUCTION: Speech signal analysis is used to characterize the spectral information of an input speech signal. Speech signal analysis [52-53] techniques

More information

Girth Analysis of Polynomial-Based Time-Invariant LDPC Convolutional Codes

Girth Analysis of Polynomial-Based Time-Invariant LDPC Convolutional Codes IWSSIP 212, 11-13 April 212, Vienna, Austria ISBN 978-3-2-2328-4 Girth Analysis of Polynomial-Based Time-Invariant LDPC Convolutional Codes Hua Zhou and Norbert Goertz Institute of Telecommunications Vienna

More information

UWB Geolocation Techniques for IEEE a Personal Area Networks

UWB Geolocation Techniques for IEEE a Personal Area Networks MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com UWB Geolocation Techniques for IEEE 802.15.4a Personal Area Networks Sinan Gezici Zafer Sahinoglu TR-2004-110 August 2004 Abstract A UWB positioning

More information

Blind Channel Equalization in Impulse Noise

Blind Channel Equalization in Impulse Noise Blind Channel Equalization in Impulse Noise Rubaiyat Yasmin and Tetsuya Shimamura Graduate School of Science and Engineering, Saitama University 255 Shimo-okubo, Sakura-ku, Saitama 338-8570, Japan yasmin@sie.ics.saitama-u.ac.jp

More information

Performance Analysis of Spread Spectrum CDMA systems

Performance Analysis of Spread Spectrum CDMA systems 1 Performance Analysis of Spread Spectrum CDMA systems 16:33:546 Wireless Communication Technologies Spring 5 Instructor: Dr. Narayan Mandayam Summary by Liang Xiao lxiao@winlab.rutgers.edu WINLAB, Department

More information

Issues with sampling time and jitter in Annex 93A. Adam Healey IEEE P802.3bj Task Force May 2013

Issues with sampling time and jitter in Annex 93A. Adam Healey IEEE P802.3bj Task Force May 2013 Issues with sampling time and jitter in Annex 93A Adam Healey IEEE P802.3bj Task Force May 2013 Part 1: Jitter (comment #157) 2 Treatment of jitter in COM Draft 2.0 h (0) (t s ) slope h(0) (t s ) 1 UI

More information

v are uncorrelated, zero-mean, white

v are uncorrelated, zero-mean, white 6.0 EXENDED KALMAN FILER 6.1 Introduction One of the underlying assumptions of the Kalman filter is that it is designed to estimate the states of a linear system based on measurements that are a linear

More information

Secure Communication Using H Chaotic Synchronization and International Data Encryption Algorithm

Secure Communication Using H Chaotic Synchronization and International Data Encryption Algorithm Secure Communication Using H Chaotic Synchronization and International Data Encryption Algorithm Gwo-Ruey Yu Department of Electrical Engineering I-Shou University aohsiung County 840, Taiwan gwoyu@isu.edu.tw

More information

Third-Order Kalman Filter: Tuning and Steady-State Performance

Third-Order Kalman Filter: Tuning and Steady-State Performance Third-Order Kalman Filter: Tuning and Steady-State Performance Huaqiang Shu, Eric Simon, Laurent Ros To cite this version: Huaqiang Shu, Eric Simon, Laurent Ros. Third-Order Kalman Filter: Tuning and Steady-State

More information

Residual Versus Suppressed-Carrier Coherent Communications

Residual Versus Suppressed-Carrier Coherent Communications TDA Progress Report -7 November 5, 996 Residual Versus Suppressed-Carrier Coherent Communications M. K. Simon and S. Million Communications and Systems Research Section This article addresses the issue

More information

Cooperative Spectrum Sensing for Cognitive Radios under Bandwidth Constraints

Cooperative Spectrum Sensing for Cognitive Radios under Bandwidth Constraints Cooperative Spectrum Sensing for Cognitive Radios under Bandwidth Constraints Chunhua Sun, Wei Zhang, and haled Ben Letaief, Fellow, IEEE Department of Electronic and Computer Engineering The Hong ong

More information

ESTIMATOR STABILITY ANALYSIS IN SLAM. Teresa Vidal-Calleja, Juan Andrade-Cetto, Alberto Sanfeliu

ESTIMATOR STABILITY ANALYSIS IN SLAM. Teresa Vidal-Calleja, Juan Andrade-Cetto, Alberto Sanfeliu ESTIMATOR STABILITY ANALYSIS IN SLAM Teresa Vidal-Calleja, Juan Andrade-Cetto, Alberto Sanfeliu Institut de Robtica i Informtica Industrial, UPC-CSIC Llorens Artigas 4-6, Barcelona, 88 Spain {tvidal, cetto,

More information

Projects in Wireless Communication Lecture 1

Projects in Wireless Communication Lecture 1 Projects in Wireless Communication Lecture 1 Fredrik Tufvesson/Fredrik Rusek Department of Electrical and Information Technology Lund University, Sweden Lund, Sept 2018 Outline Introduction to the course

More information

Analysis of Communication Systems Using Iterative Methods Based on Banach s Contraction Principle

Analysis of Communication Systems Using Iterative Methods Based on Banach s Contraction Principle Analysis of Communication Systems Using Iterative Methods Based on Banach s Contraction Principle H. Azari Soufiani, M. J. Saberian, M. A. Akhaee, R. Nasiri Mahallati, F. Marvasti Multimedia Signal, Sound

More information

Nonlinear Parameter Estimation for State-Space ARCH Models with Missing Observations

Nonlinear Parameter Estimation for State-Space ARCH Models with Missing Observations Nonlinear Parameter Estimation for State-Space ARCH Models with Missing Observations SEBASTIÁN OSSANDÓN Pontificia Universidad Católica de Valparaíso Instituto de Matemáticas Blanco Viel 596, Cerro Barón,

More information

EE5713 : Advanced Digital Communications

EE5713 : Advanced Digital Communications EE5713 : Advanced Digital Communications Week 12, 13: Inter Symbol Interference (ISI) Nyquist Criteria for ISI Pulse Shaping and Raised-Cosine Filter Eye Pattern Equalization (On Board) 20-May-15 Muhammad

More information

Blind Source Separation with a Time-Varying Mixing Matrix

Blind Source Separation with a Time-Varying Mixing Matrix Blind Source Separation with a Time-Varying Mixing Matrix Marcus R DeYoung and Brian L Evans Department of Electrical and Computer Engineering The University of Texas at Austin 1 University Station, Austin,

More information

Efficient Use Of Sparse Adaptive Filters

Efficient Use Of Sparse Adaptive Filters Efficient Use Of Sparse Adaptive Filters Andy W.H. Khong and Patrick A. Naylor Department of Electrical and Electronic Engineering, Imperial College ondon Email: {andy.khong, p.naylor}@imperial.ac.uk Abstract

More information

Construction of low complexity Array based Quasi Cyclic Low density parity check (QC-LDPC) codes with low error floor

Construction of low complexity Array based Quasi Cyclic Low density parity check (QC-LDPC) codes with low error floor Construction of low complexity Array based Quasi Cyclic Low density parity check (QC-LDPC) codes with low error floor Pravin Salunkhe, Prof D.P Rathod Department of Electrical Engineering, Veermata Jijabai

More information

Line Codes and Pulse Shaping Review. Intersymbol interference (ISI) Pulse shaping to reduce ISI Embracing ISI

Line Codes and Pulse Shaping Review. Intersymbol interference (ISI) Pulse shaping to reduce ISI Embracing ISI Line Codes and Pulse Shaping Review Line codes Pulse width and polarity Power spectral density Intersymbol interference (ISI) Pulse shaping to reduce ISI Embracing ISI Line Code Examples (review) on-off

More information

Simulation studies of the standard and new algorithms show that a signicant improvement in tracking

Simulation studies of the standard and new algorithms show that a signicant improvement in tracking An Extended Kalman Filter for Demodulation of Polynomial Phase Signals Peter J. Kootsookos y and Joanna M. Spanjaard z Sept. 11, 1997 Abstract This letter presents a new formulation of the extended Kalman

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 4,100 116,000 120M Open access books available International authors and editors Downloads Our

More information

EE4601 Communication Systems

EE4601 Communication Systems EE4601 Communication Systems Week 13 Linear Zero Forcing Equalization 0 c 2012, Georgia Institute of Technology (lect13 1) Equalization The cascade of the transmit filter g(t), channel c(t), receiver filter

More information

arxiv: v1 [cs.sy] 9 Apr 2017

arxiv: v1 [cs.sy] 9 Apr 2017 Quantized Innovations Bayesian Filtering Chun-Chia HuangRobert R.Bitmead a Department of Mechanical & Aerospace Engineering University of California San Diego 9 Gilman Drive La Jolla CA 99- USA. arxiv:7.6v

More information

A NOVEL OPTIMAL PROBABILITY DENSITY FUNCTION TRACKING FILTER DESIGN 1

A NOVEL OPTIMAL PROBABILITY DENSITY FUNCTION TRACKING FILTER DESIGN 1 A NOVEL OPTIMAL PROBABILITY DENSITY FUNCTION TRACKING FILTER DESIGN 1 Jinglin Zhou Hong Wang, Donghua Zhou Department of Automation, Tsinghua University, Beijing 100084, P. R. China Control Systems Centre,

More information

Generative Model for Burst Error Characterization in Narrowband Indoor Powerline Channel

Generative Model for Burst Error Characterization in Narrowband Indoor Powerline Channel 1 Generative Model for Burst Error Characterization in Narrowband Indoor Powerline Channel Emilio Balda, Xabier Insausti, Josu Bilbao and Pedro M. Crespo Abstract This paper presents a generative model

More information

State estimation of linear dynamic system with unknown input and uncertain observation using dynamic programming

State estimation of linear dynamic system with unknown input and uncertain observation using dynamic programming Control and Cybernetics vol. 35 (2006) No. 4 State estimation of linear dynamic system with unknown input and uncertain observation using dynamic programming by Dariusz Janczak and Yuri Grishin Department

More information

This examination consists of 11 pages. Please check that you have a complete copy. Time: 2.5 hrs INSTRUCTIONS

This examination consists of 11 pages. Please check that you have a complete copy. Time: 2.5 hrs INSTRUCTIONS THE UNIVERSITY OF BRITISH COLUMBIA Department of Electrical and Computer Engineering EECE 564 Detection and Estimation of Signals in Noise Final Examination 6 December 2006 This examination consists of

More information

Approximate Best Linear Unbiased Channel Estimation for Frequency Selective Channels with Long Delay Spreads: Robustness to Timing and Carrier Offsets

Approximate Best Linear Unbiased Channel Estimation for Frequency Selective Channels with Long Delay Spreads: Robustness to Timing and Carrier Offsets Approximate Best Linear Unbiased Channel Estimation for Frequency Selective Channels with Long Delay Spreads: Robustness to Timing and Carrier Offsets Serdar Özen,SMNerayanuru, Christopher Pladdy, and

More information

Gaussian Mixtures Proposal Density in Particle Filter for Track-Before-Detect

Gaussian Mixtures Proposal Density in Particle Filter for Track-Before-Detect 12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, 29 Gaussian Mixtures Proposal Density in Particle Filter for Trac-Before-Detect Ondřej Straa, Miroslav Šimandl and Jindřich

More information

An Adaptive Sensor Array Using an Affine Combination of Two Filters

An Adaptive Sensor Array Using an Affine Combination of Two Filters An Adaptive Sensor Array Using an Affine Combination of Two Filters Tõnu Trump Tallinn University of Technology Department of Radio and Telecommunication Engineering Ehitajate tee 5, 19086 Tallinn Estonia

More information

THE PROBLEM of digital blind feedforward symbol

THE PROBLEM of digital blind feedforward symbol IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 5, NO. 4, APRIL 2006 737 Unified Analysis of a Class of Blind Feedforward Symbol Timing Estimators Employing Second-Order Statistics Yi-Chung Wu and Erchin

More information

Parameter Derivation of Type-2 Discrete-Time Phase-Locked Loops Containing Feedback Delays

Parameter Derivation of Type-2 Discrete-Time Phase-Locked Loops Containing Feedback Delays Parameter Derivation of Type- Discrete-Time Phase-Locked Loops Containing Feedback Delays Joey Wilson, Andrew Nelson, and Behrouz Farhang-Boroujeny joey.wilson@utah.edu, nelson@math.utah.edu, farhang@ece.utah.edu

More information

Digital Band-pass Modulation PROF. MICHAEL TSAI 2011/11/10

Digital Band-pass Modulation PROF. MICHAEL TSAI 2011/11/10 Digital Band-pass Modulation PROF. MICHAEL TSAI 211/11/1 Band-pass Signal Representation a t g t General form: 2πf c t + φ t g t = a t cos 2πf c t + φ t Envelope Phase Envelope is always non-negative,

More information

An Adaptive MLSD Receiver Employing Noise Correlation

An Adaptive MLSD Receiver Employing Noise Correlation An Adaptive MLSD Receiver Employing Noise Correlation Ting Liu and Saeed Gazor 1 Abstract A per-survivor processing (PSP) maximum likelihood sequence detection (MLSD) receiver is developed for a fast time-varying

More information

Iterative Timing Recovery

Iterative Timing Recovery Iterative Timing Recovery John R. Barry School of Electrical and Computer Engineering, Georgia Tech Atlanta, Georgia U.S.A. barry@ece.gatech.edu 0 Outline Timing Recovery Tutorial Problem statement TED:

More information

Effect of Multipath Propagation on the Noise Performance of Zero Crossing Digital Phase Locked Loop

Effect of Multipath Propagation on the Noise Performance of Zero Crossing Digital Phase Locked Loop International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 9, Number 2 (2016), pp. 97-104 International Research Publication House http://www.irphouse.com Effect of Multipath

More information

3. ESTIMATION OF SIGNALS USING A LEAST SQUARES TECHNIQUE

3. ESTIMATION OF SIGNALS USING A LEAST SQUARES TECHNIQUE 3. ESTIMATION OF SIGNALS USING A LEAST SQUARES TECHNIQUE 3.0 INTRODUCTION The purpose of this chapter is to introduce estimators shortly. More elaborated courses on System Identification, which are given

More information

Information Theoretic Imaging

Information Theoretic Imaging Information Theoretic Imaging WU Faculty: J. A. O Sullivan WU Doctoral Student: Naveen Singla Boeing Engineer: James Meany First Year Focus: Imaging for Data Storage Image Reconstruction Data Retrieval

More information

Design of FIR Smoother Using Covariance Information for Estimating Signal at Start Time in Linear Continuous Systems

Design of FIR Smoother Using Covariance Information for Estimating Signal at Start Time in Linear Continuous Systems Systems Science and Applied Mathematics Vol. 1 No. 3 2016 pp. 29-37 http://www.aiscience.org/journal/ssam Design of FIR Smoother Using Covariance Information for Estimating Signal at Start Time in Linear

More information

On the Behavior of Information Theoretic Criteria for Model Order Selection

On the Behavior of Information Theoretic Criteria for Model Order Selection IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 49, NO. 8, AUGUST 2001 1689 On the Behavior of Information Theoretic Criteria for Model Order Selection Athanasios P. Liavas, Member, IEEE, and Phillip A. Regalia,

More information

Improved Detected Data Processing for Decision-Directed Tracking of MIMO Channels

Improved Detected Data Processing for Decision-Directed Tracking of MIMO Channels Improved Detected Data Processing for Decision-Directed Tracking of MIMO Channels Emna Eitel and Joachim Speidel Institute of Telecommunications, University of Stuttgart, Germany Abstract This paper addresses

More information

Design of Adaptive Filtering Algorithm for Relative Navigation

Design of Adaptive Filtering Algorithm for Relative Navigation Design of Adaptive Filtering Algorithm for Relative Navigation Je Young Lee, Hee Sung Kim, Kwang Ho Choi, Joonhoo Lim, Sung Jin Kang, Sebum Chun, and Hyung Keun Lee Abstract Recently, relative navigation

More information

Performance Analysis of an Adaptive Algorithm for DOA Estimation

Performance Analysis of an Adaptive Algorithm for DOA Estimation Performance Analysis of an Adaptive Algorithm for DOA Estimation Assimakis K. Leros and Vassilios C. Moussas Abstract This paper presents an adaptive approach to the problem of estimating the direction

More information

Performance Analysis for Strong Interference Remove of Fast Moving Target in Linear Array Antenna

Performance Analysis for Strong Interference Remove of Fast Moving Target in Linear Array Antenna Performance Analysis for Strong Interference Remove of Fast Moving Target in Linear Array Antenna Kwan Hyeong Lee Dept. Electriacal Electronic & Communicaton, Daejin University, 1007 Ho Guk ro, Pochen,Gyeonggi,

More information

Jitter Decomposition in Ring Oscillators

Jitter Decomposition in Ring Oscillators Jitter Decomposition in Ring Oscillators Qingqi Dou Jacob A. Abraham Computer Engineering Research Center Computer Engineering Research Center The University of Texas at Austin The University of Texas

More information

Signal Processing for Digital Data Storage (11)

Signal Processing for Digital Data Storage (11) Outline Signal Processing for Digital Data Storage (11) Assist.Prof. Piya Kovintavewat, Ph.D. Data Storage Technology Research Unit Nahon Pathom Rajabhat University Partial-Response Maximum-Lielihood (PRML)

More information

Modifying Voice Activity Detection in Low SNR by correction factors

Modifying Voice Activity Detection in Low SNR by correction factors Modifying Voice Activity Detection in Low SNR by correction factors H. Farsi, M. A. Mozaffarian, H.Rahmani Department of Electrical Engineering University of Birjand P.O. Box: +98-9775-376 IRAN hfarsi@birjand.ac.ir

More information

Performance Comparison of Two Implementations of the Leaky. LMS Adaptive Filter. Scott C. Douglas. University of Utah. Salt Lake City, Utah 84112

Performance Comparison of Two Implementations of the Leaky. LMS Adaptive Filter. Scott C. Douglas. University of Utah. Salt Lake City, Utah 84112 Performance Comparison of Two Implementations of the Leaky LMS Adaptive Filter Scott C. Douglas Department of Electrical Engineering University of Utah Salt Lake City, Utah 8411 Abstract{ The leaky LMS

More information

PERIODIC KALMAN FILTER: STEADY STATE FROM THE BEGINNING

PERIODIC KALMAN FILTER: STEADY STATE FROM THE BEGINNING Journal of Mathematical Sciences: Advances and Applications Volume 1, Number 3, 2008, Pages 505-520 PERIODIC KALMAN FILER: SEADY SAE FROM HE BEGINNING MARIA ADAM 1 and NICHOLAS ASSIMAKIS 2 1 Department

More information

Lattice Reduction Aided Precoding for Multiuser MIMO using Seysen s Algorithm

Lattice Reduction Aided Precoding for Multiuser MIMO using Seysen s Algorithm Lattice Reduction Aided Precoding for Multiuser MIMO using Seysen s Algorithm HongSun An Student Member IEEE he Graduate School of I & Incheon Korea ahs3179@gmail.com Manar Mohaisen Student Member IEEE

More information

Musical noise reduction in time-frequency-binary-masking-based blind source separation systems

Musical noise reduction in time-frequency-binary-masking-based blind source separation systems Musical noise reduction in time-frequency-binary-masing-based blind source separation systems, 3, a J. Čermá, 1 S. Arai, 1. Sawada and 1 S. Maino 1 Communication Science Laboratories, Corporation, Kyoto,

More information

COMPENSATING POWER AMPLIFIER DISTORTION IN COGNITIVE RADIO SYSTEMS WITH ADAPTIVE INTERACTING MULTIPLE MODEL

COMPENSATING POWER AMPLIFIER DISTORTION IN COGNITIVE RADIO SYSTEMS WITH ADAPTIVE INTERACTING MULTIPLE MODEL COMPENSATING POWER AMPLIFIER DISTORTION IN COGNITIVE RADIO SYSTEMS WITH ADAPTIVE INTERACTING MULTIPLE MODEL Mouna Ben Mabrou, Eric Grivel, Clément Magnant, Guillaume Ferré and Nathalie Deltimple University

More information

Basic Concepts in Data Reconciliation. Chapter 6: Steady-State Data Reconciliation with Model Uncertainties

Basic Concepts in Data Reconciliation. Chapter 6: Steady-State Data Reconciliation with Model Uncertainties Chapter 6: Steady-State Data with Model Uncertainties CHAPTER 6 Steady-State Data with Model Uncertainties 6.1 Models with Uncertainties In the previous chapters, the models employed in the DR were considered

More information

Spectrum Sensing via Event-triggered Sampling

Spectrum Sensing via Event-triggered Sampling Spectrum Sensing via Event-triggered Sampling Yasin Yilmaz Electrical Engineering Department Columbia University New Yor, NY 0027 Email: yasin@ee.columbia.edu George Moustaides Dept. of Electrical & Computer

More information

Tracking of Spread Spectrum Signals

Tracking of Spread Spectrum Signals Chapter 7 Tracking of Spread Spectrum Signals 7. Introduction As discussed in the last chapter, there are two parts to the synchronization process. The first stage is often termed acquisition and typically

More information

AN ABSTRACT OF THE THESIS OF

AN ABSTRACT OF THE THESIS OF AN ABSTRACT OF THE THESIS OF Juan Pablo Muñoz Constantine for the degree of Master of Science in Electrical and Computer Engineering presented on September 22 nd, 2015. Title: Grid Voltage Frequency Estimation

More information

A Family of Nyquist Filters Based on Generalized Raised-Cosine Spectra

A Family of Nyquist Filters Based on Generalized Raised-Cosine Spectra Proc. Biennial Symp. Commun. (Kingston, Ont.), pp. 3-35, June 99 A Family of Nyquist Filters Based on Generalized Raised-Cosine Spectra Nader Sheikholeslami Peter Kabal Department of Electrical Engineering

More information

Sparse Least Mean Square Algorithm for Estimation of Truncated Volterra Kernels

Sparse Least Mean Square Algorithm for Estimation of Truncated Volterra Kernels Sparse Least Mean Square Algorithm for Estimation of Truncated Volterra Kernels Bijit Kumar Das 1, Mrityunjoy Chakraborty 2 Department of Electronics and Electrical Communication Engineering Indian Institute

More information

A FEASIBILITY STUDY OF PARTICLE FILTERS FOR MOBILE STATION RECEIVERS. Michael Lunglmayr, Martin Krueger, Mario Huemer

A FEASIBILITY STUDY OF PARTICLE FILTERS FOR MOBILE STATION RECEIVERS. Michael Lunglmayr, Martin Krueger, Mario Huemer A FEASIBILITY STUDY OF PARTICLE FILTERS FOR MOBILE STATION RECEIVERS Michael Lunglmayr, Martin Krueger, Mario Huemer Michael Lunglmayr and Martin Krueger are with Infineon Technologies AG, Munich email:

More information

Data Detection for Controlled ISI. h(nt) = 1 for n=0,1 and zero otherwise.

Data Detection for Controlled ISI. h(nt) = 1 for n=0,1 and zero otherwise. Data Detection for Controlled ISI *Symbol by symbol suboptimum detection For the duobinary signal pulse h(nt) = 1 for n=0,1 and zero otherwise. The samples at the output of the receiving filter(demodulator)

More information

EUSIPCO

EUSIPCO EUSIPCO 3 569736677 FULLY ISTRIBUTE SIGNAL ETECTION: APPLICATION TO COGNITIVE RAIO Franc Iutzeler Philippe Ciblat Telecom ParisTech, 46 rue Barrault 753 Paris, France email: firstnamelastname@telecom-paristechfr

More information

Fundamentals of PLLs (III)

Fundamentals of PLLs (III) Phase-Locked Loops Fundamentals of PLLs (III) Ching-Yuan Yang National Chung-Hsing University Department of Electrical Engineering Phase transfer function in linear model i (s) Kd e (s) Open-loop transfer

More information

Time Series Prediction by Kalman Smoother with Cross-Validated Noise Density

Time Series Prediction by Kalman Smoother with Cross-Validated Noise Density Time Series Prediction by Kalman Smoother with Cross-Validated Noise Density Simo Särkkä E-mail: simo.sarkka@hut.fi Aki Vehtari E-mail: aki.vehtari@hut.fi Jouko Lampinen E-mail: jouko.lampinen@hut.fi Abstract

More information

ELEC E7210: Communication Theory. Lecture 4: Equalization

ELEC E7210: Communication Theory. Lecture 4: Equalization ELEC E7210: Communication Theory Lecture 4: Equalization Equalization Delay sprea ISI irreucible error floor if the symbol time is on the same orer as the rms elay sprea. DF: Equalization a receiver signal

More information

Minimum Necessary Data Rates for Accurate Track Fusion

Minimum Necessary Data Rates for Accurate Track Fusion Proceedings of the 44th IEEE Conference on Decision Control, the European Control Conference 005 Seville, Spain, December -5, 005 ThIA0.4 Minimum Necessary Data Rates for Accurate Trac Fusion Barbara F.

More information

MMSE DECISION FEEDBACK EQUALIZER FROM CHANNEL ESTIMATE

MMSE DECISION FEEDBACK EQUALIZER FROM CHANNEL ESTIMATE MMSE DECISION FEEDBACK EQUALIZER FROM CHANNEL ESTIMATE M. Magarini, A. Spalvieri, Dipartimento di Elettronica e Informazione, Politecnico di Milano, Piazza Leonardo da Vinci, 32, I-20133 Milano (Italy),

More information

Blind Identification of FIR Systems and Deconvolution of White Input Sequences

Blind Identification of FIR Systems and Deconvolution of White Input Sequences Blind Identification of FIR Systems and Deconvolution of White Input Sequences U. SOVERINI, P. CASTALDI, R. DIVERSI and R. GUIDORZI Dipartimento di Elettronica, Informatica e Sistemistica Università di

More information

Carrier frequency estimation. ELEC-E5410 Signal processing for communications

Carrier frequency estimation. ELEC-E5410 Signal processing for communications Carrier frequency estimation ELEC-E54 Signal processing for communications Contents. Basic system assumptions. Data-aided DA: Maximum-lielihood ML estimation of carrier frequency 3. Data-aided: Practical

More information

A conjecture on sustained oscillations for a closed-loop heat equation

A conjecture on sustained oscillations for a closed-loop heat equation A conjecture on sustained oscillations for a closed-loop heat equation C.I. Byrnes, D.S. Gilliam Abstract The conjecture in this paper represents an initial step aimed toward understanding and shaping

More information

A KALMAN FILTERING TUTORIAL FOR UNDERGRADUATE STUDENTS

A KALMAN FILTERING TUTORIAL FOR UNDERGRADUATE STUDENTS A KALMAN FILTERING TUTORIAL FOR UNDERGRADUATE STUDENTS Matthew B. Rhudy 1, Roger A. Salguero 1 and Keaton Holappa 2 1 Division of Engineering, Pennsylvania State University, Reading, PA, 19610, USA 2 Bosch

More information

Fisher Information Matrix-based Nonlinear System Conversion for State Estimation

Fisher Information Matrix-based Nonlinear System Conversion for State Estimation Fisher Information Matrix-based Nonlinear System Conversion for State Estimation Ming Lei Christophe Baehr and Pierre Del Moral Abstract In practical target tracing a number of improved measurement conversion

More information

MEMS Gyroscope Control Systems for Direct Angle Measurements

MEMS Gyroscope Control Systems for Direct Angle Measurements MEMS Gyroscope Control Systems for Direct Angle Measurements Chien-Yu Chi Mechanical Engineering National Chiao Tung University Hsin-Chu, Taiwan (R.O.C.) 3 Email: chienyu.me93g@nctu.edu.tw Tsung-Lin Chen

More information

Robotics 2 Target Tracking. Kai Arras, Cyrill Stachniss, Maren Bennewitz, Wolfram Burgard

Robotics 2 Target Tracking. Kai Arras, Cyrill Stachniss, Maren Bennewitz, Wolfram Burgard Robotics 2 Target Tracking Kai Arras, Cyrill Stachniss, Maren Bennewitz, Wolfram Burgard Slides by Kai Arras, Gian Diego Tipaldi, v.1.1, Jan 2012 Chapter Contents Target Tracking Overview Applications

More information

CONSTRAINT KALMAN FILTER FOR INDOOR BLUETOOTH LOCALIZATION

CONSTRAINT KALMAN FILTER FOR INDOOR BLUETOOTH LOCALIZATION CONSTRAINT KALMAN FILTER FOR INDOOR BLUETOOTH LOCALIZATION Liang Chen, Heidi Kuusniemi, Yuwei Chen, Jingbin Liu, Ling Pei, Laura Ruotsalainen, and Ruizhi Chen NLS Finnish Geospatial Research Institute

More information

Determining the Optimal Decision Delay Parameter for a Linear Equalizer

Determining the Optimal Decision Delay Parameter for a Linear Equalizer International Journal of Automation and Computing 1 (2005) 20-24 Determining the Optimal Decision Delay Parameter for a Linear Equalizer Eng Siong Chng School of Computer Engineering, Nanyang Technological

More information

Revision of Lecture 4

Revision of Lecture 4 Revision of Lecture 4 We have completed studying digital sources from information theory viewpoint We have learnt all fundamental principles for source coding, provided by information theory Practical

More information

H Optimal Nonparametric Density Estimation from Quantized Samples

H Optimal Nonparametric Density Estimation from Quantized Samples H Optimal Nonparametric Density Estimation from Quantized Samples M. Nagahara 1, K. I. Sato 2, and Y. Yamamoto 1 1 Graduate School of Informatics, Kyoto University, 2 Graduate School of Economics, Kyoto

More information

Es e j4φ +4N n. 16 KE s /N 0. σ 2ˆφ4 1 γ s. p(φ e )= exp 1 ( 2πσ φ b cos N 2 φ e 0

Es e j4φ +4N n. 16 KE s /N 0. σ 2ˆφ4 1 γ s. p(φ e )= exp 1 ( 2πσ φ b cos N 2 φ e 0 Problem 6.15 : he received signal-plus-noise vector at the output of the matched filter may be represented as (see (5-2-63) for example) : r n = E s e j(θn φ) + N n where θ n =0,π/2,π,3π/2 for QPSK, and

More information