Dynamic workload. Example: video playing. Example: phone call. Mpeg decoding. Other causes of overloads

Size: px
Start display at page:

Download "Dynamic workload. Example: video playing. Example: phone call. Mpeg decoding. Other causes of overloads"

Transcription

1 Dynamic workload Several applicaions (e.g., mulimedia sysems) are characerized by highly variable compuaional requiremens: load avg ime Example: phone call I consiss a leas of 2 periodic asks, execued every 20 ms: modem RX TX Receives audio signal, decodes i, and ransfers packes o he speaker buffer for reproducion. Voice sampling, daa encoding, speech enhancemen, and packe ransmission hrough he modem. processor C i-min Overall CU bandwidh: 30-65% C i-min = ms (silence) C i-max = 3 ms = 5 ms (silence) C i-max = 0 ms Example: video playing MEG sandard encodes frames in "Group of icures" (GO), consising ino 3 ypes of frames: I frames (Iner-frames) include he enire conen of a picure; B frames, (Backwards predicive) look backwards a he I frames and frames; frames (redicive) looks forward a he frame, consanly comparing frame conen. AL sandard: frame rae = 25 fps decoding ime: 2-20 ms I-frames can ake 0 imes more han B-frames Mpeg decoding Oher causes of overloads robabiliy densiy Frame execuion imes disribuion for Sar Wars Opimisic sysem design (based on average raher han wors-case behavior) Malfuncioning of inpu devices (sensors may send sequence of inerrups in burss) Variaions in he environmen Simulaneous arrivals of evens Decoding ime (s) Excepions raised by he kernel

2 Load definiions Insananeous load () Sof aperiodic asks: Hard periodic asks: C U n i C T i i Does no consider pas or fuure acivaions, bu only curren jobs: Generic RT applicaion: if g(, 2 ) is he processor demand in [, 2 ], hen: g(, max, ) Maximum processor demand among hose inervals from he curren ime and he deadlines of all acive asks. ( ) Insananeous load () g(, dk ) max k d k max k di dk d k c ( ) i Insananeous load () We can have a mos one deadline for each acive ask k, hence: ( ) k di dk ( ) max ( ) k d k c ( ) i k Example Load and design assumpions (4) = 2/4 = load Sysem designed under wors-case assumpios load Sysem designed under average-case assumpios 2 2 (4) = 5/6 = () 3 (4) = 7/9 = 0.78 (4) = ime 0 ime 2

3 redicabiliy vs. efficiency A maer of cos efficiency UNSAFE Opimisic design predicabiliy Allocaed resources SAFE essimisic design High predicabiliy and low efficiency means wasing resources high cos i can be jusified only for very criical sysems High efficiency in resource usage requires a he sysem o: handle and olerae overloads adap for graceful degradaion plan for excepion handling mechanisms Definiions Definiions Overrun: Siuaion in which a ask exceeds is expeced uilizaion. Execuion Overrun The ask compuaion ime exceeds is expeced value: Overload: Siuaion in which () >. Transien Overload max > bu avg ermanen Overload avg > Acivaion Overrun The nex ask acivaion occurs before is expeced ime: expeced inerarrival ime 0 ime 0 ime Consequences of overruns A ask overrun may no cause an overload: Consequences of overruns Consider he following applicaions wih U < : overrun Bu in general may delay he execuion of oher asks, causing a deadline miss: deadline miss (2/4) 2 (2/6) overrun 8 3 (/2)

4 Consequences of overruns U < bu sporadic overruns can preven 3 o run: Example of overload In engine conrol, some asks are acivaed a specific angles of he crankshaf. (2/4) early compleion 4 execuion overrun The acivaion rae of hese asks is proporional o he angular velociy of he engine: 2 (2/6) C u() = 2 3 (/2) 2 * * = 2 C Load conrol mehods Overrun handling Overload handling Resource Reservaion Reacive vs. roacive Local vs. Global roviding emporal isolaion Resource Reservaion Transien overloads can be handled hrough Resource Reservaion: Resource pariion Resource enforcemen a mechanism o bound he resource consumpion of a ask se o limi he inerference caused o oher asks. 0 % 4 20 % To implemen Resource Reservaion we have o: reserve a fracion of he processor bandwidh o a se of asks; preven he ask se o use more han he reserved fracion. 45 % % Each ask receives a bandwidh i and behaves as i were execuing alone on a slower processor of speed i A mechanism ha prevens a ask o consume more han is reserved amoun. If a ask execues more, i is delayed, preserving he resource for oher asks. 4

5 rioriies vs. Reservaions rioriies vs. Reservaions rioriized Access READY QUEUE 2 3 rioriized Access 2 3 Resource Reservaion 2 3 = 2 = = % 30% 20% 2 3 Resource Reservaion % 30% 20% Benefis of Resource Reservaion Implemening RR. Resource allocaion is easier han prioriy mapping. 2. I provides emporal isolaion: overruns occurring in a reservaion do no affec oher asks. Imporan for modulariy and scalabiliy 2b 2a Ready queue scheduler CU 3. Simpler schedulabiliy analysis: Response imes only depends on he applicaion demand and he amoun of reserved resource. 4. Easier probabilisic approach Fixed prioriies Dynamic prioriies scheduler RM/DM EDF Sporadic Server CBS Analysis under RR 2b 2 2a 3 3 If a processor is pariioned ino n reservaions, we mus have ha: n A i i Ready queue CU scheduler U lub where A is he adoped scheduling algorihm. Types of reservaions HARD: when he budge is exhaused, he is blocked unil he nex budge replenishmen. SOFT: when he budge is exhaused, he remains acive bu a a lower prioriy level. Noe ha a HARD reservaion (Q s, s ) guaranees a mos a budge Q s every period s a SOFT reservaion (Q s, s ) guaranees a leas a budge Q s every period s 5

6 Sof CBS The original CBS formulaion implemens a SOFT reservaion: In fac, more he Q s uniscanbeexecuedin an inerval s if he processor is available. roblem wih sof reservaions The use of idle imes from a can cause irregular job execuions and long delays: s s s s s s s 5 6 Q s = 3 s = 9 Q s = s = 3 long delay Example wih Hard CBS Hierarchical scheduling The deadline aging problem can be avoided by suspending he when q s =0and recharging he budge a d s : Resource reservaion can be used o develop hierarchical sysems, where each componen is implemened wihin a reservaion: 6 Applicaion Applicaion N d 0 5 d d 2 d 3 d 4 d 5 d 6 s q s Local Scheduler Componen Local Scheduler Componen N CBS: Q s =, T s = Global Scheduler Compuing laform Hierarchical scheduling Hierarchical scheduling In general, a componen can also be divided in oher sub-componens Global scheduler: he one managing he sysem ready queue Local schedulers: he ones managing he s queues Server S 4 Server S Local Scheduler Local Scheduler 9 8 Local scheduler 3 2 Local scheduler Local Scheduler Componen Local Scheduler Componen N Global Scheduler Compuing laform S 4 S 3 S Global scheduler CU 6

7 Hierarchical Analysis Analysis under RR Global analysis: Servers mus be schedulable by he global scheduler running on he physical plaform. Local analysis: Applicaions mus be scheduled by he local schedulers running on he componens. Applicaion Local Scheduler Componen Global Scheduler Compuing laform Applicaion N Local Scheduler Componen N rocessor Demand Crierion (under EDF) Workload Analysis (under fixed prioriies): D i,..., n 0, D ] : ( i dbf ( ) Timing behavior of he applicaion W i ( ) processing ime available in [0,] Analysis under RR Under EDF, he analysis of an applicaion wihin a reservaion is done hrough he rocessor Demand Crierion: 0, dbf ( ) Under Fixed rioriy Sysems (FS), he analysis is done hrough he Workload Analysis: i,..., n (0, Di ] : W i ( ) Analysis under RR To describe he ime available in a reservaion, we need o idenify, for any inerval [0,], he minimum ime allocaed in he wors-case siuaion. Supply bound funcion sbf(): minimum amoun of ime available in reservaion R k in every ime inerval of lengh. The difference is ha in an inerval of lengh he processor is only parially available. Example: Saic ime pariion Example of reservaion providing 4 unis every 0 (bandwidh = 0.4). Analysis under RR Hence he rocessor Demand Crierion can be reformulaed as follows: sbf() 8 4 0, dbf ( ) sbf ( ) sbf() dbf()

8 Analysis under RR A simpler sufficien es, can be done by replacing sbf() wih a lower bound, called supply lower-bound funcion slbf(): 0, dbf ( ) slbf ( ) sbf() slbf() dbf() Supply lower-bound funcion A supply bound funcion has he following form: slbf() slbf ( ) max{0, ( )} = bandwidh = service delay Deriving and Given a generic supply funcion sbf(), he bandwidh is he equivalen slope compued for long inervals: sbf ( ) lim sbf() Deriving and While he delay is he highes inersecion wih he ime axis of he line of slope ouching he sbf(): sbf ( ) sup 0 sbf() sbf() sbf() sbf() Example: eriodic Server For a periodic wih budge Q s and period s running a he highes prioriy, we have: Q s s Qs s Q s s For a periodic wih budge Q s and period s running a unknown prioriy, we have: Q s sbf() Example: eriodic Server s Q s 2( s Qs ) s Q s Q s s Q s 2( s Q s ) 8

9 Observaion I is worh comparing he following supply funcions: Supply funcion of a full processor Supply funcion of a fluid pariion wih bandwidh Supply funcion of a real pariion wih bandwidh of a periodic Q, In a periodic wih bandwidh, we have ha: Q 2( Q) 2( ) Observaion The delay is proporional o he period Observaion Noe ha, for a given bandwidh, reducing reduces he delay and improves schedulabiliy, ending o a fluid reservaion, bu Taking overhead ino accoun If is he conex swich overhead, we have: Q smaller periods generaes higher runime overhead smaller Allocaed bandwidh: Effecive bandwidh: eff Q Q 2( ) eff 0 min min 2 min ( ) 2 Effecive bandwidh Hence reducing he period reduces he delay, bu also reduces he effecive bandwidh eff ha can be exploied: eff eff Reservaion inerface Noe ha he (, ) parameers offer an alernaive inerface, which is independen of he implemenaion mechanism (saic pariions or Q- ): QoS Qo / QoS 3 9

10 Example of sporadic wase Bandwidh allocaion error demanded bandwidh Bandwidh allocaion error Demanded Bandwidh Allocaed Bandwidh allocaed bandwidh avg bandwidh allocaion error Resource is insufficien (applicaion is delayed) ime under uilized correcly uilized over uilized ime The applicaion demands less (resource is wased) Resource Reclaiming Budge reclaiming Unused bandwidh in a reservaion can be used o saisfy exra occasional needs in anoher reservaion: R R2 CASH: Capaciy Sharing algorihm When a job finishes and q s >0, he residual budge is pu in a global queue of spare capaciies (he CASH queue), wih a deadline equal o he deadline. A firs uses he capaciy in he CASH queue wih he earlies deadline d q d s, oherwise q s is used. Idle imes consume he capaciy in he CASH queue wih he earlies deadline. Capaciy Sharing algorihm Handling wrong allocaions There are siuaions in which he reservaion error is caused by a wrong bandwidh allocaion: resource needs any reservaion is no appropriae safe bu no efficien efficien bu no enough CASH queue 2 ime 0

11 Need for adapiviy In hese cases, he only soluion is o design he sysem o be adapive so ha reservaions can be changed based on runime requiremens: resource needs Adapive QoS Managemen Reservaion parameers can be changed a run ime by a Reservaion Manager: demand Reservaion Manager QoS Qo ime QoS 3 Local adapaion A local adapaion approach is also possible for a ask o comply wih he assigned reservaion: C i i T i Local olicy Reservaion Real-Time Sysem probes R 2b Shared Resources 2 2a 3 3 Ready queue scheduler CU Tasks are usually no independen: hey share resources! Examples: Daa Srucures, eripheral Devices, Common Memory Areas Resource sharing may break isolaion: 2 roblems wih Reservaions normal blocking due o reasource sharing T s wai exra blocking due o budge exhausion deadline miss

12 roblems wih Reservaions Resource sharing may break isolaion: wai The major problem is ha he resource is locked bu no ask is acually using i deadline miss Reacive approaches ossible approaches Le he budge finishes and reac wih a given sraegy: Overrun Wihou payback Wih payback roxy execuion (BWI) 2 T s roacive approaches reven he budge o finish inside a criical secion: Check and wai (SIRA) Check and recharge (BROE) Overrun wihou ayback Overrun wihou ayback When he budge exhauss inside a criical secion, do nohing. Le k be he lengh of he criical secion o be enered. In he wors-case he consumes Q s + k budge unis Isolaion is broken! wai wai k 2 2 Ts Ts The budge goes negaive k Overrun wih ayback When he budge exhauss inside a criical secion, do nohing. ayback a he nex budge replenishmen. roxy Execuion When he budge exhauss inside a criical secion, inheri he bandwidh of anoher Isolaion is broken! wai Noe ha he wors-case bandwidh consumpion does no change 2 2 wai S The budge goes negaive Ts Budge payback 2 wai Ts 2

13 roacive Approaches Le k be he lengh of he criical secion o be enered, and q s be he budge of he a he lock ime; roacive approaches are based on a budge check before locking he resource (i.e., q s k?); The scheduler requires he knowledge of k a run-ime. SIRA Check and wai If (q s k ) hen ener, else wai for he nex replenishmen. Noe ha off-line we mus guaranee ha Q s max{ k }. checking poin wai q s k? NO q s k? YES 2 T s SIRA enalizes he response-ime of he ask wishing o access he resource; oenially insers idle-ime (unused budge). Check and recharge BROE If (q s k ) hen ener, else recharge he budge a full value and proporionally pospone he deadline. Noe ha off-line we mus guaranee ha Q s max{ k }. checking poin wai checking poin wai 2 T s 2 BROE erforms beer han SIRA in mos siuaions; BROE works only wih EDF-scheduled reservaion s. BROE BROE is designed o guaranee a bounded-delay pariion (, ). A budge recharge of X ime unis reflecs as a proporional deadline shif of X/ 2 checking poin wai 2 Ts X/ 3

14 BROE Noe ha a deadline shif of X/ guaranees ha he never consumes a bandwidh higher han, provided ha Q x D D i j ji Q In fac, since D The deadline incremen D ha guaranees a bandwidh wih a budge (Q + x) can be found by imposing: hus: Q x Q x x D D D BROE design goals rovide an efficien soluion o he problem of budge depleion inside a criical secion; Avoid budge overruns; BROE Guaranee a maximum bandwidh consumpion equal o =Q/; Guaranee a maximum service delay = 2( Q) o he served asks (bounded-delay pariion). BROE: bandwidh guaranee When he budge is no enough o complee he criical secion, BROE performs a full budge replenishmen; To guaranee real-ime workload execuing upon a reservaion, he mus ensure a bounded-delay service To conain he bandwidh, he budge replenishmen mus be refleced in a proporional deadline posponemen; Q = 2( Q) Q To bound he service delay, he mus be suspended unil a proper ime. The budge replenishmen and he corresponding deadline posponemen can easily resul in a violaion of he wors-case delay = 2( Q), if no properly handled. Consider a BROE wih Q=4and =8; accesses a resource having =2; 4

15 Consider a BROE wih Q=4and =8; accesses a resource having =2; Consider a BROE wih Q=4and =8; accesses a resource having =2; The wors-case delay = 2( Q) is violaed! The wors case he delay can be poenially unbounded! > 2( Q) = 8 = 8 = 8 How o solve his problem? The idea is o preven he o execue oo earlier wih respec o is deadline, afer a budge replenishmen. For how long he mus be suspended? > 2( Q) = 8 = 8 = 8 This execuion mus be delayed The slack is greaer han (-Q) = 8 = 8 How o compue ime r such ha he bandwidh in [ r, d] is exacly? q ( ) d r r q() d How o compue ime r such ha he bandwidh in [ r, d] is exacly? q ( ) d r r q() d explici suspension d - r r 8 6 explici suspension d - r r d r d 5

16 Noe ha, hanks o he suspension, he wors-case service delay is sill = 2( Q): Thanks o he suspension, he wors-case delay is no violaed. Depending on he execuion sae, BROE decides o suspend he or no explici suspension 2( Q) no suspension is needed 6 < 2( Q) = 8 = 8 = 8 BROE Resource Access olicy BROE: rules Consider a BROE having budge Q and period. The curren budge a ime is denoed as q(). When a ask accesses a resource R k, of lengh k a ime : if (q() k ), ener he criical secion (here is enough budge); else compue a recharging ime r = d q()/ If ( < r ), he is suspended unil r, he budge is replenished o Q and he deadline is posponed o d = r + BROE: consrains The BROE resource access policy can work only wih EDF due o he proporional deadline shif. The suppor for F is currenly an open problem; To perform he budge check, BROE requires he specificaion of he wors-case holding ime for he shared resources; BROE is inrinsically designed for he wors-case: he budge check can cause a scheduling decision ha could be unnecessary. Oherwise he budge is immediaely replenished o Q and he deadline is posponed o d = r + BROE: recap The BROE is a scheduling mechanism providing resource reservaion including he suppor for shared resources Hard reservaion implemening he Hard-CBS algorihm; Resource access proocol ha guaranees boh bandwidh isolaion and bounded-delay o he served applicaion. Resource Holding Time In general, he BROE budge check has o be performed using he Resource Holding Time (RHT) of a shared resource; RHT = budge consumed from he lock of a resource unil is unlock 6

17 Resource Holding Time In general, he BROE budge check has o be performed using he Resource Holding Time (RHT) of a shared resource; Resource Holding Time Inerference from high-prioriy ask has o be accouned in he budge consumed when a resource is locked RHT = budge consumed from he lock of a resource unil is unlock s 2 lock unlock s 2 lock unlock RHT budge Resource Holding Time RHT = Criical Secion WCET + Wors-case Inerference The inerference is caused by he ask preempions Resource Holding Time If resources are accessed in a non-preempive manner, he RHT is equal o he wors-case criical secion lengh; Trade-off: lower hreshold for he budge check, bu greaer ask blocking due o non-preempive blocking non-preempive blocking s 2 lock unlock s 2 lock unlock RHT RHT BROE: example Consider 2 BROE s: (Q =4, =8) (Q 2 =5, 2 = 0) 2 r r 20 6 S r

An off-line multiprocessor real-time scheduling algorithm to reduce static energy consumption

An off-line multiprocessor real-time scheduling algorithm to reduce static energy consumption An off-line muliprocessor real-ime scheduling algorihm o reduce saic energy consumpion Firs Workshop on Highly-Reliable Power-Efficien Embedded Designs Shenzhen, China Vincen Legou, Mahieu Jan, Lauren

More information

ECMA st Edition / June Near Field Communication Wired Interface (NFC-WI)

ECMA st Edition / June Near Field Communication Wired Interface (NFC-WI) ECMA-373 1 s Ediion / June 2006 Near Field Communicaion Wired Inerface (NFC-WI) Sandard ECMA-373 1 s Ediion / June 2006 Near Field Communicaion Wired Inerface (NFC-WI) Ecma Inernaional Rue du Rhône 114

More information

Traffic. analysis. The general setting. Example: buffer. Arrival Curves. Cumulative #bits: R(t), R*(t) Instantaneous speeds: r(t), r*(t)

Traffic. analysis. The general setting. Example: buffer. Arrival Curves. Cumulative #bits: R(t), R*(t) Instantaneous speeds: r(t), r*(t) The general seing Traffic Cumulaive #bis: R(), R*() Insananeous speeds: r(), r*() analysis R(): arrivals sysem R*(): deparures Lecure 7 2 Lecure 7 3 Example: buffer R() R*() bi rae c R() = #bis ha arrived

More information

Variation Aware Cross-Talk Aggressor Alignment by Mixed Integer Linear Programming

Variation Aware Cross-Talk Aggressor Alignment by Mixed Integer Linear Programming ariaion Aware Cross-alk Aggressor Alignmen by Mixed Ineger Linear Programming ladimir Zoloov IBM. J. Wason Research Cener, Yorkown Heighs, NY zoloov@us.ibm.com Peer Feldmann D. E. Shaw Research, New York,

More information

Integrated Scheduling of Multimedia and Hard Real-Time Tasks

Integrated Scheduling of Multimedia and Hard Real-Time Tasks Inegraed Scheduling of Mulimedia and Hard Real-Time Tasks Hiroyuki Kaneko, John A. Sankovic, Subhabraa Sen and Krihi Ramamriham Compuer Science Deparmen Universiy of Massachuses LGRC, Box 346 Amhers MA

More information

P. Bruschi: Project guidelines PSM Project guidelines.

P. Bruschi: Project guidelines PSM Project guidelines. Projec guidelines. 1. Rules for he execuion of he projecs Projecs are opional. Their aim is o improve he sudens knowledge of he basic full-cusom design flow. The final score of he exam is no affeced by

More information

Performance Evaluation of a MAC Protocol for Radio over Fiber Wireless LAN operating in the 60-GHz band

Performance Evaluation of a MAC Protocol for Radio over Fiber Wireless LAN operating in the 60-GHz band Performance Evaluaion of a Proocol for Radio over Fiber Wireless LAN operaing in he -GHz band Hong Bong Kim, Adam Wolisz Telecommunicaion Neworks Group Deparmen of Elecrical and Compuer Engineering Technical

More information

Examination Mobile & Wireless Networking ( ) April 12,

Examination Mobile & Wireless Networking ( ) April 12, Page 1 of 5 Examinaion Mobile & Wireless Neworking (192620010) April 12, 2017 13.45 16.45 Noes: Only he overhead shees used in he course, 2 double-sided shees of noes (any fon size/densiy!), and a dicionary

More information

Course web site. Real-Time Systems. Lectures. Embedded Systems. Evolution of Embedded Systems 26/09/2018

Course web site. Real-Time Systems. Lectures. Embedded Systems. Evolution of Embedded Systems 26/09/2018 Course web sie Course homepage hp://reis.sssup.i/~giorgio/rs-mecs.hml Giorgio Buazzo E-mail: buazzo@sssup.i To receive announcemens hps://didacive.sssup.i/didacive/ Scuola Superiore San Anna 2 8:30 9:30

More information

ECMA-373. Near Field Communication Wired Interface (NFC-WI) 2 nd Edition / June Reference number ECMA-123:2009

ECMA-373. Near Field Communication Wired Interface (NFC-WI) 2 nd Edition / June Reference number ECMA-123:2009 ECMA-373 2 nd Ediion / June 2012 Near Field Communicaion Wired Inerface (NFC-WI) Reference number ECMA-123:2009 Ecma Inernaional 2009 COPYRIGHT PROTECTED DOCUMENT Ecma Inernaional 2012 Conens Page 1 Scope...

More information

EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK

EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK INTRODUCTION: Much of daa communicaions is concerned wih sending digial informaion hrough sysems ha normally only pass analog signals. A elephone line is such

More information

4.5 Biasing in BJT Amplifier Circuits

4.5 Biasing in BJT Amplifier Circuits 4/5/011 secion 4_5 Biasing in MOS Amplifier Circuis 1/ 4.5 Biasing in BJT Amplifier Circuis eading Assignmen: 8086 Now le s examine how we C bias MOSFETs amplifiers! f we don bias properly, disorion can

More information

B-MAC Tunable MAC protocol for wireless networks

B-MAC Tunable MAC protocol for wireless networks B-MAC Tunable MAC proocol for wireless neworks Summary of paper Versaile Low Power Media Access for Wireless Sensor Neworks Presened by Kyle Heah Ouline Inroducion o B-MAC Design of B-MAC B-MAC componens

More information

Investigation and Simulation Model Results of High Density Wireless Power Harvesting and Transfer Method

Investigation and Simulation Model Results of High Density Wireless Power Harvesting and Transfer Method Invesigaion and Simulaion Model Resuls of High Densiy Wireless Power Harvesing and Transfer Mehod Jaber A. Abu Qahouq, Senior Member, IEEE, and Zhigang Dang The Universiy of Alabama Deparmen of Elecrical

More information

Explanation of Maximum Ratings and Characteristics for Thyristors

Explanation of Maximum Ratings and Characteristics for Thyristors 8 Explanaion of Maximum Raings and Characerisics for Thyrisors Inroducion Daa shees for s and riacs give vial informaion regarding maximum raings and characerisics of hyrisors. If he maximum raings of

More information

On the Scalability of Ad Hoc Routing Protocols

On the Scalability of Ad Hoc Routing Protocols On he Scalabiliy of Ad Hoc Rouing Proocols César A. Saniváñez Bruce McDonald Ioannis Savrakakis Ram Ramanahan Inerne. Research Dep. Elec. & Comp. Eng. Dep. Dep. of Informaics Inerne. Research Dep. BBN

More information

Installation and Operating Instructions for ROBA -brake-checker Typ

Installation and Operating Instructions for ROBA -brake-checker Typ (B.018102.EN) Guidelines on he Declaraion of Conformiy A conformiy evaluaion has been carried ou for he produc in erms of he EC Low Volage Direcive 2006/95/ EC and EMC Direcive 2004/108/EC. The Declaraion

More information

f t 2cos 2 Modulator Figure 21: DSB-SC modulation.

f t 2cos 2 Modulator Figure 21: DSB-SC modulation. 4.5 Ampliude modulaion: AM 4.55. DSB-SC ampliude modulaion (which is summarized in Figure 21) is easy o undersand and analyze in boh ime and frequency domains. However, analyical simpliciy is no always

More information

Mobile Communications Chapter 3 : Media Access

Mobile Communications Chapter 3 : Media Access Moivaion Can we apply media access mehods from fixed neworks? Mobile Communicaions Chaper 3 : Media Access Moivaion SDMA, FDMA, TDMA Aloha Reservaion schemes Collision avoidance, MACA Polling CDMA SAMA

More information

UNIT IV DIGITAL MODULATION SCHEME

UNIT IV DIGITAL MODULATION SCHEME UNI IV DIGIAL MODULAION SCHEME Geomeric Represenaion of Signals Ojecive: o represen any se of M energy signals {s i (} as linear cominaions of N orhogonal asis funcions, where N M Real value energy signals

More information

Noise Reduction/Mode Isolation with Adaptive Down Conversion (ADC)

Noise Reduction/Mode Isolation with Adaptive Down Conversion (ADC) Page 1 Noise Reducion/Mode Isolaion wih Adapive Down Conversion (ADC) Abel B. Diaz, Thomas W. Tunnell NSTec Los Alamos Operaions Presened o PDV Workshop 8-16-2007 Page 2 Summary Adapive down conversion

More information

4 20mA Interface-IC AM462 for industrial µ-processor applications

4 20mA Interface-IC AM462 for industrial µ-processor applications Because of he grea number of indusrial buses now available he majoriy of indusrial measuremen echnology applicaions sill calls for he sandard analog curren nework. The reason for his lies in he fac ha

More information

Disribued by: www.jameco.com 1-800-831-4242 The conen and copyrighs of he aached maerial are he propery of is owner. 16K-Bi CMOS PARALLEL E 2 PROM FEATURES Fas Read Access Times: 200 ns Low Power CMOS

More information

Receiver-Initiated vs. Short-Preamble Burst MAC Approaches for Multi-channel Wireless Sensor Networks

Receiver-Initiated vs. Short-Preamble Burst MAC Approaches for Multi-channel Wireless Sensor Networks Receiver-Iniiaed vs. Shor-Preamble Burs MAC Approaches for Muli-channel Wireless Sensor Neworks Crisina Cano, Boris Bellala, and Miquel Oliver Universia Pompeu Fabra, C/ Tànger 122-140, 08018 Barcelona,

More information

On the Efficiency of Shaping Live Video Streams

On the Efficiency of Shaping Live Video Streams On he Efficiency of Shaping Live Video Sreams György Dán and Vikoria Fodor KTH, Royal Insiue of Technology Elecrum 9, 6440 Kisa, Sweden gyuri,vikoria @i.kh.se Absrac In his work he efficiency of shaping

More information

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ADV1 EKHBRD014ADV1 EKHBRD016ADV1

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ADV1 EKHBRD014ADV1 EKHBRD016ADV1 OPERAION MANUAL Indoor uni for air o waer hea pump sysem and opions EKHBRD011ADV1 EKHBRD014ADV1 EKHBRD016ADV1 EKHBRD011ADY1 EKHBRD014ADY1 EKHBRD016ADY1 EKHBRD011ADV1+Y1 EKHBRD014ADV1+Y1 EKHBRD016ADV1+Y1

More information

Application Note 5324

Application Note 5324 Desauraion Faul Deecion Opocoupler Gae Drive Producs wih Feaure: PLJ, PL0J, PLJ, PL1J and HCPLJ Applicaion Noe 1. Inroducion A desauraion faul deecion circui provides proecion for power semiconducor swiches

More information

AN303 APPLICATION NOTE

AN303 APPLICATION NOTE AN303 APPLICATION NOTE LATCHING CURRENT INTRODUCTION An imporan problem concerning he uilizaion of componens such as hyrisors or riacs is he holding of he componen in he conducing sae afer he rigger curren

More information

Lecture 11. Digital Transmission Fundamentals

Lecture 11. Digital Transmission Fundamentals CS4/MSc Compuer Neworking Lecure 11 Digial Transmission Fundamenals Compuer Neworking, Copyrigh Universiy of Edinburgh 2005 Digial Transmission Fundamenals Neworks consruced ou of Links or ransmission

More information

THE Cisco visual network index report predicts a drastic

THE Cisco visual network index report predicts a drastic IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 18, NO. 7, JULY 2016 1401 Qualiy of Experience Driven Muli-User Video Sreaming in Cellular Cogniive Radio Neworks Wih Single Channel Access Zhifeng He, Shiwen Mao,

More information

A WIDEBAND RADIO CHANNEL MODEL FOR SIMULATION OF CHAOTIC COMMUNICATION SYSTEMS

A WIDEBAND RADIO CHANNEL MODEL FOR SIMULATION OF CHAOTIC COMMUNICATION SYSTEMS A WIDEBAND RADIO CHANNEL MODEL FOR SIMULATION OF CHAOTIC COMMUNICATION SYSTEMS Kalle Rui, Mauri Honanen, Michael Hall, Timo Korhonen, Veio Porra Insiue of Radio Communicaions, Helsini Universiy of Technology

More information

Memorandum on Impulse Winding Tester

Memorandum on Impulse Winding Tester Memorandum on Impulse Winding Teser. Esimaion of Inducance by Impulse Response When he volage response is observed afer connecing an elecric charge sored up in he capaciy C o he coil L (including he inside

More information

Surveillance System with Object-Aware Video Transcoder

Surveillance System with Object-Aware Video Transcoder MITSUBISHI ELECTRIC RESEARCH LABORATORIES hp://www.merl.com Surveillance Sysem wih Objec-Aware Video Transcoder Toshihiko Haa, Naoki Kuwahara, Toshiharu Nozawa, Derek Schwenke, Anhony Vero TR2005-115 April

More information

ECE-517 Reinforcement Learning in Artificial Intelligence

ECE-517 Reinforcement Learning in Artificial Intelligence ECE-517 Reinforcemen Learning in Arificial Inelligence Lecure 11: Temporal Difference Learning (con.), Eligibiliy Traces Ocober 8, 2015 Dr. Iamar Arel College of Engineering Deparmen of Elecrical Engineering

More information

Chapter 2 Introduction: From Phase-Locked Loop to Costas Loop

Chapter 2 Introduction: From Phase-Locked Loop to Costas Loop Chaper 2 Inroducion: From Phase-Locked Loop o Cosas Loop The Cosas loop can be considered an exended version of he phase-locked loop (PLL). The PLL has been invened in 932 by French engineer Henri de Belleszice

More information

BELECTRIC: Enhanced Frequency Control Capability

BELECTRIC: Enhanced Frequency Control Capability BELECTRIC: Enhanced Frequency Conrol Capabiliy Tim Müller, CTO 28/03/2018 0 Company profile Yearly oal revenue of 550M EUR 84 MW / 95 MWh energy sorage sysems insalled or under consrucion Over 120 paens

More information

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011AAV1 EKHBRD014AAV1 EKHBRD016AAV1

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011AAV1 EKHBRD014AAV1 EKHBRD016AAV1 OPERAION MANUAL Indoor uni for air o waer hea pump sysem and opions EKHBRD011AAV1 EKHBRD014AAV1 EKHBRD016AAV1 EKHBRD011AAY1 EKHBRD014AAY1 EKHBRD016AAY1 EKHBRD011AAV1 EKHBRD014AAV1 EKHBRD016AAV1 EKHBRD011AAY1

More information

I. Introduction APLETHORA of real-time multimedia streaming applications

I. Introduction APLETHORA of real-time multimedia streaming applications IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 20, NO. 2, FEBRUARY 2010 297 Fairness Sraegies for Wireless Resource Allocaion Among Auonomous Mulimedia Users Hyunggon Park, Member,

More information

Chapter 2 Summary: Continuous-Wave Modulation. Belkacem Derras

Chapter 2 Summary: Continuous-Wave Modulation. Belkacem Derras ECEN 44 Communicaion Theory Chaper Summary: Coninuous-Wave Modulaion.1 Modulaion Modulaion is a process in which a parameer of a carrier waveform is varied in accordance wih a given message (baseband)

More information

Electrical connection

Electrical connection Reference scanner Dimensioned drawing en 02-2014/06 50117040-01 200 500mm Disance on background/reference 10-30 V DC We reserve he righ o make changes DS_HRTR46Bref_en_50117040_01.fm Robus objec deecion

More information

Lecture September 6, 2011

Lecture September 6, 2011 cs294-p29 Seminar on Algorihmic Game heory Sepember 6, 2011 Lecure Sepember 6, 2011 Lecurer: Chrisos H. Papadimiriou Scribes: Aloni Cohen and James Andrews 1 Game Represenaion 1.1 abular Form and he Problem

More information

Key Issue. 3. Media Access. Hidden and Exposed Terminals. Near and Far Terminals. FDD/FDMA General Scheme, Example GSM. Access Methods SDMA/FDMA/TDMA

Key Issue. 3. Media Access. Hidden and Exposed Terminals. Near and Far Terminals. FDD/FDMA General Scheme, Example GSM. Access Methods SDMA/FDMA/TDMA Key Issue Can we apply media access mehods from fixed neworks? 3. Media Access SDMA, FDMA, TDMA Aloha and Reservaion Schemes Avoidance and Polling MACA, CDMA, SAMA Example CSMA/CD: Carrier Sense Muliple

More information

MODEL: M6SXF1. POWER INPUT DC Power R: 24 V DC

MODEL: M6SXF1. POWER INPUT DC Power R: 24 V DC Tension-Clamp Ulra-Slim Signal Condiioners M6S Series FUNCTION MODULE (PC programmable) Funcions & Feaures Mainenance-free ension clamp connecion Single inpu filer and funcion module 12 ypes of funcions

More information

Mode-Changes in COTS Time-Triggered Network Hardware without Online Reconfiguration

Mode-Changes in COTS Time-Triggered Network Hardware without Online Reconfiguration Mode-Changes in COTS Time-Triggered Nework Hardware wihou Online Reconfiguraion Florian Heilmann, Ali Syed and Gerhard Fohler Chair of Real-ime Sysems Technische Universiä Kaiserslauern, Germany {heilmann,syed,fohler}@ei.uni-kl.de

More information

Synchronization of single-channel stepper motor drivers reduces noise and interference

Synchronization of single-channel stepper motor drivers reduces noise and interference hronizaion of single-channel sepper moor drivers reduces noise and inerference n mos applicaions, a non-synchronized operaion causes no problems. However, in some cases he swiching of he wo channels inerfere,

More information

Architectures for Resource Reservation Modules for Optical Burst Switching Core Nodes *

Architectures for Resource Reservation Modules for Optical Burst Switching Core Nodes * 4. ITG-Fachagung Phoonic Neworks, May 5. - 6., 2003, Leipzig, Germany Archiecures for Resource Reservaion Modules for Opical Burs Swiching Core Nodes * Sascha Junghans, Chrisoph M. Gauger Universiy of

More information

A-LEVEL Electronics. ELEC4 Programmable Control Systems Mark scheme June Version: 1.0 Final

A-LEVEL Electronics. ELEC4 Programmable Control Systems Mark scheme June Version: 1.0 Final A-LEVEL Elecronics ELEC4 Programmable Conrol Sysems scheme 243 June 26 Version:. Final schemes are prepared by he Lead Assessmen Wrier and considered, ogeher wih he relevan quesions, by a panel of subjec

More information

Retro-reflective photoelectric sensors with polarization filter. Dimensioned drawing

Retro-reflective photoelectric sensors with polarization filter. Dimensioned drawing Rero-reflecive phooelecric sensors wih polarizaion filer Dimensioned drawing en 10-2011/04 50105364 1 khz 0 5m We reserve he righ o make changes DS_PRK3B_Sandard_EL_en.fm 10-30 V DC A 2 LS Polarized rero-reflecive

More information

A Flexible Contention Resolution Scheme for QoS Provisioning in Optical Burst Switching Networks

A Flexible Contention Resolution Scheme for QoS Provisioning in Optical Burst Switching Networks A Flexible Conenion Resoluion Scheme for QoS Provisioning in Opical Burs Swiching Neworks Ashok K. Turuk a, Rajeev Kumar b,,1 a Deparmen of Compuer Science and Engineering, Naional Insiue of Technology,

More information

Solid-state Multi-functional Timer

Solid-state Multi-functional Timer Solid-sae Muli-funcional Timer Eigh operaing modes (H3DE-M) and four operaing modes (H3DE-S) cover a wide range of applicaions. Programmable conac enables he building of a self-holding relay circui (-

More information

Installing remote sites using TCP/IP

Installing remote sites using TCP/IP v dc Keypad from nework Whie/ 3 Whie/ 4 v dc Keypad from nework Whie/ 3 Whie/ 4 v dc Keypad from nework Whie/ 3 Whie/ 4 +v pu +v pu +v pu v dc Keypad from nework Whie/ 3 Whie/ 4 v dc Keypad from nework

More information

Simultaneous Operation of Multiple Collocated Radios and the Scanning Problem

Simultaneous Operation of Multiple Collocated Radios and the Scanning Problem Simulaneous Operaion of Muliple ollocaed adios and he Scanning Problem Michel arbeau arleon Universiy, School of ompuer Science 5302 Herzberg uilding, 1125 olonel y Drive, Oawa, Onario, K1S 56, anada E-mail:

More information

EE 330 Lecture 24. Amplification with Transistor Circuits Small Signal Modelling

EE 330 Lecture 24. Amplification with Transistor Circuits Small Signal Modelling EE 330 Lecure 24 Amplificaion wih Transisor Circuis Small Signal Modelling Review from las ime Area Comparison beween BJT and MOSFET BJT Area = 3600 l 2 n-channel MOSFET Area = 168 l 2 Area Raio = 21:1

More information

Retro-reflective photoelectric sensors with polarization filter. Dimensioned drawing

Retro-reflective photoelectric sensors with polarization filter. Dimensioned drawing Rero-reflecive phooelecric sensors wih polarizaion filer Dimensioned drawing en 10-2011/04 50105364 1 khz 0 5m We reserve he righ o make changes DS_PRK3B_Sandard_EL_en.fm 10-30 V DC A 2 LS Polarized rero-reflecive

More information

Will my next WLAN work at 1 Gbps?

Will my next WLAN work at 1 Gbps? Will my nex WLAN work a 1 Gbps? Boris Bellala boris.bellala@upf.edu hp://www.dic.upf.edu/ bbellal/ Deparmen of Informaion and Communicaion Technologies (DTIC) Universia Pompeu Fabra (UPF) 2013 Ouline Moivaion

More information

Pointwise Image Operations

Pointwise Image Operations Poinwise Image Operaions Binary Image Analysis Jana Kosecka hp://cs.gmu.edu/~kosecka/cs482.hml - Lookup able mach image inensiy o he displayed brighness values Manipulaion of he lookup able differen Visual

More information

Jitter Analysis of Current-Mode Logic Frequency Dividers

Jitter Analysis of Current-Mode Logic Frequency Dividers Universiy of California a Davis, Deparmen of Elecrical and Compuer Engineering Marko Aleksic Jier Analysis of Curren-Mode Logic Frequency Dividers Ph.D. Research Proposal able of Conens Secion : Inroducion

More information

CURRENT MODE PWM+PFM CONTROLLER WITH BUILT-IN HIGH VOLTAGE MOSFET

CURRENT MODE PWM+PFM CONTROLLER WITH BUILT-IN HIGH VOLTAGE MOSFET CURRENT MODE PWM+PFM CONTROLLER WITH BUILT-IN HIGH VOLTAGE MOSFET DESCRIPTION SD6835 is curren mode PWM+PFM conroller used for SMPS wih buil-in high-volage MOSFET and exernal sense resisor. I feaures low

More information

COTAMA, a control software architecture for contextual task management.

COTAMA, a control software architecture for contextual task management. COTAMA, a conrol sofware archiecure for conexual ask managemen. Abdellah El Jalaoui Deparmen of roboic Laboraoire d Informaique, de Roboique e de Microélecronique de Monpellier Monpellier, France {eljalaoui}@lirmm.fr

More information

EE201 Circuit Theory I Fall

EE201 Circuit Theory I Fall EE1 Circui Theory I 17 Fall 1. Basic Conceps Chaper 1 of Nilsson - 3 Hrs. Inroducion, Curren and Volage, Power and Energy. Basic Laws Chaper &3 of Nilsson - 6 Hrs. Volage and Curren Sources, Ohm s Law,

More information

Foreign Fiber Image Segmentation Based on Maximum Entropy and Genetic Algorithm

Foreign Fiber Image Segmentation Based on Maximum Entropy and Genetic Algorithm Journal of Compuer and Communicaions, 215, 3, 1-7 Published Online November 215 in SciRes. hp://www.scirp.org/journal/jcc hp://dx.doi.org/1.4236/jcc.215.3111 Foreign Fiber Image Segmenaion Based on Maximum

More information

MODEL: M6NXF1. POWER INPUT DC Power R: 24 V DC

MODEL: M6NXF1. POWER INPUT DC Power R: 24 V DC Screw Terminal Ulra-Slim Signal Condiioners M6N Series FUNCTION MODULE (PC programmable) Funcions & Feaures Single inpu filer and funcion module 12 ypes of funcions are PC programmable 7.5-mm wide ulra-slim

More information

Primary Side Control SMPS with Integrated MOSFET

Primary Side Control SMPS with Integrated MOSFET General Descripion GG64 is a primary side conrol SMPS wih an inegraed MOSFET. I feaures programmable cable drop compensaion and a peak curren compensaion funcion, PFM echnology, and a CV/CC conrol loop

More information

Power Amplifier EEA-PAM-5**-A-32 for Proportional Control Valves Contents The following power amplifier models are covered in this catalog

Power Amplifier EEA-PAM-5**-A-32 for Proportional Control Valves Contents The following power amplifier models are covered in this catalog Vickers Accessories Power Amplifier EEA-PAM-5**-A-32 for Proporional Conrol Valves Conens The following power amplifier models are covered in his caalog Power Amplifier EEA-PAM-513-A-32 EEA-PAM-523-A-32

More information

FROM ANALOG TO DIGITAL

FROM ANALOG TO DIGITAL FROM ANALOG TO DIGITAL OBJECTIVES The objecives of his lecure are o: Inroduce sampling, he Nyquis Limi (Shannon s Sampling Theorem) and represenaion of signals in he frequency domain Inroduce basic conceps

More information

Table of Contents. 3.0 SMPS Topologies. For Further Research. 3.1 Basic Components. 3.2 Buck (Step Down) 3.3 Boost (Step Up) 3.4 Inverter (Buck/Boost)

Table of Contents. 3.0 SMPS Topologies. For Further Research. 3.1 Basic Components. 3.2 Buck (Step Down) 3.3 Boost (Step Up) 3.4 Inverter (Buck/Boost) Table of Conens 3.0 SMPS Topologies 3.1 Basic Componens 3.2 Buck (Sep Down) 3.3 Boos (Sep Up) 3.4 nverer (Buck/Boos) 3.5 Flyback Converer 3.6 Curren Boosed Boos 3.7 Curren Boosed Buck 3.8 Forward Converer

More information

(This lesson plan assumes the students are using an air-powered rocket as described in the Materials section.)

(This lesson plan assumes the students are using an air-powered rocket as described in the Materials section.) The Mah Projecs Journal Page 1 PROJECT MISSION o MArs inroducion Many sae mah sandards and mos curricula involving quadraic equaions require sudens o solve "falling objec" or "projecile" problems, which

More information

PI90LV9637. LVDS High-Speed Differential Line Receivers. Features. Description. Applications PI90LV9637

PI90LV9637. LVDS High-Speed Differential Line Receivers. Features. Description. Applications PI90LV9637 LVDS High-Speed Differenial Line Receivers Feaures Signaling Raes >400Mbps (200 MHz) Single 3.3V Power Supply Design Acceps ±350mV (ypical) Differenial Swing Maximum Differenial Skew of 0.35ns Maximum

More information

Solid-state Timer H3CT

Solid-state Timer H3CT Solid-sae Timer H3CT DIN 48 x 48-mm Sandard Size Analog Timer Wide ime range (for 4 series of models); 0.1 s o 30 hrs. Wih H3CT-8H models, he oupu ype can be swiched beween ime limi DPDT and ime limi SPDT

More information

EXPERIMENT #4 AM MODULATOR AND POWER AMPLIFIER

EXPERIMENT #4 AM MODULATOR AND POWER AMPLIFIER EXPERIMENT #4 AM MODULATOR AND POWER AMPLIFIER INTRODUCTION: Being able o ransmi a radio frequency carrier across space is of no use unless we can place informaion or inelligence upon i. This las ransmier

More information

Adaptive CQI adjustment with LTE higher-order sectorization

Adaptive CQI adjustment with LTE higher-order sectorization 13 8h Inernaional Conference on Communicaions and Neworking in China (CHINACOM) Adapive usmen wih LTE higher-order secorizaion Xinyu Gu 1, Wenyu Li 2, Lin Zhang 1 1 Beijing Universiy of Poss and Telecommunicaions

More information

The University of Melbourne Department of Mathematics and Statistics School Mathematics Competition, 2013 JUNIOR DIVISION Time allowed: Two hours

The University of Melbourne Department of Mathematics and Statistics School Mathematics Competition, 2013 JUNIOR DIVISION Time allowed: Two hours The Universiy of Melbourne Deparmen of Mahemaics and Saisics School Mahemaics Compeiion, 203 JUNIOR DIVISION Time allowed: Two hours These quesions are designed o es your abiliy o analyse a problem and

More information

VIPer12ADIP / VIPer12AS

VIPer12ADIP / VIPer12AS VIPer2ADIP / VIPer2AS OFF LINE BATTERY CHARGER ADAPTER TARGET SPECIFICATION TYPE R DS(on) I N V DSS VIPer2ADIP VIPer2AS 30Ω 0.36A 730V n FIXED 50 khz SWITCHING FREQUENCY n 8V TO 40V WIDE RANGE VOLTAGE

More information

weight: amplitude of sine curve

weight: amplitude of sine curve Joseph Fourier s claim: all signals are sums of sinusoids of differen frequencies. weighed sine curves weigh: ampliude of sine curve all : no exacly bu doesn maer for us in pracice Example: 3 sin() + sin(*)

More information

Lecture 4. EITN Chapter 12, 13 Modulation and diversity. Antenna noise is usually given as a noise temperature!

Lecture 4. EITN Chapter 12, 13 Modulation and diversity. Antenna noise is usually given as a noise temperature! Lecure 4 EITN75 2018 Chaper 12, 13 Modulaion and diversiy Receiver noise: repeiion Anenna noise is usually given as a noise emperaure! Noise facors or noise figures of differen sysem componens are deermined

More information

QoE Driven Video Streaming in Cognitive Radio Networks: The Case of Single Channel Access

QoE Driven Video Streaming in Cognitive Radio Networks: The Case of Single Channel Access Globecom 2014 - Communicaions Sofware, Services and Mulimedia Symposium QoE Driven Video Sreaming in Cogniive Radio Neworks: The Case of Single Channel Access Zhifeng He, Shiwen Mao Deparmen of Elecrical

More information

A New MAC Protocol with Control Channel Auto-Discovery for Self-Deployed Cognitive Radio Networks

A New MAC Protocol with Control Channel Auto-Discovery for Self-Deployed Cognitive Radio Networks 1 A New MAC Proocol wih Conrol Channel Auo-Discovery for Self-Deployed Cogniive Radio Neworks Ahanassios V. Adamis, Member, IEEE, Konsaninos N. Maliasos, Member, IEEE, and Prof. Philip Consaninou, Senior

More information

Laser retro-reflective photoelectric sensor with polarisation filter. Dimensioned drawing

Laser retro-reflective photoelectric sensor with polarisation filter. Dimensioned drawing Specificaions and descripion PRKL 3B Laser rero-reflecive phooelecric sensor wih polarisaion filer Dimensioned drawing en 08-2011/04 50105363 2 khz 0 3m 10-30 V DC Polarized rero-reflecive phooelecric

More information

Lab 3 Acceleration. What You Need To Know: Physics 211 Lab

Lab 3 Acceleration. What You Need To Know: Physics 211 Lab b Lab 3 Acceleraion Wha You Need To Know: The Physics In he previous lab you learned ha he velociy of an objec can be deermined by finding he slope of he objec s posiion vs. ime graph. x v ave. = v ave.

More information

Lecture #7: Discrete-time Signals and Sampling

Lecture #7: Discrete-time Signals and Sampling EEL335: Discree-Time Signals and Sysems Lecure #7: Discree-ime Signals and Sampling. Inroducion Lecure #7: Discree-ime Signals and Sampling Unlike coninuous-ime signals, discree-ime signals have defined

More information

BOUNCER CIRCUIT FOR A 120 MW/370 KV SOLID STATE MODULATOR

BOUNCER CIRCUIT FOR A 120 MW/370 KV SOLID STATE MODULATOR BOUNCER CIRCUIT FOR A 120 MW/370 KV SOLID STATE MODULATOR D. Gerber, J. Biela Laboraory for High Power Elecronic Sysems ETH Zurich, Physiksrasse 3, CH-8092 Zurich, Swizerland Email: gerberdo@ehz.ch This

More information

Multiple Load-Source Integration in a Multilevel Modular Capacitor Clamped DC-DC Converter Featuring Fault Tolerant Capability

Multiple Load-Source Integration in a Multilevel Modular Capacitor Clamped DC-DC Converter Featuring Fault Tolerant Capability Muliple Load-Source Inegraion in a Mulilevel Modular Capacior Clamped DC-DC Converer Feauring Faul Toleran Capabiliy Faisal H. Khan, Leon M. Tolber The Universiy of Tennessee Elecrical and Compuer Engineering

More information

PREVENTIVE MAINTENANCE WITH IMPERFECT REPAIRS OF VEHICLES

PREVENTIVE MAINTENANCE WITH IMPERFECT REPAIRS OF VEHICLES Journal of KONES Powerrain and Transpor, Vol.14, No. 3 2007 PEVENTIVE MAINTENANCE WITH IMPEFECT EPAIS OF VEHICLES Józef Okulewicz, Tadeusz Salamonowicz Warsaw Universiy of Technology Faculy of Transpor

More information

Passband Data Transmission I References Phase-shift keying Chapter , S. Haykin, Communication Systems, Wiley. G.1

Passband Data Transmission I References Phase-shift keying Chapter , S. Haykin, Communication Systems, Wiley. G.1 Passand Daa ransmission I References Phase-shif keying Chaper 4.-4.3, S. Haykin, Communicaion Sysems, Wiley. G. Inroducion Inroducion In aseand pulse ransmission, a daa sream represened in he form of a

More information

Modeling and Prediction of the Wireless Vector Channel Encountered by Smart Antenna Systems

Modeling and Prediction of the Wireless Vector Channel Encountered by Smart Antenna Systems Modeling and Predicion of he Wireless Vecor Channel Encounered by Smar Anenna Sysems Kapil R. Dandekar, Albero Arredondo, Hao Ling and Guanghan Xu A Kalman-filer based, vecor auoregressive (VAR) model

More information

Network Design and Optimization for Quality of Services in Wireless Local Area Networks using Multi-Objective Approach

Network Design and Optimization for Quality of Services in Wireless Local Area Networks using Multi-Objective Approach Chuima Prommak and Naruemon Waanapongsakorn Nework Design and Opimizaion for Qualiy of Services in Wireless Local Area Neworks using Muli-Objecive Approach CHUTIMA PROMMAK, NARUEMON WATTANAPONGSAKORN *

More information

Communications II Lecture 7: Performance of digital modulation

Communications II Lecture 7: Performance of digital modulation Communicaions II Lecure 7: Performance of digial modulaion Professor Kin K. Leung EEE and Compuing Deparmens Imperial College London Copyrigh reserved Ouline Digial modulaion and demodulaion Error probabiliy

More information

MCR-S-...-DCI. Current transducer up to 55 A, programmable and configurable. Data sheet _en_11. 1 Description

MCR-S-...-DCI. Current transducer up to 55 A, programmable and configurable. Data sheet _en_11. 1 Description Curren ransducer up o 55 A, programmable and configurable Daa shee 100241_en_11 PHOENIX CONTACT 2012-06-07 1 Descripion The MCR-S-...-DCI curren ransducers offer users he opion of ordering a preconfigured

More information

The Design and Evaluation of a Wireless Sensor Network for Mine Safety Monitoring

The Design and Evaluation of a Wireless Sensor Network for Mine Safety Monitoring The Design and Evaluaion of a Wireless Sensor Nework for Mine Safey Monioring Xiaoguang Niu 1 (Member IEEE, Xi Huang 1, Ze Zhao 1, Yuhe Zhang 1, Changcheng Huang 1 (Senior Member IEEE, Li Cui 1* (Member

More information

Auto-Tuning of PID Controllers via Extremum Seeking

Auto-Tuning of PID Controllers via Extremum Seeking 25 American Conrol Conference June 8-, 25. Porland, OR, USA ThA7.2 Auo-Tuning of PID Conrollers via Exremum Seeking Nick illingsworh* and Miroslav rsić Deparmen of Mechanical and Aerospace Engineering

More information

TELE4652 Mobile and Satellite Communications

TELE4652 Mobile and Satellite Communications TELE465 Mobile and Saellie Communicaions Assignmen (Due: 4pm, Monday 7 h Ocober) To be submied o he lecurer before he beginning of he final lecure o be held a his ime.. This quesion considers Minimum Shif

More information

Process-Stacking Multiplexing Access for 60 GHz Millimeter-Wave WPANs

Process-Stacking Multiplexing Access for 60 GHz Millimeter-Wave WPANs Process-Sacking Muliplexing Access for 6 GHz Millimeer-Wave WPANs Claudio Esevez, David Fuenealba, Aravind Kailas Deparmen of Elecrical Engineering, Universidad de Chile, Saniago, Chile {cesevez, dfuenea}@ing.uchile.cl

More information

Laser retro-reflective photoelectric sensor with polarization filter. Dimensioned drawing

Laser retro-reflective photoelectric sensor with polarization filter. Dimensioned drawing Specificaions and descripion PRKL 3B Laser rero-reflecive phooelecric sensor wih polarizaion filer Dimensioned drawing en 09-2012/06 50105363 2 khz 0 3m 10-30 V DC We reserve he righ o make changes DS_PRKL3B622_en_50105363.fm

More information

DATA SHEET. 1N914; 1N916 High-speed diodes DISCRETE SEMICONDUCTORS Sep 03

DATA SHEET. 1N914; 1N916 High-speed diodes DISCRETE SEMICONDUCTORS Sep 03 DISCRETE SEMICONDUCTORS DATA SHEET M3D176 Supersedes daa of April 1996 File under Discree Semiconducors, SC01 1996 Sep 03 FEATURES Hermeically sealed leaded glass SOD27 (DO-35) package High swiching speed:

More information

SCiCoreDrive62 +DC T5 U V W -DC. SCiCore 62. IGBT/MOSFET drivers

SCiCoreDrive62 +DC T5 U V W -DC. SCiCore 62. IGBT/MOSFET drivers PRELIMINARY TECHNICAL INFORMATION SCiCoreDrive62 IGBT/MOSFET drivers HIGHLIGHTS - 6 channel IGBT driver - suiable for 200V IGBT (900 V max on DCLink) - Up o 8 A peak oupu curren - Collecor sensing & faul

More information

Answer Key for Week 3 Homework = 100 = 140 = 138

Answer Key for Week 3 Homework = 100 = 140 = 138 Econ 110D Fall 2009 K.D. Hoover Answer Key for Week 3 Homework Problem 4.1 a) Laspeyres price index in 2006 = 100 (1 20) + (0.75 20) Laspeyres price index in 2007 = 100 (0.75 20) + (0.5 20) 20 + 15 = 100

More information

Model Number Structure

Model Number Structure Solid-sae Muli-funcional Timer H3CR-A Timers DIN 48 x 48-mm Sae-of-he-ar Mulifuncional Timer A wider power range reduces he number of imer models kep in sock. A wide range of applicaions hrough six or

More information

March 13, 2009 CHAPTER 3: PARTIAL DERIVATIVES AND DIFFERENTIATION

March 13, 2009 CHAPTER 3: PARTIAL DERIVATIVES AND DIFFERENTIATION March 13, 2009 CHAPTER 3: PARTIAL DERIVATIVES AND DIFFERENTIATION 1. Parial Derivaives and Differeniable funcions In all his chaper, D will denoe an open subse of R n. Definiion 1.1. Consider a funcion

More information

Performance Analysis of High-Rate Full-Diversity Space Time Frequency/Space Frequency Codes for Multiuser MIMO-OFDM

Performance Analysis of High-Rate Full-Diversity Space Time Frequency/Space Frequency Codes for Multiuser MIMO-OFDM Performance Analysis of High-Rae Full-Diversiy Space Time Frequency/Space Frequency Codes for Muliuser MIMO-OFDM R. SHELIM, M.A. MATIN AND A.U.ALAM Deparmen of Elecrical Engineering and Compuer Science

More information

Chapter 2. The Physical Layer

Chapter 2. The Physical Layer Chaper 2 The Physical Layer The Physical Layer Defines he mechanical, elecrical and iming inerfaces o he nework Transmission media - guided (copper and fiber opics) - wireless (radio erresrial) - saellie

More information