Method estimating reflection coefficients of adaptive lattice filter and its application to system identification

Size: px
Start display at page:

Download "Method estimating reflection coefficients of adaptive lattice filter and its application to system identification"

Transcription

1 Acoust. Sci. & Tech. 28, 2 (27) PAPER #27 The Acoustical Society o Japan Method estimating relection coeicients o adaptive lattice ilter and its application to system identiication Kensaku Fujii 1;, Masaaki Tanaka 1;y, Naoto Sasaoka 2;z and Yoshio Itoh 2;x 1 Department o Computer Engineering, University o Hyogo 2 Faculty o Engineering, Tottori University ( Received 27 April 26, Accepted or publication 5 August 26 ) Abstract: In this paper, we propose a method o estimating the relection coeicients o an adaptive lattice ilter. In this method, conventional adaptive algorithms, or example, the normalized least mean square (NLMS) algorithm, are used or the estimation. In general, the relection coeicients are estimated as cross-correlation coeicients between orward and backward prediction errors in each stage o the adaptive lattice ilter. Accordingly, two divisions in each stage, and eectively doubling the number o stages, are required. A problem is that the processing cost o division is higher than that o multiplication, especially in cheap digital signal processors (DSPs). Hence, the reduction o the number o divisions is strongly desired in practical use. The proposed technique can decrease the number o divisions to one, provided that the NLMS algorithm is used. Moreover, in the application o the adaptive lattice ilter, system identiication is also important. In this paper, we present a technique or the application. The technique is derived rom the proposed method. Keywords: Lattice iler, Adaptive algorithm, Division, System identiication, Linear prediction PACS number: 43.6.Mn [doi:1.125/ast.28.98] 1. INTRODUCTION Lattice ilters have an advantage o lower sensitivity to round-o error in comparison with inite impulse response (FIR) ilters [1]. This round-o error aects the perormance o ilters, and especially, this error is serious in ixed-point processing. On the other hand, system design using ixed-point processing is strongly desired as a means o reducing the production cost. The low sensitivity o lattice ilters is an attractive characteristic or such system design. A problem is that the ixed-point processing type o digital signal processor (DSP) has higher processing costs or division than or multiplication, which is signiicant, especially or a cheap DSP. Unortunately, an adaptive lattice ilter requires many such divisions or the estimation o relection coeicients, provided that conventional methods are used. The conventional methods individually estimate the orward and backward relection coeicients at each stage o adaptive lattice iltering; thereore the total number o required divisions is twice the number o stages. ujiken@eng.u-hyogo.ac.jp y Presently with Mitsubishi Electric Co. z sasaoka@ele.tottori-u.ac.jp x itoh@ele.tottori-u.ac.jp Even when both relection coeicients are assumed to be equal, the number o the divisions is only halved. In this paper, we propose a method requiring only one division. This method reduces the number o divisions by employing conventional adaptive algorithms applied to the FIR ilter, or example, the normalized mean square (NLMS) algorithm [2]. This employment is made possible by noting that the purpose o an adaptive lattice ilter is to minimize the inal orward prediction error. Actually, the inal orward prediction error is calculated as the product sum o the orward relection coeicients and the backward prediction errors occurring at a sample time. The other components, the backward relection coeicients and the orward prediction error, do not act on the inal orward prediction error at the same sample time; they do at the next sample time. The structure or calculating the product sum shows that the inal orward prediction error is obtained as the response o an FIR ilter. Moreover, this states that the orward relection coeicients can be estimated using the conventional adaptive algorithms applied to the FIR ilter. For example, the application o the NLMS algorithm to the estimation can decrease the number o divisions to only one. The remaining backward relection coeicients can be obtained as replicas o the orward relection coeicients, 98

2 K. FUJII et al.: METHOD ESTIMATING REFLECTION COEFFICIENTS OF ADAPTIVE LATTICE FILTER Fig. 1 Coniguration o adaptive lattice ilter. reerring to the Burg method [1] guaranteeing that the relection coeicients are less than unity. In this paper, we next present a technique or applying the adaptive lattice ilter to system identiication. Conventional methods, such as the time-update recursion method, estimate the relection coeicients so as to minimize not the identiication error but the prediction error. Thereore, the application o adaptive lattice ilters is essentially limited to the linear prediction system. However, the lattice ilter has another advantage that the stability discrimination is easy. The technique, proposed in this paper, is applicable or the synthesis o an inverse ilter. 2. ADAPTIVE LATTICE FILTER Figure 1 depicts a coniguration o an adaptive lattice ilter. In this coniguration, we can see a unit consisting o one sample time delay z 1, two multipliers (designated as, ðmþ), and two adders. The multipliers, j ðmþ and b j ðmþ, are also named the orward and backward relection coeicients, which are estimated every sample time j so as to minimize the orward and backward prediction errors, j ðmþ and b j ðmþ, respectively. The adaptive lattice ilter is ormed cascading the units as many as needed. So ar, various methods o estimating the relection coeicients have been proposed [1]. However, all the methods are common in the policy o individually minimizing the orward and backward prediction errors at each stage and also in the principle o minimizing them by removing their cross-correlation components (designated as, or example, j ðm 1Þ and b j 1 ðm 1Þ). The time-update recursion method represents such methods estimating the relection coeicients [1]. The other methods can be regarded as variations o the timeupdate recursion method. This time-update recursion method estimates the orward and backward relection or example, j ðmþ and b j coeicients, or example, j ðmþ and b j j ðmþ ¼R jðmþ=p b j ðmþ ðmþ, as ð1þ and b j ðmþ ¼R jðmþ=p j ðmþ; where the denominators and the numerator are calculated as P j ðmþ ¼Pj 1 ðmþþ 2; jðm 1Þ ð3þ P b j ðmþ ¼Pb j 1 ðmþþ 2; b j 1ðm 1Þ ð4þ and R j ðmþ ¼R j 1 ðmþþ j ðm 1Þb j 1 ðm 1Þ using the orward and backward prediction errors, j ðm 1Þ and b j 1 ðm 1Þ, and is a constant smaller than unity. Here, note that the time-update recursion requires giving the previously estimated values as the initial values, that is, P ðmþ, Pb ðmþ and Pb 1 ðmþ. As recognized rom Eqs. (1) and (2), the time-update recursion individually estimates the orward and backward relection coeicients as the cross-correlation coeicients between the orward and backward prediction errors at each stage. This individual estimation characterizes the adaptive lattice ilter; however, it increases the number o divisions. Since division entails ar higher processing cost than multiplication, the use o many divisions is undesirable in practical use. This linear prediction can also be perormed using an FIR ilter. In this case, conventional adaptive algorithms become available. For example, using the NLMS algorithm decreases the number o divisions to one. However, the FIR ilter involves the problem that its conversion into an ininite impulse response (IIR) ilter that works stably is troublesome. 3. APPLICATION OF NLMS ALGORITHM In this paper, we derive a new method o estimating the relection coeicients. This method can apply conventional adaptive algorithms to the estimation; thereby, in the case o using the NLMS algorithm, the number o divisions ð2þ ð5þ 99

3 Acoust. Sci. & Tech. 28, 2 (27) Fig. 2 Structure o j ðmþ yielded at sample time j. necessary or the estimation decreases to one. We derive the new method by taking notice o the structure yielding the inal orward prediction error j ðmþ. As seen rom the coniguration o the lattice ilter shown in Fig. 1, j ðmþ can be expressed as j ðmþ ¼ j ðþ XM m¼1 j ðmþb j 1ðm 1Þ: This expression shows that the components used or the synthesis o j ðmþ at sample time j are only the orward relection coeicients and the backward prediction errors. The other components, the backward relection coeicients and the orward prediction errors, do not act on the inal orward prediction error j ðmþ at the same sample time; it is the next sample time when they contribute to the synthesis. Figure 2 shows the coniguration o the ilter ormed by the components directly related to the synthesis o j ðmþ. Clearly, this coniguration drawn with the solid lines gives an FIR ilter, which can be regarded as a prediction error ilter. Moreover, the second term o Eq. (6), P M m¼1 j ðmþb j 1ðm 1Þ, is a prediction value o j ðþ. In this coniguration, the orward relection coeicients can be estimated using a conventional adaptive algorithm. The orward relection coeicients are obtained as the coeicients minimizing the inal orward prediction error j ðmþ. For example, the mth orward relection coeicient j ðmþ can be estimated using jþ1ðmþ ¼j ðmþþ jðmþb j 1 ðm 1Þ ; ð7þ X M 2 b j 1 ði 1Þ where is a constant called step size. Reerring to the Burg method [1] guaranteeing that the relection coeicients are less than unity, we assume that the backward relection coeicients are approximate to the orward relection coeicients. Then, the backward relection coeicients can be obtained as replicas o the orward i¼1 ð6þ Prediction Error (db) (1) FIR (NLMS) (2) Lattice (NLMS) (3) Lattice (Time update) 1 2 Fig. 3 Convergence properties provided by proposed and conventional methods: (1) FIR ilter using NLMS algorithm, (2) Proposed prediction method, (3) Timeupdate recursion method. relection coeicients estimated using Eq. (7). Figure 3 shows the convergence properties obtained by applying the proposed and conventional methods. In this example, the prediction errors shown in the vertical axis is calculated under the ollowing conditions: (1) The input signal x j (¼ j ðþ) is generated by eeding white Gaussian noise, n j, into a ilter whose transer unction is expressed as 1 XðzÞ ¼ ; ð8þ 1 2 cos z 1 þ 2 z 2 where ¼ :9, and ¼ =4, corresponding to the resonance requency o 1 khz when the sampling requency is 8 khz. Incidentally, this ilter is modeled on the noise o a jet an discharging exhaust gas to prevent it rom illing in a tunnel. (2) The weight is given as ¼ 1 =M; consisting o the step size provided to the NLMS algorithm,, and the number o stages, M. (3) ¼ :1 and M ¼ 64. ð9þ 1

4 K. FUJII et al.: METHOD ESTIMATING REFLECTION COEFFICIENTS OF ADAPTIVE LATTICE FILTER (4) The prediction error is shown as the average o K samples, d n ¼ 1 log 1 e j n j g 2 2 x j ; ð1þ where K ¼ 512, e j ¼ jðmþ (lattice ilter) ; ð11þ x j y j (FIR ilter) and y j is the output o the FIR ilter. This simulation result shows that the proposed method can provide almost the same convergence property as the conventional time-update recursion method does and higher convergence speed than the FIR ilter using the NLMS algorithm. Here, note that the conventional time-update recursion requires the prior estimation o P j ðmþ and Pb j ðmþ. An inappropriate estimation may diverge the prediction error. We next veriy the validity o the proposed method by applying it to speech analysis. Figure 4 shows the accumulated prediction errors calculated as D k ¼ 1 log 1 X k e j n j g 2 j¼1 X k 2 x j j¼1 ; ð12þ applying the proposed and conventional methods to the speech signal depicted above, where M ¼ 128 is selected Accumulated Prediction Error (db) 5 1 Speech Signal (1) FIR (NLMS) (2) Lattice (NLMS) (3) Lattice (Time recursion) Number o Samples (k) Fig. 4 Accumulated prediction errors obtained by applying the proposed and conventional methods to a speech signal: (1) FIR ilter using the NLMS algorithm, (2) the proposed method, (3) time-update recursion method. Accumulated Prediction Error (db) 5 1 (2) Lattice (NLMS) Number o Samples (k) as the desirable number o stages or the noise suppression system [3], and also ¼ :1 is given considering the perormance o tracking the change in phonemes. This result shows that the proposed method provides almost the same perormance as the time-update recursion method, on average, and is superior to the FIR ilter using the NLMS algorithm. Figure 5 also shows the initial part o the accumulated prediction errors plotted in Fig. 4. Clearly, the time-update recursion method provides more prediction error than the other methods, especially beore 1, samples. This is caused by inappropriate initial values ðmþ essential or the time-update recursion method. This indicates that the selection o the initial values is important in the case o applying the timeupdate recursion method to speech signal. given or the P j ðmþ and Pb j Speech Signal (3) Lattice (Time recursion) (1) FIR (NLMS) Fig. 5 Initial part o the accumulated prediction errors plotted in Fig. 4, where (1) FIR ilter using the NLMS algorithm (dot line), (2) the proposed method (solid line), (3) time-update recursion method (short dash line). 4. APPLICATION TO SYSTEM IDENTIFICATION Conventional methods estimate the relection coeicients so as to remove the auto-correlation components rom the input signal. The adaptive lattice ilter is accordingly used or the linear prediction system and hardly applied to the system identiication modeling an adaptive ilter on an unknown system. On the other hand, the lattice ilter has the advantage that the veriication o its stable perormance is easy. This advantage is useul or applications requiring the ormation o an inverse ilter. We present a technique or applying such a lattice ilter to the system identiication. As mentioned in the preceding chapter, the inal orward prediction error j ðmþ can be regarded as the 11

5 Acoust. Sci. & Tech. 28, 2 (27) Fig. 6 Modiication or adapting lattice ilter to system identiication. response o the FIR ilter. This structure yielding the inal orward prediction error gives a hint or applying the adaptive lattice ilter to the system identiication. This application is started with the expansion o the response o a FIR ilter as X M m¼ HðmÞX j ðmþ ¼HðÞX j ðþþ XM m¼1 HðmÞX j ðmþ; ð13þ where HðmÞ is the mth coeicient o the FIR ilter, and X j ðmþ is the mth tap output o the FIR ilter. On the other hand, the inal orward prediction error given in Eq. (6) can be rewritten as j ðmþ ¼ j ðþþ XM m¼1 j ðmþgb j 1ðm 1Þ: ð14þ A comparison o Eqs. (13) and (14) shows that the dierence between the FIR and lattice ilters is only between their irst terms, namely, the presence o HðÞ. The structures o the two responses completely correspond when ð Þ j ðþ is inserted into the irst stage, as shown in Fig. 6. Here, note that the signs o the adders used in Figs. 1 and 6 are dierent. By inserting ð Þ j ðþ and using j ðþ ¼b j 1 ð 1Þ; ð15þ the inal prediction error shown in Fig. 6 can be rewritten as j ðmþ ¼ XM m¼ ð Þ j ðmþb j 1 ðm 1Þ: ð16þ Then, the structures o Eqs. (13) and (16) become completely equivalent. This indicates that the system identiication using the lattice ilter becomes possible by estimating the relection coeicients so as to minimize the dierence between the response o an unknown system, g j, and the inal orward prediction error j ðmþ given in Eq. (16). For example, using the NLMS algorithm, the relection coeicients can be estimated as where jþ1ðmþ ¼j ðmþþ y j j ðmþ bj 1 ðm 1Þ ; ð17þ X M 2 b j 1 ði 1Þ y j ¼ g j þ n j ð18þ is the response o the unknown system, corrupted by the additive noise n j. As mentioned above, the backward relection coeicients can also be obtained as replicas o the orward relection coeicients. Figure 7 shows the convergence properties obtained by applying the NLMS algorithm to the adaptive lattice and FIR ilters, where the identiication error shown on the vertical axis is calculated under the ollowing conditions: (1) Two kinds o reerence signal are used: white Gaussian noise and the output obtained by inputting white Gaussian noise into a ilter whose transer unction is expressed as i¼1 1 HðzÞ ¼ : ð19þ 1 :8z 1 (2) The impulse response samples o the unknown system are given as normal random numbers with exponential decay. (3) The number o the impulse response samples is also equal to the number o taps o the adaptive ilter, M ¼ 64. (4) ¼ :1. (5) The power ratio o the reerence signal to the additive noise is 4 db. (6) The identiication error is calculated using where K ¼ 1. E n ¼ 1 log 1 g j j ðmþg 2 2 g j ; ð2þ 12

6 K. FUJII et al.: METHOD ESTIMATING REFLECTION COEFFICIENTS OF ADAPTIVE LATTICE FILTER Identiication Error (db) 2 Lattice 4 FIR (a) White Gaussian noise Identiication Error (db) 2 4 Random Copy Fig. 8 Convergence properties calculated under condition that backward relection coeicients are ixed to regular random numbers. Identiication Error (db) 2 4 FIR Lattice (b) First order IIR ilter output Fig. 7 Convergence properties provided by proposed (Lattice) and conventional methods (FIR). This result, which is expressed as the average o E n obtained by 2 trials, shows that the application o the lattice ilter to the system identiication becomes possible by adopting the proposed method. As mentioned above, the results shown in Fig. 7 are obtained using replicas o the orward relection coeicients as the backward relection coeicients. Here, we examine the eect o the backward relection coeicients on the system identiication. Figure 8 shows the convergence properties calculated using regular random numbers as the backward relection coeicients. This result indicates that arbitrary constants can be given to the adaptive lattice ilter as the backward relection coeicients. We have hence veriied the convergence property obtained when the constants reducing the auto-correlation o the reerence signal are given as the backward relection coeicients. The simplest example o such a reerence signal is the output o the irst-order IIR ilter deined by Eq. (19). Figure 9 shows the convergence property calculated by ixing only the backward relection coeicient j b ð1þ to.8, corresponding to the coeicient o the irstorder IIR ilter. In this result, the convergence speed is improved. These results, shown in Figs. 7 and 9, indicate that the proposed method can provide perormance Identiication Error (db) 2 4 FIR Lattice Fig. 9 Convergence properties calculated under condition that backward relection coeicients are ixed to auto-correlation coeicient o reerence signal. equivalent or superior to that o the conventional methods using the FIR ilter. 5. CONCLUSION In this paper, we have proposed a method that can apply conventional adaptive algorithms to the estimation o relection coeicients. For example, when the NLMS algorithm is applied, the number o divisions thereby decreases to one. The computer simulation results presented in this paper show that the proposed method provides almost the same prediction perormance as the conventional time-update recursion method. Moreover, we have presented a technique or applying the lattice ilter to system identiication and have shown that almost the same perormance as that o the conventional method. The proposed method has some advantages other than those mentioned in this paper [4,5]. Hence, our subsequent studies will ocus on a noise reduction system [3] using the proposed method and the application o the technique to a system requiring an inverse ilter. 13

7 Acoust. Sci. & Tech. 28, 2 (27) REFERENCES [1] S. Haykin, Introduction to Adaptive Filters (Macmillan Publishing Co., New York, 1984), Chaps. 3 and 4. [2] J. Nagumo and A. Noda, A learning method or system identiication, IEEE Trans. Autom. Control, AC-12, (1967). [3] T. Amitani, S. Miyata, K. Maeda, K. Fujii and Y. Itoh, Experimental veriication o the proposed microphone array system, Tech. Rep. IEICE, EA (25). [4] M. Tanaka, K. Fujii, N. Sasaoka, Y. Itoh and Y. Fukui, Fast convergence o system identiication using adaptive lattice ilter, Tech. Rep. IEICE, EA (24). [5] M. Tanaka, K. Fujii and Y. Hata, A system identiication method using relection wave, Tech. Rep. IEICE, EA25-18 (25). 14

ECE 6560 Multirate Signal Processing Chapter 8

ECE 6560 Multirate Signal Processing Chapter 8 Multirate Signal Processing Chapter 8 Dr. Bradley J. Bazuin Western Michigan University College o Engineering and Applied Sciences Department o Electrical and Computer Engineering 903 W. Michigan Ave.

More information

THIN LENSES: BASICS. There are at least three commonly used symbols for object and image distances:

THIN LENSES: BASICS. There are at least three commonly used symbols for object and image distances: THN LENSES: BASCS BJECTVE: To study and veriy some o the laws o optics applicable to thin lenses by determining the ocal lengths o three such lenses ( two convex, one concave) by several methods. THERY:

More information

Neighbourhood Operations

Neighbourhood Operations Neighbourhood Operations Neighbourhood operations simply operate on a larger neighbourhood o piels than point operations Origin Neighbourhoods are mostly a rectangle around a central piel Any size rectangle

More information

ITU - Telecommunication Standardization Sector. G.fast: Far-end crosstalk in twisted pair cabling; measurements and modelling ABSTRACT

ITU - Telecommunication Standardization Sector. G.fast: Far-end crosstalk in twisted pair cabling; measurements and modelling ABSTRACT ITU - Telecommunication Standardization Sector STUDY GROUP 15 Temporary Document 11RV-22 Original: English Richmond, VA. - 3-1 Nov. 211 Question: 4/15 SOURCE 1 : TNO TITLE: G.ast: Far-end crosstalk in

More information

CS485/685 Computer Vision Spring 2012 Dr. George Bebis Programming Assignment 2 Due Date: 3/27/2012

CS485/685 Computer Vision Spring 2012 Dr. George Bebis Programming Assignment 2 Due Date: 3/27/2012 CS8/68 Computer Vision Spring 0 Dr. George Bebis Programming Assignment Due Date: /7/0 In this assignment, you will implement an algorithm or normalizing ace image using SVD. Face normalization is a required

More information

9.8 Graphing Rational Functions

9.8 Graphing Rational Functions 9. Graphing Rational Functions Lets begin with a deinition. Deinition: Rational Function A rational unction is a unction o the orm P where P and Q are polynomials. Q An eample o a simple rational unction

More information

MATRIX ALGORITHM OF SOLVING GRAPH CUTTING PROBLEM

MATRIX ALGORITHM OF SOLVING GRAPH CUTTING PROBLEM UDC 681.3.06 MATRIX ALGORITHM OF SOLVING GRAPH CUTTING PROBLEM V.K. Pogrebnoy TPU Institute «Cybernetic centre» E-mail: vk@ad.cctpu.edu.ru Matrix algorithm o solving graph cutting problem has been suggested.

More information

MAPI Computer Vision. Multiple View Geometry

MAPI Computer Vision. Multiple View Geometry MAPI Computer Vision Multiple View Geometry Geometry o Multiple Views 2- and 3- view geometry p p Kpˆ [ K R t]p Geometry o Multiple Views 2- and 3- view geometry Epipolar Geometry The epipolar geometry

More information

Keysight Technologies Specifying Calibration Standards and Kits for Keysight Vector Network Analyzers. Application Note

Keysight Technologies Specifying Calibration Standards and Kits for Keysight Vector Network Analyzers. Application Note Keysight Technologies Speciying Calibration Standards and Kits or Keysight Vector Network Analyzers Application Note Introduction Measurement errors in network analysis can be separated into two categories:

More information

2.3 Additional Relations

2.3 Additional Relations 3 2.3 Additional Relations Figure 2.3 identiies additional relations, indicating te locations o te object and image, and te ratio o teir eigts (magniication) and orientations. Ray enters te lens parallel

More information

Chapter 3 Image Enhancement in the Spatial Domain

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain Yinghua He School o Computer Science and Technology Tianjin University Image enhancement approaches Spatial domain image plane itsel Spatial domain methods

More information

Reflection and Refraction

Reflection and Refraction Relection and Reraction Object To determine ocal lengths o lenses and mirrors and to determine the index o reraction o glass. Apparatus Lenses, optical bench, mirrors, light source, screen, plastic or

More information

AN ad hoc network is a collection of mobile nodes

AN ad hoc network is a collection of mobile nodes 96 IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. 19, NO. 7, JULY 008 A Sel-Stabilizing Leader Election Algorithm in Highly Dynamic Ad Hoc Mobile Networks Abdelouahid Derhab and Nadjib Badache

More information

Approximate structural optimization using kriging method and digital modeling technique considering noise in sampling data

Approximate structural optimization using kriging method and digital modeling technique considering noise in sampling data Available online at www.sciencedirect.com Computers and Structures 86 (2008) 1477 1485 www.elsevier.com/locate/compstruc Approimate structural optimiation using kriging method and digital modeling technique

More information

Compressed Sensing Image Reconstruction Based on Discrete Shearlet Transform

Compressed Sensing Image Reconstruction Based on Discrete Shearlet Transform Sensors & Transducers 04 by IFSA Publishing, S. L. http://www.sensorsportal.com Compressed Sensing Image Reconstruction Based on Discrete Shearlet Transorm Shanshan Peng School o Inormation Science and

More information

Abstract. I. Introduction

Abstract. I. Introduction 46th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics & Materials Conerence 8 - April 005, Austin, Texas AIAA 005-83 M Intuitive Design Selection Using Visualized n-dimensional Pareto Frontier G.

More information

A Novel Accurate Genetic Algorithm for Multivariable Systems

A Novel Accurate Genetic Algorithm for Multivariable Systems World Applied Sciences Journal 5 (): 137-14, 008 ISSN 1818-495 IDOSI Publications, 008 A Novel Accurate Genetic Algorithm or Multivariable Systems Abdorreza Alavi Gharahbagh and Vahid Abolghasemi Department

More information

Larger K-maps. So far we have only discussed 2 and 3-variable K-maps. We can now create a 4-variable map in the

Larger K-maps. So far we have only discussed 2 and 3-variable K-maps. We can now create a 4-variable map in the EET 3 Chapter 3 7/3/2 PAGE - 23 Larger K-maps The -variable K-map So ar we have only discussed 2 and 3-variable K-maps. We can now create a -variable map in the same way that we created the 3-variable

More information

Sensors & Transducers 2016 by IFSA Publishing, S. L.

Sensors & Transducers 2016 by IFSA Publishing, S. L. Sensors & ransducers 06 by IFSA Publishing, S. L. http://www.sensorsportal.com Polynomial Regression echniques or Environmental Data Recovery in Wireless Sensor Networks Kohei Ohba, Yoshihiro Yoneda, Koji

More information

Understanding Signal to Noise Ratio and Noise Spectral Density in high speed data converters

Understanding Signal to Noise Ratio and Noise Spectral Density in high speed data converters Understanding Signal to Noise Ratio and Noise Spectral Density in high speed data converters TIPL 4703 Presented by Ken Chan Prepared by Ken Chan 1 Table o Contents What is SNR Deinition o SNR Components

More information

Lab 9 - GEOMETRICAL OPTICS

Lab 9 - GEOMETRICAL OPTICS 161 Name Date Partners Lab 9 - GEOMETRICAL OPTICS OBJECTIVES Optics, developed in us through study, teaches us to see - Paul Cezanne Image rom www.weidemyr.com To examine Snell s Law To observe total internal

More information

A Requirement Specification Language for Configuration Dynamics of Multiagent Systems

A Requirement Specification Language for Configuration Dynamics of Multiagent Systems A Requirement Speciication Language or Coniguration Dynamics o Multiagent Systems Mehdi Dastani, Catholijn M. Jonker, Jan Treur* Vrije Universiteit Amsterdam, Department o Artiicial Intelligence, De Boelelaan

More information

A SAR IMAGE REGISTRATION METHOD BASED ON SIFT ALGORITHM

A SAR IMAGE REGISTRATION METHOD BASED ON SIFT ALGORITHM A SAR IMAGE REGISTRATION METHOD BASED ON SIFT ALGORITHM W. Lu a,b, X. Yue b,c, Y. Zhao b,c, C. Han b,c, * a College o Resources and Environment, University o Chinese Academy o Sciences, Beijing, 100149,

More information

DSP Design Flow User Guide

DSP Design Flow User Guide DSP Design Flow User Guide 101 Innovation Drive San Jose, CA 95134 www.altera.com Document Date: June 2009 Copyright 2009 Altera Corporation. All rights reserved. Altera, The Programmable Solutions Company,

More information

A STUDY ON COEXISTENCE OF WLAN AND WPAN USING A PAN COORDINATOR WITH AN ARRAY ANTENNA

A STUDY ON COEXISTENCE OF WLAN AND WPAN USING A PAN COORDINATOR WITH AN ARRAY ANTENNA A STUDY ON COEXISTENCE OF WLAN AND WPAN USING A PAN COORDINATOR WITH AN ARRAY ANTENNA Yuta NAKAO(Graduate School o Engineering, Division o Physics, Electrical and Computer Engineering, Yokohama National

More information

Review for Exam I, EE552 2/2009

Review for Exam I, EE552 2/2009 Gonale & Woods Review or Eam I, EE55 /009 Elements o Visual Perception Image Formation in the Ee and relation to a photographic camera). Brightness Adaption and Discrimination. Light and the Electromagnetic

More information

ES 240: Scientific and Engineering Computation. a function f(x) that can be written as a finite series of power functions like

ES 240: Scientific and Engineering Computation. a function f(x) that can be written as a finite series of power functions like Polynomial Deinition a unction () that can be written as a inite series o power unctions like n is a polynomial o order n n ( ) = A polynomial is represented by coeicient vector rom highest power. p=[3-5

More information

UNIT #2 TRANSFORMATIONS OF FUNCTIONS

UNIT #2 TRANSFORMATIONS OF FUNCTIONS Name: Date: UNIT # TRANSFORMATIONS OF FUNCTIONS Part I Questions. The quadratic unction ollowing does,, () has a turning point at have a turning point? 7, 3, 5 5, 8. I g 7 3, then at which o the The structure

More information

Noninvasive optical tomographic imaging by speckle ensemble

Noninvasive optical tomographic imaging by speckle ensemble Invited Paper Noninvasive optical tomographic imaging by speckle ensemble Joseph Rosen and David Abookasis Ben-Gurion University o the Negev Department o Electrical and Computer Engineering P. O. Box 653,

More information

THE FINANCIAL CALCULATOR

THE FINANCIAL CALCULATOR Starter Kit CHAPTER 3 Stalla Seminars THE FINANCIAL CALCULATOR In accordance with the AIMR calculator policy in eect at the time o this writing, CFA candidates are permitted to use one o two approved calculators

More information

Numerical Robustness. The implementation of adaptive filtering algorithms on a digital computer, which inevitably operates using finite word-lengths,

Numerical Robustness. The implementation of adaptive filtering algorithms on a digital computer, which inevitably operates using finite word-lengths, 1. Introduction Adaptive filtering techniques are used in a wide range of applications, including echo cancellation, adaptive equalization, adaptive noise cancellation, and adaptive beamforming. These

More information

EMBEDDED DIGITAL IMAGE CORRELATION IN A FULL-FIELD DISPLACEMENT SENSOR. A Thesis. Presented to. The Graduate Faculty of The University of Akron

EMBEDDED DIGITAL IMAGE CORRELATION IN A FULL-FIELD DISPLACEMENT SENSOR. A Thesis. Presented to. The Graduate Faculty of The University of Akron EMBEDDED DIGITAL IMAGE CORRELATIO I A FULL-FIELD DIPLACEMET EOR A Thesis Presented to The Graduate Faculty o The University o Akron In Partial Fulillment o the Requirements or the Degree Master o cience

More information

SUPER RESOLUTION IMAGE BY EDGE-CONSTRAINED CURVE FITTING IN THE THRESHOLD DECOMPOSITION DOMAIN

SUPER RESOLUTION IMAGE BY EDGE-CONSTRAINED CURVE FITTING IN THE THRESHOLD DECOMPOSITION DOMAIN SUPER RESOLUTION IMAGE BY EDGE-CONSTRAINED CURVE FITTING IN THE THRESHOLD DECOMPOSITION DOMAIN Tsz Chun Ho and Bing Zeng Department o Electronic and Computer Engineering The Hong Kong University o Science

More information

Computer Data Analysis and Use of Excel

Computer Data Analysis and Use of Excel Computer Data Analysis and Use o Excel I. Theory In this lab we will use Microsot EXCEL to do our calculations and error analysis. This program was written primarily or use by the business community, so

More information

GEOMETRICAL OPTICS OBJECTIVES

GEOMETRICAL OPTICS OBJECTIVES Geometrical Optics 207 Name Date Partners OBJECTIVES OVERVIEW GEOMETRICAL OPTICS To examine Snell s Law and observe total internal relection. To understand and use the lens equations. To ind the ocal length

More information

Fractal Art: Fractal Image and Music Generator

Fractal Art: Fractal Image and Music Generator Proceedings o the 7th WSEAS Int. Con. on Signal Processing, Computational Geometry & Artiicial Vision, Athens, Greece, August 4-6, 007 159 Fractal Art: Fractal Image and Music Generator RAZVAN TANASIE

More information

Digital Image Processing. Image Enhancement in the Spatial Domain (Chapter 4)

Digital Image Processing. Image Enhancement in the Spatial Domain (Chapter 4) Digital Image Processing Image Enhancement in the Spatial Domain (Chapter 4) Objective The principal objective o enhancement is to process an images so that the result is more suitable than the original

More information

Fig. 3.1: Interpolation schemes for forward mapping (left) and inverse mapping (right, Jähne, 1997).

Fig. 3.1: Interpolation schemes for forward mapping (left) and inverse mapping (right, Jähne, 1997). Eicken, GEOS 69 - Geoscience Image Processing Applications, Lecture Notes - 17-3. Spatial transorms 3.1. Geometric operations (Reading: Castleman, 1996, pp. 115-138) - a geometric operation is deined as

More information

2. Design Planning with the Quartus II Software

2. Design Planning with the Quartus II Software November 2013 QII51016-13.1.0 2. Design Planning with the Quartus II Sotware QII51016-13.1.0 This chapter discusses key FPGA design planning considerations, provides recommendations, and describes various

More information

Measuring the Vulnerability of Interconnection. Networks in Embedded Systems. University of Massachusetts, Amherst, MA 01003

Measuring the Vulnerability of Interconnection. Networks in Embedded Systems. University of Massachusetts, Amherst, MA 01003 Measuring the Vulnerability o Interconnection Networks in Embedded Systems V. Lakamraju, Z. Koren, I. Koren, and C. M. Krishna Department o Electrical and Computer Engineering University o Massachusetts,

More information

Computer Data Analysis and Plotting

Computer Data Analysis and Plotting Phys 122 February 6, 2006 quark%//~bland/docs/manuals/ph122/pcintro/pcintro.doc Computer Data Analysis and Plotting In this lab we will use Microsot EXCEL to do our calculations. This program has been

More information

Afeedforward active noise control (ANC) [1] [3] system

Afeedforward active noise control (ANC) [1] [3] system 1082 IEEE TRANSACTIONS ON SPEECH AND AUDIO PROCESSING, VOL. 13, NO. 5, SEPTEMBER 2005 A New Structure for Feedforward Active Noise Control Systems With Improved Online Secondary Path Modeling Muhammad

More information

Automatic Video Segmentation for Czech TV Broadcast Transcription

Automatic Video Segmentation for Czech TV Broadcast Transcription Automatic Video Segmentation or Czech TV Broadcast Transcription Jose Chaloupka Laboratory o Computer Speech Processing, Institute o Inormation Technology and Electronics Technical University o Liberec

More information

13. Power Optimization

13. Power Optimization 13. Power Optimization May 2013 QII52016-13.0.0 QII52016-13.0.0 The Quartus II sotware oers power-driven compilation to ully optimize device power consumption. Power-driven compilation ocuses on reducing

More information

GENERATION OF DEM WITH SUB-METRIC VERTICAL ACCURACY FROM 30 ERS-ENVISAT PAIRS

GENERATION OF DEM WITH SUB-METRIC VERTICAL ACCURACY FROM 30 ERS-ENVISAT PAIRS GEERATIO OF DEM WITH SUB-METRIC VERTICAL ACCURACY FROM 30 ERS-EVISAT PAIRS C. Colesanti (), F. De Zan (), A. Ferretti (), C. Prati (), F. Rocca () () Dipartimento di Elettronica e Inormazione, Politecnico

More information

2. Recommended Design Flow

2. Recommended Design Flow 2. Recommended Design Flow This chapter describes the Altera-recommended design low or successully implementing external memory interaces in Altera devices. Altera recommends that you create an example

More information

AN 608: HST Jitter and BER Estimator Tool for Stratix IV GX and GT Devices

AN 608: HST Jitter and BER Estimator Tool for Stratix IV GX and GT Devices AN 608: HST Jitter and BER Estimator Tool or Stratix IV GX and GT Devices July 2010 AN-608-1.0 The high-speed communication link design toolkit (HST) jitter and bit error rate (BER) estimator tool is a

More information

Structured Parallel Programming with Deterministic Patterns

Structured Parallel Programming with Deterministic Patterns Structured Parallel Programming with Deterministic Patterns May 14, 2010 USENIX HotPar 2010, Berkeley, Caliornia Michael McCool, Sotware Architect, Ct Technology Sotware and Services Group, Intel Corporation

More information

Adaptive self-learning controller design for feedrate maximisation of machining process

Adaptive self-learning controller design for feedrate maximisation of machining process o Achievements in Materials and Manuacturing Engineering VOLUME 31 ISSUE 2 December 28 Adaptive sel-learning controller design or eedrate maximisation o machining process F. Cus, U. Zuperl*, E. Kiker,

More information

13. Power Management in Stratix IV Devices

13. Power Management in Stratix IV Devices February 2011 SIV51013-3.2 13. Power Management in Stratix IV Devices SIV51013-3.2 This chapter describes power management in Stratix IV devices. Stratix IV devices oer programmable power technology options

More information

Filter Banks with Variable System Delay. Georgia Institute of Technology. Abstract

Filter Banks with Variable System Delay. Georgia Institute of Technology. Abstract A General Formulation for Modulated Perfect Reconstruction Filter Banks with Variable System Delay Gerald Schuller and Mark J T Smith Digital Signal Processing Laboratory School of Electrical Engineering

More information

ACCURATE, EXPLICIT PIPE SIZING FORMULA FOR TURBULENT FLOWS

ACCURATE, EXPLICIT PIPE SIZING FORMULA FOR TURBULENT FLOWS Journal o cience and Technology, Vol. 9, No. (009), pp 147-15 147 009 Kwame Nkrumah University o cience and Technology (KNUT) TECHNICAL NOTE ACCURATE, EXPLICIT PIPE IZING FORMULA FOR TURBULENT FLOW K.O.

More information

Defects Detection of Billet Surface Using Optimized Gabor Filters

Defects Detection of Billet Surface Using Optimized Gabor Filters Proceedings o the 7th World Congress The International Federation o Automatic Control Deects Detection o Billet Surace Using Optimized Gabor Filters Jong Pil Yun* SungHoo Choi* Boyeul Seo* Chang Hyun Park*

More information

9.3 Transform Graphs of Linear Functions Use this blank page to compile the most important things you want to remember for cycle 9.

9.3 Transform Graphs of Linear Functions Use this blank page to compile the most important things you want to remember for cycle 9. 9. Transorm Graphs o Linear Functions Use this blank page to compile the most important things you want to remember or cycle 9.: Sec Math In-Sync by Jordan School District, Utah is licensed under a 6 Function

More information

A Proposed Approach for Solving Rough Bi-Level. Programming Problems by Genetic Algorithm

A Proposed Approach for Solving Rough Bi-Level. Programming Problems by Genetic Algorithm Int J Contemp Math Sciences, Vol 6, 0, no 0, 45 465 A Proposed Approach or Solving Rough Bi-Level Programming Problems by Genetic Algorithm M S Osman Department o Basic Science, Higher Technological Institute

More information

Optimum design of roll forming process of slide rail using design of experiments

Optimum design of roll forming process of slide rail using design of experiments Journal o Mechanical Science and Technology 22 (28) 1537~1543 Journal o Mechanical Science and Technology www.springerlink.com/content/1738-494x DOI 1.17/s1226-8-43-9 Optimum design o roll orming process

More information

Denoising using Curvelet Transform with Improved Thresholds for Application on Ultrasound Images

Denoising using Curvelet Transform with Improved Thresholds for Application on Ultrasound Images 7 Denoising using Curvelet Transorm with Improved Thresholds or Application on Ultrasound Images Er. Tainder Kaur, Assistant Proessor, SBBSIET Padhiana, alandhar Er. Harpreet Kaur, Assistant Proessor,

More information

Performance Analysis of Adaptive Filtering Algorithms for System Identification

Performance Analysis of Adaptive Filtering Algorithms for System Identification International Journal of Electronics and Communication Engineering. ISSN 974-166 Volume, Number (1), pp. 7-17 International Research Publication House http://www.irphouse.com Performance Analysis of Adaptive

More information

2. Getting Started with the Graphical User Interface

2. Getting Started with the Graphical User Interface February 2011 NII52017-10.1.0 2. Getting Started with the Graphical User Interace NII52017-10.1.0 The Nios II Sotware Build Tools (SBT) or Eclipse is a set o plugins based on the popular Eclipse ramework

More information

An object-based approach to plenoptic videos. Proceedings - Ieee International Symposium On Circuits And Systems, 2005, p.

An object-based approach to plenoptic videos. Proceedings - Ieee International Symposium On Circuits And Systems, 2005, p. Title An object-based approach to plenoptic videos Author(s) Gan, ZF; Chan, SC; Ng, KT; Shum, HY Citation Proceedings - Ieee International Symposium On Circuits And Systems, 2005, p. 3435-3438 Issued Date

More information

Automated Planning for Feature Model Configuration based on Functional and Non-Functional Requirements

Automated Planning for Feature Model Configuration based on Functional and Non-Functional Requirements Automated Planning or Feature Model Coniguration based on Functional and Non-Functional Requirements Samaneh Soltani 1, Mohsen Asadi 1, Dragan Gašević 2, Marek Hatala 1, Ebrahim Bagheri 2 1 Simon Fraser

More information

Image Restoration: The Problem and Basic Approaches

Image Restoration: The Problem and Basic Approaches 1 Image Restoration: The Problem and Basic Approaches What is Restoration (vs. Enhancement): Enhancement Making pleasing images Oten no speciic model o the degradation Ad hoc procedures Restoration Undoing

More information

A Classification System and Analysis for Aspect-Oriented Programs

A Classification System and Analysis for Aspect-Oriented Programs A Classiication System and Analysis or Aspect-Oriented Programs Martin Rinard, Alexandru Sălcianu, and Suhabe Bugrara Massachusetts Institute o Technology Cambridge, MA 02139 ABSTRACT We present a new

More information

Application of incremental algorithms to CT image reconstruction for sparse-view, noisy data

Application of incremental algorithms to CT image reconstruction for sparse-view, noisy data Downloaded rom orbit.dtu.dk on: Nov 10, 2018 Application o incremental algorithms to CT image reconstruction or sparse-view, noisy data Rose, Sean; Andersen, Martin Skovgaard; Sidky, Emil Y.; Pan, Xiaochuan

More information

A Method of Sign Language Gesture Recognition Based on Contour Feature

A Method of Sign Language Gesture Recognition Based on Contour Feature Proceedings o the World Congress on Engineering and Computer Science 014 Vol I WCECS 014, -4 October, 014, San Francisco, USA A Method o Sign Language Gesture Recognition Based on Contour Feature Jingzhong

More information

Improving Machining Accuracy with Robot Deformation Compensation

Improving Machining Accuracy with Robot Deformation Compensation he 29 IEEE/RSJ International Conerence on Intelligent Robots and Systems October 11-15, 29 St. Louis, USA Improving Machining Accuracy with Robot Deormation Compensation Jianjun Wang, Hui Zhang, and homas

More information

Optics Quiz #2 April 30, 2014

Optics Quiz #2 April 30, 2014 .71 - Optics Quiz # April 3, 14 Problem 1. Billet s Split Lens Setup I the ield L(x) is placed against a lens with ocal length and pupil unction P(x), the ield (X) on the X-axis placed a distance behind

More information

Creating Airy beams employing a transmissive spatial. light modulator

Creating Airy beams employing a transmissive spatial. light modulator Creating Airy beams employing a transmissive spatial Abstract light modulator Tatiana Latychevskaia 1,*, Daniel Schachtler 1 and Hans-Werner Fink 1 1 Physics Institute, University o Zurich, Winterthurerstrasse

More information

Reclaiming Space from Duplicate Files in a Serverless Distributed File System

Reclaiming Space from Duplicate Files in a Serverless Distributed File System Reclaiming Space rom Duplicate Files in a Serverless Distributed File System John R. Douceur Atul Adya William J. Bolosky Dan Simon Marvin Theimer July 22 Technical Report MSR-TR-22-3 Microsot Research

More information

THE KALMAN FILTER IN ACTIVE NOISE CONTROL

THE KALMAN FILTER IN ACTIVE NOISE CONTROL THE KALMAN FILTER IN ACTIVE NOISE CONTROL Paulo A. C. Lopes Moisés S. Piedade IST/INESC Rua Alves Redol n.9 Lisboa, Portugal paclopes@eniac.inesc.pt INTRODUCTION Most Active Noise Control (ANC) systems

More information

Two are Better Than One: Adaptive Sparse System Identification using Affine Combination of Two Sparse Adaptive Filters

Two are Better Than One: Adaptive Sparse System Identification using Affine Combination of Two Sparse Adaptive Filters Two are Better Than One: Adaptive Sparse System Identification using Affine Combination of Two Sparse Adaptive Filters Guan Gui, Shinya Kumagai, Abolfazl Mehbodniya, and Fumiyuki Adachi Department of Communications

More information

Skill Sets Chapter 5 Functions

Skill Sets Chapter 5 Functions Skill Sets Chapter 5 Functions No. Skills Examples o questions involving the skills. Sketch the graph o the (Lecture Notes Example (b)) unction according to the g : x x x, domain. x, x - Students tend

More information

INTEGER SEQUENCE WINDOW BASED RECONFIGURABLE FIR FILTERS.

INTEGER SEQUENCE WINDOW BASED RECONFIGURABLE FIR FILTERS. INTEGER SEQUENCE WINDOW BASED RECONFIGURABLE FIR FILTERS Arulalan Rajan 1, H S Jamadagni 1, Ashok Rao 2 1 Centre for Electronics Design and Technology, Indian Institute of Science, India (mrarul,hsjam)@cedt.iisc.ernet.in

More information

1.12 Optimal Filters (Wiener Filters)

1.12 Optimal Filters (Wiener Filters) Random Data 75 1.12 Optimal Filters (Wiener Filters) In calculating turbulent spectra we frequently encounter a noise tail just as the spectrum roles down the inertial subrange (-5/3 slope region) toward

More information

Design of Low-Delay FIR Half-Band Filters with Arbitrary Flatness and Its Application to Filter Banks

Design of Low-Delay FIR Half-Band Filters with Arbitrary Flatness and Its Application to Filter Banks Electronics and Communications in Japan, Part 3, Vol 83, No 10, 2000 Translated from Denshi Joho Tsushin Gakkai Ronbunshi, Vol J82-A, No 10, October 1999, pp 1529 1537 Design of Low-Delay FIR Half-Band

More information

Wevelet Neuron Filter with the Local Statistics. Oriented to the Pre-processor for the Image Signals

Wevelet Neuron Filter with the Local Statistics. Oriented to the Pre-processor for the Image Signals Wevelet Neuron Filter with the Local Statistics Oriented to the Pre-processor for the Image Signals Noriaki Suetake Naoki Yamauchi 3 Takeshi Yamakawa y epartment of Control Engineering and Science Kyushu

More information

Motion based 3D Target Tracking with Interacting Multiple Linear Dynamic Models

Motion based 3D Target Tracking with Interacting Multiple Linear Dynamic Models Motion based 3D Target Tracking with Interacting Multiple Linear Dynamic Models Zhen Jia and Arjuna Balasuriya School o EEE, Nanyang Technological University, Singapore jiazhen@pmail.ntu.edu.sg, earjuna@ntu.edu.sg

More information

Adaptive Signal Processing in Time Domain

Adaptive Signal Processing in Time Domain Website: www.ijrdet.com (ISSN 2347-6435 (Online)) Volume 4, Issue 9, September 25) Adaptive Signal Processing in Time Domain Smita Chopde, Pushpa U.S 2 EXTC Department, Fr.CRIT Mumbai University Abstract

More information

Design and implementation of enterprise systems in fine-grained concurrent computation

Design and implementation of enterprise systems in fine-grained concurrent computation Available online at www.sciencedirect.com Procedia Technology 5 (2012 ) 344 353 CENTERIS 2012 - Conerence on ENTERprise Inormation Systems / HCIST 2012 - International Conerence on Health and Social Care

More information

A Series Lighting Controller Modbus Register Map

A Series Lighting Controller Modbus Register Map DEH41097 Rev. 3 g A Series Lighting Control Panelboards A Series Lighting Controller Modbus Register Map Table o Contents Introduction...1 RTU Transmission Mode...1 Message rame...1 RTU Mode Message Frames...1

More information

Research Progress for the Interest Control Protocol of Content-centric Networking

Research Progress for the Interest Control Protocol of Content-centric Networking Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Research Progress or the Interest Control Protocol o Content-centric Networing GAO QIANG, WANG WEIMING, ZHOU JINGJING Zhejiang Gongshang

More information

TRACKING PERFORMANCE OF THE MMAX CONJUGATE GRADIENT ALGORITHM. Bei Xie and Tamal Bose

TRACKING PERFORMANCE OF THE MMAX CONJUGATE GRADIENT ALGORITHM. Bei Xie and Tamal Bose Proceedings of the SDR 11 Technical Conference and Product Exposition, Copyright 211 Wireless Innovation Forum All Rights Reserved TRACKING PERFORMANCE OF THE MMAX CONJUGATE GRADIENT ALGORITHM Bei Xie

More information

L ENSES. Lenses Spherical refracting surfaces. n 1 n 2

L ENSES. Lenses Spherical refracting surfaces. n 1 n 2 Lenses 2 L ENSES 2. Sherical reracting suraces In order to start discussing lenses uantitatively, it is useul to consider a simle sherical surace, as shown in Fig. 2.. Our lens is a semi-ininte rod with

More information

Optimized Variable Step Size Normalized LMS Adaptive Algorithm for Echo Cancellation

Optimized Variable Step Size Normalized LMS Adaptive Algorithm for Echo Cancellation International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 3-869 Optimized Variable Step Size Normalized LMS Adaptive Algorithm for Echo Cancellation Deman Kosale, H.R.

More information

foldr CS 5010 Program Design Paradigms Lesson 5.4

foldr CS 5010 Program Design Paradigms Lesson 5.4 oldr CS 5010 Program Design Paradigms Lesson 5.4 Mitchell Wand, 2012-2014 This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. 1 Introduction In this lesson,

More information

CHAPTER 35. Answer to Checkpoint Questions

CHAPTER 35. Answer to Checkpoint Questions 956 CHAPTER 35 GEMETRICAL PTICS CHAPTER 35 Answer to Checkpoint Questions answer to kaleidoscope question: two mirrors that orm a V with an angle o 60. 0:d, :8d, :d. (a) real; (b) inverted; (c) same 3.

More information

A SEMI-FRAGILE WATERMARKING SCHEME FOR IMAGE AUTHENTICATION AND TAMPER-PROOFING

A SEMI-FRAGILE WATERMARKING SCHEME FOR IMAGE AUTHENTICATION AND TAMPER-PROOFING A SEMI-FRAGILE WATERMARKING SCHEME FOR IMAGE AUTHENTICATION AND TAMPER-PROOFING Nozomi Ishihara and Kôi Abe Department o Computer Science, The University o Electro-Communications, 1-5-1 Chougaoa Chou-shi,

More information

Adaptive Filtering using Steepest Descent and LMS Algorithm

Adaptive Filtering using Steepest Descent and LMS Algorithm IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 4 October 2015 ISSN (online): 2349-784X Adaptive Filtering using Steepest Descent and LMS Algorithm Akash Sawant Mukesh

More information

Multi-View Omni-Directional Imaging

Multi-View Omni-Directional Imaging Multi-View Omni-Directional Imaging Tuesday, December 19, 2000 Moshe Ben-Ezra, Shmuel Peleg Abstract This paper describes a novel camera design or the creation o multiple panoramic images, such that each

More information

Blind Deconvolution with Sparse Priors on the Deconvolution Filters

Blind Deconvolution with Sparse Priors on the Deconvolution Filters Blind Deconvolution with Sparse Priors on the Deconvolution Filters Hyung-Min Park 1, Jong-Hwan Lee 1, Sang-Hoon Oh 2, and Soo-Young Lee 1 1 Brain Science Research Center and Dept. Biosystems, Korea Advanced

More information

Wave load formulae for prediction of wave-induced forces on a slender pile within pile groups

Wave load formulae for prediction of wave-induced forces on a slender pile within pile groups Wave load ormulae or prediction o wave-induced orces on a slender pile within pile groups Lisham Bonakdar 1 *, Hocine Oumeraci 1 and Amir Etemad-Shahidi 2 1 Leichtweiss-Institute or Hydraulic Engineering

More information

The Graph of an Equation Graph the following by using a table of values and plotting points.

The Graph of an Equation Graph the following by using a table of values and plotting points. Calculus Preparation - Section 1 Graphs and Models Success in math as well as Calculus is to use a multiple perspective -- graphical, analytical, and numerical. Thanks to Rene Descartes we can represent

More information

Outline F. OPTICS. Objectives. Introduction. Wavefronts. Light Rays. Geometrical Optics. Reflection and Refraction

Outline F. OPTICS. Objectives. Introduction. Wavefronts. Light Rays. Geometrical Optics. Reflection and Refraction F. OPTICS Outline 22. Spherical mirrors 22.2 Reraction at spherical suraces 22.3 Thin lenses 22. Geometrical optics Objectives (a) use the relationship = r/2 or spherical mirrors (b) draw ray agrams to

More information

Automated Modelization of Dynamic Systems

Automated Modelization of Dynamic Systems Automated Modelization o Dynamic Systems Ivan Perl, Aleksandr Penskoi ITMO University Saint-Petersburg, Russia ivan.perl, aleksandr.penskoi@corp.imo.ru Abstract Nowadays, dierent kinds o modelling settled

More information

MULTICHANNEL image processing is studied in this

MULTICHANNEL image processing is studied in this 186 IEEE SIGNAL PROCESSING LETTERS, VOL. 6, NO. 7, JULY 1999 Vector Median-Rational Hybrid Filters for Multichannel Image Processing Lazhar Khriji and Moncef Gabbouj, Senior Member, IEEE Abstract In this

More information

An Automatic Sequential Smoothing Method for Processing Biomechanical Kinematic Signals

An Automatic Sequential Smoothing Method for Processing Biomechanical Kinematic Signals An Automatic Sequential Smoothing Method or Processing Biomechanical Kinematic Signals F.J. ALONSO, F. ROMERO, D.R. SALGADO Department o Mechanical, Energetic and Material Engineering University o Extremadura

More information

Convex combination of adaptive filters for a variable tap-length LMS algorithm

Convex combination of adaptive filters for a variable tap-length LMS algorithm Loughborough University Institutional Repository Convex combination of adaptive filters for a variable tap-length LMS algorithm This item was submitted to Loughborough University's Institutional Repository

More information

Available online at ScienceDirect. Physics Procedia 63 (2015 )

Available online at  ScienceDirect. Physics Procedia 63 (2015 ) Available online at www.sciencedirect.com ScienceDirect Physics Procedia 63 (2015 ) 141 146 43 rd Annual Symposium o the Ultrasonic Industry Association, UIA Symposium 2014 Resolution o image compounding

More information

VHDL MODEL OF SMART SENSOR

VHDL MODEL OF SMART SENSOR VHDL MODEL OF SMART SENSOR 1 MS. VAISHALI M. BAGADE, 2 MR M.B.LIMKAR 1Electronics Department 1, TERNA College, Nerul 2 Electronics & Telecommunication Department, TERNA College, Navi Mumbai Email: 1 vaishali.bagade2@gmail.com,

More information

10. SOPC Builder Component Development Walkthrough

10. SOPC Builder Component Development Walkthrough 10. SOPC Builder Component Development Walkthrough QII54007-9.0.0 Introduction This chapter describes the parts o a custom SOPC Builder component and guides you through the process o creating an example

More information