Arithmetic Unit for Complex Number Processing

Size: px
Start display at page:

Download "Arithmetic Unit for Complex Number Processing"

Transcription

1 Abstract Arithetic Unit or Coplex Nuber Processing Dr. Soloon Khelnik, Dr. Sergey Selyutin, Alexandr Viduetsky, Inna Doubson, Seion Khelnik This paper presents developent o a coplex nuber arithetic unit (CAU), based on the single-coponent representation o coplex nubers by positional binary codes with coplex radix. Algoriths o the basic arithetic operations in this representation are described and analyzed. The results o CAU design, siulation and synthesis and coparison o CAU characteristics to those o traditional arithetic units (TAU) are presented. It is shown that ipleentation o CAU algoriths in ath processors achieves signiicant (5-10 ties) speed-up o coplex nuber processing over TAU equivalents. 1. Introduction Matheatical operations with coplex nubers are coonly required in nuerous coputer applications, such as digital signal processing, wireless counication and telecounication systes, control o power systes, etc. Algoriths or coputer gaes and 3D graphics applications can be expressed using coplex nubers. These operations usually include arithetic operations, odulus coparisons, square and cube roots, logarithic, trigonoetric and hyperbolic unctions, as well as ast Fourier transors, to nae a ew. Following historical atheatical notation, coplex nubers in digital coputers are represented as pairs o real nubers. Matheatic operations on coplex nubers in TAU are ipleented using operations on real nubers. Consider operation o addition (subtraction) o two coplex nubers: ( a + jb) ± ( c + jd ) = ( a ± c) + j( b ± d ) where j is an iaginary unit. This operation involves 2 real additions (subtractions). Multiplication o two coplex nubers: ( a + jb) ( c + jd ) = ( ac bd ) + j( ad + bc) will involve 6 real operations (our ultiplications, one addition and one subtraction). Division o two coplex nubers: ( a + jb) /( c + jd ) = ( ac + bd )/( c + d ) + j( bc ad )/( c + d ) will involve 11 real operations (2 divisions, 6 ultiplications, 2 additions and one subtraction). Siilarly, it can be shown that operation o coplex square root can be reduced to 6 real operations. 1

2 Due to representation o coplex nubers with separate real and iaginary coponents, processing o coplex nubers in TAU requires ore systes resources and has uch slower perorance than real nuber processing. To iprove perorance o coplex nuber processing in coputer systes several proposals have been ade or a single-coponent representation. The essence o these proposals is to present coplex nubers in such a positional nuber syste, which allows or coplex operations to be ipleented on a single data eleent without a need or separate processing o real and iaginary coponents. S. Khelnik [2,5,9] was aong the irst to analyze and propose various positional codes or presentation and processing o coplex nubers. He proposed and analyzed several positional coding systes, including those with j 2 radix and (-1+j) radix. Other early researchers in this ield include D. Knuth [1] who suggested to use an iaginary radix j 2 or positional coplex codes and W. Penney [4] who also suggested to use a coplex radix (-1+j). In his works [2,5,6,7,9,14,15] S. Khelnik suggested techniques or coding and decoding coplex nubers and apparatus or arithetic and atheatic processing o coplex nubers, and then in [3,8,14-17] ipleentation o these operations in digital hardware. Last works by S. Khelnik [14-17] are being ipleented in specialized ALUs or coplex nuber processing. Later several authors [11-13] suggested techniques or design o coplex nuber ultipliers. They used redundant codes or coplex nuber representation, in order to achieve ore regularity in ASIC hardware. However these coding systes were never applied to ipleentation o other arithetic operations, such as division. Six dierent coplex radixes suggested in [2,5,9] by S. Khelnik are discussed below in ore detail. 2. Positional codes o coplex nubers In positional code systes the value o a real and coplex nuber is expressed as weighted su o radix powers ultiplied by real or coplex digits. The radix itsel ay be a positive, negative or coplex (iaginary) nuber. The positional code o a coplex nuber ay be constructed by coposition o positional codes o its real and iaginary coponents, presented in negative radix [9]. Consider a coplex nuber Z = X α + jy β. Let X α and Y β be its real and iaginary coponents presented in a radix ρ = -2 nuber syste as: X α = αρ and Y = βρ () β. () The ollowing binary codes correspond to these presentations: K ( X α ) = {α } and K ( Y β ) = { β }. 2

3 Consider two ethods o coposing these codes into a single code o coplex nuber. In the irst ethod a pair o digits (α, β ) is designated by a nueral λ, which akes radix (-2) code with digits λ {0, 1, j, 1+j}: K (Z) = { λ } As shown in [4], this code ay be also viewed as a positional code o or: with binary digits: and variable radix: ( ρ, ) γ / ρ = ( jρ Z = γ, α, = β, 2, 1) / ( ρ ) i is even i is odd i is even 2, i is odd In the second ethod digits { } α and { } β are interleaved: { β + 1α + 1βα β 1α 1}. Let designate nowα = σ 2, β = σ 2 1 and rewrite this sequence in another or: where k = 2. This sequence ors a ollowing code: { σ σ σ σ σ σ 3}, k+ 2 k+ 1 k k 1 k 2 k K (Z) = { σ } It is shown in [9] that this code corresponds to radix ρ = j 2 code o a coplex nuber Z = X α + j 2 Y β with binary digits σ { 0,1 } : Z = σ () ρ Two types o positional codes described above support basic arithetic operations on coplex nubers: addition, subtraction, ultiplication and division. In [2,5,9,14,15] soe other positional coplex codes were analyzed. Several radices or building positional binary codes o coplex nubers are presented in Table 1. 3

4 Table 1. Radices used to build positional codes o coplex nubers. Radix Code o 2 1 / 2 ρ, i is even ρ = ( 1) / 2, ρ = 2 j ρ, i is odd (, ) 2.1 ( ) ρ = ρ 2.2 ( ) 3.1 ( ),, ρ = j 2 ρ, = ρ, ρ = j 2 ρ = ρ 3.2 ( ) 4,, ρ = ( 1+ j) ρ = ρ,, ρ = ( 1 j) ( ρ ) = ρ 1,, ρ = ( 1 + j 7) / 2 ρ, i is even By ar, usage o radix ( ρ, ) = ( 1) / 2, ρ = 2 gives uch j ρ, i is odd sipler and ore eective hardware ipleentation o coplex arithetical unit. The described coding syste with coplex radix have a nuber advantages copared to conventional coding systes with real radix: uniied coplex 2n-bit code with (-2) radix and interleaved iaginary and real bits vs pair o two n-bit codes in radix 2 or real and iaginary part the sign operations are not required due to (-2) radix there is no need or 2 s copleent transorations rules o overlow and underlow detection are sipliied algoriths o operations with variable length codes are sipler digit-by-digit technique can be used or coputation o all eleentary unctions o coplex arguents 4

5 3. Basic operational blocks o coplex arithetic unit 3.1. Addition and Subtraction Taking into account the described ethods o positional coding, algebraic addition o coplex nubers in these systes is perored according to the rules o algebraic addition in positional codes o real nubers with (-2) radix. Fig. 1 illustrates the pattern o suation and carry propagation in the process o algebraic addition o singlecoponent coplex codes. Although coplex nubers are represented by single-coponent codes, due to described [9,15] properties o coding systes even and odd digits are processed separately and in parallel, which aounts to the sae speed o operation and double length o operands copared to traditional adders or real nubers. It was shown [9] that carry propagation signals can be represented by two bits in all binary coplex nuber systes with coplex radices Multiplication and Division Multiplication o two coplex nubers: V = vk ( ρ, k) and W = wh ( ρ, h) k h results in a product deterined as: Z = [ Vw ( ρ, ) ] ρ, h is equivalent to the h-digit shit o the code Multiplication by the basic unction ( ) with radix ρ. Since w = { 0,1} h, the ultiplication o codes in this nuber syste is reduced to the series o additions and shits. Fig. 2 shows a traditional sequential ultiplication circuit, which is also applicable to the ultiplication o coplex nubers. 5

6 The ajor dierences ro traditional ultiplication o real nubers are absence o sign operations and execution o operation on the codes as a whole, without separate processing o real and iaginary coponents. Multiplication perorance and speed is deterined by the nuber o analyzed digits at each add-and-shit cycle. For the two types o coding systes, having =2 requires an adder circuitry to support addition (subtraction) o X, -X and -2X ultiples [15]. Division using proposed code systes is soewhat siilar to traditional division o real nubers, with the ollowing exception. The goal o division is to converge reainder to zero. In traditional algoriths the sign o reainder is analyzed and is used to deterine value o next subtraction (addition). In our case analysis o coplex odulus is perored to achieve the sae goal. Once again, division operation is executed as a whole, without need or separate processing o real and iaginary coponents Eleentary Functions o Coplex Arguent Although it goes beyond the scope o this discussion. It is worth entioning that digitby-digit technique or coputation o eleentary unctions o real arguents [10] ay be extended on coplex arguents as well. Algoriths or coputation o coplex eleentary unctions were developed in [9,15] and include trigonoetric and hyperbolic unctions, logarith and antilogarith, raising to a coplex power, odulus calculation, inding square root, transoration between polar and Cartesian coordinates, vector rotation. 6

7 3.4. Coplex Arithetic Unit Architecture In order to support described operations CAU will include such ajor blocks as adder, ultiplier etc, auxiliary blocks to support execution o iscellaneous unary and binary operations and icroprogra block to ipleent coputation o eleentary unctions. The overall architecture o CAU is shown at Fig Coparison with traditional arithetic unit It was deonstrated earlier that coplex operations in TAU are ipleented using operations on real nubers. We will show that ipleentation o coplex operations in CAU requires ore or less the sae aount o tie consued by their real equivalents in TAU. Traditional AU will use our n-bit real codes to represent two coplex nubers with n- bit precision and CAU will use two 2n-bit coplex codes to represent two coplex nubers with n-bit precision. Due to ebedded parallelis in processing o even and odd bits, CAU will peror a coplex addition o these codes at the speed o one n-bit real addition, whereas TAU will require two n-bit real additions to support the sae operation o coplex addition. 7

8 In the case o addition o loating-point nubers, a better precision vs. traditional approach is achieved due to coon exponent or real and iaginary parts. It can be shown that or 64-bit codes this is equivalent to 14% savings in bit length vs. traditional approach, where separate exponents are used in representation o loating-point reals and iaginaries. Siilarly, it can be shown that coplex ultiplication o two 2n-bit coplex codes in CAU can be perored at the speed o one ultiplication o n-bit real codes. At the sae tie TAU will require our ultiplications o n-bit real codes and two additions o n-bit real codes. In general, a coplex arithetic operation on 2n-bit codes in CAU takes the sae tie as corresponding real arithetic operation on n-bit codes in TAU. To speed up perorance o ath operations even urther traditional hardware acceleration techniques such as carry-save/ripple-carry adders and atrix ultipliers can be ipleented in CAU, resulting in increased syste requency. The ollowing table shows how any real operations are required or sotware ipleentation o soe coplex algebraic operations in TAU. Operation Algebraic addition o integer coplex nubers Multiplication o integer coplex nubers Aine integer transoration Basic operation or integer FFT Algebraic addition o loating coplex nubers Multiplication o loating coplex nubers Aine loating transoration Basic operation or loating FFT Table 2. Coparison o TAU versus CAU perorance. NoIn NoALU clocks NoCPU clocks ttau tcau TAU/ CAU ttau tcau TAU/ CAU ttau tcau TAU/ CAU Division o integer

9 coplex nubers Coparison o coplex nuber odules Functions o a coplex arguent ~20 1 ~20 ~900 ~80 11 ~110 0 ~90 12 NOTE. Based on CAU architecture it is possible to develop ath processors or atrix coputations and geoetric transorations. It is estiated that such processors will speed up perorance o FFT by at least 7 ties and o aine transors by at least 20 ties. Table 2 given below shows coparison o CAU and TAU perorance. It is based on the results o TAU and CAU siulation. In this table the ollowing notations are used: NoIn - nuber o instructions to ipleent operation. It is assued that ultiplications and aine transorations, as well as basic FFT operations are perored using array ultipliers NoALU - nuber o ALU clocks to execute operation NoCPU - nuber o CPU clocks to execute all instructions or given operation, including eory access, which is equivalent to 3 ALU clocks ttau - paraeters o traditional ALU or real nubers (TAU) tcau - paraeters o ALU or coplex nubers (CAU) TAU/CAU - ratio o TAU speed over CAU speed This coparison is based on nuber o operations instead o operation execution ties, because those depend largely on syste requency and processor technology, rather than on processor architecture. Assuing that algebraic operations are distributed uniorly across ath applications, one will conclude that each coplex operation in TAU requires in average 5 real operations. Considering also ipleentation o geoetrical and ast Fourier transorations as coplex operations, will result in 5-10 ties speedup o coplex nuber processing in CAU copared to TAU. This technology signiicantly reduces the nuber o required coputer operations at a sall cost o increased circuit coplexity. Such reduction o operations leads to a aster coputation tie and should cause power savings. 5. Conclusion At the current stage o developent the ollowing results were achieved: 1. sound theoretical oundation o coplex coputer arithetic and etheatics, based on proposed uniied code or coplex nuber presentation 2. design and developent o CAU hardware, ipleenting a vast class o ath operations and unctions on coplex nubers 3. developent o VHDL siulation odels o CAU blocks 9

10 4. synthesis o CAU operational and control blocks, targeted or dierent ASIC and FPGA technologies 5. siulation and testing o CAU unctional behavior and perorance in the syste environent, using behavioral and RTL odels In addition, the ollowing tools and odels were developed or CAU siulation, debugging and testing: 6. VHDL odel o virtual processor and eory, presented at Fig prograing language or this processor several application progras browsers or viewing the architecture and layout o design blocks, algoriths o CAU and unctional tests Based on results o design, siulation and synthesis the ollowing technical paraeters o CAU were established: nuber o operational blocks ~ 190 nuber o individual operations ~ 250 nuber o logic gates ~ 250,000 inial syste clock period ~ 30 gate delays The uture stages o CAU developent will include urther enhanceents in ath processor architecture and tools to support eective ipleentation o coputer applications with intensive coplex nuber processing. 10

11 Building ath processors, based on described technology, will ake possible to achieve the ollowing results in applications with coplex nubers: perorance o coplex nubers processing increased by ~ 5-10 ties data eory requireent reduced by ~ 15% labor-intensiveness o prograing reduced by ~ 2 ties 6. Reerences 1. D.E. Knuth. An Iaginary Nuber Syste, Counications o ACM 3, No. 4, S. Khelnik. A Specialized Coputer or Operations on Coplex Nubers. Questions o Radio Electronics XII, No. 2, 1962 (in Russian). 3. S. Khelnik. Adder o codes o coplex nubers. Questions o Radio Electronics XII, No. 3, Penney W., A Binary Syste or Coplex Nubers, Journal o ACM 12, No. 2, 1965, pp S. Khelnik. Positional Coding Systes or Coplex Nuber Presentation. Questions o Radio Electronics XII, No. 9, 1966 (in Russian). 6. S. Khelnik. Nuber syste with coplex bases, Part in Book: Pospelov D.A., Arithetic basis o digital Coputers, "Visshaja shkola", 1970, Moscow. 7. S. Khelnik. Solution o the navigation probles on a digital coputer using coplex nubers codes, "Proble special radio-electronic", series "Teleechanics and anageent Systes", 1971, No 6, Moscow. 8. S. Khelnik et al. Digital devices with icrochips, "Energia", 1975, Moscow. 9. S. Khelnik. Coputer Arithetic o Vectors, Figures and Functions, Matheatics in Coputers, 1995, Tel Aviv (in Russian). 10. Miller J. M., Eleentary Functions. Algoriths and Ipleentation. Birkhauser, 1997, Boston. 11. T. Aoki, H. Aada, and T. Higuchi: "Real/Coplex Reconigurable Arithetic Using Redundant Coplex Nuber Systes". In Proc. 13 th Syposiu on Coputer Arithetic, Y. Chang and K. Parhi. High Perorance Digit Serial Coplex Nuber Multiplier-Accuulator, Proc. Int. Con. on Coputer Design, A. M. Nielsen and P. Kornerup, Redundant Radix Representation o Rings, IEEE Transactions on Coputers, Vol. 48 (11), Noveber S. Khelnik, A Method and Syste or Processing Coplex Nubers. International Patent Application, WO 01/50332, United States Patent Application No. 10/189,195, S. Khelnik, A Method and Syste or Ipleenting Coprocessor. Canadian Patent Application, CA , S. Khelnik. Method and Syste or Processing Matrices o Coplex Nubers and FFT, Canadian Patent Application, CA , S. Khelnik, Method and Syste or Processing Matrices o Coplex Nubers and Coplex Fast Fourier Transoration. International Patent Application, PCT/CA02/00295,

Elliptic Curve Scalar Point Multiplication Algorithm Using Radix-4 Booth s Algorithm

Elliptic Curve Scalar Point Multiplication Algorithm Using Radix-4 Booth s Algorithm Elliptic Curve Scalar Multiplication Algorith Using Radix-4 Booth s Algorith Elliptic Curve Scalar Multiplication Algorith Using Radix-4 Booth s Algorith Sangook Moon, Non-eber ABSTRACT The ain back-bone

More information

A Division Algorithm Using Bisection Method in Residue Number System

A Division Algorithm Using Bisection Method in Residue Number System International Journal of Coputer, Consuer and Control IJ3C), Vol., No. 03) 59 A Division Algorith Using Bisection Method in Residue Nuber Syste * Chin-Chen Chang and Jen-Ho Yang Abstract. Introduction

More information

A method to determine relative stroke detection efficiencies from multiplicity distributions

A method to determine relative stroke detection efficiencies from multiplicity distributions A ethod to deterine relative stroke detection eiciencies ro ultiplicity distributions Schulz W. and Cuins K. 2. Austrian Lightning Detection and Inoration Syste (ALDIS), Kahlenberger Str.2A, 90 Vienna,

More information

Fast Montgomery-like Square Root Computation over GF(2 m ) for All Trinomials

Fast Montgomery-like Square Root Computation over GF(2 m ) for All Trinomials Fast Montgoery-like Square Root Coputation over GF( ) for All Trinoials Yin Li a, Yu Zhang a, a Departent of Coputer Science and Technology, Xinyang Noral University, Henan, P.R.China Abstract This letter

More information

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon Model Fitting CURM Background Material, Fall 014 Dr. Doreen De Leon 1 Introduction Given a set of data points, we often want to fit a selected odel or type to the data (e.g., we suspect an exponential

More information

A New Algorithm for Reactive Electric Power Measurement

A New Algorithm for Reactive Electric Power Measurement A. Abiyev, GAU J. Soc. & Appl. Sci., 2(4), 7-25, 27 A ew Algorith for Reactive Electric Power Measureent Adalet Abiyev Girne Aerican University, Departernt of Electrical Electronics Engineering, Mersin,

More information

On the Design of an On-line Complex Householder Transform

On the Design of an On-line Complex Householder Transform On the esign of an On-line Coplex Householder Transfor Robert McIlhenny Coputer Science epartent California State University, Northridge Northridge, CA 9330 rcilhen@csunedu Milo s Ercegovac Coputer Science

More information

Efficient Filter Banks And Interpolators

Efficient Filter Banks And Interpolators Efficient Filter Banks And Interpolators A. G. DEMPSTER AND N. P. MURPHY Departent of Electronic Systes University of Westinster 115 New Cavendish St, London W1M 8JS United Kingdo Abstract: - Graphical

More information

Low complexity bit parallel multiplier for GF(2 m ) generated by equally-spaced trinomials

Low complexity bit parallel multiplier for GF(2 m ) generated by equally-spaced trinomials Inforation Processing Letters 107 008 11 15 www.elsevier.co/locate/ipl Low coplexity bit parallel ultiplier for GF generated by equally-spaced trinoials Haibin Shen a,, Yier Jin a,b a Institute of VLSI

More information

Functions: Review of Algebra and Trigonometry

Functions: Review of Algebra and Trigonometry Sec. and. Functions: Review o Algebra and Trigonoetry A. Functions and Relations DEFN Relation: A set o ordered pairs. (,y) (doain, range) DEFN Function: A correspondence ro one set (the doain) to anther

More information

Uniform Approximation and Bernstein Polynomials with Coefficients in the Unit Interval

Uniform Approximation and Bernstein Polynomials with Coefficients in the Unit Interval Unifor Approxiation and Bernstein Polynoials with Coefficients in the Unit Interval Weiang Qian and Marc D. Riedel Electrical and Coputer Engineering, University of Minnesota 200 Union St. S.E. Minneapolis,

More information

Confirming the Design Gap

Confirming the Design Gap Confiring the Design Gap Benjain Menhorn and Frank Sloka Institute for Ebedded Systes/Real-Tie Systes Ul University Albert-Einstein-Allee 11, Ul, Gerany benjain.enhorn frank.sloka@uni-ul.de Abstract. The

More information

Topic 5a Introduction to Curve Fitting & Linear Regression

Topic 5a Introduction to Curve Fitting & Linear Regression /7/08 Course Instructor Dr. Rayond C. Rup Oice: A 337 Phone: (95) 747 6958 E ail: rcrup@utep.edu opic 5a Introduction to Curve Fitting & Linear Regression EE 4386/530 Coputational ethods in EE Outline

More information

Symbolic Analysis as Universal Tool for Deriving Properties of Non-linear Algorithms Case study of EM Algorithm

Symbolic Analysis as Universal Tool for Deriving Properties of Non-linear Algorithms Case study of EM Algorithm Acta Polytechnica Hungarica Vol., No., 04 Sybolic Analysis as Universal Tool for Deriving Properties of Non-linear Algoriths Case study of EM Algorith Vladiir Mladenović, Miroslav Lutovac, Dana Porrat

More information

Finite fields. and we ve used it in various examples and homework problems. In these notes I will introduce more finite fields

Finite fields. and we ve used it in various examples and homework problems. In these notes I will introduce more finite fields Finite fields I talked in class about the field with two eleents F 2 = {, } and we ve used it in various eaples and hoework probles. In these notes I will introduce ore finite fields F p = {,,...,p } for

More information

Feature Extraction Techniques

Feature Extraction Techniques Feature Extraction Techniques Unsupervised Learning II Feature Extraction Unsupervised ethods can also be used to find features which can be useful for categorization. There are unsupervised ethods that

More information

Short Papers. Test Data Compression and Decompression Based on Internal Scan Chains and Golomb Coding

Short Papers. Test Data Compression and Decompression Based on Internal Scan Chains and Golomb Coding IEEE TRANSACTIONS ON COMPUTER-AIDED DESIGN OF INTEGRATED CIRCUITS AND SYSTEMS, VOL. 1, NO. 6, JUNE 00 715 Short Papers Test Data Copression and Decopression Based on Internal Scan Chains and Golob Coding

More information

Non-Parametric Non-Line-of-Sight Identification 1

Non-Parametric Non-Line-of-Sight Identification 1 Non-Paraetric Non-Line-of-Sight Identification Sinan Gezici, Hisashi Kobayashi and H. Vincent Poor Departent of Electrical Engineering School of Engineering and Applied Science Princeton University, Princeton,

More information

On Concurrent Detection of Errors in Polynomial Basis Multiplication

On Concurrent Detection of Errors in Polynomial Basis Multiplication 1 On Concurrent Detection of Errors in Polynoial Basis Multiplication Siavash Bayat-Saradi and M. Anwar Hasan Abstract The detection of errors in arithetic operations is an iportant issue. This paper discusses

More information

Using a De-Convolution Window for Operating Modal Analysis

Using a De-Convolution Window for Operating Modal Analysis Using a De-Convolution Window for Operating Modal Analysis Brian Schwarz Vibrant Technology, Inc. Scotts Valley, CA Mark Richardson Vibrant Technology, Inc. Scotts Valley, CA Abstract Operating Modal Analysis

More information

A practical approach to real-time application of speaker recognition using wavelets and linear algebra

A practical approach to real-time application of speaker recognition using wavelets and linear algebra A practical approach to real-tie application o speaker recognition using wavelets and linear algebra Duc Son Pha, Michael C. Orr, Brian Lithgow and Robert Mahony Departent o Electrical and Coputer Systes

More information

A note on the multiplication of sparse matrices

A note on the multiplication of sparse matrices Cent. Eur. J. Cop. Sci. 41) 2014 1-11 DOI: 10.2478/s13537-014-0201-x Central European Journal of Coputer Science A note on the ultiplication of sparse atrices Research Article Keivan Borna 12, Sohrab Aboozarkhani

More information

Complexity reduction in low-delay Farrowstructure-based. filters utilizing linear-phase subfilters

Complexity reduction in low-delay Farrowstructure-based. filters utilizing linear-phase subfilters Coplexity reduction in low-delay Farrowstructure-based variable fractional delay FIR filters utilizing linear-phase subfilters Air Eghbali and Håkan Johansson Linköping University Post Print N.B.: When

More information

About the definition of parameters and regimes of active two-port networks with variable loads on the basis of projective geometry

About the definition of parameters and regimes of active two-port networks with variable loads on the basis of projective geometry About the definition of paraeters and regies of active two-port networks with variable loads on the basis of projective geoetry PENN ALEXANDR nstitute of Electronic Engineering and Nanotechnologies "D

More information

FPGA Implementation of Point Multiplication on Koblitz Curves Using Kleinian Integers

FPGA Implementation of Point Multiplication on Koblitz Curves Using Kleinian Integers FPGA Ipleentation of Point Multiplication on Koblitz Curves Using Kleinian Integers V.S. Diitrov 1 K.U. Järvinen 2 M.J. Jacobson, Jr. 3 W.F. Chan 3 Z. Huang 1 February 28, 2012 Diitrov et al. (Univ. Calgary)

More information

NBN Algorithm Introduction Computational Fundamentals. Bogdan M. Wilamoswki Auburn University. Hao Yu Auburn University

NBN Algorithm Introduction Computational Fundamentals. Bogdan M. Wilamoswki Auburn University. Hao Yu Auburn University NBN Algorith Bogdan M. Wilaoswki Auburn University Hao Yu Auburn University Nicholas Cotton Auburn University. Introduction. -. Coputational Fundaentals - Definition of Basic Concepts in Neural Network

More information

CHAPTER 8 : A PARALLEL TWO DIMENSIONAL WAVELET PACKET TRANSFORM AND ITS APPLICATION TO MATRIX-VECTOR MULTIPLICATION.

CHAPTER 8 : A PARALLEL TWO DIMENSIONAL WAVELET PACKET TRANSFORM AND ITS APPLICATION TO MATRIX-VECTOR MULTIPLICATION. HAPTR 8 : A PARALLL TWO DIMNSIONAL WAVLT PAKT TRANSFORM AND ITS APPLIATION TO MATRIX-VTOR MULTIPLIATION. ric GOIRAND Mladen Victor WIKRHAUSR Washington University Departent o Matheatics Brookings Drive,

More information

REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION

REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION ISSN 139 14X INFORMATION TECHNOLOGY AND CONTROL, 008, Vol.37, No.3 REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION Riantas Barauskas, Vidantas Riavičius Departent of Syste Analysis, Kaunas

More information

a a a a a a a m a b a b

a a a a a a a m a b a b Algebra / Trig Final Exa Study Guide (Fall Seester) Moncada/Dunphy Inforation About the Final Exa The final exa is cuulative, covering Appendix A (A.1-A.5) and Chapter 1. All probles will be ultiple choice

More information

Optimal Resource Allocation in Multicast Device-to-Device Communications Underlaying LTE Networks

Optimal Resource Allocation in Multicast Device-to-Device Communications Underlaying LTE Networks 1 Optial Resource Allocation in Multicast Device-to-Device Counications Underlaying LTE Networks Hadi Meshgi 1, Dongei Zhao 1 and Rong Zheng 2 1 Departent of Electrical and Coputer Engineering, McMaster

More information

The Transactional Nature of Quantum Information

The Transactional Nature of Quantum Information The Transactional Nature of Quantu Inforation Subhash Kak Departent of Coputer Science Oklahoa State University Stillwater, OK 7478 ABSTRACT Inforation, in its counications sense, is a transactional property.

More information

Sexually Transmitted Diseases VMED 5180 September 27, 2016

Sexually Transmitted Diseases VMED 5180 September 27, 2016 Sexually Transitted Diseases VMED 518 Septeber 27, 216 Introduction Two sexually-transitted disease (STD) odels are presented below. The irst is a susceptibleinectious-susceptible (SIS) odel (Figure 1)

More information

e-companion ONLY AVAILABLE IN ELECTRONIC FORM

e-companion ONLY AVAILABLE IN ELECTRONIC FORM OPERATIONS RESEARCH doi 10.1287/opre.1070.0427ec pp. ec1 ec5 e-copanion ONLY AVAILABLE IN ELECTRONIC FORM infors 07 INFORMS Electronic Copanion A Learning Approach for Interactive Marketing to a Custoer

More information

Department of Electronic and Optical Engineering, Ordnance Engineering College, Shijiazhuang, , China

Department of Electronic and Optical Engineering, Ordnance Engineering College, Shijiazhuang, , China 6th International Conference on Machinery, Materials, Environent, Biotechnology and Coputer (MMEBC 06) Solving Multi-Sensor Multi-Target Assignent Proble Based on Copositive Cobat Efficiency and QPSO Algorith

More information

LogLog-Beta and More: A New Algorithm for Cardinality Estimation Based on LogLog Counting

LogLog-Beta and More: A New Algorithm for Cardinality Estimation Based on LogLog Counting LogLog-Beta and More: A New Algorith for Cardinality Estiation Based on LogLog Counting Jason Qin, Denys Ki, Yuei Tung The AOLP Core Data Service, AOL, 22000 AOL Way Dulles, VA 20163 E-ail: jasonqin@teaaolco

More information

ASSUME a source over an alphabet size m, from which a sequence of n independent samples are drawn. The classical

ASSUME a source over an alphabet size m, from which a sequence of n independent samples are drawn. The classical IEEE TRANSACTIONS ON INFORMATION THEORY Large Alphabet Source Coding using Independent Coponent Analysis Aichai Painsky, Meber, IEEE, Saharon Rosset and Meir Feder, Fellow, IEEE arxiv:67.7v [cs.it] Jul

More information

COS 424: Interacting with Data. Written Exercises

COS 424: Interacting with Data. Written Exercises COS 424: Interacting with Data Hoework #4 Spring 2007 Regression Due: Wednesday, April 18 Written Exercises See the course website for iportant inforation about collaboration and late policies, as well

More information

Bipartite subgraphs and the smallest eigenvalue

Bipartite subgraphs and the smallest eigenvalue Bipartite subgraphs and the sallest eigenvalue Noga Alon Benny Sudaov Abstract Two results dealing with the relation between the sallest eigenvalue of a graph and its bipartite subgraphs are obtained.

More information

arxiv: v1 [math.nt] 14 Sep 2014

arxiv: v1 [math.nt] 14 Sep 2014 ROTATION REMAINDERS P. JAMESON GRABER, WASHINGTON AND LEE UNIVERSITY 08 arxiv:1409.411v1 [ath.nt] 14 Sep 014 Abstract. We study properties of an array of nubers, called the triangle, in which each row

More information

s = (Y Q Y P)/(X Q - X P)

s = (Y Q Y P)/(X Q - X P) Elliptic Curves and their Applications in Cryptography Preeti Shara M.Tech Student Mody University of Science and Technology, Lakshangarh Abstract This paper gives an introduction to elliptic curves. The

More information

Cooperative spectrum sensing with secondary user selection for cognitive radio networks over Nakagami-m fading channels

Cooperative spectrum sensing with secondary user selection for cognitive radio networks over Nakagami-m fading channels IET Counications Research Article Cooperative spectru sensing with secondary user selection or cognitive radio networks over Nakagai- ading channels ISSN 1751-8628 Received on 14th May 2015 Revised on

More information

Comparing coordination models and architectures using embeddings

Comparing coordination models and architectures using embeddings Science of Coputer Prograing 46 (2003) 31 69 www.elsevier.co/locate/scico Coparing coordination odels and architectures using ebeddings Marcello M. Bonsangue a, Joost N. Kok b, Gianluigi Zavattaro c; a

More information

Convolutional Codes. Lecture Notes 8: Trellis Codes. Example: K=3,M=2, rate 1/2 code. Figure 95: Convolutional Encoder

Convolutional Codes. Lecture Notes 8: Trellis Codes. Example: K=3,M=2, rate 1/2 code. Figure 95: Convolutional Encoder Convolutional Codes Lecture Notes 8: Trellis Codes In this lecture we discuss construction of signals via a trellis. That is, signals are constructed by labeling the branches of an infinite trellis with

More information

Dual porosity DRM formulation for flow and transport through fractured porous media

Dual porosity DRM formulation for flow and transport through fractured porous media Boundary Eleents XXVII 407 Dual porosity DRM orulation or lo and transport through ractured porous edia T. aardzioska & V. Popov Wessex Institute o Technology, UK Abstract The ain objective o this ork

More information

Chapter 6 1-D Continuous Groups

Chapter 6 1-D Continuous Groups Chapter 6 1-D Continuous Groups Continuous groups consist of group eleents labelled by one or ore continuous variables, say a 1, a 2,, a r, where each variable has a well- defined range. This chapter explores:

More information

I. Understand get a conceptual grasp of the problem

I. Understand get a conceptual grasp of the problem MASSACHUSETTS INSTITUTE OF TECHNOLOGY Departent o Physics Physics 81T Fall Ter 4 Class Proble 1: Solution Proble 1 A car is driving at a constant but unknown velocity,, on a straightaway A otorcycle is

More information

c 2013 Society for Industrial and Applied Mathematics

c 2013 Society for Industrial and Applied Mathematics SIAM J. MATRIX ANAL. APPL. Vol. 34, No. 3, pp. 1213 123 c 213 Society or Industrial and Applied Matheatics χ 2 TESTS FOR THE CHOICE OF THE REGULARIZATION PARAMETER IN NONLINEAR INVERSE PROBLEMS J. L. MEAD

More information

Nonmonotonic Networks. a. IRST, I Povo (Trento) Italy, b. Univ. of Trento, Physics Dept., I Povo (Trento) Italy

Nonmonotonic Networks. a. IRST, I Povo (Trento) Italy, b. Univ. of Trento, Physics Dept., I Povo (Trento) Italy Storage Capacity and Dynaics of Nononotonic Networks Bruno Crespi a and Ignazio Lazzizzera b a. IRST, I-38050 Povo (Trento) Italy, b. Univ. of Trento, Physics Dept., I-38050 Povo (Trento) Italy INFN Gruppo

More information

Randomized Recovery for Boolean Compressed Sensing

Randomized Recovery for Boolean Compressed Sensing Randoized Recovery for Boolean Copressed Sensing Mitra Fatei and Martin Vetterli Laboratory of Audiovisual Counication École Polytechnique Fédéral de Lausanne (EPFL) Eail: {itra.fatei, artin.vetterli}@epfl.ch

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2017 Lessons 7 20 Dec 2017 Outline Artificial Neural networks Notation...2 Introduction...3 Key Equations... 3 Artificial

More information

Comparison of Stability of Selected Numerical Methods for Solving Stiff Semi- Linear Differential Equations

Comparison of Stability of Selected Numerical Methods for Solving Stiff Semi- Linear Differential Equations International Journal of Applied Science and Technology Vol. 7, No. 3, Septeber 217 Coparison of Stability of Selected Nuerical Methods for Solving Stiff Sei- Linear Differential Equations Kwaku Darkwah

More information

Statistical Logic Cell Delay Analysis Using a Current-based Model

Statistical Logic Cell Delay Analysis Using a Current-based Model Statistical Logic Cell Delay Analysis Using a Current-based Model Hanif Fatei Shahin Nazarian Massoud Pedra Dept. of EE-Systes, University of Southern California, Los Angeles, CA 90089 {fatei, shahin,

More information

Hermite s Rule Surpasses Simpson s: in Mathematics Curricula Simpson s Rule. Should be Replaced by Hermite s

Hermite s Rule Surpasses Simpson s: in Mathematics Curricula Simpson s Rule. Should be Replaced by Hermite s International Matheatical Foru, 4, 9, no. 34, 663-686 Herite s Rule Surpasses Sipson s: in Matheatics Curricula Sipson s Rule Should be Replaced by Herite s Vito Lapret University of Lublana Faculty of

More information

Kernel Methods and Support Vector Machines

Kernel Methods and Support Vector Machines Intelligent Systes: Reasoning and Recognition Jaes L. Crowley ENSIAG 2 / osig 1 Second Seester 2012/2013 Lesson 20 2 ay 2013 Kernel ethods and Support Vector achines Contents Kernel Functions...2 Quadratic

More information

Lost-Sales Problems with Stochastic Lead Times: Convexity Results for Base-Stock Policies

Lost-Sales Problems with Stochastic Lead Times: Convexity Results for Base-Stock Policies OPERATIONS RESEARCH Vol. 52, No. 5, Septeber October 2004, pp. 795 803 issn 0030-364X eissn 1526-5463 04 5205 0795 infors doi 10.1287/opre.1040.0130 2004 INFORMS TECHNICAL NOTE Lost-Sales Probles with

More information

HYBRID FAST ALGORITHM FOR S TRANSFORMS

HYBRID FAST ALGORITHM FOR S TRANSFORMS 8th European Signal Processing Conerence (EUSIPCO-) Aalborg Denar August -7 HYBRID FAST ALGORITHM FOR S TRASFORMS Soo-Chang Pei Jian-Jiun Ding Pai-Wei Wag and Wen Fu Wang Departent o Electrical Engineering

More information

On the Communication Complexity of Lipschitzian Optimization for the Coordinated Model of Computation

On the Communication Complexity of Lipschitzian Optimization for the Coordinated Model of Computation journal of coplexity 6, 459473 (2000) doi:0.006jco.2000.0544, available online at http:www.idealibrary.co on On the Counication Coplexity of Lipschitzian Optiization for the Coordinated Model of Coputation

More information

Acoustic Source Localization and Discrimination in Urban Environments

Acoustic Source Localization and Discrimination in Urban Environments Acoustic Source Localization and Discriination in Urban Environents Manish Kushwaha, Xenoon Koutsouos, Peter Volgyesi and Aos Ledeczi Institute or Sotware Integrated Systes (ISIS) Departent o Electrical

More information

Determining the Robot-to-Robot Relative Pose Using Range-only Measurements

Determining the Robot-to-Robot Relative Pose Using Range-only Measurements Deterining the Robot-to-Robot Relative Pose Using Range-only Measureents Xun S Zhou and Stergios I Roueliotis Abstract In this paper we address the proble of deterining the relative pose of pairs robots

More information

Fingerprint Verification Based on Invariant Moment Features and Nonlinear BPNN

Fingerprint Verification Based on Invariant Moment Features and Nonlinear BPNN 800 International Journal o Control, Autoation, and Systes, vol. 6, no. 6, pp. 800-808, Deceber 008 Fingerprint Veriication Based on Invariant Moent Features and Nonlinear BPNN Ju Cheng Yang and Dong Sun

More information

On Constant Power Water-filling

On Constant Power Water-filling On Constant Power Water-filling Wei Yu and John M. Cioffi Electrical Engineering Departent Stanford University, Stanford, CA94305, U.S.A. eails: {weiyu,cioffi}@stanford.edu Abstract This paper derives

More information

SUPERIOR-ORDER CURVATURE-CORRECTED PROGRAMMABLE VOLTAGE REFERENCES

SUPERIOR-ORDER CURVATURE-CORRECTED PROGRAMMABLE VOLTAGE REFERENCES SUPEIO-ODE CUATUE-COECTED POGAMMABLE OLTAGE EFEENCES Cosin Popa e-ail: cosin@golanapubro Faculty of Electronics and Telecounications, University Politehnica of Bucharest, B dul Iuliu Maniu 1-3, Bucuresti,

More information

A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine. (1900 words)

A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine. (1900 words) 1 A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine (1900 words) Contact: Jerry Farlow Dept of Matheatics Univeristy of Maine Orono, ME 04469 Tel (07) 866-3540 Eail: farlow@ath.uaine.edu

More information

Reed-Muller Codes. m r inductive definition. Later, we shall explain how to construct Reed-Muller codes using the Kronecker product.

Reed-Muller Codes. m r inductive definition. Later, we shall explain how to construct Reed-Muller codes using the Kronecker product. Coding Theory Massoud Malek Reed-Muller Codes An iportant class of linear block codes rich in algebraic and geoetric structure is the class of Reed-Muller codes, which includes the Extended Haing code.

More information

This model assumes that the probability of a gap has size i is proportional to 1/i. i.e., i log m e. j=1. E[gap size] = i P r(i) = N f t.

This model assumes that the probability of a gap has size i is proportional to 1/i. i.e., i log m e. j=1. E[gap size] = i P r(i) = N f t. CS 493: Algoriths for Massive Data Sets Feb 2, 2002 Local Models, Bloo Filter Scribe: Qin Lv Local Models In global odels, every inverted file entry is copressed with the sae odel. This work wells when

More information

Low-complexity, Low-memory EMS algorithm for non-binary LDPC codes

Low-complexity, Low-memory EMS algorithm for non-binary LDPC codes Low-coplexity, Low-eory EMS algorith for non-binary LDPC codes Adrian Voicila,David Declercq, François Verdier ETIS ENSEA/CP/CNRS MR-85 954 Cergy-Pontoise, (France) Marc Fossorier Dept. Electrical Engineering

More information

Genetic Quantum Algorithm and its Application to Combinatorial Optimization Problem

Genetic Quantum Algorithm and its Application to Combinatorial Optimization Problem Genetic Quantu Algorith and its Application to Cobinatorial Optiization Proble Kuk-Hyun Han Dept. of Electrical Engineering, KAIST, 373-, Kusong-dong Yusong-gu Taejon, 305-70, Republic of Korea khhan@vivaldi.kaist.ac.kr

More information

SPECTRUM sensing is a core concept of cognitive radio

SPECTRUM sensing is a core concept of cognitive radio World Acadey of Science, Engineering and Technology International Journal of Electronics and Counication Engineering Vol:6, o:2, 202 Efficient Detection Using Sequential Probability Ratio Test in Mobile

More information

Fairness via priority scheduling

Fairness via priority scheduling Fairness via priority scheduling Veeraruna Kavitha, N Heachandra and Debayan Das IEOR, IIT Bobay, Mubai, 400076, India vavitha,nh,debayan}@iitbacin Abstract In the context of ulti-agent resource allocation

More information

Qualitative Modelling of Time Series Using Self-Organizing Maps: Application to Animal Science

Qualitative Modelling of Time Series Using Self-Organizing Maps: Application to Animal Science Proceedings of the 6th WSEAS International Conference on Applied Coputer Science, Tenerife, Canary Islands, Spain, Deceber 16-18, 2006 183 Qualitative Modelling of Tie Series Using Self-Organizing Maps:

More information

Handwriting Detection Model Based on Four-Dimensional Vector Space Model

Handwriting Detection Model Based on Four-Dimensional Vector Space Model Journal of Matheatics Research; Vol. 10, No. 4; August 2018 ISSN 1916-9795 E-ISSN 1916-9809 Published by Canadian Center of Science and Education Handwriting Detection Model Based on Four-Diensional Vector

More information

Force and dynamics with a spring, analytic approach

Force and dynamics with a spring, analytic approach Force and dynaics with a spring, analytic approach It ay strie you as strange that the first force we will discuss will be that of a spring. It is not one of the four Universal forces and we don t use

More information

Short Papers. Efficient Thermal Simulation for 3-D IC With Thermal Through-Silicon Vias

Short Papers. Efficient Thermal Simulation for 3-D IC With Thermal Through-Silicon Vias IEEE TRANSACTIONS ON COMPUTER-AIDED DESIGN OF INTEGRATED CIRCUITS AND SYSTEMS, VOL. 31, NO. 11, NOVEMBER 2012 1767 Short Papers Efficient Theral Siulation for 3-D IC With Theral Through-Silicon Vias Dongkeun

More information

A Generalized Permanent Estimator and its Application in Computing Multi- Homogeneous Bézout Number

A Generalized Permanent Estimator and its Application in Computing Multi- Homogeneous Bézout Number Research Journal of Applied Sciences, Engineering and Technology 4(23): 5206-52, 202 ISSN: 2040-7467 Maxwell Scientific Organization, 202 Subitted: April 25, 202 Accepted: May 3, 202 Published: Deceber

More information

Chaotic Coupled Map Lattices

Chaotic Coupled Map Lattices Chaotic Coupled Map Lattices Author: Dustin Keys Advisors: Dr. Robert Indik, Dr. Kevin Lin 1 Introduction When a syste of chaotic aps is coupled in a way that allows the to share inforation about each

More information

ARTICLE IN PRESS. Murat Hüsnü Sazlı a,,canişık b. Syracuse, NY 13244, USA

ARTICLE IN PRESS. Murat Hüsnü Sazlı a,,canişık b. Syracuse, NY 13244, USA S1051-200406)00002-9/FLA AID:621 Vol ) [+odel] P1 1-7) YDSPR:3SC+ v 153 Prn:13/02/2006; 15:33 ydspr621 by:laurynas p 1 Digital Signal Processing ) wwwelsevierco/locate/dsp Neural network ipleentation of

More information

Journal of Solid Mechanics and Materials Engineering

Journal of Solid Mechanics and Materials Engineering Journal o Solid Mechanics and Materials Engineering First Order Perturbation-based Stochastic oogeniation Analysis or Short Fiber Reinorced Coposite Materials* Sei-ichiro SAKATA**, Fuihiro ASIDA** and

More information

Soft Computing Techniques Help Assign Weights to Different Factors in Vulnerability Analysis

Soft Computing Techniques Help Assign Weights to Different Factors in Vulnerability Analysis Soft Coputing Techniques Help Assign Weights to Different Factors in Vulnerability Analysis Beverly Rivera 1,2, Irbis Gallegos 1, and Vladik Kreinovich 2 1 Regional Cyber and Energy Security Center RCES

More information

INTERLEAVERS are employed in most modern wireless

INTERLEAVERS are employed in most modern wireless 3188 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 57, NO. 11, NOVEMBER 2009 Parallel Lookahead Algoriths for Pruned Interleavers Mohaad M. Mansour, Senior Meber, IEEE Abstract In this letter, the design of

More information

روش نصف کردن. Bisection Method Basis of Bisection Method

روش نصف کردن. Bisection Method Basis of Bisection Method 10/18/01 روش نصف کردن Bisection Method http://www.pedra-payvandy.co 1 Basis o Bisection Method Theore An equation ()=0, where () is a real continuous unction, has at least one root between l and u i (

More information

Optical Properties of Plasmas of High-Z Elements

Optical Properties of Plasmas of High-Z Elements Forschungszentru Karlsruhe Techni und Uwelt Wissenschaftlishe Berichte FZK Optical Properties of Plasas of High-Z Eleents V.Tolach 1, G.Miloshevsy 1, H.Würz Project Kernfusion 1 Heat and Mass Transfer

More information

An Approximate Model for the Theoretical Prediction of the Velocity Increase in the Intermediate Ballistics Period

An Approximate Model for the Theoretical Prediction of the Velocity Increase in the Intermediate Ballistics Period An Approxiate Model for the Theoretical Prediction of the Velocity... 77 Central European Journal of Energetic Materials, 205, 2(), 77-88 ISSN 2353-843 An Approxiate Model for the Theoretical Prediction

More information

Mathematical Model and Algorithm for the Task Allocation Problem of Robots in the Smart Warehouse

Mathematical Model and Algorithm for the Task Allocation Problem of Robots in the Smart Warehouse Aerican Journal of Operations Research, 205, 5, 493-502 Published Online Noveber 205 in SciRes. http://www.scirp.org/journal/ajor http://dx.doi.org/0.4236/ajor.205.56038 Matheatical Model and Algorith

More information

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair Proceedings of the 6th SEAS International Conference on Siulation, Modelling and Optiization, Lisbon, Portugal, Septeber -4, 006 0 A Siplified Analytical Approach for Efficiency Evaluation of the eaving

More information

Research Article Rapidly-Converging Series Representations of a Mutual-Information Integral

Research Article Rapidly-Converging Series Representations of a Mutual-Information Integral International Scholarly Research Network ISRN Counications and Networking Volue 11, Article ID 5465, 6 pages doi:1.54/11/5465 Research Article Rapidly-Converging Series Representations of a Mutual-Inforation

More information

Intelligent Systems: Reasoning and Recognition. Artificial Neural Networks

Intelligent Systems: Reasoning and Recognition. Artificial Neural Networks Intelligent Systes: Reasoning and Recognition Jaes L. Crowley MOSIG M1 Winter Seester 2018 Lesson 7 1 March 2018 Outline Artificial Neural Networks Notation...2 Introduction...3 Key Equations... 3 Artificial

More information

On Poset Merging. 1 Introduction. Peter Chen Guoli Ding Steve Seiden. Keywords: Merging, Partial Order, Lower Bounds. AMS Classification: 68W40

On Poset Merging. 1 Introduction. Peter Chen Guoli Ding Steve Seiden. Keywords: Merging, Partial Order, Lower Bounds. AMS Classification: 68W40 On Poset Merging Peter Chen Guoli Ding Steve Seiden Abstract We consider the follow poset erging proble: Let X and Y be two subsets of a partially ordered set S. Given coplete inforation about the ordering

More information

A Graphical Model Approach to Source Localization in Wireless Sensor Networks

A Graphical Model Approach to Source Localization in Wireless Sensor Networks A Graphical Model Approach to Source Localization in Wireless Sensor Networks Manish Kushwaha, Xenoon Koutsoukos Institute or Sotware Integrated Systes (ISIS) Departent o Electrical Engineering and Coputer

More information

Constant-Space String-Matching. in Sublinear Average Time. (Extended Abstract) Wojciech Rytter z. Warsaw University. and. University of Liverpool

Constant-Space String-Matching. in Sublinear Average Time. (Extended Abstract) Wojciech Rytter z. Warsaw University. and. University of Liverpool Constant-Space String-Matching in Sublinear Average Tie (Extended Abstract) Maxie Crocheore Universite de Marne-la-Vallee Leszek Gasieniec y Max-Planck Institut fur Inforatik Wojciech Rytter z Warsaw University

More information

On the Analysis of the Quantum-inspired Evolutionary Algorithm with a Single Individual

On the Analysis of the Quantum-inspired Evolutionary Algorithm with a Single Individual 6 IEEE Congress on Evolutionary Coputation Sheraton Vancouver Wall Centre Hotel, Vancouver, BC, Canada July 16-1, 6 On the Analysis of the Quantu-inspired Evolutionary Algorith with a Single Individual

More information

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization Recent Researches in Coputer Science Support Vector Machine Classification of Uncertain and Ibalanced data using Robust Optiization RAGHAV PAT, THEODORE B. TRAFALIS, KASH BARKER School of Industrial Engineering

More information

The proofs of Theorem 1-3 are along the lines of Wied and Galeano (2013).

The proofs of Theorem 1-3 are along the lines of Wied and Galeano (2013). A Appendix: Proofs The proofs of Theore 1-3 are along the lines of Wied and Galeano (2013) Proof of Theore 1 Let D[d 1, d 2 ] be the space of càdlàg functions on the interval [d 1, d 2 ] equipped with

More information

arxiv: v1 [cs.ds] 29 Jan 2012

arxiv: v1 [cs.ds] 29 Jan 2012 A parallel approxiation algorith for ixed packing covering seidefinite progras arxiv:1201.6090v1 [cs.ds] 29 Jan 2012 Rahul Jain National U. Singapore January 28, 2012 Abstract Penghui Yao National U. Singapore

More information

Interactive Markov Models of Evolutionary Algorithms

Interactive Markov Models of Evolutionary Algorithms Cleveland State University EngagedScholarship@CSU Electrical Engineering & Coputer Science Faculty Publications Electrical Engineering & Coputer Science Departent 2015 Interactive Markov Models of Evolutionary

More information

Data-Driven Imaging in Anisotropic Media

Data-Driven Imaging in Anisotropic Media 18 th World Conference on Non destructive Testing, 16- April 1, Durban, South Africa Data-Driven Iaging in Anisotropic Media Arno VOLKER 1 and Alan HUNTER 1 TNO Stieltjesweg 1, 6 AD, Delft, The Netherlands

More information

Chapter 5. Digital Design and Computer Architecture, 2 nd Edition. David Money Harris and Sarah L. Harris. Chapter 5 <1>

Chapter 5. Digital Design and Computer Architecture, 2 nd Edition. David Money Harris and Sarah L. Harris. Chapter 5 <1> Chapter 5 Digital Design and Computer Architecture, 2 nd Edition David Money Harris and Sarah L. Harris Chapter 5 Chapter 5 :: Topics Introduction Arithmetic Circuits umber Systems Sequential Building

More information

Finite-State Markov Modeling of Flat Fading Channels

Finite-State Markov Modeling of Flat Fading Channels International Telecounications Syposiu ITS, Natal, Brazil Finite-State Markov Modeling of Flat Fading Channels Cecilio Pientel, Tiago Falk and Luciano Lisbôa Counications Research Group - CODEC Departent

More information

A High-Speed Processor for Digital Sine/Cosine Generation and Angle Rotation*

A High-Speed Processor for Digital Sine/Cosine Generation and Angle Rotation* Copyright IEEE 998: Published the proceedgs of the nd Asiloar Conference on Signals, Systes and Coputers, Nov -4, 998, at Asiloar, California, USA A High-Speed Processor for Digital Se/Cose Generation

More information

EVALUATION OF THERMAL CONDUCTIVITY IN PITCH- BASED CARBON FIBER REINFORCED PLASTICS

EVALUATION OF THERMAL CONDUCTIVITY IN PITCH- BASED CARBON FIBER REINFORCED PLASTICS 16 TH INTERNATIONA CONFERENCE ON COMPOSITE MATERIAS EVAUATION OF THERMA CONDUCTIVITY IN PITCH- BASED CARBON FIBER REINFORCED PASTICS Shinji Ogihara*, Makoto Yaaguchi**, Takahito Chiba**, Junichi Shiizu****,

More information

Curious Bounds for Floor Function Sums

Curious Bounds for Floor Function Sums 1 47 6 11 Journal of Integer Sequences, Vol. 1 (018), Article 18.1.8 Curious Bounds for Floor Function Sus Thotsaporn Thanatipanonda and Elaine Wong 1 Science Division Mahidol University International

More information