Optimisation for the Telecommunication Industry using Quantum Annealing

Size: px
Start display at page:

Download "Optimisation for the Telecommunication Industry using Quantum Annealing"

Transcription

1 Optimisation for the Telecommnication Indstry sing Qantm Annealing Catherine White, Tdor Popa BT Applied Research Plantagenet SYSTEMS

2 BT Adastral Park

3 HARD PROBLEMS IN TELECOMMUNICATIONS Resorce allocation and planning problems in telecommnications are often algorithmically hard (e.g. NP hard or #P complete) Network layot problem (Steiner Tree) Job Schedling Configration of overlapping cells (placement, power, freqency assignment) Configrations of paths and wavelengths over core networks at layer 1 (RWA problem)

4 QCAPS Project Hard Comptational Problems from Telecommnications D-Wave Approach to Optimisation (experiment) Steiner Tree Graph Coloring Using 2000Q D-Wave Processor Qantm Annealing Initial review of similar previos work by Nasa Selection of promising problems. Max-Ct Job Schedling

5 Overview of problems Infrastrctre layot Network capacity Using existing infrastrctre sch as dcts and poles, together with the possibility of creating new infrastrctre, to provide or pgrade connectivity to new premises. (Steiner spanning tree) - Simlated annealing approaches are typically sed for these problems crrently. Location of celllar network base station. Designing a network to have sfficient capacity to meet demand. Utilising an existing network to maximise capacity Network resilience Network secrity Identification of paths with disjoint nodes and edges in a graph Design of a network sch that there are mltiple paths over disjoint nodes and edges between each pair of endpoints. Optimm placement of deep packet inspection firewalls on a network Graph search problems identification of similar or of nsal clsters (identification of sspicios behavior) Content distribtion Network operation and maintenance Placement and size of content distribtion nodes Predictive downloads to content distribtion nodes Location of service hbs Location and volmes of spare network components Priority and freqency of plift (schedled, preventative maintenance) Allocation of jobs to engineers Geographic ordering of jobs (Travelling Salesman)

6 SUITABILITY FOR QUANTUM ANNEALING The problems described are discrete optimisation problems The state space is large, bt can be represented in small nmber of bits Mapping the problem to qbits is tractable and allows s to find optimm and near optimm soltions.

7 CELLULAR NETWORKS Coverage placement and power of antenna Capacity freqency assignment, interference management >These two isses may not be separable in the design problem Cell Base Station power Cell shape, distance, mltipath, obstacle shadowing, antenna characteristics SIR > threshold

8 MANET - Half dplex mesh network problem MANET Mobile Ad hoc Network. We consider a mesh network where intermediate devices relay data to provide complete commnication services between all devices on the mesh. Applications: IoT, Environmental monitoring, Disaster areas SEND STATE SEND STATE RCV STATE RCV STATE

9 MANET - Half dplex mesh network problem Half-dplex problem (mesh network of devices which can either send or receive on a single freqency) Problem of finding an optimm schedle Assme devices boot p in a sb-optimal schedle, and can commnicate their discovered neighbors to a central optimising service which will will commnicate back a schedle. Devices can synchronise clocks. SEND STATE (SCHEDULE 0) RCV STATE (SCHEDULE 1)

10 MANET - Half dplex mesh network problem Half-dplex problem maps very natrally to the D-Wave annealer Ising form. Simple 1 logical qbit per device is sfficient. SEND (SCHED 0) = -1 RECEIVE (SCHED 1) = 1 SEND STATE SEND STATE RCV STATE RCV STATE

11 MANET - Half dplex mesh network problem 2 connected node problem 3 connected node problem frstration.?

12 MANET - Half dplex mesh network problem 3 connected node problem a soltion One link is disabled (frstrated link) (There will still need to be arbitration in the protocol, e.g. handshaking becase one node commnicates with two others)

13 MANET - Half dplex mesh network problem The code is straightforward we pass the logical Ising Hamiltonian vales in a JSON string J = {(0, 1): 1, (1, 2): 1, (0, 2): 1} h = [0, 0, 0] Dwave provides a classical fnction which handles the embedding of the logical Hamiltonian onto the physical qbits. (Althogh we can optionally rn this many times, and select the best embeddings ) # Get the geometry of the hardware adj = get_hardware_adjacency(solver) # Find an embedding for the problem. emb = find_embedding(j, adj) Rn the solver. answer = solve_ising(solver, h_emb, J_emb, **dw_params) The reslts are retrned as list of measred spin vales for each qbit.

14 MANET - Half dplex mesh network problem Optimising the Half Dplex Mesh is NP Hard! 2000Q architectre is sitable for embedding and solving 100 node mesh network problems of realistic graph density.

15 MANET - Half dplex mesh network problem 300 Node Graph Optimm soltion for a 300 node graph, fond by D-Wave and verified classically.

16 Finding Exact Optimm Percentage of anneals that retrn exact optimm over a range of problem sizes between 20 and 100 logical cells.

17 Finding Near Optimm (>95% of optimm) Percentage of anneals that retrn >95% optimm over a range of problem sizes between 20 and 300 nodes.

18 Finding Near Optimm (>90% of optimm) Percentage of anneals that retrn >90% optimm over a range of problem sizes between 20 and 300 nodes.

19 Best allocation n-coloring When coloring a graph with a large nmber of colors, (freqencies) and varying demand how best to allocate channels to satisfy demand?

20 Cell Channel Allocation Problem 1. Each cell is represented by a complete graph of qbits - one qbit for each available channel. - Demand on each cell can be mapped onto the complete graph. That is, we set the copling vales sch that the minima of the isolated Hamiltonian corresponds to a channel allocation that meets bt does not exceed the ideal demand, for n channels. - To express the objective that optimm available channels to meet demand is N - Minimise ( Q. ) N 1

21 Cell Channel Allocation Problem Qbo terms, where N_i is the channel demand of cell i: Transform QUBO y 3 0,1 to Ising s 3 1,1 form: 1 - Minimise Q. N. - Transformation: y. = : ;<= 1 Sbstitte this into the QUBO - Minimise : 1 ;<= N 1. Expand, and note that for both s. = 1 and s. = 1, s 1. = 1 - Minimise.A? s. s? +. M 2N s. + const where M is nmber of colors Constant terms can be dropped Minimise G s. s?.a? + G M 2N. s.. - We can add frther details sch as penalising onsite energies corresponding to freqencies that don t perform well for that cell.

22 Cell Channel Allocation Problem 2. The constraint on neighboring cells not taking the same freqency is obtained by a 1:1 mapping between the same channels between graphs, which we cople with a strong antiferromagnetic vale (J>1).

23 Small Tests of Cell Allocation Problem: 3 cells, even distribtion Each cell: M = 3, N = 1, M 2N = 1, i, j {0,1,2} Cell interference graph terms: K^_ = 1 if cells I and J interfere I, J {Cells} G s. s? + G s. K^_ G G s^<h s _<h.a?. ^A_ hij..l Overall: Minimise G s. s?.a? + G s.. + K^_ G G s^<h s _<h ^A_ hij..l

24 Small Tests of Cell Allocation Problem: 4 cells, one with high demand M = 5, N^ij = 2, N^ {=,1,q} = 1, M 2N =,1,q = 3, M 2N j = 1 i, j {0,1,2,3,4} Cell with high demand.a? s. s? +. {=,1,q} s. Cells with normal demand.a? s. s? + 3. {=,1,q} s. Adjst the previos problem to penalise se of channels which are bad for the cell, by se of a qality factor q i. Cell with high demand.a? s. s? + q.. {=,1,q} s. Cells with normal demand.a? s. s? + q. 3. {=,1,q} s.

25 Vertex-diverse roting

26 Partially vertex disjoint paths on a core model

27 Vertex-disjoint roting: Usefl problems to solve What is the best set of partially disjoint paths between nodes s and t? What if... the probability of node compromise is different for each node? What if... we grop the nodes into shared risk grops which will all be compromised together? What if we want to load balance across all a sbset of nodes (which we define as the network edges) and we want to find an optimm set of partially diverse rotes between all pairs in this set, and we make the rle that nodes cannot be shared?...and we can look at all the same problems, bt for edge-disjointness

28 Hard problems we are trialling with DWave Half dplex mesh network Cell channel allocation Roting and Wavelength Assignment Network resilience disjoint path roting Job shop schedling Malicios traffic flow propagation and defensive strategies Plantagenet SYSTEMS

29 Conclsions D-Wave reliably generates near optimms sing a small nmber of anneal cycles. Many discrete optimisation problems from the telecommnication indstry map very well to the D-Wave If this performance can be maintained for larger processors, D-Wave will be a significant technology for this indstry. Chain-length minimisation is a big isse. Hierarchical connectivity or bespoke architectres cold be an interesting approach. Sggestion: D-Wave cold make their bilt-in fnctions very flexible, i.e. provide variations on Graph Coloring to allow n-color allocation, and to provide preference on allocated color. Plantagenet SYSTEMS

30 Thanks Thanks to domain specialists at BT Dr Keith Briggs, Dr Selina Wang, Dr Nigel Walker, Dr Tim Glover. Project leadership from Plantagenet Systems (Dr Roberto Desimone) Collaboration with or academic partners at UCL (Prof Pal Warbrton and Dr Yanlong Fang) and Bristol (Dr Ashley Montanaro and Dr Stephen Piddock). Plantagenet SYSTEMS

UTRAN Radio Resource Management

UTRAN Radio Resource Management UTRAN Radio Resorce Management BTS 3 BTS 1 UE BTS 2 Introdction Handover Control Soft/Softer Handover Inter Freqency Handover Power Control Closed Loop Power Control Open Loop Power Control Interference

More information

A Mathematical Model for Joint Optimization of Coverage and Capacity in Self-Organizing Network in Centralized Manner

A Mathematical Model for Joint Optimization of Coverage and Capacity in Self-Organizing Network in Centralized Manner 2012 7th International ICST Conference on Commnications and Networking in China (CHINACOM) A Mathematical Model for Joint Optimization of Coverage and Capacity in Self-Organizing Network in Centralized

More information

Flexible Full-duplex Cognitive Radio Networks by Antenna Reconfiguration

Flexible Full-duplex Cognitive Radio Networks by Antenna Reconfiguration IEEE/CIC ICCC Symposim on Wireless Commnications Systems Flexible Fll-dplex Cognitive Radio Networks by Antenna Reconfigration Liwei Song Yn Liao and Lingyang Song State Key Laboratory of Advanced Optical

More information

Time Delay Estimation of Stochastic Signals Using Conditional Averaging

Time Delay Estimation of Stochastic Signals Using Conditional Averaging MEASUREMENT 11, Proceedings of the 8th International Conference, Smolenice, Slovakia Time Delay Estimation of Stochastic Signals Using Conditional Averaging 1 A. Kowalcyk, 1 R. Hans, 1 A. Slachta 1 Resow

More information

IEOR 130 Methods of Manufacturing Improvement Fall, 2016, Prof. Leachman Solutions to Homework Assignment 10.

IEOR 130 Methods of Manufacturing Improvement Fall, 2016, Prof. Leachman Solutions to Homework Assignment 10. IEOR 130 Methods of Manfactring Improvement Fall, 016, Prof. Leachman Soltions to Homework Assignment 10. 1. Consider a fab prodcing a NAND flash device. Prodction volme is 50,000 wafer starts per week.

More information

On Locality of Dominating Set in Ad Hoc Networks with Switch-On/Off Operations

On Locality of Dominating Set in Ad Hoc Networks with Switch-On/Off Operations On Locality of Dominating Set in Ad Hoc Netorks ith Sitch-On/Off Operations Jie W and Fei Dai Department of Compter Science and Engineering Florida Atlantic Uniersity Boca Raton, FL 3343 Abstract Roting

More information

An Energy-Efficient Relaying Scheme for Internet of Things Communications

An Energy-Efficient Relaying Scheme for Internet of Things Communications An Energy-Efficient Relaying Scheme for Internet of Things Commnications Ahmad Alsharoa, Xiaoyn Zhang, Daji Qiao, and Ahmed Kamal Electrical and Compter Engineering Iowa State University, Ames, Iowa Email:

More information

THE MORE, THE BETTER. Getting Ready. The Activity. Overview. Introducing

THE MORE, THE BETTER. Getting Ready. The Activity. Overview. Introducing THE MORE, THE BETTER Getting Ready What Yo ll Need Tangrams, set per child 7-piece Tangram Sqares, page 99, per grop (optional) Overview Children search for all the convex Tangram shapes that can be made

More information

Wireless Image Transmissions over Frequency Selective Channel Using Recent OFDMA Systems

Wireless Image Transmissions over Frequency Selective Channel Using Recent OFDMA Systems American Jornal of Comptation, Commnication and Control 2018; 5(1): 30-38 http://www.aascit.org/jornal/ajccc ISSN: 2375-3943 Wireless Image Transmissions over Freqency Selective Channel sing Recent OFDA

More information

SHARING OF SPECTRUM USED BY SATELLITE SYSTEMS

SHARING OF SPECTRUM USED BY SATELLITE SYSTEMS SHARING OF SPECTRUM USED BY SATELLITE SYSTEMS HOW SATELLITE SYSTEMS SHARE SPECTRUM AMONG THEMSELVES, AND WITH TERRESTRIAL SYSTEMS Jose Albqerqe Chief, Satellite Division FCC May 17, 2017 Jly 20, 2015 Sharing

More information

Review Paper Geometric Configuration Optimization for Baseline Interferometry

Review Paper Geometric Configuration Optimization for Baseline Interferometry Research Jornal of Recent Sciences ISSN 2277-252 Vol. 2(5), 78-82, May (213) Res.J.Recent Sci. Reiew Paper Geometric Configration Optimization for Baseline Interferometry Abstract Aidin Gharahdaghi Amirkabir

More information

A NOVEL DECENTRALIZED MIMO-OFDM UPLINK DETECTION SCHEME. Andreas Ahrens, Xinning Wei, Tobias Weber, Shiyang Deng

A NOVEL DECENTRALIZED MIMO-OFDM UPLINK DETECTION SCHEME. Andreas Ahrens, Xinning Wei, Tobias Weber, Shiyang Deng A NOVEL DECENTRALIZED MIMO-OFDM ULINK DETECTION SCHEME Andreas Ahrens, Xinning Wei, Tobias Weber, Shiyang Deng University of Rostock Institte of Commnications {andreas.ahrens}{tobias.weber}@ni-rostock.de

More information

NSF LC Workshop Comments

NSF LC Workshop Comments NSF LC Workshop Comments John Wroclawski USC/ISI The DETER Testbed Facility is: An experimental research platform... that spports the design, constrction, exection and stdy of complex networked cyber-

More information

Neuro-predictive control based self-tuning of PID controllers

Neuro-predictive control based self-tuning of PID controllers Nero-predictive control based self-tning of PID controllers Corneli Lazar, Sorin Carari, Dragna Vrabie, Maris Kloetzer Gh. Asachi Technical Universit of Iasi, Department of Atomatic Control Blvd. D. Mangeron

More information

Dynamic Fractional Frequency Reuse based on an Improved Water-Filling for Network MIMO

Dynamic Fractional Frequency Reuse based on an Improved Water-Filling for Network MIMO KSII TRANSACTIONS ON INTERNET AND INFORMATION SYSTEMS VOL. 0, NO. 5, May. 06 4 Copyright c06 KSII Dynamic Fractional Freqency Rese based on an Improved Water-Filling for Network MIMO Noor Shahida M. K,,

More information

Document Version Publisher s PDF, also known as Version of Record (includes final page, issue and volume numbers)

Document Version Publisher s PDF, also known as Version of Record (includes final page, issue and volume numbers) Three-port bi-directional converter for electric vehicles: focs on high-freqency coaxial transformer Waltrich, G.; Darte, J.L.; Hendrix, M.A.M.; Palides, J.J.H. Pblished in: Proceedings of the 5th EVER

More information

High-Throughput Low-Complexity Successive- Cancellation Polar Decoder Architecture using One s Complement Scheme

High-Throughput Low-Complexity Successive- Cancellation Polar Decoder Architecture using One s Complement Scheme JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, VOL.5, NO.3, JUNE, 5 ISSN(Print) 598-657 http://dx.doi.org/.5573/jsts.5.5.3.47 ISSN(Online) 33-4866 High-Throghpt Low-Complexity Sccessive- Cancellation

More information

Extremum Tracking in Sensor Fields with Spatio-temporal Correlation

Extremum Tracking in Sensor Fields with Spatio-temporal Correlation The Military Commnications Conference - Unclassified Program - Networking Protocols and Performance Track Extremm Tracking in Sensor Fields with Spatio-temporal Correlation Prithwish Bas Raytheon BBN Technologies

More information

Performance Analysis of MIMO MC-DS/CDMA System Using Chaotic Spreading Sequence

Performance Analysis of MIMO MC-DS/CDMA System Using Chaotic Spreading Sequence Performance Analysis of IO C-DS/CDA System Using Chaotic Spreading Seqence V.Nagarajan and P. Dananjayan 1 Abstract This paper presents a novel chaotic spreading seqence for mltiple inpt mltiple otpt mlti-carrier

More information

Implementation of SVPWM Based Three Phase Inverter Using 8 Bit Microcontroller

Implementation of SVPWM Based Three Phase Inverter Using 8 Bit Microcontroller International Jornal of Science, Engineering and Technology Research (IJSETR), Volme 4, Isse 6, Jne 015 Implementation of SVPWM Based Three Phase Inverter Using 8 Bit Microcontroller Prof. S. K. Patil

More information

Performance Analysis of Resource Selection Schemes for a Large Scale Video-on-demand System

Performance Analysis of Resource Selection Schemes for a Large Scale Video-on-demand System Performance Analysis of Resorce Selection Schemes for a Large Scale Video-on-demand System Jn Go, Member, IEEE, Eric W. M. Wong, Senior Member, IEEE, Sammy Chan, Member, IEEE, Peter Taylor, Moshe Zkerman,

More information

Novel Approach to Uncertainty of Antenna Factor Measurement. Bittera Mikulas, Smiesko Viktor, Kovac Karol 1

Novel Approach to Uncertainty of Antenna Factor Measurement. Bittera Mikulas, Smiesko Viktor, Kovac Karol 1 7 th Symposim IEKO TC 4, rd Symposim IEKO TC 9 and 5 th IWADC Workshop Instrmentation for the ICT Era Sept. 8-0, 00, Kosice, Slovakia Novel Approach to Uncertainty of Antenna Factor easrement Bittera iklas,

More information

PowPak 20 A Relay Module

PowPak 20 A Relay Module PowPak 20 A Relay Modle The PowPak 20 A Relay Modle is a radio-freqency (RF), receptacle switching soltion that is capable of controlling 20 A receptacles based on inpt from Pico wireless controls and

More information

Vive Wireless Receptacle With Clear Connect Technology Wireless Receptacle Control. 15 A Split Receptacle * 15 A Duplex Receptacle * White WH

Vive Wireless Receptacle With Clear Connect Technology Wireless Receptacle Control. 15 A Split Receptacle * 15 A Duplex Receptacle * White WH 3691034c 1 09.01.17 The is a radio-freqency (RF) receptacle switching soltion that is capable of controlling 15 A or 20 A split or dplex style receptacles when paired with Pico wireless controls and occpancy/vacancy

More information

Topology Control and Mobility Management in Mobile Ad Hoc Networks

Topology Control and Mobility Management in Mobile Ad Hoc Networks Topology Control and Mobility Management in Mobile Ad Hoc Netorks Fei Dai and JIe W Department of Electrical and Compter Engineering North Dakota State Uniersity Department of Compter Science and Engineering

More information

In-band Full Duplex Radio: A survey

In-band Full Duplex Radio: A survey In-band Fll Dplex Radio: A srvey Ashish Kmar Rao Research Scholar, Department of Electronics Engineering Institte of Engineering and Technology Lcknow, UP, India Rajiv Kmar Singh Assistant Professor Department

More information

AUTOMATIC SYNTHESIS USING GENETIC PROGRAMMING OF IMPROVED PID TUNING RULES

AUTOMATIC SYNTHESIS USING GENETIC PROGRAMMING OF IMPROVED PID TUNING RULES AUTOMATIC SYNTHESIS USING GENETIC PROGRAMMING OF IMPROVED PID TUNING RULES Matthew J. Streeter 1, Martin A. Keane, and John R. Koza 3 1 Genetic Programming, Inc. Econometrics, Inc. 3 Stanford University

More information

ANALYSIS OF THE EFFECT OF CALIBRATION ERROR ON LIGHT FIELD SUPER- RESOLUTION RENDERING

ANALYSIS OF THE EFFECT OF CALIBRATION ERROR ON LIGHT FIELD SUPER- RESOLUTION RENDERING 04 IEEE International Conference on Acostic, Speech and Signal Processing (ICASSP) ANALYSIS OF THE EFFECT OF CALIBRATION ERROR ON LIGHT FIELD SUPER- RESOLUTION RENDERING Kang-Ts Shih, Chen-Y Hs, Cheng-Chieh

More information

FRT 041 System Identification Laboratory Exercise 3

FRT 041 System Identification Laboratory Exercise 3 FRT 041 System Identification Laboratory Exercise 3 Ulf Holmberg Revised: Kjell Gstafsson Karl Henrik Johansson Anders Wallén Johan Nilsson Rolf Johansson Johan Bengtsson Maria Henningsson Department of

More information

A Novel Concept for Mains Voltage Proportional Input Current Shaping of a VIENNA Rectifier Eliminating Controller Multipliers

A Novel Concept for Mains Voltage Proportional Input Current Shaping of a VIENNA Rectifier Eliminating Controller Multipliers 1 of 10 A Novel Concept for Mains Voltage Proportional Inpt Crrent Shaping of a VIENNA Rectifier Eliminating Controller Mltipliers Part I: Basic Theoretical Considerations and Experimental Verification

More information

Algorithms for Enhanced Inter Cell Interference Coordination (eicic) in LTE HetNets

Algorithms for Enhanced Inter Cell Interference Coordination (eicic) in LTE HetNets 1 Algorithms for Enhanced Inter Cell Interference Coordination (eicic) in LTE HetNets Spratim Deb, Pantelis Monogiodis, Jerzy Miernik, James P. Seymor arxiv:1302.3784v1 [cs.ni] 15 Feb 2013 Abstract The

More information

A Resource Allocation Policy for Macro-Femto Double-layer Network

A Resource Allocation Policy for Macro-Femto Double-layer Network A Resorce Allocation Policy or Macro-Femto Doble-layer Network Yeshn He*, Ping D, Wenjing Li College o Inormation Engineering, East China University o Technology, Nanchang, Jiangxi,330013,China Abstract

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction 1.1Motivation The past five decades have seen surprising progress in computing and communication technologies that were stimulated by the presence of cheaper, faster, more reliable

More information

Efficient Backbone Construction Methods in MANETs Using Directional Antennas

Efficient Backbone Construction Methods in MANETs Using Directional Antennas Efficient Backbone Constrction Methods in MANETs Using Directional Antennas Shhi Yang, Jie W Department of Compter Science and Engineering Florida Atlantic Uniersity Boca Raton, FL 33431 Fei Dai Microsoft

More information

Study of Color Quality Uniformity in Digital Dry Toner Electro-photographic Printing

Study of Color Quality Uniformity in Digital Dry Toner Electro-photographic Printing International Jornal of Modern Commnication Technologies & Research (IJMCTR) ISSN: 2321-0850, Volme-2, Isse-9, September 2014 Stdy of Color Qality Uniformity in Digital Dry Toner Electro-photographic Printing

More information

IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 16, NO. 4, APRIL

IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 16, NO. 4, APRIL IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 16, NO. 4, APRIL 017 379 Dynamic Radio Cooperation for User-Centric Clod-RAN With Compting Resorce Sharing Tyen X. Tran, Stdent Member, IEEE and Dario

More information

Minimization of the DC Current Ripple of a Three-Phase Buck+Boost PWM Unity Power Factor Rectifier

Minimization of the DC Current Ripple of a Three-Phase Buck+Boost PWM Unity Power Factor Rectifier Minimization of the DC Crrent Ripple of a Three-Phase Bck+Boost PWM Unity Power Factor Rectifier Martina Bamann Vienna University of Technology Department of Electrical Drives and Machines Gsshasstrasse

More information

IEEE TRANSACTIONS ON COMPUTERS, VOL. 57, NO. 3, MARCH

IEEE TRANSACTIONS ON COMPUTERS, VOL. 57, NO. 3, MARCH IEEE TRANSACTIONS ON COMPUTERS, VOL. 57, NO. 3, MARCH 2008 1 An Energy-Delay Tnable Task Allocation Strategy for Collaborative Applications in Networked Embedded Systems Tao ie, Member, IEEE, and iao Qin,

More information

Interference and Outage in Random D2D Networks under Millimeter Wave Channels

Interference and Outage in Random D2D Networks under Millimeter Wave Channels Interference and Otage in Random DD etworks nder illimeter Wave Channels S. Ksaladharma and C. Tellambra, Fellow, IEEE Department of Electrical and Compter Engineering University of Alberta, Edmonton,

More information

Telematics Solutions. Solutions. Telematics Solutions.

Telematics Solutions. Solutions. Telematics Solutions. Telematics Soltions Soltions Telematics Soltions www.cti-int.com Telematics Telematics... Telematics is defined as machine-to-machine commnication, whereby a device plgged into the on-board diagnostics

More information

Practical solutions of numerical noise problems at simulation of switching transients to ship electric power systems

Practical solutions of numerical noise problems at simulation of switching transients to ship electric power systems Practical soltions of nmerical noise problems at simlation of switching transients to ship electric power systems J. PROUSALIDIS 1 S. PERROS 2 I.K.HATZILAU 3 N. HATZIARGYRIOU 4 1 NATIONAL TECHNICAL UNIVERSITY

More information

The information and wave-theoretic limits of analog beamforming

The information and wave-theoretic limits of analog beamforming The information and wave-theoretic limits of analog beamforming Amine Mezghani and Robert W. Heath, Jr. Wireless Networking and Commnications Grop Department of ECE, The University of Texas at Astin Astin,

More information

Imitative Learning for Real-Time Strategy Games

Imitative Learning for Real-Time Strategy Games Imitative Learning for Real-Time Strategy Games Qentin Gemine, Firas Safadi, Raphaël Fontenea and Damien Ernst Abstract Over the past decades, video games have become increasingly poplar and complex. Virtal

More information

Simulation of Leakage current and THD Compensation in a Large PV system

Simulation of Leakage current and THD Compensation in a Large PV system Simlation of Leakage crrent and THD Compensation in a Large system Mohamed Yossef Tarnini 1, abil Abdel-Karim and Khaled Chahine 3 1,, 3 Beirt Arab University, Electrical and Compter Department, Power

More information

Apply Double-Angle and Half-Angle Formulas

Apply Double-Angle and Half-Angle Formulas 47 a2, 2A2A; P3A TEKS Apply Doble-Angle and Half-Angle Formlas Before Yo evalated expressions sing sm and difference formlas Now Yo will se doble-angle and half-angle formlas Why? So yo can find the distance

More information

UNIVERSITY OF TWENTE. Energy-optimization for Dataflow Applications using Timed Automata. Formal Methods & Tools. Jaco van de Pol, 18 Aug 2016

UNIVERSITY OF TWENTE. Energy-optimization for Dataflow Applications using Timed Automata. Formal Methods & Tools. Jaco van de Pol, 18 Aug 2016 UNIVERSITY OF TWENTE. Formal Methods & Tools. Energy-optimization for Dataflow Applications sing Timed Atomata Jaco van de Pol, 8 Ag 206 ICT Energy Science Conference, Aalborg Joint work with Waheed Ahmad

More information

AN ENERGY-AWARE AUCTION FOR HYBRID ACCESS IN HETEROGENEOUS NETWORKS UNDER QOS REQUIREMENTS

AN ENERGY-AWARE AUCTION FOR HYBRID ACCESS IN HETEROGENEOUS NETWORKS UNDER QOS REQUIREMENTS AN ENERGY-AWARE AUCTION FOR HYBRID ACCESS IN HETEROGENEOUS NETWORKS UNDER QOS REQUIREMENTS Fei Shen, Pin-Hsn Lin +, Lca Sanginetti, Meroane Debbah, Edard A. Jorswieck + Large Networks and System Grop (LANEAS,

More information

Capacity of Cognitive Radios

Capacity of Cognitive Radios EE360: Lectre 3 Otline Capacity of Cognitive adios Annoncements Progress reports de Feb. 9 at midnight Overview Achievable rates in Cognitive adios Better achievable scheme and pper bonds MMO cognitive

More information

From Time Domain to Space Domain: Detecting Replica Attacks in Mobile Ad Hoc Networks

From Time Domain to Space Domain: Detecting Replica Attacks in Mobile Ad Hoc Networks From Time Domain to Space Domain: Detecting Replica Attacs in Mobile Ad Hoc Networs Kai Xing Dept. of Compter Sci. & Tech. / Szho Inst. for Advanced Stdy University of Science & Technology of China Hefei,

More information

Navegação e Determinação de Atitude em Aeronaves Através de Múltiplos Receptores GNSS

Navegação e Determinação de Atitude em Aeronaves Através de Múltiplos Receptores GNSS Navegação e Determinação de Atitde em Aeronaves Através de Múltiplos Receptores GNSS Afonso Rodriges Gonçalves Institto Sperior Técnico, Universidade Técnica de Lisboa Avenida Rovisco Pais, 1-149-1 Lisbon,

More information

MODELLING AND CONTROL OF A SINGLE DEGREE-OF-FREEDOM DYNAMIC WIND TUNNEL RIG

MODELLING AND CONTROL OF A SINGLE DEGREE-OF-FREEDOM DYNAMIC WIND TUNNEL RIG MODELLING AND CONTROL OF A SINGLE DEGREE-OF-FREEDOM DYNAMIC WIND TUNNEL RIG Pal M. Davison, Mario di Bernardo, Mark H. Lowenberg Departments of Aerospace Engineering and Engineering Mathematics, University

More information

Adaptive Generation Method of OFDM Signals in SLM Schemes for Low-complexity

Adaptive Generation Method of OFDM Signals in SLM Schemes for Low-complexity Adaptive Generation Method of OFDM Signals in SLM Schemes for Low-compleity Kee-Hoon Kim, Hyn-Seng Joo, Jong-Seon No, and Dong-Joon Shin 1 ariv:128.6412v1 [cs.it] 31 Ag 212 Abstract There are many selected

More information

Optimized Cosecant Patterns from Arrays of Discrete Sources

Optimized Cosecant Patterns from Arrays of Discrete Sources International Jornal of Compter Applications (975 8887) Volme 3 No. 8, March 25 Optimized Cosecant Patterns from Arrays of Discrete Sorces M. Chandrasekhar Research Scholar, Dept. of Electronics and Commnication

More information

Service Characterizations for Multi Hop Multiaccess Wireless Networks

Service Characterizations for Multi Hop Multiaccess Wireless Networks Service Characterizations for Mlti Hop Mltiaccess Wireless Networks Hssein Al-Zbaidy Jörg Liebeherr EES Royal Institte of Technology Sweden; ECE University of Toronto Canada E-mail: hzbaidy@kthse jorg@commtorontoca

More information

Design and Implementation of Multilevel QAM Band pass Modems (8QAM, 16QAM, 32QAM and 64QAM) for WIMAX System Based on SDR Using FPGA

Design and Implementation of Multilevel QAM Band pass Modems (8QAM, 16QAM, 32QAM and 64QAM) for WIMAX System Based on SDR Using FPGA International Jornal of Soft Compting and Engineering (IJSCE) ISSN: 223-237, Volme-4, Isse-, March 24 esign and Implementation of Mltilevel AM Band pass Modems (8AM, 6AM, 32AM and 64AM) for WIMAX System

More information

Analogue amplifier modules for 4/3 and 4/2 proportional directional valves 4WRE

Analogue amplifier modules for 4/3 and 4/2 proportional directional valves 4WRE Analoge amplifier modles for 4/3 and 4/ proportional directional valves 4WRE RE 309/06.05 Replaces:.04 /0 Types VT-MRPA and VT-MRPA Component series X H677 Table of contents Contents Page Featres Ordering

More information

CHARACTERIZATION OF PHOTONIC CRYSTAL FIBERS FROM FAR FIELD MEASUREMENTS

CHARACTERIZATION OF PHOTONIC CRYSTAL FIBERS FROM FAR FIELD MEASUREMENTS ornal of Microwaves and Optoelectronics, Vol., N. o 6, December. 3 CHARACTERIZATION OF PHOTONIC CRYSTAL FIBERS FROM FAR FIELD MEASREMENTS Shailendra. Varshney and R..Sinha* Dept. of Applied Physics, Delhi

More information

4G LTE PRODUCT CATALOGUE

4G LTE PRODUCT CATALOGUE 4G LTE PRODUCT CATALOGUE AO100/4G/SMA Otdoor GSM/LTE Colinear Antenna AO100/4G/SMA/LL_15-0 Otdoor GSM/LTE Colinear Antenna SMA (Male) - options available on reqest 5m RG58 - other lengths are available

More information

Pixel race. Resolution. f/2.8 For a 0.8 µm pixel pitch, the f-number needs to be lowered to f/2.0, according to the definition on the previous slide.

Pixel race. Resolution. f/2.8 For a 0.8 µm pixel pitch, the f-number needs to be lowered to f/2.0, according to the definition on the previous slide. Pixel race Sense and sensitivity 29 International Image Sensor Workshop Mats Wernersson and Henrik Eliasson Not a race for more pixels: it s a race for smaller pixels! Why do pixels shrink? Becase we can!

More information

T. Yoo, E. Setton, X. Zhu, Pr. Goldsmith and Pr. Girod Department of Electrical Engineering Stanford University

T. Yoo, E. Setton, X. Zhu, Pr. Goldsmith and Pr. Girod Department of Electrical Engineering Stanford University Cross-layer design for video streaming over wireless ad hoc networks T. Yoo, E. Setton, X. Zhu, Pr. Goldsmith and Pr. Girod Department of Electrical Engineering Stanford University Outline Cross-layer

More information

IQI Problem in Discrete Sine Transform Based FDMA Systems

IQI Problem in Discrete Sine Transform Based FDMA Systems IQI Problem in Discrete Sine Transform Based FDMA Systems BASHAR ALI FAREA AND NOR SHAHIDA MOHD SHAH Department of Commnications Engineering University Tn hssein Onn Malaysia Parit raja, Bat pahat, Johor

More information

An Adaptive Power Allocation Scheme for Space-Time Block Coded MIMO Systems

An Adaptive Power Allocation Scheme for Space-Time Block Coded MIMO Systems An Adaptive Power Allocation Scheme for Space-Time Block Coded IO Systems LiangXianandHapingLi School of Electrical Engineering and Compter Science Oregon State University Corvallis, OR 9733 USA Email:

More information

Partial overlapping channels are not damaging

Partial overlapping channels are not damaging Journal of Networking and Telecomunications (2018) Original Research Article Partial overlapping channels are not damaging Jing Fu,Dongsheng Chen,Jiafeng Gong Electronic Information Engineering College,

More information

External control electronics for the SYDFE1 control of the A10VSO axial piston variable displacement pump

External control electronics for the SYDFE1 control of the A10VSO axial piston variable displacement pump + (0)0 9999 enqiries@hyqip.co.k www.hyqip.co.k/web/index External control electronics for the SYDFE control of the A0VSO axial piston variable displacement pmp Type VT 0 RE 0 Edition: 0-0 Replaces:. Component

More information

Pixel readout electronics development for ALICE PIXEL VERTEX and LHCb RICH

Pixel readout electronics development for ALICE PIXEL VERTEX and LHCb RICH Pixel readot electronics development for ALICE PIXEL VERTEX and LHCb RICH W. Snoeys, M. Campbell, E. Cantatore, V. Cencelli*, R. Dinapoli**, E. Heijne, P. Jarron, P. Lamanna**, A. Marchioro, D. Minervini**,

More information

A HASP architecture solution in microcellular wireless networks

A HASP architecture solution in microcellular wireless networks roceedings of the 5th WSEAS Int. Conf. on ALIED INFOMATICS and COMMUNICATIONS, Malta, Septeber 15-17, 25 (pp71-76) A AS architectre soltion in icrocelllar wireless networs D.KAABOULAS, S.LOUVOS, S.KOTSOOULOS,

More information

College of Engineering

College of Engineering WiFi and WCDMA Network Design Robert Akl, D.Sc. College of Engineering Department of Computer Science and Engineering Outline WiFi Access point selection Traffic balancing Multi-Cell WCDMA with Multiple

More information

Optimal Placement of Antennae in Telecommunications Using Metaheuristics

Optimal Placement of Antennae in Telecommunications Using Metaheuristics Optimal Placement of Antennae in Telecommunications Using Metaheuristics E. Alba, G. Molina March 24, 2006 Abstract In this article, several optimization algorithms are applied to solve the radio network

More information

Massive MIMO for Crowd Scenarios: A Solution Based on Random Access

Massive MIMO for Crowd Scenarios: A Solution Based on Random Access Massive MIMO for Crowd Scenarios: A Soltion Based on Random Access Jesper H. Sørensen, Elisabeth de Carvalho and Petar Popovski Aalborg University, Department of Electronic Systems, Fredrik Bajers Vej

More information

MRN -4 Frequency Reuse

MRN -4 Frequency Reuse Politecnico di Milano Facoltà di Ingegneria dell Informazione MRN -4 Frequency Reuse Mobile Radio Networks Prof. Antonio Capone Assignment of channels to cells o The multiple access technique in cellular

More information

Study on Performance of Non-Linear Reactive Power Compensation by Using Active Power Filter under Load Conditions

Study on Performance of Non-Linear Reactive Power Compensation by Using Active Power Filter under Load Conditions http://dx.doi.org/10.5755/j01.eee.22.1.14098 ELEKTRONIKA IR ELEKTROTECHNIKA, ISSN 1392-1215, VOL. 22, NO. 1, 2016 Stdy on Performance of Non-Linear Reactive Power Compensation by Using Active Power Filter

More information

REAL TIME COMPUTATION OF DIFFERENCE EQUATIONS

REAL TIME COMPUTATION OF DIFFERENCE EQUATIONS REAL TIME COMPUTATION OF DIFFERENCE EQUATIONS Carlos Celaya Borges, Jorges Illescas Chávez, Esteban Torres León, Artro Prieto Fenlabrada Institto Tecnológico de Pebla, Universidad Atónoma de Pebla ccelaya@si.bap.mx,

More information

UNCERTAINTY ANALYSIS OF MEASURING SYSTEM FOR INSTANTANEOUS POWER RESEARCH

UNCERTAINTY ANALYSIS OF MEASURING SYSTEM FOR INSTANTANEOUS POWER RESEARCH Metrol. Meas. Syst., Vol. XIX (0), No. 3, pp. 573-58. METROLOGY AND MEASUREMENT SYSTEMS Index 330930, ISSN 0860-89 www.metrology.pg.gda.pl UNCERTAINTY ANALYSIS OF MEASURING SYSTEM FOR INSTANTANEOUS POWER

More information

Scheduling. Radek Mařík. April 28, 2015 FEE CTU, K Radek Mařík Scheduling April 28, / 48

Scheduling. Radek Mařík. April 28, 2015 FEE CTU, K Radek Mařík Scheduling April 28, / 48 Scheduling Radek Mařík FEE CTU, K13132 April 28, 2015 Radek Mařík (marikr@fel.cvut.cz) Scheduling April 28, 2015 1 / 48 Outline 1 Introduction to Scheduling Methodology Overview 2 Classification of Scheduling

More information

Application of digital filters for measurement of nonlinear distortions in loudspeakers using Wolf s method

Application of digital filters for measurement of nonlinear distortions in loudspeakers using Wolf s method Application o digital ilters or measrement o nonlinear distortions in lodspeakers sing Wol s method R. Siczek Wroclaw University o Technology, Wybrzeze Wyspianskiego 7, 50-70 Wroclaw, Poland raal.siczek@pwr.wroc.pl

More information

Parameter Estimation and Tuning of a Multivariable RF Controller with FPGA technique for the Free Electron Laser FLASH

Parameter Estimation and Tuning of a Multivariable RF Controller with FPGA technique for the Free Electron Laser FLASH 28 American Control Conference Westin Seattle Hotel, Seattle, Washington, USA Jne -3, 28 ThBI2.2 Parameter Estimation and Tning of a Mltivariable RF Controller with FPGA techniqe for the Free Electron

More information

Intended Learning Outcomes (ILO s):

Intended Learning Outcomes (ILO s): Grade 3-5 Alignment to Utah Core Crriclm Learning Otcome Skills Yo ll Use Inference Observation Recording Wondering Intended Learning Otcomes (ILO s): There are many ways to record and organize 1. Use

More information

Chutima Prommak and Boriboon Deeka. Proceedings of the World Congress on Engineering 2007 Vol II WCE 2007, July 2-4, 2007, London, U.K.

Chutima Prommak and Boriboon Deeka. Proceedings of the World Congress on Engineering 2007 Vol II WCE 2007, July 2-4, 2007, London, U.K. Network Design for Quality of Services in Wireless Local Area Networks: a Cross-layer Approach for Optimal Access Point Placement and Frequency Channel Assignment Chutima Prommak and Boriboon Deeka ESS

More information

Agenda. A short overview of the CITI lab. Wireless Sensor Networks : Key applications & constraints. Energy consumption and network lifetime

Agenda. A short overview of the CITI lab. Wireless Sensor Networks : Key applications & constraints. Energy consumption and network lifetime CITI Wireless Sensor Networks in a Nutshell Séminaire Internet du Futur, ASPROM Paris, 24 octobre 2012 Prof. Fabrice Valois, Université de Lyon, INSA-Lyon, INRIA fabrice.valois@insa-lyon.fr 1 Agenda A

More information

Cross-layer Network Design for Quality of Services in Wireless Local Area Networks: Optimal Access Point Placement and Frequency Channel Assignment

Cross-layer Network Design for Quality of Services in Wireless Local Area Networks: Optimal Access Point Placement and Frequency Channel Assignment Cross-layer Network Design for Quality of Services in Wireless Local Area Networks: Optimal Access Point Placement and Frequency Channel Assignment Chutima Prommak and Boriboon Deeka Abstract This paper

More information

PowPak 20 A Receptacle Control Relay Module

PowPak 20 A Receptacle Control Relay Module PowPak Receptacle Control Relay Modle The PowPak Relay Receptacle Control Modle is a radio-freqency (RF), receptacle switching soltion that is capable of controlling receptacles based on inpt from Pico

More information

International Conference on Intelligent Systems Research and Mechatronics Engineering (ISRME 2015)

International Conference on Intelligent Systems Research and Mechatronics Engineering (ISRME 2015) International Conference on Intelligent Systems Research and Mechatronics Engineering (ISRME 2015) An Improved Control Strategy for Fll-controlled Single-phase H Bridge Rectifier Qi Sheng-long 1, a, X

More information

External control electronics for the SYDFE1 control of the A10VSO axial piston variable displacement pump

External control electronics for the SYDFE1 control of the A10VSO axial piston variable displacement pump External control electronics for the SYDFE control of the A0VSO axial piston variable displacement pmp Type VT 504 RE 04 Edition: 0-06 Replaces:. Component series X Analog, Ero-card format Part of the

More information

XIV International PhD Workshop OWD 2012, October Lumped Parameter Model of a Resistance Spot Welding DC-DC converter

XIV International PhD Workshop OWD 2012, October Lumped Parameter Model of a Resistance Spot Welding DC-DC converter XIV International PhD Workshop OWD, 3 October Lmped Parameter Model of a Resistance Spot Welding DC-DC converter Martin Petrn, University of Maribor (prof. dr. Drago Dolinar, University of Maribor) Abstract

More information

New Transceiver Scheme for FDMA Systems Based on Discrete Sine Transform

New Transceiver Scheme for FDMA Systems Based on Discrete Sine Transform New Transceiver Scheme for FDMA Systems Based on Discrete Sine Transform BASHAR ALI FAREA AND NOR SHAHIDA MOHD SHAH Department of Commnication Engineering, University Tn Hssein Onn Malaysia Parit Raja,

More information

WHAT PUSHED US INTO HTS SYSTEMS?

WHAT PUSHED US INTO HTS SYSTEMS? WHAT PUSHED US INTO HTS SYSTE? Dr Hector Fenech, Director of Future Satellite Systems 16 October 2017 TRADITIONAL SATELLITES (KU-BAND, C-BAND) Traditional payloads are segmented into transponders Transponders

More information

Aalborg Universitet. Published in: I E E E Antennas and Wireless Propagation Letters

Aalborg Universitet. Published in: I E E E Antennas and Wireless Propagation Letters Aalborg Universitet Throghpt Modeling and Validations for MIMO-OTA Testing with Arbitrary Mltipath Chen Xiaoming; Fan Wei; Hentilä Lassi; Kyösti Pea; Pedersen Gert F. Pblished in: I E E E Antennas and

More information

FIR Filter Design Using The Signed-Digit Number System and Carry Save Adders A Comparison

FIR Filter Design Using The Signed-Digit Number System and Carry Save Adders A Comparison (IJAA) International Jornal of Advanced ompter cience and Applications, Vol. 4, No., 03 FIR Filter Design Using The igned-digit Nmber ystem and arry ave Adders A omparison Hesham Altwaijry ompter Engineering

More information

Constellation Scheduling Under Uncertainty: Models and Benefits

Constellation Scheduling Under Uncertainty: Models and Benefits Unclassified Unlimited Release (UUR) Constellation Scheduling Under Uncertainty: Models and Benefits GSAW 2017 Securing the Future March 14 th 2017 Christopher G. Valica* Jean-Paul Watson *Correspondence:

More information

JOINT RESOURCE ALLOCATION ALGORITHMS FOR UPLINK IN 5G AND LTE NETWORK

JOINT RESOURCE ALLOCATION ALGORITHMS FOR UPLINK IN 5G AND LTE NETWORK JOINT RESOURCE ALLOCATION ALGORITHMS FOR UPLINK IN 5G AND LTE NETWORK Alaa Ghaith 1, Rima Hatom 2, Abbas Hatom 3 1 HKS Lab, Faclty of Sciences, Lebanese University, Beirt, Lebanon 2 LIP6, UPMC - University

More information

SENSOR TECHNOLGY APPLICATIONS FOR MEDIUM VOLTAGE

SENSOR TECHNOLGY APPLICATIONS FOR MEDIUM VOLTAGE 1(8) SENSOR TECHNOLGY APPLICATIONS FOR MEDIUM VOLTAGE )** Athor & Presenter: Bo Westerholm B.Sc. Prodct development engineer, ABB Oy, Medim Voltage Technology 1. Introdction Sensors are a new soltion for

More information

Image and Multidimensional Signal Processing

Image and Multidimensional Signal Processing Image and Mltidimensional Signal Processing Professor William off Dept of Electrical Engineering &Compter Science Image and Mltidimensional Signal Processing http://inside.mines.ed/~whoff/ Deconoltion

More information

M Y R E V E A L - C E L L U L A R

M Y R E V E A L - C E L L U L A R M Y R E V E A L - C E L L U L A R The hexagon cell shape If we have two BTSs with omniantennas and we require that the border between the coverage area of each BTS is the set of points where the signal

More information

SIDES AND ANGLES. Getting Ready. The Activity. Overview. Introducing

SIDES AND ANGLES. Getting Ready. The Activity. Overview. Introducing SIDES AND ANGLES Getting Ready What Yo ll Need Color Tiles, 50 per pair Color Tile grid paper, several sheets per pair, page 90 Crayons Overhead Color Tiles and/or Color Tile grid paper transparency (optional)

More information

Differential Space Time Shift Keying for Dispersive Multi-user Scenarios using OFDM

Differential Space Time Shift Keying for Dispersive Multi-user Scenarios using OFDM Differential Space Time Shift Keying for Dispersive Mlti-ser Scenarios sing OFDM S.Rth Karnya Department of Information & Commnication Engineering, Anna University Chennai, Regional Center Madrai Madrai,

More information

Switching the Shannon Switching Game

Switching the Shannon Switching Game Switching the Shannon Switching Game A Senior Project sbmitted to The Diision of Science, Mathematics, and Compting of Bard College by Kimberly Wood Annandale-on-Hdson, New York May, 2012 Abstract The

More information

Nature Inspired Systems

Nature Inspired Systems Nature Inspired Systems Mark Shackleton Intelligent Systems Lab BTexact, Adastral Park, UK 12th April 2002 mark.shackleton@bt.com Overview of this presentation BTexact Intelligent Systems Lab Nature Inspired

More information

LBC3200/00 Line array loudspeaker, 30W

LBC3200/00 Line array loudspeaker, 30W Commnications Systems LBC3200/00 Line array lodspeaker, 30W LBC3200/00 Line array lodspeaker, 30W www.boschsecrity.com Extended listening area Excellent intelligibility of speech and msic Uniform distribtion

More information

NUMERICAL SIMULATION OF DROPLET IMPINGEMENT ON A MULTI-ELEMENT HIGH-LIFT AIRFOIL L. P.

NUMERICAL SIMULATION OF DROPLET IMPINGEMENT ON A MULTI-ELEMENT HIGH-LIFT AIRFOIL L. P. NUMERICAL SIMULATION OF DROPLET IMPINGEMENT ON A MULTI-ELEMENT HIGH-LIFT AIRFOIL L. P. Raj, Ph.D. Candidate, R. S. Myong, Professor School of Mechanical and Aerospace Engineering and ReCAPT Gyeongsang

More information

Chapter 3 Chip Planning

Chapter 3 Chip Planning Chapter 3 Chip Planning 3.1 Introduction to Floorplanning 3. Optimization Goals in Floorplanning 3.3 Terminology 3.4 Floorplan Representations 3.4.1 Floorplan to a Constraint-Graph Pair 3.4. Floorplan

More information