Ph.D. students Department of Electronics and Telecommunications, Politecnico di Torino

Size: px
Start display at page:

Download "Ph.D. students Department of Electronics and Telecommunications, Politecnico di Torino"

Transcription

1 01OPIIU Il softwar libro Dvic-to-dvic communications: Wi-Fi Dirct Laura Cocona s Carlo Borgiattino s Ph.D. studnts Dpartmnt of Elctronics and Tlcommunications, Politcnico di Torino

2 Rport for final valuation 2 Objct: WiFi dirct a comparativ analysis btwn Android and Linux implmntations Outlin: Introduction towifi dirct Implmntation: Android Implmntation: Linux Comparativ analysis

3 3 About intrconncting dvics Nowadays almost all dvics ar quippd with WiFi and Blutooth. How to discovr othr dvics and crat ad-hoc connctions? Wi-Fi Dirct

4 What is WiFi Dirct? 4 Nw tchnology dfind by th WiFi Allianc Enhanc dirct dvic-to-dvic communication in WiFi Entirly implmntd in softwar ovr traditional WiFi radios

5 Architctur - I 5 Wi-Fi Dirct dvics communicat by stablishing P2P groups Dvics can b: P2P Group Ownr (GO): Th dvic implmnting AP-lik functionality in th P2P group o P2P clints: Dvics acting as clints o Lgacy clints: convntional Wi-Fi nods o Rols ar not static: whn two P2P

6 Architctur - II 6 Onc th P2P group is stablishd, othr P2P clints can join th group Lgacy clints can also communicat with th P2P GO. Thy must: Not b b-only dvics o Support th rquird scurity mchanisms o Lgacy clints do not formally blong to th P2P group, but th simply s th P2P GO as a traditional AP

7 Architctur - III 7 cass WiFi Dirct: supportd topologis and

8 P2P GO 8 P2P GO must: Annuncs itslf through bacons o Support powr saving srvics for its associatd clints o Run a DHCP (Dynamic Host Configuration Protocol) srvr o Wi-Fi dirct dos not allow transfrring th rol of P2P GO within a P2P group. Whn th P2P GO lavs th P2P group,

9 T h r P S A t Group u rta 9 n o s d in a o s r tm d o u n ts formation

10 Group formation - Standard 10 Discovry: activ or passiv on Social channls (1,6,11 in th 2.4 GHz band)

11 Group formation - Standard 11 GO Ngotiation: thr-way handshak to agr on rol and channl

12 Group formation - Standard 12 WPS Provisioning (WiFI Protctd Stup)

13 Group formation - Standard 13 Addrss configuration (DHCP)

14 Group formation - Autonomous 14 A P2P dvic immdiatly bcams th P2P GO crating autonomously a P2P group

15 Group formation Prsistnt 15 Usd to quickly r-instantiat th P2P Group using th ntwork crdntials alrady stord in th dvics Invitation procdur (two-way handshak) instad of GO Ngotiation

16 Scurity - I 16 WPS (WiFi Protctd Stup) supports a scur connction btwn WiFi Dvics with minimal usr intrvntion (i.. introducing a PIN in th P2P clint) P2P GO implmnts an intrnal Rgistrar whil P2P clints an Enroll. WPS is basd on WPA-2 scurity

17 Scurity - II 17 Two phass: If th dvic alrady has th rquird ntwork crdntials, it can dirctly prform Phas 2

18 W LA in i nd - 18ur F xo i i d Implmntation

19 Implmntation - Android I 19 Th WiFi Dirct APIs consist of th following main parts: MM t t h h o that allow to discovr, rqust, and o ds connct to prs ar dfind in th d List Li s n st rs n that notify th succss or failur Ir In of s t n t nt s that notify spcific vnts dtctd by th Wi-Fi Dirct framwork, such as a droppd connction or a nwly discovrd pr. n ts

20 20 Implmntation - Android II Th WifiP2pManagr class provids mthods that prmit to intract with th Wi-Fi hardwar on th dvic. Th most important ons ar th following: In Iniziali iz z ia Rgistrs th application with th Wi-Fi C li Con framwork o z nct Starts a pr-to-pr connction with a dvic with th spcifid n configuration. C n CratG r roup at ct Crats a pr-to-pr group with th currnt dvic as th group ownr. R Rqust G Prs q ro Rqusts th currnt list of discovrd prs D u DiscovrP is p rs c st Ini tia R o P Rmov t v Group Rmovs th currnt pr-tos m r pr group o P s

21 21 Implmntation - Android III Stup a P2P Group

22 22 Implmntation - Android IV Rfrncs API ar availabl at oid/nt/wifi/p2p/packag-summary.html Guid is availabl at nnctivity/wifip2p.html

23 Implmntation - Linux I 23

24 Implmntation - Linux II 24 WPA_Supplicant is a damon program that controls th wirlss connction It implmnts ky ngotiation with a WPA Authnticator and it controls IEEE authntication/association of th wlan drivr WPA_Supplicant o Handls th ntir P2P protocol

25 D p 2p v _ vi c sicgrpfl c narolti s ju o rn tv 25ivcunsptd t h c p i_ l_tfn d c t ira n d _s d m c u a _o p d rv d _a q ts u p n p Implmntation - Linux III WPA_supplicant APIs

26 A t h r 26o s Implmntation - Linux Prrquisits

27 C O N F G _ D R V E R _ N L = Implmntation - Linux 27 Wi-Fi P2P is an optional componnt that nds to b nabld in th wpa_supplicant build configuration (.config) Hr is an xampl configuration that includs WiFi P2P support and Linux nl80211 basd drivr intrfac:

28 c r Implmntation - Linux IV _ n 28 In run-tim configuration fil (wpa_supplicant.conf), som paramtrs for P2P must b st: f a c =

29 Implmntation - Linux V 29 Start wpa_supplicant lik this:./wpa_supplicant -Dnl c /path/to/p2p.conf -i wlan0 -dt Thn start./wpa_cli using th primitivs listd bfor

30 Implmntation - Linux 30 Start wpa_supplicant lik this:./wpa_supplicant -Dnl c /path/to/p2p.conf -i wlan0 -dt Thn start./wpa_cli using th primitivs listd bfor p2p_find [wait for pr to b found] p2p_connct <pr-mac-addr> pbc go_intnt=<0..15>

31 Implmntation - Linux 31 Rfrncs: Information about P2P implmntation for Linux ar availabl at WPA_supplicant (hom pag) git clon git://w1.fi/srv/git/hostap.git (download)

32 Comparativ analysis I 32 Both implmntations provid th sam faturs but

33 Comparativ analysis II 33 What do you prfr: a flxibl or an asy to us implmntation?

Chapter 6 Folding. Folding

Chapter 6 Folding. Folding Chaptr 6 Folding Wintr 1 Mokhtar Abolaz Folding Th folding transformation is usd to systmatically dtrmin th control circuits in DSP architctur whr multipl algorithm oprations ar tim-multiplxd to a singl

More information

Computing and Communications -- Network Coding

Computing and Communications -- Network Coding 89 90 98 00 Computing and Communications -- Ntwork Coding Dr. Zhiyong Chn Institut of Wirlss Communications Tchnology Shanghai Jiao Tong Univrsity China Lctur 5- Nov. 05 0 Classical Information Thory Sourc

More information

ME 321 Kinematics and Dynamics of Machines S. Lambert Winter 2002

ME 321 Kinematics and Dynamics of Machines S. Lambert Winter 2002 3.4 Forc Analysis of Linkas An undrstandin of forc analysis of linkas is rquird to: Dtrmin th raction forcs on pins, tc. as a consqunc of a spcifid motion (don t undrstimat th sinificanc of dynamic or

More information

Aim To manage files and directories using Linux commands. 1. file Examines the type of the given file or directory

Aim To manage files and directories using Linux commands. 1. file Examines the type of the given file or directory m E x. N o. 3 F I L E M A N A G E M E N T Aim To manag ils and dirctoris using Linux commands. I. F i l M a n a g m n t 1. il Examins th typ o th givn il or dirctory i l i l n a m > ( o r ) < d i r c t

More information

Learning Spherical Convolution for Fast Features from 360 Imagery

Learning Spherical Convolution for Fast Features from 360 Imagery Larning Sphrical Convolution for Fast Faturs from 36 Imagry Anonymous Author(s) 3 4 5 6 7 8 9 3 4 5 6 7 8 9 3 4 5 6 7 8 9 3 3 3 33 34 35 In this fil w provid additional dtails to supplmnt th main papr

More information

Tap Changer Type MHZ Specification, Assembly and Materials

Tap Changer Type MHZ Specification, Assembly and Materials Tap Changr Typ MH Spcification, ssmbly and Matrials Dscriptions Gnral Spcifications Rmarks availabl in on, two or thr phas application multi layr typs upon rqust shaft lngth availabl in variabl sizs driving

More information

ECE602 Exam 1 April 5, You must show ALL of your work for full credit.

ECE602 Exam 1 April 5, You must show ALL of your work for full credit. ECE62 Exam April 5, 27 Nam: Solution Scor: / This xam is closd-book. You must show ALL of your work for full crdit. Plas rad th qustions carfully. Plas chck your answrs carfully. Calculators may NOT b

More information

Item. Recommended LC Driving Voltage for Standard Temp. Modules

Item. Recommended LC Driving Voltage for Standard Temp. Modules AV2020 20x2 Character 5x7 dots with cursor 1/16 duty +5V single supply Built in Controller (KS0066 or quivalent) B/L driven by pin1 and 2, 15 and 16 or A,K Pin Assignment No. Symbol Function 1 Vss Gnd,

More information

Physical Organization

Physical Organization Lctur usbasd symmtric multiprocssors (SM s): combin both aspcts Compilr support? rchitctural support? Static and dynamic locality of rfrnc ar critical for high prformanc M I M ccss to local mmory is usually

More information

Status of LAr TPC R&D (2) 2014/Dec./23 Neutrino frontier workshop 2014 Ryosuke Sasaki (Iwate U.)

Status of LAr TPC R&D (2) 2014/Dec./23 Neutrino frontier workshop 2014 Ryosuke Sasaki (Iwate U.) Status of LAr TPC R&D (2) 214/Dc./23 Nutrino frontir workshop 214 Ryosuk Sasaki (Iwat U.) Tabl of Contnts Dvlopmnt of gnrating lctric fild in LAr TPC Introduction - Gnrating strong lctric fild is on of

More information

Category Theory Approach to Fusion of Wavelet-Based Features

Category Theory Approach to Fusion of Wavelet-Based Features Catgory Thory Approach to Fusion of Wavlt-Basd Faturs Scott A. DLoach Air Forc Institut of Tchnology Dpartmnt of Elctrical and Computr Enginring Wright-Pattrson AFB, Ohio 45433 Scott.DLoach@afit.af.mil

More information

Network Congestion Games

Network Congestion Games Ntwork Congstion Gams Assistant Profssor Tas A&M Univrsity Collg Station, TX TX Dallas Collg Station Austin Houston Bst rout dpnds on othrs Ntwork Congstion Gams Travl tim incrass with congstion Highway

More information

The Matrix Exponential

The Matrix Exponential Th Matrix Exponntial (with xrciss) by Dan Klain Vrsion 28928 Corrctions and commnts ar wlcom Th Matrix Exponntial For ach n n complx matrix A, dfin th xponntial of A to b th matrix () A A k I + A + k!

More information

Middle East Technical University Department of Mechanical Engineering ME 413 Introduction to Finite Element Analysis

Middle East Technical University Department of Mechanical Engineering ME 413 Introduction to Finite Element Analysis Middl East Tchnical Univrsity Dpartmnt of Mchanical Enginring ME 43 Introduction to Finit Elmnt Analysis Chaptr 3 Computr Implmntation of D FEM Ths nots ar prpard by Dr. Cünyt Srt http://www.m.mtu.du.tr/popl/cunyt

More information

1 Isoparametric Concept

1 Isoparametric Concept UNIVERSITY OF CALIFORNIA BERKELEY Dpartmnt of Civil Enginring Spring 06 Structural Enginring, Mchanics and Matrials Profssor: S. Govindj Nots on D isoparamtric lmnts Isoparamtric Concpt Th isoparamtric

More information

Probability Translation Guide

Probability Translation Guide Quick Guid to Translation for th inbuilt SWARM Calculator If you s information looking lik this: Us this statmnt or any variant* (not th backticks) And this is what you ll s whn you prss Calculat Th chancs

More information

3-2-1 ANN Architecture

3-2-1 ANN Architecture ARTIFICIAL NEURAL NETWORKS (ANNs) Profssor Tom Fomby Dpartmnt of Economics Soutrn Mtodist Univrsity Marc 008 Artificial Nural Ntworks (raftr ANNs) can b usd for itr prdiction or classification problms.

More information

Ch. 24 Molecular Reaction Dynamics 1. Collision Theory

Ch. 24 Molecular Reaction Dynamics 1. Collision Theory Ch. 4 Molcular Raction Dynamics 1. Collision Thory Lctur 16. Diffusion-Controlld Raction 3. Th Matrial Balanc Equation 4. Transition Stat Thory: Th Eyring Equation 5. Transition Stat Thory: Thrmodynamic

More information

A s device signals an interrupt. time-> time T. A s device. starts device. starts device. A s ISR. WAIT/block. Process A. interrupt.

A s device signals an interrupt. time-> time T. A s device. starts device. starts device. A s ISR. WAIT/block. Process A. interrupt. /1 /1 BAA F 67 :; - -, - % 67 :; = : J 3KJ AA L A s dvic signas an intrrut A s dvic tim T tim-> A s starts dvic starts dvic rocss A AT/bock rocss B AT/bock intrrut B s starts dvic B s dvic B s dvic signas

More information

Brief on APSCO Data Sharing Service Platform Project

Brief on APSCO Data Sharing Service Platform Project Brif on APSCO Data Sharing Srvic Platform Projct Bijing China, Novmbr, 2012 Origin - Originally, this projct proposal was put forward during th First Exprt Group Mting on Futur Plan (EGMFP-1) of Spac Activitis

More information

The Matrix Exponential

The Matrix Exponential Th Matrix Exponntial (with xrciss) by D. Klain Vrsion 207.0.05 Corrctions and commnts ar wlcom. Th Matrix Exponntial For ach n n complx matrix A, dfin th xponntial of A to b th matrix A A k I + A + k!

More information

Seebeck and Peltier Effects

Seebeck and Peltier Effects Sbck and Pltir Effcts Introduction Thrmal nrgy is usually a byproduct of othr forms of nrgy such as chmical nrgy, mchanical nrgy, and lctrical nrgy. Th procss in which lctrical nrgy is transformd into

More information

Finite element discretization of Laplace and Poisson equations

Finite element discretization of Laplace and Poisson equations Finit lmnt discrtization of Laplac and Poisson quations Yashwanth Tummala Tutor: Prof S.Mittal 1 Outlin Finit Elmnt Mthod for 1D Introduction to Poisson s and Laplac s Equations Finit Elmnt Mthod for 2D-Discrtization

More information

Design Guidelines for Quartz Crystal Oscillators. R 1 Motional Resistance L 1 Motional Inductance C 1 Motional Capacitance C 0 Shunt Capacitance

Design Guidelines for Quartz Crystal Oscillators. R 1 Motional Resistance L 1 Motional Inductance C 1 Motional Capacitance C 0 Shunt Capacitance TECHNICAL NTE 30 Dsign Guidlins for Quartz Crystal scillators Introduction A CMS Pirc oscillator circuit is wll known and is widly usd for its xcllnt frquncy stability and th wid rang of frquncis ovr which

More information

CAT Kb SPI Serial CMOS EEPROM

CAT Kb SPI Serial CMOS EEPROM 64-Kb SPI Srial CMOS EEPROM Dscription Th CT25640 is a 64 Kb Srial CMOS EEPROM dvic intrnally organizd as 8Kx8 bits. This faturs a 64 byt pag writ buffr and supports th Srial Priphral Intrfac (SPI) protocol.

More information

4.2 Design of Sections for Flexure

4.2 Design of Sections for Flexure 4. Dsign of Sctions for Flxur This sction covrs th following topics Prliminary Dsign Final Dsign for Typ 1 Mmbrs Spcial Cas Calculation of Momnt Dmand For simply supportd prstrssd bams, th maximum momnt

More information

MCE503: Modeling and Simulation of Mechatronic Systems Discussion on Bond Graph Sign Conventions for Electrical Systems

MCE503: Modeling and Simulation of Mechatronic Systems Discussion on Bond Graph Sign Conventions for Electrical Systems MCE503: Modling and Simulation o Mchatronic Systms Discussion on Bond Graph Sign Convntions or Elctrical Systms Hanz ichtr, PhD Clvland Stat Univrsity, Dpt o Mchanical Enginring 1 Basic Assumption In a

More information

Mutually Independent Hamiltonian Cycles of Pancake Networks

Mutually Independent Hamiltonian Cycles of Pancake Networks Mutually Indpndnt Hamiltonian Cycls of Pancak Ntworks Chng-Kuan Lin Dpartmnt of Mathmatics National Cntral Univrsity, Chung-Li, Taiwan 00, R O C discipl@ms0urlcomtw Hua-Min Huang Dpartmnt of Mathmatics

More information

Payroll Direct Deposit

Payroll Direct Deposit Payroll Dirct Dposit Dirct Dposit for mploy paychcks allows cntrs to avoi printing an physically istributing papr chcks to mploys. Dirct posits ar ma through a systm known as Automat Claring Hous (ACH),

More information

1 Minimum Cut Problem

1 Minimum Cut Problem CS 6 Lctur 6 Min Cut and argr s Algorithm Scribs: Png Hui How (05), Virginia Dat: May 4, 06 Minimum Cut Problm Today, w introduc th minimum cut problm. This problm has many motivations, on of which coms

More information

3 Finite Element Parametric Geometry

3 Finite Element Parametric Geometry 3 Finit Elmnt Paramtric Gomtry 3. Introduction Th intgral of a matrix is th matrix containing th intgral of ach and vry on of its original componnts. Practical finit lmnt analysis rquirs intgrating matrics,

More information

SUMMER 17 EXAMINATION

SUMMER 17 EXAMINATION (ISO/IEC - 7-5 Crtifid) SUMMER 7 EXAMINATION Modl wr jct Cod: Important Instructions to aminrs: ) Th answrs should b amind by ky words and not as word-to-word as givn in th modl answr schm. ) Th modl answr

More information

MA 262, Spring 2018, Final exam Version 01 (Green)

MA 262, Spring 2018, Final exam Version 01 (Green) MA 262, Spring 218, Final xam Vrsion 1 (Grn) INSTRUCTIONS 1. Switch off your phon upon ntring th xam room. 2. Do not opn th xam booklt until you ar instructd to do so. 3. Bfor you opn th booklt, fill in

More information

Strongly Connected Components

Strongly Connected Components Strongly Connctd Componnts Lt G = (V, E) b a dirctd graph Writ if thr is a path from to in G Writ if and is an quivalnc rlation: implis and implis s quivalnc classs ar calld th strongly connctd componnts

More information

SER/BER in a Fading Channel

SER/BER in a Fading Channel SER/BER in a Fading Channl Major points for a fading channl: * SNR is a R.V. or R.P. * SER(BER) dpnds on th SNR conditional SER(BER). * Two prformanc masurs: outag probability and avrag SER(BER). * Ovrall,

More information

Quasi-Classical States of the Simple Harmonic Oscillator

Quasi-Classical States of the Simple Harmonic Oscillator Quasi-Classical Stats of th Simpl Harmonic Oscillator (Draft Vrsion) Introduction: Why Look for Eignstats of th Annihilation Oprator? Excpt for th ground stat, th corrspondnc btwn th quantum nrgy ignstats

More information

Phase Rotation for the 80 MHz ac Mixed Mode Packet

Phase Rotation for the 80 MHz ac Mixed Mode Packet Phas Rotation for th 80 MHz 802.11ac Mixd Mod Packt Dat: 2010-07-12 Authors: Nam Affiliations Addrss Phon mail Lonardo Lanant Jr. Kyushu Inst. of Tchnology Kawazu 680-, Iizuka, JAPAN Yuhi Nagao Kyushu

More information

Pipe flow friction, small vs. big pipes

Pipe flow friction, small vs. big pipes Friction actor (t/0 t o pip) Friction small vs larg pips J. Chaurtt May 016 It is an intrsting act that riction is highr in small pips than largr pips or th sam vlocity o low and th sam lngth. Friction

More information

Topology Optimization of Suction Muffler for Noise Attenuation

Topology Optimization of Suction Muffler for Noise Attenuation Purdu Univrsity Purdu -Pubs Intrnational Comprssor Enginring Confrnc School of Mchanical Enginring 2012 Topology Optimization of Suction Mufflr for Nois Attnuation Jin Woo L jinwool@ajou.ac.kr Dong Wook

More information

Derangements and Applications

Derangements and Applications 2 3 47 6 23 Journal of Intgr Squncs, Vol. 6 (2003), Articl 03..2 Drangmnts and Applications Mhdi Hassani Dpartmnt of Mathmatics Institut for Advancd Studis in Basic Scincs Zanjan, Iran mhassani@iasbs.ac.ir

More information

Sundials and Linear Algebra

Sundials and Linear Algebra Sundials and Linar Algbra M. Scot Swan July 2, 25 Most txts on crating sundials ar dirctd towards thos who ar solly intrstd in making and using sundials and usually assums minimal mathmatical background.

More information

Journal of Global Research in Computer Science

Journal of Global Research in Computer Science Volum 1, No. 3, Octobr 21 Journal of Global Rsarch in Computr Scinc RESEARCH PAPER Availabl Onlin at www.jgrcs.info AN OPTIMIZED VERTICAL HANDOFF DECISION STRATEGY USING GENETIC ALGORITHM IN HETEROGENEOUS

More information

Principles of Humidity Dalton s law

Principles of Humidity Dalton s law Principls of Humidity Dalton s law Air is a mixtur of diffrnt gass. Th main gas componnts ar: Gas componnt volum [%] wight [%] Nitrogn N 2 78,03 75,47 Oxygn O 2 20,99 23,20 Argon Ar 0,93 1,28 Carbon dioxid

More information

ECE 344 Microwave Fundamentals

ECE 344 Microwave Fundamentals ECE 44 Microwav Fundamntals Lctur 08: Powr Dividrs and Couplrs Part Prpard By Dr. hrif Hkal 4/0/08 Microwav Dvics 4/0/08 Microwav Dvics 4/0/08 Powr Dividrs and Couplrs Powr dividrs, combinrs and dirctional

More information

From Elimination to Belief Propagation

From Elimination to Belief Propagation School of omputr Scinc Th lif Propagation (Sum-Product lgorithm Probabilistic Graphical Modls (10-708 Lctur 5, Sp 31, 2007 Rcptor Kinas Rcptor Kinas Kinas X 5 ric Xing Gn G T X 6 X 7 Gn H X 8 Rading: J-hap

More information

Voltage, Current, Power, Series Resistance, Parallel Resistance, and Diodes

Voltage, Current, Power, Series Resistance, Parallel Resistance, and Diodes Lctur 1. oltag, Currnt, Powr, Sris sistanc, Paralll sistanc, and Diods Whn you start to dal with lctronics thr ar thr main concpts to start with: Nam Symbol Unit oltag volt Currnt ampr Powr W watt oltag

More information

4.5 Minimum Spanning Tree. Chapter 4. Greedy Algorithms. Minimum Spanning Tree. Motivating application

4.5 Minimum Spanning Tree. Chapter 4. Greedy Algorithms. Minimum Spanning Tree. Motivating application 1 Chaptr. Minimum panning Tr lids by Kvin Wayn. Copyright 200 Parson-Addison Wsly. All rights rsrvd. *Adjustd by Gang Tan for C33: Algorithms at Boston Collg, Fall 0 Motivating application Minimum panning

More information

MEASURING HEAT FLUX FROM A COMPONENT ON A PCB

MEASURING HEAT FLUX FROM A COMPONENT ON A PCB MEASURING HEAT FLUX FROM A COMPONENT ON A PCB INTRODUCTION Elctronic circuit boards consist of componnts which gnrats substantial amounts of hat during thir opration. A clar knowldg of th lvl of hat dissipation

More information

Exam 1. It is important that you clearly show your work and mark the final answer clearly, closed book, closed notes, no calculator.

Exam 1. It is important that you clearly show your work and mark the final answer clearly, closed book, closed notes, no calculator. Exam N a m : _ S O L U T I O N P U I D : I n s t r u c t i o n s : It is important that you clarly show your work and mark th final answr clarly, closd book, closd nots, no calculator. T i m : h o u r

More information

CAT25080, CAT Kb and 16-Kb SPI Serial CMOS EEPROM

CAT25080, CAT Kb and 16-Kb SPI Serial CMOS EEPROM 8-Kb and 16-Kb SPI Srial CMOS EEPROM Dscription Th CT25080/25160 ar 8 Kb/16 Kb Srial CMOS EEPROM dvics intrnally organizd as 1024x8/2048x8 bits. Thy fatur a 32 byt pag writ buffr and support th Srial Priphral

More information

Higher order derivatives

Higher order derivatives Robrto s Nots on Diffrntial Calculus Chaptr 4: Basic diffrntiation ruls Sction 7 Highr ordr drivativs What you nd to know alrady: Basic diffrntiation ruls. What you can larn hr: How to rpat th procss of

More information

ECE 2210 / 00 Phasor Examples

ECE 2210 / 00 Phasor Examples EE 0 / 00 Phasor Exampls. Add th sinusoidal voltags v ( t ) 4.5. cos( t 30. and v ( t ) 3.. cos( t 5. v ( t) using phasor notation, draw a phasor diagram of th thr phasors, thn convrt back to tim domain

More information

Continuous probability distributions

Continuous probability distributions Continuous probability distributions Many continuous probability distributions, including: Uniform Normal Gamma Eponntial Chi-Squard Lognormal Wibull EGR 5 Ch. 6 Uniform distribution Simplst charactrizd

More information

Entertainment & Transportation Products

Entertainment & Transportation Products ENTERTAINMENT & Entrtainmnt & Transportation Products Dpndabl and vrsatil, Appvion dirct thrmal stocks provid solutions for a wid varity of ntrtainmnt and transportation tickting nds. Crisp imaging nsurs

More information

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, April 04, 2005, 8:35 AM) PART I: CHAPTER TWO COMB MATH.

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, April 04, 2005, 8:35 AM) PART I: CHAPTER TWO COMB MATH. C:\Dallas\0_Courss\03A_OpSci_67\0 Cgh_Book\0_athmaticalPrliminaris\0_0 Combath.doc of 8 COPUTER GENERATED HOLOGRAS Optical Scincs 67 W.J. Dallas (onday, April 04, 005, 8:35 A) PART I: CHAPTER TWO COB ATH

More information

What are those βs anyway? Understanding Design Matrix & Odds ratios

What are those βs anyway? Understanding Design Matrix & Odds ratios Ral paramtr stimat WILD 750 - Wildlif Population Analysis of 6 What ar thos βs anyway? Undrsting Dsign Matrix & Odds ratios Rfrncs Hosmr D.W.. Lmshow. 000. Applid logistic rgrssion. John Wily & ons Inc.

More information

Queries. Key Intervals. level 0. Key Intervals. level 1. Key Intervals. level 2. Data items

Queries. Key Intervals. level 0. Key Intervals. level 1. Key Intervals. level 2. Data items P-Grid: A Slf-organizing Accss Structur for P2P Information Systms Karl Abrr Distributd Information Systms Laboratory Dpartmnt of Communication Systms Swiss Fdral Institut of Tchnology (EPFL) 1015 Lausann,

More information

orbiting electron turns out to be wrong even though it Unfortunately, the classical visualization of the

orbiting electron turns out to be wrong even though it Unfortunately, the classical visualization of the Lctur 22-1 Byond Bohr Modl Unfortunatly, th classical visualization of th orbiting lctron turns out to b wrong vn though it still givs us a simpl way to think of th atom. Quantum Mchanics is ndd to truly

More information

Elements of Statistical Thermodynamics

Elements of Statistical Thermodynamics 24 Elmnts of Statistical Thrmodynamics Statistical thrmodynamics is a branch of knowldg that has its own postulats and tchniqus. W do not attmpt to giv hr vn an introduction to th fild. In this chaptr,

More information

Random Access Techniques: ALOHA (cont.)

Random Access Techniques: ALOHA (cont.) Random Accss Tchniqus: ALOHA (cont.) 1 Exampl [ Aloha avoiding collision ] A pur ALOHA ntwork transmits a 200-bit fram on a shard channl Of 200 kbps at tim. What is th rquirmnt to mak this fram collision

More information

Definition1: The ratio of the radiation intensity in a given direction from the antenna to the radiation intensity averaged over all directions.

Definition1: The ratio of the radiation intensity in a given direction from the antenna to the radiation intensity averaged over all directions. Dirctivity or Dirctiv Gain. 1 Dfinition1: Dirctivity Th ratio of th radiation intnsity in a givn dirction from th antnna to th radiation intnsity avragd ovr all dirctions. Dfinition2: Th avg U is obtaind

More information

Lorentz force rotor formulation.

Lorentz force rotor formulation. Lorntz forc rotor formulation. Ptr Joot ptr.joot@gmail.com March 18, 2009. Last Rvision: Dat : 2009/03/2321 : 19 : 46 Contnts 1 Motivation. 1 2 In trms of GA. 1 2.1 Omga bivctor............................

More information

Hardy-Littlewood Conjecture and Exceptional real Zero. JinHua Fei. ChangLing Company of Electronic Technology Baoji Shannxi P.R.

Hardy-Littlewood Conjecture and Exceptional real Zero. JinHua Fei. ChangLing Company of Electronic Technology Baoji Shannxi P.R. Hardy-Littlwood Conjctur and Excptional ral Zro JinHua Fi ChangLing Company of Elctronic Tchnology Baoji Shannxi P.R.China E-mail: fijinhuayoujian@msn.com Abstract. In this papr, w assum that Hardy-Littlwood

More information

Chemical Physics II. More Stat. Thermo Kinetics Protein Folding...

Chemical Physics II. More Stat. Thermo Kinetics Protein Folding... Chmical Physics II Mor Stat. Thrmo Kintics Protin Folding... http://www.nmc.ctc.com/imags/projct/proj15thumb.jpg http://nuclarwaponarchiv.org/usa/tsts/ukgrabl2.jpg http://www.photolib.noaa.gov/corps/imags/big/corp1417.jpg

More information

E hf. hf c. 2 2 h 2 2 m v f ' f 2f ' f cos c

E hf. hf c. 2 2 h 2 2 m v f ' f 2f ' f cos c EXPERIMENT 9: COMPTON EFFECT Rlatd Topics Intractions of photons with lctrons, consrvation of momntum and nrgy, inlastic and lastic scattring, intraction cross sction, Compton wavlngth. Principl Whn photons

More information

EXST Regression Techniques Page 1

EXST Regression Techniques Page 1 EXST704 - Rgrssion Tchniqus Pag 1 Masurmnt rrors in X W hav assumd that all variation is in Y. Masurmnt rror in this variabl will not ffct th rsults, as long as thy ar uncorrlatd and unbiasd, sinc thy

More information

SAFE HANDS & IIT-ian's PACE EDT-15 (JEE) SOLUTIONS

SAFE HANDS & IIT-ian's PACE EDT-15 (JEE) SOLUTIONS It is not possibl to find flu through biggr loop dirctly So w will find cofficint of mutual inductanc btwn two loops and thn find th flu through biggr loop Also rmmbr M = M ( ) ( ) EDT- (JEE) SOLUTIONS

More information

u x v x dx u x v x v x u x dx d u x v x u x v x dx u x v x dx Integration by Parts Formula

u x v x dx u x v x v x u x dx d u x v x u x v x dx u x v x dx Integration by Parts Formula 7. Intgration by Parts Each drivativ formula givs ris to a corrsponding intgral formula, as w v sn many tims. Th drivativ product rul yilds a vry usful intgration tchniqu calld intgration by parts. Starting

More information

INC 693, 481 Dynamics System and Modelling: The Language of Bound Graphs Dr.-Ing. Sudchai Boonto Assistant Professor

INC 693, 481 Dynamics System and Modelling: The Language of Bound Graphs Dr.-Ing. Sudchai Boonto Assistant Professor INC 693, 48 Dynamics Systm and Modlling: Th Languag o Bound Graphs Dr.-Ing. Sudchai Boonto Assistant Prossor Dpartmnt o Control Systm and Instrumntation Enginring King Mongkut s Unnivrsity o Tchnology

More information

Lecture Outline. Skin Depth Power Flow 8/7/2018. EE 4347 Applied Electromagnetics. Topic 3e

Lecture Outline. Skin Depth Power Flow 8/7/2018. EE 4347 Applied Electromagnetics. Topic 3e 8/7/018 Cours Instructor Dr. Raymond C. Rumpf Offic: A 337 Phon: (915) 747 6958 E Mail: rcrumpf@utp.du EE 4347 Applid Elctromagntics Topic 3 Skin Dpth & Powr Flow Skin Dpth Ths & Powr nots Flow may contain

More information

THE P-PERSISTENT CSMA WITH THE FUNCTION OF MONITORING BASED ON TIME DIVISION MECHA- NISM

THE P-PERSISTENT CSMA WITH THE FUNCTION OF MONITORING BASED ON TIME DIVISION MECHA- NISM ISSN:3-56 Intrnational Journal of Innovativ Rsarch in Tchnology & Scinc(IJIRTS) THE P-PERSISTENT CSMA WITH THE FUNCTION OF MONITORING BASED ON TIME DIVISION MECHA- NISM Yifan Zhao, Yunnan Univrsity, Kunming,

More information

A Sub-Optimal Log-Domain Decoding Algorithm for Non-Binary LDPC Codes

A Sub-Optimal Log-Domain Decoding Algorithm for Non-Binary LDPC Codes Procdings of th 9th WSEAS Intrnational Confrnc on APPLICATIONS of COMPUTER ENGINEERING A Sub-Optimal Log-Domain Dcoding Algorithm for Non-Binary LDPC Cods CHIRAG DADLANI and RANJAN BOSE Dpartmnt of Elctrical

More information

Electron energy in crystal potential

Electron energy in crystal potential Elctron nry in crystal potntial r r p c mc mc mc Expand: r r r mc mc mc r r p c mc mc mc r pc m c mc p m m m m r E E m m m r p E m r nr nr whr: E V mc E m c Wav quation Hamiltonian: Tim-Indpndnt Schrodinr

More information

Queries. Key Intervals. level 0. Key Intervals. level 1. Key Intervals. level 2. Data items

Queries. Key Intervals. level 0. Key Intervals. level 1. Key Intervals. level 2. Data items P-Grid: A slf-organizing accss structur for P2P information systms Karl Abrr Dpartmnt of Communication Systms Swiss Fdral Institut of Tchnology (EPFL) 1015 Lausann, Switzrland karl.abrr@pfl.ch Abstract

More information

TR FI ES MA GM MK TN EG AZ IQ SY SA AE YE MZ TAP CHANGERS TYPE MHF II

TR FI ES MA GM MK TN EG AZ IQ SY SA AE YE MZ TAP CHANGERS TYPE MHF II TR FI ES M M MK TN E Z IQ SY S E YE MZ S TYE MF II ENER SECIFICTIN Ths tap changrs ar availabl in on, two or thr phas applications. Multi layr typs ar also availabl. Th shaft lngth is variabl. Connction

More information

ECE 407 Computer Aided Design for Electronic Systems. Instructor: Maria K. Michael. Overview. CAD tools for multi-level logic synthesis:

ECE 407 Computer Aided Design for Electronic Systems. Instructor: Maria K. Michael. Overview. CAD tools for multi-level logic synthesis: 407 Computr Aidd Dsign for Elctronic Systms Multi-lvl Logic Synthsis Instructor: Maria K. Michal 1 Ovrviw Major Synthsis Phass Logic Synthsis: 2-lvl Multi-lvl FSM CAD tools for multi-lvl logic synthsis:

More information

Total Wave Function. e i. Wave function above sample is a plane wave: //incident beam

Total Wave Function. e i. Wave function above sample is a plane wave: //incident beam Total Wav Function Wav function abov sampl is a plan wav: r i kr //incidnt bam Wav function blow sampl is a collction of diffractd bams (and ): r i k r //transmittd bams k ks W nd to know th valus of th.

More information

Outline. Why speech processing? Speech signal processing. Advanced Multimedia Signal Processing #5:Speech Signal Processing 2 -Processing-

Outline. Why speech processing? Speech signal processing. Advanced Multimedia Signal Processing #5:Speech Signal Processing 2 -Processing- Outlin Advancd Multimdia Signal Procssing #5:Spch Signal Procssing -Procssing- Intllignt Elctronic Systms Group Dpt. of Elctronic Enginring, UEC Basis of Spch Procssing Nois Rmoval Spctral Subtraction

More information

Outline. Thanks to Ian Blockland and Randy Sobie for these slides Lifetimes of Decaying Particles Scattering Cross Sections Fermi s Golden Rule

Outline. Thanks to Ian Blockland and Randy Sobie for these slides Lifetimes of Decaying Particles Scattering Cross Sections Fermi s Golden Rule Outlin Thanks to Ian Blockland and andy obi for ths slids Liftims of Dcaying Particls cattring Cross ctions Frmi s Goldn ul Physics 424 Lctur 12 Pag 1 Obsrvabls want to rlat xprimntal masurmnts to thortical

More information

Differentiation of Exponential Functions

Differentiation of Exponential Functions Calculus Modul C Diffrntiation of Eponntial Functions Copyright This publication Th Northrn Albrta Institut of Tchnology 007. All Rights Rsrvd. LAST REVISED March, 009 Introduction to Diffrntiation of

More information

CS 361 Meeting 12 10/3/18

CS 361 Meeting 12 10/3/18 CS 36 Mting 2 /3/8 Announcmnts. Homwork 4 is du Friday. If Friday is Mountain Day, homwork should b turnd in at my offic or th dpartmnt offic bfor 4. 2. Homwork 5 will b availabl ovr th wknd. 3. Our midtrm

More information

priority queue ADT heaps 1

priority queue ADT heaps 1 COMP 250 Lctur 23 priority quu ADT haps 1 Nov. 1/2, 2017 1 Priority Quu Li a quu, but now w hav a mor gnral dinition o which lmnt to rmov nxt, namly th on with highst priority..g. hospital mrgncy room

More information

Selective Mass Scaling (SMS)

Selective Mass Scaling (SMS) Slctiv Mass Scaling (SMS) Thory and Practic Thomas Borrvall Dynamor Nordic AB Octobr 20 LS DYNA information Contnt Background Is SMS nwsworthy? Thory and Implmntation Diffrnc btwn CMS and SMS Undr th hood

More information

Engineering 323 Beautiful HW #13 Page 1 of 6 Brown Problem 5-12

Engineering 323 Beautiful HW #13 Page 1 of 6 Brown Problem 5-12 Enginring Bautiful HW #1 Pag 1 of 6 5.1 Two componnts of a minicomputr hav th following joint pdf for thir usful liftims X and Y: = x(1+ x and y othrwis a. What is th probability that th liftim X of th

More information

ph People Grade Level: basic Duration: minutes Setting: classroom or field site

ph People Grade Level: basic Duration: minutes Setting: classroom or field site ph Popl Adaptd from: Whr Ar th Frogs? in Projct WET: Curriculum & Activity Guid. Bozman: Th Watrcours and th Council for Environmntal Education, 1995. ph Grad Lvl: basic Duration: 10 15 minuts Stting:

More information

Accepted Manuscript. DMMS: A Flexible Architecture for Multicast Listener Support in a Distributed Mobility Management Environment

Accepted Manuscript. DMMS: A Flexible Architecture for Multicast Listener Support in a Distributed Mobility Management Environment Accptd Manuscript DMMS: A Flxibl Architctur for Multicast Listnr Support in a Distributd Mobility Managmnt Environmnt Tin-Thinh Nguyn, Christian Bonnt PII: S1389-1286(15)00448-X DOI: 10.1016/j.comnt.2015.11.015

More information

PHYSICS 489/1489 LECTURE 7: QUANTUM ELECTRODYNAMICS

PHYSICS 489/1489 LECTURE 7: QUANTUM ELECTRODYNAMICS PHYSICS 489/489 LECTURE 7: QUANTUM ELECTRODYNAMICS REMINDER Problm st du today 700 in Box F TODAY: W invstigatd th Dirac quation it dscribs a rlativistic spin /2 particl implis th xistnc of antiparticl

More information

6.1 Integration by Parts and Present Value. Copyright Cengage Learning. All rights reserved.

6.1 Integration by Parts and Present Value. Copyright Cengage Learning. All rights reserved. 6.1 Intgration by Parts and Prsnt Valu Copyright Cngag Larning. All rights rsrvd. Warm-Up: Find f () 1. F() = ln(+1). F() = 3 3. F() =. F() = ln ( 1) 5. F() = 6. F() = - Objctivs, Day #1 Studnts will b

More information

CE 530 Molecular Simulation

CE 530 Molecular Simulation CE 53 Molcular Simulation Lctur 8 Fr-nrgy calculations David A. Kofk Dpartmnt of Chmical Enginring SUNY Buffalo kofk@ng.buffalo.du 2 Fr-Enrgy Calculations Uss of fr nrgy Phas quilibria Raction quilibria

More information

The pn junction: 2 Current vs Voltage (IV) characteristics

The pn junction: 2 Current vs Voltage (IV) characteristics Th pn junction: Currnt vs Voltag (V) charactristics Considr a pn junction in quilibrium with no applid xtrnal voltag: o th V E F E F V p-typ Dpltion rgion n-typ Elctron movmnt across th junction: 1. n

More information

Hydrogen Atom and One Electron Ions

Hydrogen Atom and One Electron Ions Hydrogn Atom and On Elctron Ions Th Schrödingr quation for this two-body problm starts out th sam as th gnral two-body Schrödingr quation. First w sparat out th motion of th cntr of mass. Th intrnal potntial

More information

Y 0. Standing Wave Interference between the incident & reflected waves Standing wave. A string with one end fixed on a wall

Y 0. Standing Wave Interference between the incident & reflected waves Standing wave. A string with one end fixed on a wall Staning Wav Intrfrnc btwn th incint & rflct wavs Staning wav A string with on n fix on a wall Incint: y, t) Y cos( t ) 1( Y 1 ( ) Y (St th incint wav s phas to b, i.., Y + ral & positiv.) Rflct: y, t)

More information

Week 3: Connected Subgraphs

Week 3: Connected Subgraphs Wk 3: Connctd Subgraphs Sptmbr 19, 2016 1 Connctd Graphs Path, Distanc: A path from a vrtx x to a vrtx y in a graph G is rfrrd to an xy-path. Lt X, Y V (G). An (X, Y )-path is an xy-path with x X and y

More information

Two Products Manufacturer s Production Decisions with Carbon Constraint

Two Products Manufacturer s Production Decisions with Carbon Constraint Managmnt Scinc and Enginring Vol 7 No 3 pp 3-34 DOI:3968/jms9335X374 ISSN 93-34 [Print] ISSN 93-35X [Onlin] wwwcscanadant wwwcscanadaorg Two Products Manufacturr s Production Dcisions with Carbon Constraint

More information

Statistical Thermodynamics: Sublimation of Solid Iodine

Statistical Thermodynamics: Sublimation of Solid Iodine c:374-7-ivap-statmch.docx mar7 Statistical Thrmodynamics: Sublimation of Solid Iodin Chm 374 For March 3, 7 Prof. Patrik Callis Purpos:. To rviw basic fundamntals idas of Statistical Mchanics as applid

More information

Sliding Mode Flow Rate Observer Design

Sliding Mode Flow Rate Observer Design Sliding Mod Flow Rat Obsrvr Dsign Song Liu and Bin Yao School of Mchanical Enginring, Purdu Univrsity, Wst Lafaytt, IN797, USA liu(byao)@purdudu Abstract Dynamic flow rat information is ndd in a lot of

More information

Chapter 8: Electron Configurations and Periodicity

Chapter 8: Electron Configurations and Periodicity Elctron Spin & th Pauli Exclusion Principl Chaptr 8: Elctron Configurations and Priodicity 3 quantum numbrs (n, l, ml) dfin th nrgy, siz, shap, and spatial orintation of ach atomic orbital. To xplain how

More information

State-space behaviours 2 using eigenvalues

State-space behaviours 2 using eigenvalues 1 Stat-spac bhaviours 2 using ignvalus J A Rossitr Slids by Anthony Rossitr Introduction Th first vido dmonstratd that on can solv 2 x x( ( x(0) Th stat transition matrix Φ( can b computd using Laplac

More information

CS 6353 Compiler Construction, Homework #1. 1. Write regular expressions for the following informally described languages:

CS 6353 Compiler Construction, Homework #1. 1. Write regular expressions for the following informally described languages: CS 6353 Compilr Construction, Homwork #1 1. Writ rgular xprssions for th following informally dscribd languags: a. All strings of 0 s and 1 s with th substring 01*1. Answr: (0 1)*01*1(0 1)* b. All strings

More information

Exact Analysis of DDS Spurs and SNR due to Phase Truncation and Arbitrary Phase-to-Amplitude Errors

Exact Analysis of DDS Spurs and SNR due to Phase Truncation and Arbitrary Phase-to-Amplitude Errors Exact Analysis of DDS Spurs and SNR du to Phas Truncation and Arbitrary Phas-to-Amplitud Errors Arthur Torosyan Elctrical Enginring Dpartmnt Univrsity of California, os Angls (UCA os Angls, USA torosyan@alum.mit.du

More information