Debugging Agent Interactions: a Case Study

Size: px
Start display at page:

Download "Debugging Agent Interactions: a Case Study"

Transcription

1 Debuggig Aget Iteractios: a ase Study David later Natioal Istitute of Stadards ad Techology 100 Bureau Drive Stop 8260 Gaithersburg MD USA Abstract The otract Net protocol is a geeral-purpose protocol for distributed problem solvig May moder aget ifrastructures facilitate the geeratio of agets supportig otract Net We used oe such ifrastructure to simulate a otract Net-based approach to ob schedulig ad foud that some obs failed to get scheduled eve though the resources were available This paper describes two phases of the subsequet debuggig effort The first phase was ehacig the visualizatio of the aget commuity to reveal the causes of failed egotiatios The secod phase was formalizig the problem usig a Temporal alculus of ommuicatig Systems (TS) ad attemptig to fid a solutio After explorig a umber of solutios that would ot geeralize we foud that switchig from oe-phase to two-phase commitmet sufficed to fix the problem Itroductio or some time the maufacturig sector has maitaied iterest i aget-based approaches to supply chai maagemet plaig schedulig ad cotrol The difficulty of coordiatig the flow of iformatio through the may domais of resposibility withi or amog maufacturig eterprises ofte makes autoomous agets seem a attractive way to simplify the problem However systems composed of iteractig agets are otoriously difficult to test ad debug It is hard eough to achieve sufficiet visibility ito agets iteractios to be able to determie whether idividual agets are behavig as specified It is harder yet to kow where to begi whe the collective behavior of a group of apparetly sae agets was ot as expected May moder aget ifrastructures facilitate the geeratio of agets supportig the geeral-purpose otract Net protocol 1 for distributed problem solvig We used oe such package Zeus *2 versio 102 i a case study of debuggig aget iteractios I the followig sectios we describe our test sceario the testability ehacemets that helped us uderstad its behavior ad the aalysis that revealed the true depth of the problem we faced Test sceario We came upo our test sceario hoestly whe a learig exercise to build a aget-based simulatio of ob schedulig wet awry The sceario cotais a merged user iterface ad supervisory aget called the Guardia To achieve the users goals the Guardia must arrage for obs to be doe by a pool of three * ommercial equipmet ad materials are idetified i order to describe certai procedures I o case does such idetificatio imply recommedatio or edorsemet by the Natioal Istitute of Stadards ad Techology or does it imply that the materials or equipmet idetified are ecessarily the best available for the purpose 1

2 workcells aptly amed Good heap ad ast (see ig 1) By refactorig the stadard shop floor schedulig problem as procuremet of labor as a commodity istead of cetralized choreography of completely subordiated workcells we ope the door to a style of virtual maufacturig wherei the meas of productio would be reted as eeded by trasiet maufacturig eterprises But it is ot really ecessary to motivate the particular sceario sice the ecoutered problem ad the techiques used to aalyze it are sceario-idepedet Havig idetified the Guardia as a otract Net maager ad the workcells as otract Net cotractors we eeded oly to set the parameters of the workcells tasks to be able to geerate the etire simulatio Workcell Good takes two time slices ad charges 1000 uits of the currecy of choice to supply the labor for oe ob heap takes two time slices ad charges 500 while ast takes oe time slice ad charges 1000 The relative quality of the work is ot quatified so Good is at a competitive disadvatage The egotiatio i our sceario ivolves oly five differet message types: all or Proposals (P) Refuse Propose Accept-Proposal ad Reect-Proposal The Guardia seds a P message to each workcell to iitiate egotiatios Each workcell respods with either a Propose message if it is willig ad able to do the work at some price or a Refuse message if it is uwillig or uable to do the work The Guardia collects proposals ad the chooses oe that is cheapest The "wier" receives a Accept- Proposal message; ay other rs receive Reect-Proposal messages If o proposals are received the work does ot get doe Give three workcells all capable of performig the same obs we iocetly requested the Guardia to accomplish three obs at the same time or o particular reaso we expected oe ob to go to each workcell; it would have bee equivalet for two obs to go to ast ad oe to go to heap To our shock ad horror the simulatio routiely gave oe ob to ast oe ob to heap ad oe ob to o oe at all Debuggig Zeus icludes a set of tools for moitorig ad aalyzig aget behavior At the forefrot the aget society viewer (ig 1) provides a aimated view of the types of messages passig betwee agets at rutime We edited the Zeus source code that colorizes messages so that Reect-Proposal ad Refuse messages would be easier to see ofusigly we saw two reectios (oe to Good oe to ast) ad seve refusals (three from Good two from heap two from ast) At this poit it was ot obvious to us why Good reected all three obs The Zeus aget viewer permits viewig of the icomig ad outgoig messages for each aget We agai edited source code to expad the size of the mailbox buffers so that all messages set durig the ru could be recalled Lookig at the messages (see ig 2) we saw that refusals arrive with various attributes but with o obvious way to determie the reaso for the refusal We tried differet values for the Guardias budget ad the workcells costs to o effect We the tried differet cofirm ad ed times for the requested obs The cofirm time is the deadlie for the awardig of the cotract while the ed time is the deadlie for completio of the cotracted work The resultig behaviors (see Table 1) showed that there were more potetial problems but were ot sufficiet to diagose the problem at had Table 1: Effects of chagig cofirm time ad ed time ofirm time Ed time Behavior Now2 Now5 Good idle ast oe ob heap oe ob Rarely Good idle ast two obs heap oe ob -1 ("Dot care") Now5 Would ot ru Now5 Now5 Would ot ru Now4 Now5 All workcells idle 2

3 ofirm time Ed time Behavior Now3 Now5 Good idle ast oe ob heap idle Now3 Now6 Idistiguishable from 2/5 Now2 Now6 Good idle ast two obs heap oe ob Despite its regular success the last variat (2/6) was uremarkable because it represeted a sceario with substatially less schedule pressure We tried ruig the sceario without ast O the first try Good ad heap were each awarded oe of the obs; the third ob was ot feasible O the secod try heap was awarded oe ob while the other two failed We chaged the Guardias egotiatio strategy from Default-No-Negotiatio to Growthuctio This icreased the amout of egotiatio but the all three obs failed Whe we made the aalogous chage to the Workcell strategies the behavior was as it was before but with more egotiatio We tured o verbose debuggig but gaied o iformatio from it We fially examied the source code implemetig the various states of egotiatio The coordiatio egie view (see ig 3) shows the state graph of the egotiatio with failures i red (i moochrome copy dark gray) I most states there are multiple places where some coditio will cause them to retur a failure Whe this occurs we see the failure but ot its cause Testability ehacemets The oudatio for Itelliget Physical Agets (IPA) specifies that reect ad messages should cotai a reaso field i the cotet Slightly paraphrased the specificatio reads: The aget receivig a act is etitled to believe that the (causal) reaso for the refusal is represeted by the third term of the tuple which may be the costat true 3 We modified Zeus 102 to add a reaso field to the cotet ad preset this iformatio i the coordiatio egie view We also attached reaso codes to local failures that do ot geerate messages betwee agets Now the Guardias view of the ob that failed (see ig 4) shows that it failed because all three workcells d it as ifeasible Good ad asts views of the first ob (see ig 5) show that they bid o the cotract but did ot wi the first ob was awarded to heap ast was awarded the secod ob because both Good ad heap d it as well as the third ob as beig ifeasible (see ig 6) ast d oly the third ob The behavior of the agets is ow more trasparet ad we ca guess what is goig o: 1 Job 1 arrives first is d o by all three workcells ad awarded to heap The other two workcells respod to the Guardias Reect-Proposal messages with Refuse messages obfuscatig the fact that it was the Guardia who called off egotiatio Now it is obvious from the reaso embedded i the refusal: "Reected (Received better proposal)" 2 Job 2 arrives secod is d by Good ad heap because they already have Job 1 tetatively o their schedules ast s o it because it theoretically has time to do both Job 1 ad Job 2 ad is awarded the ob 3 Job 3 arrives last is immediately d by all three workcells as ot feasible Eve though we ra it as multiple processes o the same computer the distributed ature of the simulatio caused the orderig of messages to be semi-radom I rare istaces these radom perturbatios led ast to bid o obs 2 ad 3 istead of 1 ad 2 i which case ast could be awarded two obs The root of the problem the is that tetatively scheduled obs are sufficiet to cause the immediate refusal of other obs that would require the same time slot eve though the subsequet reectio of the 3

4 tetative ob would make the d ob feasible But we caot simply chage the workcells to allow overbookig of tetative obs because we would the cotracts that are ot feasible ormalizatio of the problem We model a simplified versio of our sceario usig a Temporal alculus of ommuicatig Systems (TS) 45 (oe of several that exist by the same acroym) This model is the fed ito the Ediburgh ocurrecy Workbech 6 (WB) versio 71 for aalysis We origially modeled the complete sceario with three workcells ad Guardia The resultig model exceeded 100K states before we had eve completed it ad could ot be aalyzed o a workstatio havig a full gigabyte of memory The formulas ad machie-readable TS for the origial model are available o request Here we preset a simplified model where the workcell Good has bee removed The remaiig two workcells are sufficiet to demostrate a rage of system behaviors The other simplificatios are as follows: 1 We revert to the Default-No-Negotiatio ad Default-ixed-Margi strategies for the Guardia ad workcells respectively which reduces the complexity of the iteractios but does ot chage the ature of the "failure" or the uderlyig "fault" 2 We treat egotiatio messages as if they were istataeous whereas workcell labor takes time 3 We preted that work o ed proposals begis immediately ad must be completed by t 2 4 We do ot model the uecessary messages that are set by workcells i respose to reectproposal messages 5 We do ot model the may alterative modes of failure such as agets failig to respod 6 We do ot allow for iiite future schedulig of obs but oly deal with the schedulig of the three obs from our sceario Let ad N refer to the agets heap ast ad Guardia respectively Actios: all for proposals to workcell for ob : { } 1 3 Workcell s to do ob : Workcell s to do ob : Guardia s proposal for workcell to do ob at the d price: Guardia reects proposal for workcell to do ob at the d price: reect Guardia Let P be the Guardia subprocess tryig to obtai labor for ob N 1< < 3 P P 0 eedback 0 Each ob produces two P messages Each of the two workcells ca sed either a proposal or a refusal i respose to a P givig four distict cases These are multiplied by two permutatios of the P resposes The actual order is uimportat but failig to all permutatios leads to deadlocks i the TS Although we have ot parameterized the messages with the d price of the labor the 4

5 Guardias preferece for cheaper labor is captured i the decisio tree below based o the kow properties of the workcells eedback obs obs 0 obs 0 obsnil 0 obs obs 0 obs 0 obsnil 0 ( 0 reect 0) ( 0 reect 0) obs are icluded for the techical reaso that system traces from the WB The actios of the form show commuicatios betwee agets as opaque tau (iteral) actios of the system We require observable actios to be able to iterpret the traces that lead to ay give state heap ree (Had we a Good workcell it would be ied as 1 1 Tetative1 ree 2 2 Tetative 3 3 Tetative ree G ) The scheduler policy at the root of our problem is codified i Tetative : Tetative ofirmed 1 reect 1 ree 2 2 Tetative 3 3 Tetative 1 1 ially i ofirmed we simulate a task requirig two time slices The followig is sufficiet for our purposes but does ot allow for schedulig of additioal future obs while the task is ruig ( ofirmed ofirmed ) 1 ( 2) ree ofirmed Tetative Tetative ofirmed ofirmed Aalogously for

6 Although it is feasible to reduce the umber of processes by mergig the three Tetative ad similarly for behaviors of the system ast r Tetative ito a sigle ofirmed we keep them separated here to clarify the iteded ( Te Te ) r Te Te Te Te 1 1 o1 reect 1 r Aalogously for Te 2Te3 Te Te 1 Te2o reect 1 Te2 2 Te1o reect 2 Te1 Aalogously for Te 13Te23 Te o2 3 3 Te1o2 1 o12 reect 1 o Te Te o 1 o Te o Te o Te o Aalogously for o ( Te o Te ) 1 1) r ( o Aalogously for o 2o3 o 12 2) r 3 3 ( o Aalogously for o 13o23 Aalysis 12 (4) To make the aalysis termiate we iclude a additioal process T 0 that halts the system after four time slices The system ca ow be composed as

7 ( N T ) { list of uobservable actios elided } System \ Loadig the model ito the WB we fid that the system has approximately 2732 states There are four distict "deadlock" states all of which represet itetioal haltigs of the system at t 4 Usig the WB fuctio to list all observatios of legth three we fid 66 of them Modulo the various combiatorics we oly have three distict system behaviors: 1 bids o oe ob bids o the other two There are 18 ways this ca happe 2 competes usuccessfully with for oe ob ad wis aother while the third ob is d by both workcells There are 36 ways this ca happe 3 ad collide as i case 2 but is reected before the P for the third ob arrives so bids o the last ob ad gets it There are 12 ways this ca happe I practice the order i which P messages arrive at workcells is ot uiformly radom ad it is highly ulikely for oe egotiatio to ru to completio while the P for aother laguishes e route so there is a strog bias i favor of case 2 But it is iterestig to ote that if ay sequece were as likely as ay other oe ob would still fall through more ofte tha ot This would probably ot be true of our origial threeworkcell sceario where there are more ways for all three obs to get doe Evaluatio of prospective solutios I a free market both Guardia ad workcells would suffer whe obs fall through uecessarily Neither side has a motive to leave this problem ufixed Workcell-serialized egotiatios Oe approach that seems completely wholesome ad geeral at first glace is for the workcells to delay respodig to Ps while their schedules are tetatively full We ca model this i the TS by failig to P messages while i the relevat states: Tetative Te o 1 reect 1 ofirmed 1 ree Teoo reect Teo o Teoo reect o Te o oo reect 1 Te o o The resultig system ufortuately cotais deadlocks or example: Tetative Te 23 1 o Quotig from the Ediburgh ocurrecy Workbech user maual (Versio 71) dated : "The umber of states of a aget is ot as clear a cocept as you might thik: treat the umber as a rough idicatio of size oly" 7

8 obs obs1 obs 2 2 N obs2 obs obs3 ( 0 reect 0) ( 0 reect 0) 2 0 ( 0 reect 0) I the geeral case this problem would be a show-stopper I our particular sceario if we presume that the Guardia has prior kowledge of the price differetial betwee heap ad ast ad is oly iquirig to see if their schedules are clear we could work aroud by ig the proposal from heap before ast eve respods: eedback obs reect obs 0 0 { } other permutatios are uchaged The resultig System has (approximately) 1685 states ad 18 distict observatios all of which get all three obs doe Eve with the stopgap solutio this approach cotais a iheret tradeoff i that it delays resposes to the later Ps Although we have ot explicitly modeled the time cosumed i egotiatios it is clear that the delay will get worse as additioal Ps pile up ailure to respod to a P is equivalet to a refusal so i the simple case othig would be lost but at some poit the backlog of "bad" Ps would begi to impact the executio of later "good" oes Moreover the delays could have uable social cosequeces i practice particularly if the Guardia also fails to or reect proposals i a timely fashio Our sceario is too limited to permit aalysis of these behaviors Guardia-serialized egotiatios I scearios havig oly a sigle otract Net maager it would suffice to issue the Ps oe at a time delayig the ext util egotiatio o the previous has completed This is accomplished i our model by lettig P1 revisig eedback 1 ad eedback 2 to get rid of the parallel operators ad replacig the eight otemporal deadlocks ( 0) remaiig i each with P 1 The resultig system has a mere 36 states ad oly oe observable behavior both workcells bid o the first ob which goes to heap; the secod ad third obs are oly bid o by ast Of course this itroduces more of the umodeled egotiatio delay that we discussed above A more sceario-specific solutio is to alter the Guardia to issue the Ps to ast oly after they have bee d by heap: N P 0 eedback 8

9 eedback obs 0 obs obsnil 0 0 This is merely a escalatio of the "pre-selectio" of heap that we made previously where proposals from heap were ed before ast had a chace to respod but this oe requires o modificatios to the workcells behavior The resultig system has 431 states ad 18 distict observatios all of which award all three obs without iter-workcell competitio Isistet Guardia A simple strategy to implemet is to have the Guardia try agai if a ob fails to attract a proposal the first time aroud We ca attempt this i our modeled sceario by replacig the otemporal deadlock followig each obsnil i eedback with P effectively loopig back immediately as soo as a P fails Ufortuately this creates a cycle that is ot guarateed to termiate The ext best thig is to wait oe time slice before tryig agai: ( I order to hadle these Ps we must exted our 1)P ofirmed states slightly We kow that heap would be icapable of fiishig a ob by 2 P arrived at t 1: ofirmed 1 ofirmed ofirmed 1 (1) ofirmed ofirmed 2 2 ofirmed 1 (1) ree 3 3 ofirmed 1 1 t if its The o processes already permit ast to Ps at t 1 It is ot ecessary to exted the o k states for this sceario; eterig such states implies that all three obs will have bee allocated The resultig system has 2812 states ad 66 distict observatios that break dow i the same proportios as i the origial model with case 2 revised as follows: 2 competes usuccessfully with for oe ob ad wis aother while the third ob is d by both workcells Time passes ad the s the third ob o the secod try There are 36 ways this ca happe I practice the umber of retries would eed to be costraied i various ways as retries of proposals havig o chace of success tie up valuable resources More sigificatly this approach while geerally applicable does ot help us i all cases It is oly by virtue of the fact that ast ca begi a ob oe cycle late ad still fiish o time that we achieve able results I scearios where all workcells must begi work at t 0 to achieve able results tryig agai later is of o help Better upward commuicatio The workcells could iform the Guardia that two obs uder cosideratio are mutually exclusive requirig the same resources at the same time ad force the Guardia to make a choice I our sceario this would degeerate to cetralized schedulig with may superfluous iteractios Obviously if there were multiple requestors with coflictig eeds the decisio could ot be passed upwards i this way 9

10 10 Two-phase commitmet Two-phase commitmet is commoly used with distributed databases to esure global cosistecy 7 We ca use a differet kid of two-phase commitmet i the cotext of distributed schedulig to help global coherecy 8 Workcells are o loger obliged to a cotract whe they sed a proposal ad the Guardia is o loger assured of gettig a ob doe by sedig a ace Upo receipt of a ace the workcell must either seal the cotract or back out of it This secod "commitmet" is the firm If oe r backs out the Guardia is able to sed a ace to aother r To aalyze our sceario with a two-phase protocol we add a message type which is ied by IPA ad remove the reect message for becomig redudat The workcell seds if it is willig to firm up the commitmet otherwise it seds elided permutatio other obsnil obs obs obs obs obs obs obs eedback Because the two-phase protocol is more complex tha the origial separatig out states that ca theoretically be combied ow becomes a burde The followig two states eable heap to react appropriately to all feasible egotiatios assumig sae behavior o the part of the Guardia If the Guardia were to attempt somethig isae like ig a proposal that was ever issued the separated processes would block the actio but the merged process would blithely progress ito a cofirmed state Ucommitted

11 11 ofirmed ofirmed ofirmed Ucommitted Ucommitted Ucommitted Ucommitted ofirmed ofirmed ofirmed ofirmed ofirmed ofirmed Ucommitted ofirmed (2) Uc o o o Uc Uc Uc Uc (1) o o o o o o Uc o

12 1 1 o 1 1 o 2 2 o o (2) Uc 2 2 o 3 3 o 3 3 o The resultig system has 2304 states ad 72 distict observatios oe of which allow ay obs to fail We agai have three distict system behaviors: 1 ad each bid o all three obs is forced to back out of two of them which are the awarded to There are 18 ways this ca happe 2 ad compete for two obs while the third is oly bid o by backs out of oe of the two cotested obs which is the awarded to There are 36 ways this ca happe 3 ad compete for oe ob which is awarded to while the other two are oly bid o by There are 18 ways this ca happe ever fails to bid o all three obs because it caot possibly wi the first awarded cotract oclusio Our experieces support the ed wisdom that obtaiig globally coheret behavior from autoomous agets is a ambitious goal Nevertheless a simple two-phase commit protocol sufficed i this case Perhaps the more valuable results are the lessos leared about testig ad aalysis of aget-based systems The IPA specificatio leaves testability out of scope 9 ad the reasos embedded i Reect ad Refuse messages are implemetatio-depedet cotet uture stadards for aget ifrastructures might stadardize the commuicatio of reasos to facilitate the developmet of iteroperable testig ad debuggig tools Ackowledgemets We thak Steve Ray for suggestig the two-phase commitmet protocol ad the other reviewers for their valuable iput 12

13 igures igure 1: Society view with messages i trasit 13

14 igure 2: Refusal i ibox 14

15 igure 3: Guardia view of failed ob 15

16 igure 4: Guardia view with reasos added 16

17 igure 5: Workcell view of reectio igure 6: Workcell view of refusal 17

18 Refereces "By selectig these liks you will be leavig NIST webspace We have provided these liks to other web sites because they may have iformatio that would be of iterest to you No ifereces should be draw o accout of other sites beig refereced or ot from this page There may be other web sites that are more appropriate for your purpose NIST does ot ecessarily edorse the views expressed or cocur with the facts preseted o these sites urther NIST does ot edorse ay commercial products that may be metioed o these sites" 1 Radall Davis ad Reid G Smith "Negotiatio as a Metaphor for Distributed Problem Solvig" Artificial Itelligece 20(1) 1983 pp Zeus home page IPA 97 Specificatio Versio 20 Part 2 (Aget ommuicatio Laguage) sectio 6516 Available from as file fipa8a22doc 4 aro Moller ad hris Tofts "A Temporal alculus of ommuicatig Systems" i Lecture Notes i omputer Sciece #458 Spriger-Verlag 1990 pp Robi Miler ommuicatio ad ocurrecy Pretice Hall Ediburgh ocurrecy Workbech home page James Gray "Notes o Data Base Operatig Systems" i Operatig Systems: A Advaced ourse Spriger-Verlag 1978 See also ay subsequet textbook o distributed databases 8 Sarah Wallace M K Seehi Ed Barkmeyer Steve Ray ad Eva K Wallace "Maufacturig Systems Itegratio: otrol Etity Iterface Specificatio" NISTIR 5272 September 1993 Available at 9 IPA Architectural Overview (99/07/09) sectio 6113 Available from as file fipa9710doc 18

Line numbering and synchronization in digital HDTV systems

Line numbering and synchronization in digital HDTV systems Lie umberig ad sychroizatio i digital HDTV systems D. (VURT) I cotrast to aalogue televisio systems where lie umberig is covetioally liked to the vertical sychroizatio, digital televisio offers the possibility

More information

Chapter 7 Registers and Register Transfers

Chapter 7 Registers and Register Transfers Logic ad Computer Desig Fudametals Chapter 7 Registers ad Register Trasfers Part 2 Couters, Register Cells, Buses, & Serial Operatios Charles Kime & Thomas Kamiski 28 Pearso Educatio, Ic (Hyperliks are

More information

Logistics We are here. If you cannot login to MarkUs, me your UTORID and name.

Logistics We are here. If you cannot login to MarkUs,  me your UTORID and name. Logistics We are here 8 Week If you caot logi to arkus, email me your UTORID ad ame. heck lab marks o arkus, if it s recorded wrog, cotact Larry withi a week after the lab. Quiz average: 8% Assembly Laguage

More information

Polychrome Devices Reference Manual

Polychrome Devices Reference Manual Polychrome Devices Referece Maual Improvisio, Viscout Cetre II, Uiversity of Warwick Sciece Park, Millbur Hill Road, Covetry. CV4 7HS Tel: 0044 (0) 24 7669 2229 Fax: 0044 (0) 24 7669 0091 e-mail: admi@improvisio.com

More information

Quality improvement in measurement channel including of ADC under operation conditions

Quality improvement in measurement channel including of ADC under operation conditions Quality improvemet i measuremet chael icludig of ADC uder operatio coditios 1 Romuald MASNICKI, 2 Jausz MINDYKOWSKI 1, 2 Gdyia Maritime iversity, ul. Morska 81-83, 81-225 Gdyia, POLAND, tel. (+48 58) 6109

More information

Image Intensifier Reference Manual

Image Intensifier Reference Manual Image Itesifier Referece Maual Improvisio, Viscout Cetre II, Uiversity of Warwick Sciece Park, Millbur Hill Road, Covetry. CV4 7HS Tel: 0044 (0) 24 7669 2229 Fax: 0044 (0) 24 7669 0091 e-mail: admi@improvisio.com

More information

Mullard INDUCTOR POT CORE EQUIVALENTS LIST. Mullard Limited, Mullard House, Torrington Place, London Wel 7HD. Telephone:

Mullard INDUCTOR POT CORE EQUIVALENTS LIST. Mullard Limited, Mullard House, Torrington Place, London Wel 7HD. Telephone: Mullard INDUCTOR POT CORE EQUIVALENTS LIST Mullard Limited, Mullard House, Torrigto Place, Lodo Wel 7HD. Telephoe: 01-580 6633 INDUCTOR POT CORE EQUIVALENTS LIST Mullard Limited have bee maufacturig ferrite

More information

Elizabeth H. Phillips-Hershey and Barbara Kanagy Mitchell

Elizabeth H. Phillips-Hershey and Barbara Kanagy Mitchell a You Have Choice! Elizabeth H. Phillips-Hershey ad Barbara Kaagy Mitchell GRADE 5 BOOK CLUB UNIT: BULLY-FREE ZONE SHARED READING 6 Pages 9 780779 176663 No-fictio: magazie article 2008 Scholastic Caada

More information

References and quotations

References and quotations CHAPTER 1.8 Refereces ad quotatios Academic writig depeds o the research ad ideas of others, so it is vital to show which sources you have used i your work, i a acceptable maer. This uit explais the format

More information

PROBABILITY AND STATISTICS Vol. I - Ergodic Properties of Stationary, Markov, and Regenerative Processes - Karl Grill

PROBABILITY AND STATISTICS Vol. I - Ergodic Properties of Stationary, Markov, and Regenerative Processes - Karl Grill PROBABILITY AND STATISTICS Vol. I Ergodic Properties of Statioary, Markov, ad Regeerative Processes Karl Grill ERGODIC PROPERTIES OF STATIONARY, MARKOV, AND REGENERATIVE PROCESSES Karl Grill Istitut für

More information

EE260: Digital Design, Spring /3/18. n Combinational Logic: n Output depends only on current input. n Require cascading of many structures

EE260: Digital Design, Spring /3/18. n Combinational Logic: n Output depends only on current input. n Require cascading of many structures EE260: igital esig, prig 208 4/3/8 EE 260: Itroductio to igital esig equetial Logic Elemets ao Zheg epartmet of Electrical Egieerig Uiversity of Hawaiʻi at Māoa equetial ircuits ombiatioal Logic: Output

More information

Manual RCA-1. Item no fold RailCom display. tams elektronik. n n n

Manual RCA-1. Item no fold RailCom display. tams elektronik. n n n Maual RCA-1 Item o. 45-02016 1-fold RailCom display Eglish RCA-1 Table of cotets 1. Gettig started...3 2. Safety istructios...5 3. Backgroud iformatio: RailCom...6 4. Operatig mode of the RCA-1...8 5.

More information

RELIABILITY EVALUATION OF REPAIRABLE COMPLEX SYSTEMS AN ANALYZING FAILURE DATA

RELIABILITY EVALUATION OF REPAIRABLE COMPLEX SYSTEMS AN ANALYZING FAILURE DATA It. J. Mech. Eg. & Rob. Res. 2013 G Gurumahesh et al., 2013 Research Paper ISSN 2278 0149 www.ijmerr.com Vol. 2, No. 1, Jauary 2013 2013 IJMERR. All Rights Reserved RELIABILITY EVALUATION OF REPAIRABLE

More information

NexLine AD Power Line Adaptor INSTALLATION AND OPERATION MANUAL. Westinghouse Security Electronics an ISO 9001 certified company

NexLine AD Power Line Adaptor INSTALLATION AND OPERATION MANUAL. Westinghouse Security Electronics an ISO 9001 certified company NexLie AD 4302 Power Lie Adaptor INSTALLATION AND OPERATION MANUAL Westighouse Security Electroics a ISO 9001 certified compay 5452 Betsy Ross Drive Sata Clara, CA 95054-1184 (408) 727-5170 FAX (408) 727-6707

More information

Guide to condition reports for domestic electrical installations

Guide to condition reports for domestic electrical installations Coditio rpt leaflet A5:codiio rpt leaflet A5 15022012 11:48 Page 1 Guide to coditio reports for domestic electrical istallatios Coditio rpt leaflet A5:codiio rpt leaflet A5 15022012 11:48 Page 2 Courtesy

More information

Working with PlasmaWipe Effects

Working with PlasmaWipe Effects Workig with PlasmaWipe Effects Workig with PlasmaWipe Effects PlasmaWipe effects are real-time plug-i effects that use gradiet image bitmaps to create wipes ad segmet effects. There are 64 preset effects,

More information

THE Internet of Things (IoT) is likely to be incorporated

THE Internet of Things (IoT) is likely to be incorporated This is the author's versio of a article that has bee published i this oural. Chages were made to this versio by the publisher prior to publicatio. IEEE INTERNET OF THINGS JOURNAL, VOL. 5, NO. 1, FEBRUARY

More information

DIGITAL DISPLAY SOLUTION REAL ESTATE POINTS OF SALE (POS)

DIGITAL DISPLAY SOLUTION REAL ESTATE POINTS OF SALE (POS) DIGITAL DISPLAY SOLUTION REAL ESTATE POINTS OF SALE (POS) TABLE OF CONTENTS Digital services p. 3 Coected services p. 4 Maagemet p. 5 Commuicatio Stadards p. 6 Image wall p.8 A solutio tailored to your

More information

NewBlot PVDF 5X Stripping Buffer

NewBlot PVDF 5X Stripping Buffer NewBlot PVDF 5X Strippig Buffer Developed for: Odyssey Family of Imagers Please refer to your maual to cofirm that this protocol is appropriate for the applicatios compatible with your model of Odyssey

More information

Perspectives AUTOMATION. As the valve turns By Jim Garrison. The Opportunity to make Misteaks By Doug Aldrich, Ph.D., CFM

Perspectives AUTOMATION. As the valve turns By Jim Garrison. The Opportunity to make Misteaks By Doug Aldrich, Ph.D., CFM AUTOMATION Perspectives Lessos leared from the field As the valve turs By Jim Garriso The Opportuity to make Misteaks By Doug Aldrich, Ph.D., CFM As the Valve Turs By Jim Garriso AUTOMATION PERSPECTIVES

More information

Voice Security Selection Guide

Voice Security Selection Guide Voice Security Selectio Guide Hoppig Code Voice Iversio with ANI Voice Security Frequecy Domai Split-bad Voice Iversio Double Iversio Radio Ecryptio Rollig Code Voice Scramblers Rollig Double Iversio Frequetly

More information

Apollo 360 Map Display User s Guide

Apollo 360 Map Display User s Guide Apollo 360 Map Display User s Guide II Morrow Ic. 2345 Turer Road S.E. Salem, Orego 97309 November 1996 P/N 560-0119-00 Apollo 360 Map Display No part of this documet may be reproduced i ay form or by

More information

PIANO SYLLABUS SPECIFICATION. Also suitable for Keyboards Edition

PIANO SYLLABUS SPECIFICATION. Also suitable for Keyboards Edition PIANO SYLLABUS SPECIFICATION Also suitable for Keyboards 2016 Editio Piao Syllabus Specificatio 2016 Editio Rockschool Performace Arts Awards Vocatioal Qualificatios Ackowledgemets Syllabus Syllabus writte

More information

2 Specialty Application Photoelectric Sensors

2 Specialty Application Photoelectric Sensors SMARTEYE X-PRO XP10 XP10 -- Extremely High Speed Sesor 2 Specialty Applicatio Photoelectric Sesors 2-119 Specialty Applicatio Photoelectric Sesors 2 SMARTEYE X-PRO XP10 Extremely High Speed (10µs) Photoelectric

More information

2 Specialty Application Photoelectric Sensors

2 Specialty Application Photoelectric Sensors SMARTEYE STEALTH-UV UVS Aalog/Digital Lumiescece Sesor 2 Specialty Applicatio Photoelectric Sesors 2-93 Specialty Applicatio Photoelectric Sesors 2 SMARTEYE STEALTH-UV UVS Aalog/Digital Lumiescece Sesor

More information

9311 EN. DIGIFORCE X/Y monitoring. For monitoring press-fit, joining, rivet and caulking operations Series 9311 ±10V DMS.

9311 EN. DIGIFORCE X/Y monitoring. For monitoring press-fit, joining, rivet and caulking operations Series 9311 ±10V DMS. DIGIFORCE X/Y moitorig For moitorig press-fit, joiig, rivet ad caulkig operatios Series 9311 ±10V DMS Compatible sesors Piezo Poti Flexible Fieldbus itegratio by PROFIBUS, PROFINET or EtherNet/IP Automatic

More information

COLLEGE READINESS STANDARDS

COLLEGE READINESS STANDARDS ENGLISH COLLEGE READINESS STANDARDS Score Rage 1 12 Stadards Topic Developmet i Terms of Purpose ad Focus Orgaizatio, Uity, ad Coherece Word Choice i Terms of Style, Toe, Clarity, ad Ecoomy Studets who

More information

Organic Macromolecules and the Genetic Code A cell is mostly water.

Organic Macromolecules and the Genetic Code A cell is mostly water. Orgaic Macromolecules ad the Geetic Code A cell is mostly water. The rest of the cell cosists mostly of carbobased molecules. Orgaic chemistry is the study of carbo compouds. Copyright 2007 Pearso Educatio

More information

CODE GENERATION FOR WIDEBAND CDMA

CODE GENERATION FOR WIDEBAND CDMA ST JOURAL OF SYSTEM RESEARCH - VOL1 - UMBER 1 CODE GEERATIO FOR WIDEBAD CDMA Daiele Lo Iacoo Ettore Messia Giuseppe Avelloe Agostio Galluzzo Fracesco Pappalardo STMicroelectroics This paper presets a overview

More information

Manual Industrial air curtain

Manual Industrial air curtain Maual Idustrial air curtai Model IdAC2 Versio 6.0 Origial Maual Eglish a INDUSTRIAL AIR CURTAIN... Cotets 1 Itroductio 4 1.1 About this maual 4 1.2 How to read this maual 4 1.3 About the uit 5 1.4 Compoets

More information

VOCALS SYLLABUS SPECIFICATION Edition

VOCALS SYLLABUS SPECIFICATION Edition VOCALS SYLLABUS SPECIFICATION 2016 Editio Vocals Syllabus Specificatio 2016 Editio Rockschool Performace Arts Awards Vocatioal Qualificatios Ackowledgemets Syllabus Vocal specialists: Marti Hibbert ad

More information

Read Only Memory (ROM)

Read Only Memory (ROM) ECE 545 igital System esig with VHL Lecture A igital Logic Reresher Part A Combiatioal Logic Buildig Blocks Cot. Problem 2 What is a size o ROM with a 4-bit address iput ad a 8-bit data output? What is

More information

Emotional Intelligence:

Emotional Intelligence: Emotioal Itelligece: Leadership Developmet Ceter The New Measure of Leadership October 2006 Preseted by: Elizabeth C.S. Jamiso Director, Leadership Developmet Ceter Radford Uiversity 2006 All Rights Reserved

More information

Internet supported Analysis of MPEG Compressed Newsfeeds

Internet supported Analysis of MPEG Compressed Newsfeeds Proceedigs of the IASTED Iteratioal Coferece Iteret ad Multimedia Systems ad Applicatios October 18-21, 1999 Nassau, Bahamas Iteret supported Aalysis of MPEG Compressed Newsfeeds Guido FALKEMEIER, Gerhard

More information

PowerStrip Automatic Cut & Strip Machine

PowerStrip Automatic Cut & Strip Machine Automatic Cut & Strip Machie 2 Fully automatic wire processig requires precisio techology tailored to your specific eeds. The combies the utmost i precisio ad performace which cover a ubeatable rage of

More information

Reliable Transmission Control Scheme Based on FEC Sensing and Adaptive MIMO for Mobile Internet of Things

Reliable Transmission Control Scheme Based on FEC Sensing and Adaptive MIMO for Mobile Internet of Things Joural of Commuicatios Vol. 9, No., December 04 Reliable Trasmissio Cotrol Scheme Based o FEC Sesig ad Adaptive MIMO for Mobile Iteret of Thigs Yog Ji, Feg Li, Ya Fa, Ruigag Li, ad Hua Dai School of Computer

More information

Energy-Efficient FPGA-Based Parallel Quasi-Stochastic Computing

Energy-Efficient FPGA-Based Parallel Quasi-Stochastic Computing Article Eergy-Efficiet FPGA-Based Parallel Quasi-Stochastic Computig Ramu Seva, Prashathi Metku * ad Misu Choi Departmet of Computer Egieerig, Missouri Uiversity of Sciece & Techology, 4 Emerso Electric

More information

For children aged 5 7

For children aged 5 7 For childre aged THE BEACH, THE CHILDREN AND THE TURTLE Childre thik about special places, special people ad people, their feeligs ad the wishes they make. Throughout, the term childre refers to those

More information

Our competitive advantages : Solutions for X ray Tubes. X ray emitters. Long lifetime dispensers cathodes n. Electron gun manufacturing capability n

Our competitive advantages : Solutions for X ray Tubes. X ray emitters. Long lifetime dispensers cathodes n. Electron gun manufacturing capability n Solutios for Xray tubes_layout 1 15/12/2014 12:05 Pagia 2 Our competitive advatages : Log lifetime dispesers cathodes Electro gu maufacturig capability High capacity getters for high vacuum requiremets

More information

Before you submit your application for a speech generating device, we encourage you to take the following steps:

Before you submit your application for a speech generating device, we encourage you to take the following steps: Public Utility Commissio Residetial Service Protectio Fud Telephoe Assistace Programs 201 High St SE Suite 100 Salem, OR 97301-3612 Mailig Address: PO Box 1088 Salem, OR 97308-1088 1-800-848-4442 TTY:

More information

,..,,.,. - z : i,; ;I.,i,,?-.. _.m,vi LJ

,..,,.,. - z : i,; ;I.,i,,?-.. _.m,vi LJ ,..,,.,. - z : i,; ;I.,i,,?-.. _.m,vi 5.. :. 5 LJ Page Itroductio 2 TalkTolO32 Set Keys... 3 Feature Descriptio... 4 Feature Selectio... 5 Feature Programmig... 6 System Programmig Chart... 7 Power Fail

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences Australia Joural of Basic ad Applied Scieces, 8(11) Special 2014, Pages: 16-22 AENSI Jourals Australia Joural of Basic ad Applied Scieces ISSN:1991-8178 Joural home page: www.abasweb.com Explorig the Hammig

More information

Background Manuscript Music Data Results... sort of Acknowledgments. Suite, Suite Phylogenetics. Michael Charleston and Zoltán Szabó

Background Manuscript Music Data Results... sort of Acknowledgments. Suite, Suite Phylogenetics. Michael Charleston and Zoltán Szabó Suite, Suite Phylogeetics /5 Suite, Suite Phylogeetics Michael Charlesto ad Zoltá Szabó michael.charlesto@sydey.edu.au November 5th, 20 Suite, Suite Phylogeetics 2/5 S Bach oha Sebastia Bach was bor i

More information

What Does it Take to Build a Complete Test Flow for 3-D IC?

What Does it Take to Build a Complete Test Flow for 3-D IC? What Does it Take to Build a Complete Test Flow for 3-D IC? Brio Keller, Bassilios Petrakis, Cadece Thaks to : Sadeep Goel, TSMC EDPS, Moterey, CA April 5-6, 202 Ackowledgemets TSMC Ashok Mehta imec Erik

More information

The Blizzard Challenge 2014

The Blizzard Challenge 2014 The Blizzard Challege 2014 1 Kishore Prahallad, 1 Aadaswarup Vadapalli, 1 Satosh Kesiraju, 2 Hema A. Murthy 3 Swara Lata, 4 T. Nagaraja, 5 Mahadeva Prasaa, 6 Hemat Patil, 7 Ail Kumar Sao 8 Simo Kig, 9

More information

Manual Comfort Air Curtain

Manual Comfort Air Curtain Maual Comfort Air Curtai Model SesAir Versio 1.0- North America Origial Maual Eglish a COMFORT AIR CURTAIN... Cotets 1 Itroductio 4 1.1 About this maual 4 1.2 How to read this maual 4 1.3 About the uit

More information

Practice Guide Sonata in F Minor, Op. 2, No. 1, I. Allegro Ludwig van Beethoven

Practice Guide Sonata in F Minor, Op. 2, No. 1, I. Allegro Ludwig van Beethoven Practice Guide Soata i F Mior, O 2, No 1, I Allegro Ludwig va Beethove Comosed i 1795, the Soata i F Mior, O 2, No 1 was dedicated to Hayd, whom Beethove admired ad had briefly studied with three years

More information

Research on the Classification Algorithms for the Classical Poetry Artistic Conception based on Feature Clustering Methodology. Jin-feng LIANG 1, a

Research on the Classification Algorithms for the Classical Poetry Artistic Conception based on Feature Clustering Methodology. Jin-feng LIANG 1, a 2d Iteratioal Coferece o Electrical, Computer Egieerig ad Electroics (ICECEE 2015) Research o the Classificatio Algorithms for the Classical Poetry Artistic Coceptio based o Feature Clusterig Methodology

More information

NIIT Logotype YOU MUST NEVER CREATE A NIIT LOGOTYPE THROUGH ANY SOFTWARE OR COMPUTER. THIS LOGO HAS BEEN DRAWN SPECIALLY.

NIIT Logotype YOU MUST NEVER CREATE A NIIT LOGOTYPE THROUGH ANY SOFTWARE OR COMPUTER. THIS LOGO HAS BEEN DRAWN SPECIALLY. NIIT Logotype The NIIT logotype is always preseted i a fixed cofiguratio. The desig of the logotype is based o a typeface called Egyptia. The letters N I I T has bee specially desiged ad letter-spaced.

More information

T-25e, T-39 & T-66. G657 fibres and how to splice them. TA036DO th June 2011

T-25e, T-39 & T-66. G657 fibres and how to splice them. TA036DO th June 2011 T-25e, T-39 & T-66 G657 fibres ad how to splice them TA036DO0018-03 10 th Jue 2011 What is G657 fibre? G657 is a ew class of sigle mode fibre which ca be bet more severely the ormal G652 sigle mode without

More information

TRAINING & QUALIFICATION PROSPECTUS

TRAINING & QUALIFICATION PROSPECTUS TRAINING & QUALIFICATION PROSPECTUS EXPERT TRAINING FOR A FUTURE IN BROADCAST MEDIA TECHNOLOGY 1 WHO WE WORK WITH Page 4 OUR COMMUNITY Page 5 INTRODUCTION TO BROADCAST TECHNOLOGY Page 6 IP AND FILE BASED

More information

Study Guide. Advanced Composition

Study Guide. Advanced Composition Study Guide Advaced Compositio Note: Studets caot take ENG300 util or uless they take Eglish Compositio. Studets eed to show proof of the prerequisite before they take this course. INSTRUCTIONS TO STUDENTS

More information

Motivation. Analysis-and-manipulation approach to pitch and duration of musical instrument sounds without distorting timbral characteristics

Motivation. Analysis-and-manipulation approach to pitch and duration of musical instrument sounds without distorting timbral characteristics Aalysis-ad-maipulatio approach to pitch ad duratio of musical istrumet souds without distortig timbral characteristics Takehiro Abe Katsutoshi Itoyama Kazuyoshi Yoshii Kazuori Komatai Tetsuya Ogata Hiroshi

More information

Using a Computer Screen as a Whiteboard while Recording the Lecture as a Sound Movie

Using a Computer Screen as a Whiteboard while Recording the Lecture as a Sound Movie Usig a Computer Scree as a Whiteboard while Recordig the Lecture as a Soud Movie Joatha Lewi Keesaw State Uiversity Abstract The purpose of this presetatio is to demostrate the process of usig a laptop

More information

A Simulation Experiment on a Built-In Self Test Equipped with Pseudorandom Test Pattern Generator and Multi-Input Shift Register (MISR)

A Simulation Experiment on a Built-In Self Test Equipped with Pseudorandom Test Pattern Generator and Multi-Input Shift Register (MISR) A Simulatio Experimet o a Built-I Self Test Equipped with Pseudoradom Test Patter Geerator ad Multi-Iput Shift Register (MISR) Afaq Ahmad Departmet of Electrical ad Computer Egieerig College of Egieerig,

More information

DIGITAL SYSTEM DESIGN

DIGITAL SYSTEM DESIGN DIGITAL SYSTEM DESIGN Buildig Block Circuit Rather tha buildig ytem at the gate level, ofte digital ytem are cotructed from higher level, but till baic, buildig block circuit. Multiplexer, decoder, flip-flop,

More information

STx. Compact HD/SD COFDM Transmitter. Features. Options. Accessories. Applications

STx. Compact HD/SD COFDM Transmitter. Features. Options. Accessories. Applications Compact HD/SD COFDM Trasmitter Features SD ad HD ecodig 200mW RF output power Optimized for size Superior broadcast grade video Wide selectio of video iputs MPEG-4 Part-10/H.264 Two moo audio chaels Very

More information

MultiTest Modules. EXFO FTB-3923 Specs Provided by FTB-3920 and FTB-1400

MultiTest Modules. EXFO FTB-3923 Specs Provided by   FTB-3920 and FTB-1400 EXFO FTB-3923 Specs Provided by www.aaatesters.com MultiTest Modules FTB-3920 ad FTB-1400 1625 m light source FasTesT system Retur loss test set Visual fault locator Digital talk set Ultra-High-Power power

More information

The new, parametrised VS Model for Determining the Quality of Video Streams in the Video-telephony Service

The new, parametrised VS Model for Determining the Quality of Video Streams in the Video-telephony Service 1 Stefa Paulse Istitute of Commuicatios Techology Flesburg Uiversity of Applied Scieces tadeus.uhl@fh-flesburg.de Tadeus Uhl Istitute of Commuicatios Techology Flesburg Uiversity of Applied Scieces tadeus.uhl@fh-flesburg.de

More information

Volume 20, Number 2, June 2014 Copyright 2014 Society for Music Theory

Volume 20, Number 2, June 2014 Copyright 2014 Society for Music Theory 1 of 9 Volume 2, Number 2, Jue 214 Copyright 214 Society for Music Theory Total Voice Leadig Joseph N. Straus NOTE: The examples for the (text-oly) PDF versio of this item are available olie at: http://www.mtosmt.org/issues/mto.14.2.2/mto.14.2.2.straus.php

More information

Image Enhancement in the JPEG Domain for People with Vision Impairment

Image Enhancement in the JPEG Domain for People with Vision Impairment Image hacemet i the JPG Domai for People with Visio Impairmet Jisha Tag, Seior Member, Jeoghoo Kim, ad li Peli Abstract A image ehacemet algorithm for low-visio patiets was developed for images compressed

More information

Minimum Span. Maximum Span Setting

Minimum Span. Maximum Span Setting Specificatio Magetic Flowmeters Electrodeless Series 10DX3121 Primary w/ 50CM2000 Coverter Miimum Liquid Coductivity 0.05 µs/cm. Allows may ew harsh process liquids to be measured with a magetic flowmeter.

More information

DCT 1000 Cable Terminal Installation Manual

DCT 1000 Cable Terminal Installation Manual DCT 1000 Cable Termial Istallatio Maual GUIDE CURSOR INFO MENU SELECT BYPASS CHANNEL POWER Graphical symbols ad supplemet warig markig locatios o the bottom of the appliace. This symbol meas that dagerous

More information

Randomness Analysis of Pseudorandom Bit Sequences

Randomness Analysis of Pseudorandom Bit Sequences 2009 Iteratioal Coferece o Computer Egieerig ad Applicatios IPCSIT vol.2 (2011) (2011) IACSIT Press, Sigapore Radomess Aalysis of Pseudoradom Bit Sequeces Rashidah Kadir 1+ ad Mohd Aizaii Maarof Faculty

More information

University Student Design and Applied Solutions Competition

University Student Design and Applied Solutions Competition To Protect People, Assets ad the Eviromet from Corrosio Uiversity Studet Desig ad Applied Solutios Competitio 2017 Sposorship Opportuities Housto, TX USA For more iformatio, please visit usdasc.com/sposorships

More information

Digital Migration Process in Kenya

Digital Migration Process in Kenya Digital Migratio Process i Keya Jauary 2017 Report writte by Telecommuicatios Maagemet Group, Ic Copyright 2017 GSMA Best Digital practice Migratio i mobile Process spectrum i Keyalicesig 9 Digital Migratio

More information

Research Article Measurements and Analysis of Secondary User Device Effects on Digital Television Receivers

Research Article Measurements and Analysis of Secondary User Device Effects on Digital Television Receivers Hidawi Publishig Corporatio EURASIP Joural o Advaces i Sigal Processig Volume 2009, Article ID 510867, 13 pages doi:10.1155/2009/510867 Research Article Measuremets ad Aalysis of Secodary User Device Effects

More information

Forces: Calculating Them, and Using Them Shobhana Narasimhan JNCASR, Bangalore, India

Forces: Calculating Them, and Using Them Shobhana Narasimhan JNCASR, Bangalore, India Forces: Calculatig Them, ad Usig Them Shobhaa Narasimha JNCASR, Bagalore, Idia shobhaa@jcasr.ac.i Shobhaa Narasimha, JNCASR 1 Outlie Forces ad the Hellma-Feyma Theorem Stress Techiques for miimizig a fuctio

More information

ttco.com

ttco.com ttco.com 800-237-0946 813-886-4000 The SMARTEYE COLORWISE TM True Color Sesor is the most feature packed color sesor available. Desiged to work as well as a istrumet or spectrometer, this sesor ca solve

More information

Taking your meetings to the next level is how we re engineering a better world.

Taking your meetings to the next level is how we re engineering a better world. Takig your meetigs to the ext level is how we re egieerig a better world. solutios for BUSINESS Real-time collaboratio i stuig HD A Paasoic HD Visual Commuicatios System lets you simulate ad reap the beefits

More information

FHD inch Widescreen LCD Monitor USERGUIDE

FHD inch Widescreen LCD Monitor USERGUIDE FHD2402 24-ich Widescree LCD Moitor USERGUIDE Cotets Chapter 1: Usig Your Gateway Flat-Pael Moitor.................... 1 Coectig the moitor.................................................... 2 Coectig

More information

Video Cassette Recorder

Video Cassette Recorder 3-865-427-12(1) Video Cassette Recorder Operatig Istructios SLV-L49 MX SLV-L52 PA/PC SLV-L59 CL/CS/PR/VZ SLV-X55 MX SLV-L69HF MX SLV-L72HF PA/PC SLV-L79HF CL/CS/VZ SLV-L89HF CL/CS/MX/VZ SLV-X66HF MX 1999

More information

A Backlight Optimization Scheme for Video Playback on Mobile Devices

A Backlight Optimization Scheme for Video Playback on Mobile Devices A Backlight Optimizatio Scheme for Playback o Mobile Devices Liag Cheg, Shivajit Mohapatra, Magda El Zarki, Nikil Dutt ad Nalii Vekatasubramaia Doald Bre School of Iformatio ad Computer Scieces Uiversity

More information

Innovation in the Multi-Screen World. Sirius 800 Series. Multi-format, expandable routing that stands out from the crowd

Innovation in the Multi-Screen World. Sirius 800 Series. Multi-format, expandable routing that stands out from the crowd Iovatio i the Multi-Scree World Sirius 800 Series Multi-format, expadable routig that stads out from the crowd Sirius 830 A cost effective solutio for Sirius systems 830 up to A 288 cost x 288 effective

More information

UNIT 7. Could You...?

UNIT 7. Could You...? UNIT 7 Could You...? Pic. 7.1 (Clipart, 2005) I this uit, you will lear how to: respod to simple ad short trasactioal ad iterpersoal dialogues ivolvig politeess express politeess i simple ad short trasactioal

More information

Because your pack is worth protecting. Tobacco Biaxially Oriented Polypropylene Films. use our imagination...

Because your pack is worth protecting. Tobacco Biaxially Oriented Polypropylene Films. use our imagination... Because your pack is worth protectig Tobacco Biaxially Orieted Polypropylee Films use our imagiatio... Focused o Films Iovia Films has bee supplyig overwrap films to the tobacco idustry for over 45 years.

More information

8825E/8825R/8830E/8831E SERIES

8825E/8825R/8830E/8831E SERIES FETURES IDC for 0.635mm flat ribbo cable (#30 WG, Straded) Highly reliable 2 poit coectio Low isertio ad withdrawal force Oe-Touch lockig ejector system Pateted ribbo cable cotact desig protects agaist

More information

Data Marketplace The Next IoT Frontier

Data Marketplace The Next IoT Frontier Data Marketplace The Next IoT Frotier Abstract The IoT space is expected to witess sigi cat actio, with a host of iche service providers ad techology start-ups eterig the scee, ad makig way for market

More information

2 Specialty Application Photoelectric Sensors

2 Specialty Application Photoelectric Sensors SMARTEYE STEALTH-UV Lumiescet Sesor 2 Specialty Applicatio Photoelectric Sesors 2-87 Specialty Applicatio Photoelectric Sesors 2 SMARTEYE STEALTH-UV The SMARTEYE STEALTH-UV Lumiescece Sesor The SMARTEYE

More information

SMARTEYE ColorWise TM. Specialty Application Photoelectric Sensors. True Color Sensor 2-65

SMARTEYE ColorWise TM. Specialty Application Photoelectric Sensors. True Color Sensor 2-65 2 True Color Sesor Specialty Applicatio Photoelectric Sesors 2-65 Specialty Applicatio Photoelectric Sesors 2 The SMARTEYE COLORWISE TM True Color Sesor is the most feature packed color sesor available.

More information

MODELLING PERCEPTION OF SPEED IN MUSIC AUDIO

MODELLING PERCEPTION OF SPEED IN MUSIC AUDIO MODELLING PERCEPTION OF SPEED IN MUSIC AUDIO Aders Elowsso KTH Royal Istitute of Techology CSC, Dept. of Speech, Music ad Hearig elov@kth.se Aders Friberg KTH Royal Istitute of Techology CSC, Dept. of

More information

How the IoT Fuels Airlines Industry's Flight into the Future

How the IoT Fuels Airlines Industry's Flight into the Future Travel, Trasportatio, ad Hospitality How the IoT Fuels Airlies Idustry's Flight ito the Future Abstract Airlies are the least pro table ode i the aviatio value chai, well behid global distributio systems,

More information

2 Specialty Application Photoelectric Sensors

2 Specialty Application Photoelectric Sensors SMARTEYE STEALTH-UV Lumiescece Sesor 2 Specialty Applicatio Photoelectric Sesors 2-87 Specialty Applicatio Photoelectric Sesors 2 SMARTEYE STEALTH-UV The SMARTEYE STEALTH-UV Lumiescece Sesor The SMARTEYE

More information

Implementation of Expressive Performance Rules on the WF-4RIII by modeling a professional flutist performance using NN

Implementation of Expressive Performance Rules on the WF-4RIII by modeling a professional flutist performance using NN 2007 IEEE Iteratioal Coferece o Robotics ad Automatio Roma, Italy, 10-14 April 2007 Implemetatio of Expressive Performace Rules o the WF-4RIII by modelig a professioal flutist performace usig NN Jorge

More information

Analyzing the influence of pitch quantization and note segmentation on singing voice alignment in the context of audio-based Query-by-Humming

Analyzing the influence of pitch quantization and note segmentation on singing voice alignment in the context of audio-based Query-by-Humming Aalyzig the ifluece of pitch quatizatio ad ote segmetatio o sigig voice aligmet i the cotext of audio-based Query-by-Hummig Jose J. Valero-Mas Patter Recogitio ad Artificial Itelligece Group, Uiversity

More information

Tobacco Range. Biaxially Oriented Polypropylene Films and Labels. use our imagination...

Tobacco Range. Biaxially Oriented Polypropylene Films and Labels. use our imagination... Tobacco Rage Biaxially Orieted Polypropylee Films ad Labels use our imagiatio... Tobacco Rage Leader i Films Iovia Films has bee supplyig overwrap films to the tobacco idustry for over 70 years. We are

More information

Grammar 6: Sheet 1 Answer Guide

Grammar 6: Sheet 1 Answer Guide Grammar 6: Sheet 1 Aswer Guide Passage Mara, Daughter of the Nile, p. 1: Mom or Dad: Today we itroduce semicolos, homographs, ad commo ad proper ous o the Activity Sheet. For defiitios, examples, ad/or

More information

CSI 2130 Machinery Health Analyzer

CSI 2130 Machinery Health Analyzer V-2130-012306 Machiery Health Maagemet CSI 2130 Machiery Health Aalyzer Data collectio, vibratio aalysis, aligmet ad balacig i a sigle uit Compact, rugged desig holds up to ay plat eviromet Ituitive operatio

More information

Math of Projections:Overview. Perspective Viewing. Perspective Projections. Perspective Projections. Math of perspective projection

Math of Projections:Overview. Perspective Viewing. Perspective Projections. Perspective Projections. Math of perspective projection Math of Projectios:Overview Math of perspective projectio, stadard cofiguratio OpeGL perspective projectios Math of orthographic projectio OpeGL orthographic projectios Viewport trasformatios ad settig

More information

MJ Mini Gradient Thermal Cycler Instruction Manual

MJ Mini Gradient Thermal Cycler Instruction Manual MJ Mii Gradiet Thermal Cycler Istructio Maual Catalog #PTC 1148 MJ Mii Gradiet Thermal Cycler Istructio Maual Catalog #PTC 1148 Legal Notices Copyright 2009, Bio-Rad Laboratories, Icorporated. All rights

More information

Movies are great! Within a passage, words or phrases can give clues to the meaning of other words. This

Movies are great! Within a passage, words or phrases can give clues to the meaning of other words. This Movies are great! SUBJECT READING SKILL TEXT TYPE Culture ad People Uderstadig vocabulary i cotext Movie review Uderstadig vocabulary i cotext Withi a passage, words or phrases ca give clues to the meaig

More information

Belgrade Community & Education Company. Education Pack To support the exhibition at the Belgrade Theatre for use with young people aged 11+

Belgrade Community & Education Company. Education Pack To support the exhibition at the Belgrade Theatre for use with young people aged 11+ Belgrade Commuity & Educatio Compay Educatio Pack To support the exhibitio at the Belgrade Theatre for use with youg people aged 11+ Stages_EduPack.idd 1 3/2/11 23:44:49 STAGES Through The Ages. A History

More information

THE UNIVERSITY OF THE SOUTH PACIFIC LIBRARY Author Statement of Accessibility. Yes % %

THE UNIVERSITY OF THE SOUTH PACIFIC LIBRARY Author Statement of Accessibility. Yes % % THE UNIVERSITY OF THE SOUTH PACIFIC LIBRARY Author Statemet of Accessibility Name of Cadidate Degree Departmet/School Istitutio/Uiversity Thesis Title Date of completio of requiremets for award 1. This

More information

Sigma 3-30KS Sigma 3-30KHS

Sigma 3-30KS Sigma 3-30KHS Sigma 3-30KS Sigma 3-30KHS High-speed cetrifuge refrigerated refrigerated/ heatable www.sigma-zetrifuge.de 3 Exceptioal i every respect Sigma is a leadig iteratioal maufacturer of laboratory cetrifuges

More information

PROJECTOR SFX SUFA-X. Properties. Specifications. Application. Tel

PROJECTOR SFX SUFA-X. Properties. Specifications. Application.  Tel ifo@extgeeratioled.be www.extgeeratioled.be Tel + 32 53 71 09 42 PROJECTOR SFX SUFA-X Properties Lifespa L70 %: > 50.000 hours Eergy savigs up to 65% Boosted istallatio efficiecy thaks to the slimmed-dow

More information

Manual WIB Carriage lighting Colour of lighting: warm white. Item no tams elektronik. tams elektronik n n n

Manual WIB Carriage lighting Colour of lighting: warm white. Item no tams elektronik. tams elektronik n n n Maual WIB-13.2 Carriage lightig Colour of lightig: warm white Item o. 53-01140 Versio 2016 with OSRAM LEDs Duris E5 tams elektroik tams elektroik Eglish WIB-13.2 Table of cotets 1. Gettig started...2 2.

More information

The Leader in Professional Prepress Proofing. Quite possibly the highest quality proofing system available today

The Leader in Professional Prepress Proofing. Quite possibly the highest quality proofing system available today Epso Stylus Pro 7800 ad 9800 Prit Egie Specificatios 8-color (, Lc, M, Lm, Y, Lk, LLk + PK or MK) pigmet-based Variable-sized Droplet Micro Piezo drop-o-demad ik jet with M techology Media Hadlig Media

More information

CCTV that s light years ahead

CCTV that s light years ahead CCTV that s light years ahead Video multiplexer, digital recorder, dome cotrol, audio ad more? all i oe box! The Digital Sprite 2 ad DS2 Plus are high performace, cost-effective digital CCTV cotrol systems.

More information

L-CBF: A Low-Power, Fast Counting Bloom Filter Architecture

L-CBF: A Low-Power, Fast Counting Bloom Filter Architecture L-CBF: A Low-Power, Fast Coutig Bloom Filter Architecture Elham Safi, Adreas Moshovos, ad Adreas Veeris Electrical ad Computer Egieerig Departmet Uiversity of Toroto {elham, moshovos, veeris@eecg.utoroto.ca}

More information

PPt. AQA text. Extracts. PPT Umbrella music clip

PPt. AQA text. Extracts. PPT Umbrella music clip Key Teachig Methods/Learig Activities Reurces (icl ILT) Idetify SL ad Liks to experiece ad/or vocatioal relevace Syllabus/Uit Refereced to Les Pla] Assigmet/Assessmet Activities Is assessmet beig used

More information