MODELING OF BLOCK-BASED DSP SYSTEMS Dong-Ik Ko and Shuvra S. Bhattacharyya

Size: px
Start display at page:

Download "MODELING OF BLOCK-BASED DSP SYSTEMS Dong-Ik Ko and Shuvra S. Bhattacharyya"

Transcription

1 MODELING OF BLOCK-BASED DSP SYSTEMS Dong-Ik Ko nd Shuvr S. Bhttchryy Deprtment of Electricl nd Computer Engeerg, nd Institute for Advnced Computer Studies University of Mrylnd, College Prk, 20742, USA ABSTRACT Modelg semntics bsed on dtflow grphs re used widely design tools for digitl signl processg (DSP). This pper develops efficient techniques for representg nd mnipultg blockbsed opertions dtflow-bsed DSP design tools. In this context, block refers to fite-length sequence of dt items, such s sequence of speech smples, n imge, or group of video frmes, s prt of n enclosg dt strem. We develop this pper met-modelg technique clled blocked dtflow (BLDF) for ugmentg DSP design tools with more effective blocked dt support n efficient nd generl mnner. We compre BLDF gst lterntive modelg pproches through detiled cse study of n MPEG 2 video encoder system. 1. INTRODUCTION In the digitl signl processg (DSP) dom, rpid prototypg tools bsed on corse-gr dtflow semntics re widely used [2]. One importnt requirement these tools is support for blockbsed processg, such s tht volved imge nd video pplictions. We develop this pper blocked dtflow (BLDF) modelg pproch for efficient hndlg of block-bsed dt dtflow-bsed DSP design tools. BLDF combes met-modelg, block-bsed processg, multidimensionl representtion, nd dynmic prmeter reconfigurtion sgle, unified frmework tht leds to more efficient dtflow grphs for schedulg nd softwre synthesis. In this pper, by dtflow model of computtion (dtflow MoC), we men progrmmg model bsed on dtflow semntics. Progrms dtflow MoC re thus represented s directed grphs which vertices, clled dtflow ctors, represent computtionl tsks, nd edges represent logicl FIFO communiction chnnels between tsks. A decidble dtflow model is one which dedlock nd unbounded buffer ccumultion cn be determed fite time for every specifiction the model. Exmples of decidble dtflow models re CSDF [3], SDF [8], MDSDF [9] nd SSDF [12]. For consistent specifictions ech of these models, there is unique, teger-vlued repetitions vector tht is dexed by the grph ctors nd gives the number of times ech ctor needs to be voked to form miml periodic schedule for the grph. A number of efforts hve exmed block processg t the level of dividul ctors. The objective such vectoriztion is to improve throughput nd reduce context-switchg overhed by executg ctors mny times succession. The sclble synchronous dtflow (SSDF) [12] model formlized this concept the context of multirte dtflow grphs, nd lgorithms hve been developed to extrct the mximum vectoriztion potentil from n SSDF grph [11]. More recently, retimg techniques hve been explored for mnipultg homogeneous dtflow grphs (grphs which the production nd consumption prmeters re ll equl to one) to improve vectorizbility [6]. BLDF differs from these pproches its pplicbility beyond the level of dividul ctors, nd to rbitrry subsystems t ny level of the modelg hierrchy. BLDF lso differs its close tegrtion with prmeterized dtflow semntics [1], which llows for powerful dynmic reconfigurtion cpbilities. As dtflow modelg lterntives emerge further it is highly desirble to identify new modelg fetures tht cn be chieved through novel pplictions of existg models rther thn defg totlly new dtflow vrt for ech new extension. This promotes reuse nd tegrtion rther thn revention of the growg body of knowledge on estblished dtflow styles. BLDF dheres to this pproch by defg generl mechnisms tht cn be used to ugment existg dtflow models with systemtic dt groupg cpbilities. It is this sense tht we refer to BLDF s metmodel. BLDF cn be used with the well-known decidble dtflow models, SDF, CSDF, MDSDF, nd SSDF, s described bove. Its use with other, more dynmic models such s boolen dtflow [4] nd SBF [5] my be possible, lthough efficient ppliction to such models requires further vestigtion. 2. BLOCKED DATAFLOW Blocked dtflow builds on prmeterized dtflow semntics [1]. In blocked dtflow subsystem, blocks of put dt re treted s subsystem prmeters, nd the itiliztion grphs (the subit or it grphs, s described below) re used -between processg of successive blocks to chnge the vlue of the ssocited blockprmeter. Thus successive blocks of dt re trnslted to successive reconfigurtions of block-prmeter vlues. For exmple, consider n imge processg system tht performs given filterg opertion on strem of put imges. A blocked dtflow representtion might defe the processg of sgle imge usg dtflow grph G c. The grph G c opertes on put from specil imge source ctor tht is prmeterized with n imge I. The imge source ctor simply trnsfers its imge prmeter to its put ccordg to the desired protocol. The trnsfer protocol volves both rsteriztion spects, nd my lso volve sub-blockg (e.g., puttg the imge s sequence of row blocks). Such sub-blockg cn be used to defed nested BLDF subsystems. BLDF herits most fetures of prmeterized dtflow [1]. Thus, BLDF specifiction (or subsystem) lso consists of three distct grphs: 1) the it grph i; 2) the subit grph s; nd 3) the body grph b. Intuitively, the body grph models the m functionl behvior of the subsystem, wheres the it nd subit grphs control the behvior of the body grph by ppropritely configurg the body grph prmeters. The it grph is voked prior to ech voction of the ssocited (hierrchicl) prent subsystem, ˆ Œ ( ), while the subit grph is voked prior to ech voction of the ssocited body subsystem b, thus llowg for two distct frequency levels of reconfigurtion control [1].

2 2.1 Itertion control The mjor enhncement BLDF is the delivery method of dt tokens to body grphs. In BLDF, blocked dt tokens such s sequentil MPEG2 video strems re delivered vi the prmeter vlue updtg process of it or subit grphs so tht n it or subit grph cn extrct formtion concerned for the ssocited body grph from rw dt tokens delivered, nd then convert rw dt tokens s well s the formtion extrcted to sets of new prmeter vlues for the body grph. Thus, rw dt tokens re delivered to the ssocited body grph s prmeters long with other prmeters extrcted from them before the body grph strts runng. Figure 1 shows the mechnism by which BLDF builds on prmeterized dtflow semntics. Sce the body grph of Figure 1() tkes imge frmes directly from the side with ny prmeteriztion process with n it or subit grph, it is not possible to extrct importnt formtion such s itertions of the ssocited body grph nd lso not possible to defe detiled opertion of ech ctor with tht body grph by settg itertion limits. On the other hnd, Figure 1(b), imge frmes re trnsferred to the subit grph nd then converted to block of prmeters, which re set s prmeters of ech relevnt ctor the ssocited body grph. Figure 1(b) llows dynmic configurtion of prmeters for the ssocited body grph such s imge resolution nd block size s bsic processg units long with other provisionl prmeters t the stge of the subit grph, which directs detiled opertion of the ssocited body grph before tht body grph strts n voction of itself. At the sme time, itertions of ech ctor with body grph cn be obted long with other prmeters. Suppose, for exmple, tht n it or subit grph tkes Z pixel frme from its put port. An it or subit grph cn obt Z / N 2 itertions of the ssocited body grph ctor by settg the block size prmeter for the body grph s N by which imge frmes re divided to sub-imge frmes. Ech ctor with the body grph then opertes on the bsis of sub-imge frmes for high throughput nd more prllelism. Itertion numbers my be used further s fctors qusi-sttic looped schedule by BLDF scheduler. Obtg prmeters relevnt to the schedulg of the ssocited body grph before it runs nd reconfigurg those prmeters dynmiclly bsed on concerned pylods of tokens delivered t runtime gives n ppliction developer enhnced flexibility nd efficiency the design phse. 2.2 Token delivery One of the dvntges of BLDF is its efficiency token delivery. First, token delivery, BLDF enbles us to reduce buffers for deliverg tokens mong ctors. This is becuse tokens cn be delivered from prent grphs to nested body grphs by prmeteriztion. Figure 2 shows how BLDF reduces bufferg requirements this wy. In Figure 2, the D ctor requires both nd b tokens, while the A, B nd C ctors require only token. Here, suppose lso tht smple rte chnge from A to D exists the specifiction. Then Figure 2(), A, B nd C ctors must hve dditionl put/put ports only for deliverg token b to D with smple rte consistency. This turn cuses redundnt or extr buffers between termedite ctors. However, Figure 2(b), the subit grph s converts put dt to two prmeters nd b, nd then token is set to ctor A s prmeter while token b is set to the ctor D directly s prmeter, while mtg smple rte consistency. This prmeteriztion process enbles us to remove redundnt connections nd buffers between ctors BLDF. 2.3 Dt tokens with nested heders Most multimedi dt tokens consist of heder prt nd pylod prt. The heder prt hs the formtion for hndlg the pylod. However, the pylod lso my hve sub-heder nd subpylod components. Therefore, ech level of composite ctors implemented hierrchiclly or heterogeneously my process different re of pcketized multimedi dt token. BLDF provides n efficient wy for deliverg dt tokens to composite ctors of lower hierrchicl levels by prmeteriztion. Only the relevnt prt needs to be decoded for configurtion nd the remg prts cn be encpsulted s prmeters for composite ctors of lower hierrchicl levels the dtflow specifiction. Figure 3 shows how dt tokens with nested heders cn be hndled BLDF. Decodg heders sequentilly ccordg to the need for the ssocited heder formtion llows us to implement ech module with n ppliction consistently, which is esy to understnd for future code reuse. This pproch lso reduces the number of connections nd buffers between ctors by prmeteriztion. 3. APPLICATION EXAMPLE 3.1 Brief review of MPEG2 video strems The MPEG2 specifiction hs been widely selected s stndrd for codg/decodg movg picture frmes. Therefore, mny modern embedded systems hndlg multi medi tegrte MPEG2 decoders. This pper hs selected MPEG2 s one exmple of rel field ppliction for n embedded system. The MPEG2 h b œ b œ i s i h s i ) PSDF pproch b) BLDF pproch A : mjor dt tokens (e.g. imge frmes) B: generl dt tokens for prmeteriztion Figure 1. PSDF nd BLDF. i A Β C b b b D s i prm() prm(b) A Β C ) SDF b) BLDF Figure 2. BLDF nd SDF: prm() : prmeteriztion; s : subit grph, b: body grph;, b : tokens beg delivered. b D

3 Heder 1 st level Heder 2 nd level s1 i1 Heder 3 rd level prm b1 B 1 st level pylod 2 nd level pylod A B C s2 i2 prm B1 b2 Figure 3. Dt tokens with nested heders. B2 specifiction roughly consists of three prts: the video, udio nd system prts. In this pper, we focus on the video prt to show differences efficiency, flexibility nd extensibility mong lterntive modelg formts. Movg pictures re mde from combtions of consecutive imge frmes. Ech imge frme is composed of pixels nd ech pixel hs its own vlue representg the degree of RGB or YCrCb. Pixel vlues re not dependent but re correlted with their neighbors. Therefore, the vlue of pixel is predictble, given the vlues of neighborg pixels. Imge frmes usully hve redundnt formtion view of imge compression, which cn be ctegorized to two redundncies: sptil redundncy nd temporl redundncy, bsed on whether they re exploited reltion with neighborg frmes or not. Sptil redundncy is redundnt formtion lyg n tr frme while temporl redundncy is redundnt formtion lyg between ter-frmes. The MPEG2 specifiction seprtes imge frmes to three different types (I, P nd B frmes). I frmes exploit only sptil redundncy, while P nd B frmes exploit both sptil redundncy nd temporl redundncy. Thus, n I frme does not refer to neighborg imge frmes for reducg redundnt formtion with itself nd plys role of n nchor frme to seprte groups of pictures from contuous imge frmes. Even though the P nd the B frmes exploit both sptil redundncy nd temporl redundncy, there re different fetures between P nd B frmes view of control flow. The P frme reduces redundnt formtion by referrg to previous I or P imge frme s reference frme, differentitg pixel vlues between the current P frme nd the reference frme, nd exploitg sptil redundncy like the I frme. In contrst, the B frme requires two reference frmes ( previous I or P frme nd future I or P frme) s reference frmes for reducg temporl redundncy. The difference the number of reference frmes mong frme types mkes it difficult to express n MPEG2 encoder pure SDF form. 3.2 Problems design of n MPEG video encoder with SDF The problems from designg n MPEG2 video encoder usg only SDF semntics occur from the dynmic chnge MPEG2 video strems. Some ctors side the MPEG2 encoder dynmiclly chnge their opertion bsed on the content of dt tokens beg delivered to them while other ctors mt their opertion consistently. Also, motion compenstion demnds tht imge frmes re encoded different sequences from sequences trnsferred to the encoder. More specificlly, problems designg n MPEG2 video encoder under SDF re s follows. P1. Control problem. Every ctor under SDF must consume nd produce t lest one token, which mens tht every connection between ctors hs to deliver t lest one token durg one voction of the enclosg system. However, it is possible tht some ctors need specil tokens from their put ports only specil cses nd other cses do not need ny token. This sitution rises ctors of n MPEG2 video encoder. P2. Consistent schedule problem. Dt tokens cn be ctegorized to two sub-clsses: mjor dt tokens every ctor is concerned with, nd dditionl dt tokens tht re relevnt for proper subsets of ctors. Some ctors of n MPEG2 video encoder require dditionl put or put ports tht re only for deliverg dditionl tokens. Those tokens hve fetures of prmeters nd re usully used for settg ternl stte of ctors. With such dditionl put or put ports only for deliverg tokens to other ctors, s the ly of pplictions get more nd more complex, the possibility of troducg smple rte consistency to the dtflow signl processg creses. SPDF (Synchronous Piggybcked Dt Flow) [10] suggested piggybcked wy to solve this problem. However, [10] lso cnnot void unnecessry nd redundnt delivery of the formtion, even if the methods of [10] re used to reduce buffers by piggybcked wy, which delivers only poter of n entry the globl stte tble. P3. Itertion counts. Obtg ctor itertion counts t compile time is mjor dvntge SDF. It reduces overhed of schedulg problems t runtime. However, generl, the voctions of ech ctor cn vry dynmiclly bsed on dt beg delivered. Such scenrios re not hndled by SDF. Also, n ppliction developer my wish to mnully set or dynmiclly chnge itertion numbers of specil ctors for low power requirements or quick user response time, which will ffect itertion counts of subsequent ctors. Such situtions re lso not permitted SDF. However, BLDF, itertion numbers of subsequent ctors cn be determed t the it or subit stge by extrctg correspondg formtion from dt tokens delivered nd reconfigurg the ssocited prmeters, while llowg for low overhed qusi-sttic schedulg, s prmeterized dtflow [1]. This is possible through blocked prmeter delivery BLDF, which tkes block of put tokens, e.g. imge frmes t the it or subit stge, nd then converts them s blocked prmeters long with other prmeters. At the sme time, importnt configurtion formtion such s the resolution of n imge frme nd bsic processg unit size (block size) cn be used for dynmiclly clcultg itertion counts of relevnt ctors the ssocited body grph. P4. Svg buffers nd reducg unnecessry delivery. BLDF llows us to optimize dt token delivery by prmeteriztion. By prmeteriztion, low overhed, low frequency connections between ctors cn be used. As mentioned P2, we hve two kds of dt tokens: tokens every ctor requires nd tokens tht re relevnt for dividul ctors. The second type of tokens cn be directly delivered to the ssocited ctors by prmeter settgs processed t the it or subit stge. This llows us to remove unnecessry dt delivery s well s unnecessry bufferg requirements, s will be demonstrted Section EXPERIMENTS We hve prototyped prelimry version of BLDF semntics Ptolemy II [7], widely-used tool for developg nd tegrtg models of computtion.

4 4.1 MPEG2 Video encoder implementtion We hve implemented n MPEG2 Video encoder under the Ptolemy II environment three different wys, cludg usg BLDF, nd hve compred the resultg models efficiency nd flexibility. Method 1. FSM nd SDF combtion An ppliction developer often considers FSMs (Fite Stte Mches) when designg n ppliction with nontrivil control flow. An MPEG video encoder clerly hs fetures of dtflow, long with nontrivil control flow. In this method of implementtion, we hve used the two combed models of computtion, SDF nd FSM, heterogeneous nd hierrchicl wy, usg the heterogeneous modelg cpbilities of Ptolemy II. Figure 4 illustrtes our resultg design. Our FSM representtion with the MPEG2 video encoder hs three sttes where ech stte is refed to three different SDF subgrphs, dependg on the type of imge frme: I, P or B. Sce n I frme is coded by exploitg only sptil redundncy, the SDF grph shown figure 4(c) for I frme processg does not hve motion compenstor module. The SDF grph shown figure 4(d) for P frme processg, which refers to only previous I or P frme, hs one motion compenstor module, while the SDF grph shown figure 4(e) for B frme processg, which refers to both previous nd future I or P frme, hs two motion compenstor modules. Here, it is useful to focus on two specil functionl blocks: MPEGQuntizer nd ReferenceFrme, which help to distguish our lterntive encoder implementtions. MPEGQuntizer. This block needs picture ID token to identify wht imge frmes re delivered to it. MPEGQuntizer is plced fter severl precedg ctors tht re not concerned b the picture ID token. In implementtion method 1 nd method 2 (troduced below), the picture ID token must go through ll precedg ctors to the trget ctor, MPEGQuntizer, which, due to smple rte chnges through the precedg ctors, consumes tht token to void n consistent schedule. ReferenceFrme. This block opertes differently, dependg on the type of imge frme delivered, nd uses dummy tokens with ) MPEG2 Encoder (Top) d) P Frme encoder b) Inside the FSM c) I Frme encoder Figure 4. FSM nd SDF Combtion e) B Frme encoder 0 vlues: Cse 1: When n I frme comes, ReferenceFrme produces "0" vlues to put ports both for previous nd for future reference frme. This is becuse n I imge frme does not perform motion compenstion. ReferenceFrme consumes I frme from its put port nd updtes its reference frme with the I frme. Here, ReferenceFrme hs itil tokens s with dely ctor, for it is connected with feedbck loop. Cse 2: When P frme comes, ReferenceFrme produces previous I or P frme, which ws sved previous cycle, for the previous reference frme nd 0 vlue for the future reference frme. Like when n I frme ID comes, P frme is lso sved s reference frme side of ReferenceFrme. Cse 3: When B frme comes, ReferenceFrme produces two sved reference frmes (P nd I frmes) to the put ports. However, sce B frme is not used s reference frme, it is discrded nd not used for updtg reference frmes side of ReferenceFrme. In summry, this implementtion method (Method 1) cn stisfy problem P1; however, P2, P3 nd P4 rem unsolved. Method 2. SDF In this method, we hve implemented n MPEG2 Video encoder with tegrtg the FSM model of computtion. All functionl blocks side re sme s the method 1. However, method 2 does not hve seprted I, P nd B sub-encoders so tht ll imge frmes go through two motion compenstors with rel vlues or dummy vlues dependg upon the imge frmes. This implementtion simplifies the design of n MPEG2 Video encoder. However, it still hs the sme problems (P2, P3 nd P4) unsolved, s with method 1. Method 3. BLDF In this method, we seprte the functionl blocks of n MPEG2 video encoder to two prts: subit nd body grph. The ctors configurg the body subsystem re plced the subit grph, nd the ctors ctully processg imge frmes re plced the body subsystem. First, the subit grph obts formtion for configurg body subsystem from dt tokens delivered to itself nd then converts imge dt tokens, themselves, to blocked prmeters for the body subsystem long with other prmeters, such s block size nd picture ID, obted from imge dt tokens. In prmeterized dtflow, blocked dt tokens such s imge frmes directly go to body grph. An it or subit grph mnipultes only dt tokens with prmeter fetures for body subsystem. Therefore, n it or subit grph cn not obt prmeters such s imge resolution or block size for mnipultg itertion numbers of the ctors the ssocited body grph. Erly knowledge of the itertion count of ech functionl block for body subsystem gives more efficiency nd flexibility mnipultg nd predictg ctors of the ssocited body grph. Above ll, n itertion count cts s fctor looped schedule of qusi-sttic schedulg BLDF. Thus, more efficient qusisttic schedule of the ssocited body grph cn be estblished, while keepg much of the dvntge (the predictbility) of SDF the schedule. The nme of BLDF is origtes from this feture tht block of dt tokens is pckged s prmeters nd then delivered to the ssocited body subsystem. Blocked dt token delivery of BLDF enbles us to reduce dimensions of MDSDF [9] by processg multi dimensionl dt tokens dimension by dimension with blocked dt processg of nested BLDF subsystems. At the sme time, BLDF cn be used conjunction with MDSDF, with BLDF prmeter control used to defe the boundries of pro-

5 cessg to be performed usg MDSDF semntics. Figure 5 shows itertion counts of the functionl blocks the ssocited body subsystem nd how itertion counts re used for fctors looped qusi-sttic schedule of the MPEG2 video encoder ppliction. Here, the it subsystem conts the followg three ctors. ImgeFrmePrmeterizer. This ctor delivers imge frmes to the ImgePropgtor ctor of the body subsystem s BLDF prmeter vlues. MPEGHederGenretor. This ctor genertes picture ID for the ssocited body subsystem. The prmeterized token delivery of picture ID relieves the ssocited body grph of complicted meshed ly of n MPEG2 video encoder nd the consistent schedulg problem (P2). BlockSize. This ctor sets block size prmeter vlue for the ssocited body subsystem, which is the bsic processg unit by which full imge frme is divided to groups of sub imges for high throughput nd more prllelism. Ech functionl block the ssocited body subsystem processes n imge frme on the bsis of sub imges defed this mnner. In the body subsystem, it is useful to focus on two functionl blocks: the MPEGQuntizer nd ReferenceFrme. These two ctors hve dditionl put ports for picture ID token methods 1 nd 2, but BLDF, no dditionl put port for picture ID token is ny longer sce the tokens re delivered to these ctors s prmeters, not tokens. The prmeterized token delivery simplifies the ly of the MPEG2 video encoder nd lso removes redundnt connections between ll precedg ctors to the trget ctor ctully consumg tht formtion with consistent schedule problem. Also, this method llows dynmic configurtion of prmeters t runtime. The subit grph nlyzes the tokens delivered to itself nd then sets prmeters of the ssocited body subsystem bsed on runtime need for prmeter vlue delivery. Prmeters mt their vlue consistently durg one itertion of the ssocited body grph. Figure 6 shows our implementtion of the MPEG2 video encoder ppliction under BLDF. 4.2 Comprison Method 1 (FSM + SDF Combtion) hs three different SDF grphs to which three sttes of the FSM re refed. However, ech refed SDF grph shres most of its ctors with other refed grphs, so there is problem with redundnt copies of ctors mong ech refed SDF grph. Method 2 (SDF) simplifies three sub-encoders with method 1 to one common encoder. Thus, method 2 removes the problem of redundnt (duplicted) ctors. However, it still hs problems of P2, P3 nd P4 unsolved. Thus, unnecessry connections for picture ID delivery need to be estblished through precedg ctors, most of which don't need picture ID, order to void n consistent schedule when the smple rte of tokens chnges. Method 3 (BLDF) hs similr ly s method 2, except tht connections for deliverg the picture ID re removed due to prmeterized token delivery. This mkes the ly of the encoder much simpler thn method 2. Besides this, sce prmeters of the body subsystem re dynmiclly set by the subit grph, method 3 provides more flexibility nd extensibility the design nd mtennce of the ppliction, especilly by mkg room for future chnges of the specifiction, long with improved efficiency the design by reducg connections between functionl blocks. To illustrte this efficiency dvntge, the followg tble shows how mny buffers nd connections BLDF cn be sved s the ppliction complexity creses. In the MPEG2 ppliction, we hve two ctors nmed MPEGQuntizer nd InverseM- PEGquntizer tht require dditionl tokens for ternl settg of vlues. The number of connections nd the number of buffers cn be clculted by multiplyg the number of precedg ctors nd the number of tokens for prmeters. precedg ctors : n tokens for prmeters : m connections : n*m buffers : n*m Therefore, generlly, n*m unnecessry connections nd buffers between precedg ctors cn be sved BLDF, compred with lterntive modelg formts. 5. CONCLUSIONS This pper hs developed blocked dtflow (BLDF) modelg semntics for ugmentg dtflow-bsed DSP design tools with tegrted cpbilities for met-modelg, block-bsed processg, multidimensionl representtion, nd dynmic prmeter reconfigurtion. BLDF builds on prmeterized dtflow semntics, nd is ) MPEG2 Encoder BLDF (Top) b) subit grph Figure 5. Blocked dt delivery BLDF c) body grph Figure 6. MPEG2 Encoder under BLDF

6 comptible with decidble dtflow models such s CSDF, MDSDF, SDF, nd SSDF. This pper hs described the semntics of BLDF, nd illustrted its efficiency through cse study of n MPEG 2 video encoder system. Useful directions for further study clude optimized synthesis, hrdwre/softwre prtitiong lgorithms, nd utomted verifiction from BLDF specifictions. ACKNOWLEDGEMENTS This reserch ws supported by the Advnced Sensors Collbortive Technology Allce, nd by DARPA (contrct number MDA , through Brown University). REFERENCES [1] B. Bhttchry nd S. S. Bhttchryy. Prmeterized dtflow modelg for DSP systems. IEEE Trnsctions on Signl Processg, 49(10): , October [2] S. S. Bhttchryy, R. Leupers, nd P. Mrwedel. Softwre synthesis nd code genertion for DSP. IEEE Trnsctions on Circuits nd Systems -- II: Anlog nd Digitl Signl Processg, 47(9): , September [3] G. Bilsen, M. Engels, R. Luweres, nd J. A. Peperstrete. Cyclo-sttic dtflow. IEEE Trnsctions on Signl Processg, 44(2): , Februry [4] J. T. Buck. Sttic schedulg nd code genertion from dynmic dtflow grphs with teger-vlued control systems. In Proceedgs of the IEEE Asilomr Conference on Signls, Systems, nd Computers, pges , October [5] B. Kienhuis nd E. F. Deprettere. Modelg strem-bsed pplictions usg the SBF model of computtion. In Proceedgs of the IEEE Workshop on Signl Processg Systems, pges , September [6] K. N. Llgudi, M. C. Ppefthymiou, nd M. Potkonjk. Optimizg computtions for effective block-processg. ACM Trnsctions on Design Automtion of Electronic Systems, 5(3): , July [7] E. A. Lee. Overview of the Ptolemy project. Technicl Report UCB/ERL M01/11, Deprtment of Electricl Engeerg nd Computer Sciences, University of Cliforni t Berkeley, Mrch [8] E. A. Lee nd D. G. Messerschmitt. Sttic schedulg of synchronous dtflow progrms for digitl signl processg. IEEE Trnsctions on Computers, Februry [9] P. K. Murthy nd E. A. Lee. Multidimensionl synchronous dtflow. IEEE Trnsctions on Signl Processg, 50(8): , August [10] C. Prk, J. Chung nd S. H, Efficient Dtflow Representtion of MPEG-1 Audio (Lyer III) Decoder Algorithm with Controlled Globl Sttes, IEEE Workshop on Signl Processg Systems (SiPS): Design nd Implementtion, Tiwn, ROC, Oct, [11] S. Ritz, M. Pnkert, nd H. Meyr. Optimum vectoriztion of sclble synchronous dtflow grphs. In Proceedgs of the Interntionl Conference on Appliction Specific Arry Processors, October [12] S. Ritz, M. Pnkert, nd H. Meyr. High level softwre synthesis for signl processg systems. In Proceedgs of the Interntionl Conference on Appliction Specific Arry Processors, August Tble 1. Comprison of three methods "Buffer memory" nd "Token delivery" SDF + FSM Totl #B: buffers #W : words #W = #B * #W pb #W pb : N um ber of w ords per buffer cf) Picture ID : 1 word per buffer is.(#w pb = 1) #B : = (3+4+5)+(1+1+1) = 15 buffers #W = #B * #WpB : =15 * 1 = 15 words SDF #B : = (5)+(1) = 6 buffers #W = #B * #WpB : = 6 * 1 = 6 words BLDF #B : 0 buffers #W : 0 words M PEGQuntizer ctor < # of precedg ctors > SDF+FSM : 3(I), 4(P), 5(B) SDF, BLDF : 5 # of tokens for prmeters : 1 connections I subencoder: = 3*1 = 3 P subencoder: = 4*1 = 4 B subencoder: = 5*1 = 5 buffers I subencoder : = 3*1 = 3 P subencoder : = 4*1 = 4 B subencoder : = 5*1 = 5 Inverse M PEGQuntizer ctor # of precedg ctors : 1 # of tokens for prmeters : 1 connections I subencoder : P subencoder : B subencoder : buffers 5*1 = 5 5*1 = 5 1*1 = 1 1*1 = I subencoder : P subencoder : B subencoder :

GRABLINKTM. FullTM. - DualBaseTM. - BaseTM. GRABLINK Full TM. GRABLINK DualBase TM. GRABLINK Base TM

GRABLINKTM. FullTM. - DualBaseTM. - BaseTM. GRABLINK Full TM. GRABLINK DualBase TM. GRABLINK Base TM GRLINKTM FullTM - DulseTM - setm Full-Fetured se, Medium nd Full Cmer Link Frme Grbbers GRLINK Full TM GRLINK Dulse TM GRLINK se TM www.euresys.com info@euresys.com Copyright 011 Euresys s.. elgium. Euresys

More information

CPE 200L LABORATORY 2: DIGITAL LOGIC CIRCUITS BREADBOARD IMPLEMENTATION UNIVERSITY OF NEVADA, LAS VEGAS GOALS:

CPE 200L LABORATORY 2: DIGITAL LOGIC CIRCUITS BREADBOARD IMPLEMENTATION UNIVERSITY OF NEVADA, LAS VEGAS GOALS: CPE 200L LABORATORY 2: DIGITAL LOGIC CIRCUITS BREADBOARD IMPLEMENTATION DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING UNIVERSITY OF NEVADA, LAS VEGAS GOALS: In this l, the sic logic circuits will e

More information

ARCHITECTURAL CONSIDERATION OF TOPS-DSP FOR VIDEO PROCESSING. Takao Nishitani. Tokyo Metropolitan University

ARCHITECTURAL CONSIDERATION OF TOPS-DSP FOR VIDEO PROCESSING. Takao Nishitani. Tokyo Metropolitan University ARCHITECTURAL CONSIDERATION OF TOPS-DSP FOR VIDEO PROCESSING Tko Nishitni Tokyo Metropolitn University nishitni@eei.metro-u.c.jp ABSTRACT Possible DSP chip rchitecture with Ter-Opertions-Per - Second processing

More information

Chapter 1: Introduction

Chapter 1: Introduction Chpter : Introduction Slides to ccompny the textbook, First Edition, by, John Wiley nd Sons Publishers, 7. http://www.ddvhid.com Copyright 7 Instructors of courses requiring Vhid's textbook (published

More information

Application Support. Product Information. Omron STI. Support Engineers are available at our USA headquarters from

Application Support. Product Information. Omron STI. Support Engineers are available at our USA headquarters from Omron STI Appliction Support Thnk you for your interest in Omron STI products. Plese contct Omron STI with your ppliction questions. Support Engineers re vilble t our U hedqurters from 4:00.m. until 5:00

More information

VISUAL IDENTITY GUIDE

VISUAL IDENTITY GUIDE VISUAL IDENTITY GUIDE contents Bsic Section Visul Identity System Bsic Prt Appliction Section Visul Identity System Appliction Prt 1.1 Logo System Design 1.1.1 Stndrd Color Grphics of The Logo 1.1.2 Stndrd

More information

Safety Relay Unit G9SB

Safety Relay Unit G9SB Sfety Rely Unit CSM DS_E_4_1 Ultr Slim Sfety Rely Unit Models of width 17.5 mm vilble with 2 or 3 poles. Models of width 22.5 mm with 3 poles lso vilble. Conforms to EN stndrds. (TÜV pprovl) DIN trck mounting

More information

LOGICAL FOUNDATION OF MUSIC

LOGICAL FOUNDATION OF MUSIC LOGICAL FOUNDATION OF MUSIC philosophicl pproch Im Anfng wr die Tt Goethe, Fust CARMINE EMANUELE CELLA cecily@liero.it www.cryptosound.org NATURE OF MUSICAL KNOWLEDGE Musicl knowledge cn e thought s complex

More information

Introduction. APPLICATION NOTE 712 DS80C400 Ethernet Drivers. Jun 06, 2003

Introduction. APPLICATION NOTE 712 DS80C400 Ethernet Drivers. Jun 06, 2003 Mxim > Design Support > Technicl Documents > Appliction Notes > Microcontrollers > APP 712 Keywords: DS80C400, ethernet drivers, ethernet controller, TCP/IP router, source code, MII, MAC, PHY, ethernet

More information

ECE 274 Digital Logic. Digital Design. Datapath Components Registers. Datapath Components Register with Parallel Load

ECE 274 Digital Logic. Digital Design. Datapath Components Registers. Datapath Components Register with Parallel Load ECE 274 igitl Logic Multifunction Registers igitl esign 4. 4.2 igitl esign Chpter 4: Slides to ccompny the textbook igitl esign, First Edition, by Frnk Vhid, John Wiley nd Sons Publishers, 27. http://www.ddvhid.com

More information

The Official IDENTITY SYSTEM. A Manual Concerning Graphic Standards and Proper Implementation. As developed and established by the

The Official IDENTITY SYSTEM. A Manual Concerning Graphic Standards and Proper Implementation. As developed and established by the The Officil ISKCON IDENTITY SYSTEM A Mnul Concerning Grphic Stndrds nd Proper Implementtion As developed nd estlished y the COMMUNICATIONS DEPARTMENT of the INTERNATIONAL SOCIETY FOR KRISHNA CONSCIOUSNESS

More information

Soft Error Derating Computation in Sequential Circuits

Soft Error Derating Computation in Sequential Circuits Soft Error Derting Computtion in Sequentil Circuits Hossein Asdi Northestern University, ECE Dept. Boston, MA 02115 gsdi@ece.neu.edu Mehdi B. Thoori Northestern University, ECE Dept. Boston, MA 02115 mthoori@ece.neu.edu

More information

Before Reading. Introduce Everyday Words. Use the following steps to introduce students to Nature Walk.

Before Reading. Introduce Everyday Words. Use the following steps to introduce students to Nature Walk. Nture Wlk Objectives 15 Before Reding Demonstrte understnding of the orgniztion nd bsic fetures of print Recognize nd red grde-pproprite irregulrly spelled words Red on-level text orlly with ccurcy pproprite

More information

Engineer To Engineer Note

Engineer To Engineer Note Engineer To Engineer Note EE-203 Technicl Notes on using Anlog Devices' DSP components nd development tools Contct our technicl support by phone: (800) ANALOG-D or e-mil: dsp.support@nlog.com Or visit

More information

WE SERIES DIRECTIONAL CONTROL VALVES

WE SERIES DIRECTIONAL CONTROL VALVES WE SERIES DIRECTIONL CONTROL VLVES ISO4401 Size 03 ulletin 80340- DESIGNTION PGE Fetures nd Generl Description 3 Specifictions 4 Operting Limits 5 Tle of Contents Performnce Dt 6 Stndrd Models 7-8 Dimensions

More information

ECE 274 Digital Logic. Digital Design. Sequential Logic Design Controller Design: Laser Timer Example

ECE 274 Digital Logic. Digital Design. Sequential Logic Design Controller Design: Laser Timer Example ECE 274 Digitl Logic Sequentil Logic Design Sequentil Logic Design Process Digitl Design 3.4 3.5 Digitl Design Chpter 3: Sequentil Logic Design -- Controllers Slides to ccompny the tetook Digitl Design,

More information

CMST 220 PUBLIC SPEAKING

CMST 220 PUBLIC SPEAKING CMST 220 PUBLIC SPEKING RED G. METZGER, INSTRUCTOR OICE: RINIER 213 PHONE: 253-964-6659 fmetzger@pierce.ctc.edu O V E R V I E W PUBLIC SPEKING IS N OPPORTUNITY TO LOOK GOOD IN RONT O PEOPLE. LL YOUR LIE

More information

Applications to Transistors

Applications to Transistors CS/EE1012 INTRODUCTION TO COMPUTER ENGINEERING SPRING 2013 LAYERED COMPUTER DESIGN 1. Introduction CS/EE1012 will study complete computer system, from pplictions to hrdwre. The study will e in systemtic,

More information

arxiv: v2 [cs.sd] 13 Dec 2016

arxiv: v2 [cs.sd] 13 Dec 2016 Towrds computer-ssisted understnding of dynmics in symphonic music rxiv:1612.02198v2 [cs.sd] 13 Dec 2016 Mrten Grchten 1, Crlos Edurdo Cncino-Chcón 2, Thssilo Gdermier 2 nd Gerhrd Widmer 1,2 1 Deprtment

More information

Corporate Logo Guidelines

Corporate Logo Guidelines Corporte Logo Guidelines The llpy logo Inspirtion The logo is inspired by llpy s commitment to the world of secure nd complete pyment services. The solid circle surrounding the nme represents bullet proof

More information

Safety Relay Unit G9SB

Safety Relay Unit G9SB Sfety Rely Unit CSM DS_E_6_1 Ultr Slim Sfety Rely Unit Models of width 17.5 mm vilble with 2 or 3 poles. Models of width 22.5 mm with 3 poles lso vilble. Conforms to EN stndrds. (TÜV pprovl) DIN trck mounting

More information

SeSSION 9. This session is adapted from the work of Dr.Gary O Reilly, UCD. Session 9 Thinking Straight Page 1

SeSSION 9. This session is adapted from the work of Dr.Gary O Reilly, UCD. Session 9 Thinking Straight Page 1 G N I K N I THmily TrHeeT FSTRAIG SeSSION 9 This session is dpted from the work of Dr.Gry O Reilly, UCD Session 9 Thinking Stright Pge 1 Lerning Objectives ful thinking tht To look t how we cn spot unhelp

More information

Mapping Arbitrary Logic Functions into Synchronous Embedded Memories For Area Reduction on FPGAs

Mapping Arbitrary Logic Functions into Synchronous Embedded Memories For Area Reduction on FPGAs Mpping Aritrry Logic Functions into Synchronous Emedded Memories For Are Reduction on FPGAs Gordon R. Chiu, Deshnnd P. Singh, Vlvn Mnohrrjh, nd Stephen D. Brown Toronto Technology Center, Alter Corportion

More information

Chapter 5. Synchronous Sequential Logic. Outlines

Chapter 5. Synchronous Sequential Logic. Outlines Chpter 5 Synchronous Sequentil Logic Outlines Sequentil Circuits Ltches Flip-Flops Anlysis of Clocke Sequentil Circuits Stte Reuction n Assignment Design Proceure 2 5. Sequentil Circuits Sequentil circuits

More information

lookbook Transportation - Airports

lookbook Transportation - Airports Trnsporttion - Airports Trnsporttion - Airports Introduction By using digitl signge for generl informtion, wyfinding, lerts nd dvertising in key loctions, irports cn elevte their brnd imge nd provide experiences

More information

Pro Series White Toner and Neon Range

Pro Series White Toner and Neon Range WHEN YOU REGISTER YOUR PRODUCT Pro Series White Toner nd Neon Rnge Discover New Dimension in Colour printing for grment decortion, signge nd design Pro7411WT White Toner (CMYW) A4 printer Pro8432WT White

More information

Reverse Iterative Deepening for Finite-Horizon MDPs with Large Branching Factors

Reverse Iterative Deepening for Finite-Horizon MDPs with Large Branching Factors Reverse Itertive Deepening for Finite-Horizon MDPs with Lrge Brnching Fctors Andrey Kolobov Peng Di Musm Dniel S. Weld {kolobov, dipeng, musm, weld}@cs.wshington.edu Dept. of Computer Science nd Engineering

More information

Synchronising Word Problem for DFAs

Synchronising Word Problem for DFAs Synchronising Word Prolem for DFAs Automt Theory nd Computility Rghunndn M. A. Deprtment of Computer Science nd Automtion Indin Institute of Science, nglore rghunndn.m@gmil.com August 26, 2011 Tle of Contents

More information

Explosion protected add-on thermostat

Explosion protected add-on thermostat Dt Sheet 605051 Pge 1/7 Explosion protected dd-on thermostt ATH-EXx type series Prticulrities 10 A contct rting cn be directly fitted in zone 1, 2, 21 nd 22 optionl -50 C used Control rnges from -20 to

More information

Have they bunched yet? An exploratory study of the impacts of bus bunching on dwell and running times.

Have they bunched yet? An exploratory study of the impacts of bus bunching on dwell and running times. 1 1 1 1 1 1 1 1 0 1 0 1 0 1 Hve they bunched yet? An explortory study of the impcts of bus bunching on dwell nd running times Dvid Verbich School of Urbn Plnning Fculty of Engineering McGill University

More information

A New Concept of Providing Telemetry Data in Real Time

A New Concept of Providing Telemetry Data in Real Time The Spce Congress Proceedings 1967 (4th) Spce Congress Proceedings Apr 3rd, 12: AM A New Concept of Providing Telemetry Dt in Rel Time John M. Bllock Pn Americn World Airwys, GMRD, Ptrick Air Force Bse,

More information

LCD Data Projector VPL-S500U/S500E/S500M

LCD Data Projector VPL-S500U/S500E/S500M LCD Dt Projector VPL-S500U/S500E/S500M Sony presents to you... In tody s world it is esy to crete n impctful nd colorful presenttion full of chrts grphics video clips nd nimtions. To deliver these effective

More information

Chapter 3: Sequential Logic Design -- Controllers

Chapter 3: Sequential Logic Design -- Controllers Chpter 3: Sequentil Logic Design -- Controllers Slides to ccompny the textbook, First Edition, by, John Wiley nd Sons Publishers, 27. http://www.ddvhid.com Copyright 27 Instructors of courses requiring

More information

Contents. English. English. Your remote control 2

Contents. English. English. Your remote control 2 English Contents Your remote control 2 Instlltion Preprtion 3 Connect your computer 4 Switch on 5 Select your enu lnguge 5 Serch for nd Store chnnels Automtic instlltion 7 nul instlltion 8 Reshuffle the

More information

Answers to Exercise 3.3 (p. 76)

Answers to Exercise 3.3 (p. 76) Answers to Exercise 3.3 (p. 76) First of ll, check to see tht you hve weighted your dtset with the vrible WTCORRCT (see Figure 2.5 on p. 52 for how to do this). Once this hs been done, you then need to

More information

Standard Databases for Recognition of Handwritten Digits, Numerical Strings, Legal Amounts, Letters and Dates in Farsi Language

Standard Databases for Recognition of Handwritten Digits, Numerical Strings, Legal Amounts, Letters and Dates in Farsi Language Stndrd Dtbses for Recognition of Hndwritten, Numericl Strings, Legl Amounts, Letters nd Dtes in Frsi Lnguge Frshid Solimnpour, Jvd Sdri, Ching Y. Suen To cite this version: Frshid Solimnpour, Jvd Sdri,

More information

DIGITAL EFFECTS MODULE OWNER'S MANUAL

DIGITAL EFFECTS MODULE OWNER'S MANUAL DIGITL EFFECTS MODULE OWNER'S MNUL Introduction Thnk you for purchsing the DEP (bbrev For: Digitl Effects Processor) To tke full dvntge of the DEP's functions, nd to enjoy long nd trouble-free use, plese

More information

A Proposed Keystream Generator Based on LFSRs. Adel M. Salman Baghdad College for Economics Sciences

A Proposed Keystream Generator Based on LFSRs. Adel M. Salman Baghdad College for Economics Sciences A Proposed Keystrem Genertor Bsed on LFSRs Adel M Slmn Bghdd College for Economics Sciences 1 2 2012 مجلة كلية بغداد للعلوم الاقتصادية الجامعة العدد الرابع و الثلاثون UAbstrct A strem cipher is system

More information

CPSC 121: Models of Computation Lab #2: Building Circuits

CPSC 121: Models of Computation Lab #2: Building Circuits CSC 121: Models of Computti L #2: Building Circuits Ojectives In this l, ou will get more eperience with phsicl logic circuits using The Mgic Bo. You will lso get our first eposure to Logisim, tool for

More information

Independent Communications Authority of South Africa/ Onafhanklike Kommunikasie-owerheid van Suid-Afrika

Independent Communications Authority of South Africa/ Onafhanklike Kommunikasie-owerheid van Suid-Afrika Independent Communictions Authority South Afric/ Onfhnklike Kommuniksie-owerheid vn Suid-Afrik 642 Independent Communictions Authority South Afric (13/2000): Invittion for written representtions 41070

More information

lookbook Higher Education

lookbook Higher Education Higher Eduction Higher Eduction Introduction Your digitl signge success hinges on creting unique nd integrted cmpus experience for students, fculty, lumni nd visitors. The ever-expnding rnge of solutions

More information

lookbook Corporate LG provides a wide-array of display options that can enhance your brand and improve communications campus-wide.

lookbook Corporate LG provides a wide-array of display options that can enhance your brand and improve communications campus-wide. LG provides wide-rry of disply options tht cn enhnce your rnd nd improve communictions cmpus-wide. Fine-Pitch Indoor Direct-View LED displys nd Video Wlls in loies cn provide rethtking cnvs for your corporte

More information

Standards Overview (updated 7/31/17) English III Louisiana Student Standards by Collection Assessed on. Teach in Collection(s)

Standards Overview (updated 7/31/17) English III Louisiana Student Standards by Collection Assessed on. Teach in Collection(s) Stndrds Overview (updted 7/31/17) 2017-2018 English III Louisin Student Stndrds y Collection Tech in Collection(s) Stndrd Numer Wording of Stndrd 1 2 3 4 5 6 Assessed on E.O.C. Test RL.1 RL.2 RL.3 RL.4

More information

MILWAUKEE ELECTRONICS NEWS

MILWAUKEE ELECTRONICS NEWS MILWAUKEE ELECTRONICS NEWS Q2 2017 Tecte Fcility Adds SMT Line IN THIS ISSUE Len Chngeovers 2 New SC Product Mgr. 2 HDI Chllenges Solved 3 About Milwukee Electronics Milwukee Electronics designs nd mnufctures

More information

walking. Rhythm is one P-.bythm is as Rhythm is built into our pitch, possibly even more so. heartbeats, or as fundamental to mu-

walking. Rhythm is one P-.bythm is as Rhythm is built into our pitch, possibly even more so. heartbeats, or as fundamental to mu- Ir melody- is sung without its rhythm, it immeditely loses much of its essence. P-.bythm is s fundmentl to mu- sic s pitch, possibly even more so. Rhythm is built into our bodies s hertbets, or s the motion

More information

DRAFT. Vocal Music AOS 2 WB 3. Purcell: Music for a While. Section A: Musical contexts. How is this mood achieved through the following?

DRAFT. Vocal Music AOS 2 WB 3. Purcell: Music for a While. Section A: Musical contexts. How is this mood achieved through the following? Purcell: Music for While Section A: Musicl contexts Like the Bch Brndenurg Concerto No. 5 in Workook 1, this song y Henry Purcell ws composed during the Broque er. To understnd the music it is helpful

More information

Sequencer devices. Philips Semiconductors Programmable Logic Devices

Sequencer devices. Philips Semiconductors Programmable Logic Devices hilips emiconductors rogrmmle Logic Devices equencer devices INTODUTION Ten yers go, in their serch for strightforwrd solution to complex sequentil prolems, hilips emiconductors originted rogrmmle Logic

More information

Contents 2. Notations Used in This Guide 6. Introduction to Your Projector 7. Using Basic Projector Features 30. Setting Up the Projector 17

Contents 2. Notations Used in This Guide 6. Introduction to Your Projector 7. Using Basic Projector Features 30. Setting Up the Projector 17 User's Guide Contents 2 Nottions Used in This Guide 6 Introduction to Your Projector 7 Projector Fetures... 8 Quick nd Esy Setup... 8 Esy Wireless Projection... 8 Flexible Connectivity... 9 Connect with

More information

Rotating Circular Micro-Platform with Integrated Waveguides and Latching Arm for Reconfigurable Integrated Optics

Rotating Circular Micro-Platform with Integrated Waveguides and Latching Arm for Reconfigurable Integrated Optics micromches Article Rottg Circulr Micro-Pltform with Integrted Wveguides Ltchg Arm for Reconfigurble Integrted Optics Jonthn Briere 1,2, *, Mohnnd Y. Elsyed 3, Menouer Sidni 3, Mrt Bérrd 1, Philippe-Olivier

More information

INPUT CAPTURE WITH ST62 16-BIT AUTO-RELOAD TIMER

INPUT CAPTURE WITH ST62 16-BIT AUTO-RELOAD TIMER APPLICATION NOTE INPUT CAPTURE WITH ST62 -BIT AUTO-RELOAD TIMER by -bit Micro Appliction Tem 1 INTRODUCTION This note presents how to use the ST62 -bit Auto-Relod Timer (ARTimer) to mesure durtions or

More information

PRACTICE FINAL EXAM T T. Music Theory II (MUT 1112) w. Name: Instructor:

PRACTICE FINAL EXAM T T. Music Theory II (MUT 1112) w. Name: Instructor: Music Theory II (MUT 1112) w Nme: Instructor: PRACTICE FINAL EXAM Prt-writing (45 minutes; 40%) Complete the prtil progression below with pproprite chord symbols. (There my be more thn one correct nswer.)

More information

Avaya P460. Quick Start Guide. Important Information. Unpack the Chassis. Position the Chassis. Install the Supervisor Module and PSU

Avaya P460. Quick Start Guide. Important Information. Unpack the Chassis. Position the Chassis. Install the Supervisor Module and PSU Avy P460 Modulr Multilyer Switch Quick Strt Guide Importnt Informtion Unpck the Chssis Position the Chssis 1 2 3 Note: Refer to Importnt Informtion before strting the instlltion Instll the Supervisor Module

More information

PIRELLI BRANDBOOK 4. IDENTITY DESIGN

PIRELLI BRANDBOOK 4. IDENTITY DESIGN PIRELLI BRANDBOOK 4. IDENTITY DESIGN 4.01 LOGOTYPE 4.01 The PIRELLI logotype The logotype is one of the most importnt elements of PIRELLI s visul identity. The logotype consists of the lettering PIRELLI

More information

Notations Used in This Guide

Notations Used in This Guide User's Guide Nottions Used in This Guide Sfety indictions The documenttion nd the projector use grphicl symbols to show how to use the projector sfely. The indictions nd their mening re s follows. Mke

More information

Pitch I. I. Lesson 1 : Staff

Pitch I. I. Lesson 1 : Staff Pitch Lesson 1 : Stff n this lesson you will lern bout the five-line stff, pitches nd notes, noteheds, scending nd descending motion, steps nd leps, ledger lines. Music is written on five-line stff: five

More information

Panel-mounted Thermostats

Panel-mounted Thermostats sles@jumo.co.uk info.us@jumo.net Dt Sheet 602010 Pge 1/7 Pnel-mounted Thermostts ETH Series Specil fetures Version ccording to DIN EN 14597 Pressure Equipment Directive 97/23/EC Brief description Pnel-mounted

More information

Contents 2. Notations Used in This Guide 6. Introduction to Your Projector 7. Using Basic Projector Features 28. Setting Up the Projector 15

Contents 2. Notations Used in This Guide 6. Introduction to Your Projector 7. Using Basic Projector Features 28. Setting Up the Projector 15 User's Guide Contents 2 Nottions Used in This Guide 6 Introduction to Your Projector 7 Projector Prts nd Functions... 8 Projector Prts - Front/Side... 8 Projector Prts - Top/Side... 9 Projector Prts -

More information

Contents 2. Notations Used in This Guide 6. Introduction to Your Projector 7. Using Basic Projector Features 29. Setting Up the Projector 16

Contents 2. Notations Used in This Guide 6. Introduction to Your Projector 7. Using Basic Projector Features 29. Setting Up the Projector 16 User's Guide Contents 2 Nottions Used in This Guide 6 Introduction to Your Projector 7 Projector Fetures... 8 Quick nd Esy Setup... 8 Esy Wireless Projection... 8 Flexible Connectivity... 9 Connect with

More information

months ending June 30th 2001 Innovators in image processing

months ending June 30th 2001 Innovators in image processing 101010011010 110101101 101010011 111101110101101111 1010100 1111011101011011111011101 011111011101011011111011101 110111110111010110111 010 Six 11010 1011101 11011111011101111 11011101 months ending June

More information

TAU 2013 Variation Aware Timing Analysis Contest

TAU 2013 Variation Aware Timing Analysis Contest TAU 2013 Vrition Awre Timing Anlysis Contest Debjit Sinh 1, Luís Guerr e Silv 2, Ji Wng 3, Shesh Rghunthn 4, Dileep Netrbile 5, nd Ahmed Shebit 6 1;5 IBM Systems nd Technology Group, 1 Hopewell Junction/

More information

Reproducible music for 3, 4 or 5 octaves handbells or handchimes. by Tammy Waldrop. Contents. Performance Suggestions... 3

Reproducible music for 3, 4 or 5 octaves handbells or handchimes. by Tammy Waldrop. Contents. Performance Suggestions... 3 eproducible Spring ing! eproducible music for, or octves hndbells or hndchimes by Tmmy Wldrop Contents Performnce Suggestions... The Gtheing... Esily memorized, surround sound, to strt off ny event. L+

More information

Your Summer Holiday Resource Pack: English

Your Summer Holiday Resource Pack: English Messge Activity to Prents: Sheet The summer holidys re here! To help keep your child entertined, we ve put together Summer Holidy Resource Pck. It s een produced to reduce summer holidy lerning loss nd

More information

1 --FORMAT FOR CITATIONS & DOCUMENTATION-- ( ) YOU MUST CITE A SOURCE EVEN IF YOU PUT INFORMATION INTO YOUR OWN WORDS!

1 --FORMAT FOR CITATIONS & DOCUMENTATION-- ( ) YOU MUST CITE A SOURCE EVEN IF YOU PUT INFORMATION INTO YOUR OWN WORDS! 1 --FORMAT FOR CITATIONS & DOCUMENTATION-- (2014-2015) YOU MUST CITE A SOURCE EVEN IF YOU PUT INFORMATION INTO YOUR OWN WORDS! -----SEE LAST PAGE FOR SUMMARIES AND PARAPHRASES----- Tle of Contents 1. Source

More information

Evaluation of the Suitability of Acoustic Characteristics of Electronic Demung to the Original Demung

Evaluation of the Suitability of Acoustic Characteristics of Electronic Demung to the Original Demung Indin Journl of Science nd Technology, Vol 8(S7), 122 126, April 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 DOI: 10.17485/ijst/2015/v8iS7/64718 Evlution of the Suitility of Acoustic Chrcteristics

More information

Contents 2. Notations Used in This Guide 7. Introduction to Your Projector 8. Using Basic Projector Features 34. Setting Up the Projector 17

Contents 2. Notations Used in This Guide 7. Introduction to Your Projector 8. Using Basic Projector Features 34. Setting Up the Projector 17 User's Guide Contents 2 Nottions Used in This Guide 7 Introduction to Your Projector 8 Projector Fetures... 9 Long-life Lser Light Source... 9 Quick nd Esy Setup... 9 Esy Wireless Projection... 9 Projecting

More information

Contents 2. Notations Used in This Guide 6. Introduction to Your Projector 7. Using Basic Projector Features 29. Setting Up the Projector 16

Contents 2. Notations Used in This Guide 6. Introduction to Your Projector 7. Using Basic Projector Features 29. Setting Up the Projector 16 User's Guide Contents 2 Nottions Used in This Guide 6 Introduction to Your Projector 7 Projector Fetures... 8 Quick nd Esy Setup... 8 Esy Wireless Projection... 8 Flexible Connectivity... 9 Connect with

More information

LCD VIDEO MONITOR PVM-L1700. OPERATION MANUAL [English] 1st Edition (Revised 2)

LCD VIDEO MONITOR PVM-L1700. OPERATION MANUAL [English] 1st Edition (Revised 2) LCD VIDEO MONITOR PVM-L1700 OPERATION MANUAL [English] 1st Edition (Revised 2) efore operting the unit, plese red this mnul thoroughly nd retin it for future reference. Importnt Sfety Instructions Red

More information

Successful Transfer of 12V phemt Technology. Taiwan 333, ext 1557 TRANSFER MASK

Successful Transfer of 12V phemt Technology. Taiwan 333, ext 1557 TRANSFER MASK Successful Trnsfer of V phemt Technology Json Fender 1, Monic C De Bc 1, Jenn Hw Hung 1, Monte Miller 1, Jose Surez 1 Iris Hsieh 2, Y.C. Wng 2 1 Freescle Semiconductor, RF Division, 20 E. Elliot Rd., Tempe,

More information

Notations Used in This Guide

Notations Used in This Guide User's Guide Nottions Used in This Guide Sfety indictions The documenttion nd the projector use grphicl symbols to show how to use the projector sfely. Plese understnd nd respect these cution symbols in

More information

Interactions of Folk Melody and Transformational (Dis)continuities in Chen Yi s Ba Ban

Interactions of Folk Melody and Transformational (Dis)continuities in Chen Yi s Ba Ban Interctions of Folk Melody nd Trnsformtionl (Dis)continuities in Chen Yi s B Bn John Roeder University of British Columi Chinese twelvetone composers ] vried esthetic principles re t the core of their

More information

Day care centres (ages 3 to 5) Kindergarten (ages 4 to 5) taken part in a fire drill in her building and started to beep.

Day care centres (ages 3 to 5) Kindergarten (ages 4 to 5) taken part in a fire drill in her building and started to beep. You nd your fmily Here re eight key fire cn tke prt in sfety tips tht you should know Dy cre centres (ges 3 to 5) Kindergrten (ges 4 to 5) flsh Sty wy from hot things tht cn burn! Tell grown-up if you

More information

Phosphor: Explaining Transitions in the User Interface Using Afterglow Effects

Phosphor: Explaining Transitions in the User Interface Using Afterglow Effects Phosphor: Explining Trnsitions in the User Interfce Using Afterglow Effects Ptrick Budisch, Desney Tn, Mxime Collom, Dn Roins, Ken Hinckley, Mneesh Agrwl, Shengdong Zho, Gonzlo Rmos To cite this version:

More information

Predicted Movie Rankings: Mixture of Multinomials with Features CS229 Project Final Report 12/14/2006

Predicted Movie Rankings: Mixture of Multinomials with Features CS229 Project Final Report 12/14/2006 Predicted ovie Rnkings: ixtre of ltinomils with Fetres CS229 Project Finl Report 2/4/2006 Introdction H Ji Chew Dimitris Economo Rlene Yng hji@stnford.ed dimeco@stnford.ed rlene@stnford.ed The Netflix

More information

Animals. Adventures in Reading: Family Literacy Bags from Reading Rockets

Animals. Adventures in Reading: Family Literacy Bags from Reading Rockets Animls Adventures in Reding: Fmily Litercy Bgs from Reding Rockets Contents: Two books one fiction, one nonfiction Prent informtion sheet Three ctivity sheets Bookmrk Prent survey ADVENTURES IN READING

More information

Train times. Monday to Sunday. Stoke-on-Trent. Crewe

Train times. Monday to Sunday. Stoke-on-Trent. Crewe Trin times Mony to Suny Services between: Derby Crewe Stoke-on-Trent 5 Vli from 22n July to 7th October 2018 This timetble replces the Est Milns Trins Trin times 5 timetble between the bove tes on this

More information

User's Guide. Downloaded from

User's Guide. Downloaded from User's Guide Downloded from www.vndenborre.be Contents 2 Nottions Used in This Guide 6 Connecting to Composite Video Source... 26 Connecting to Externl USB Devices... 27 Introduction to Your Projector

More information

Big Adventures. Why might you like to have an adventure? What kind of adventures might you enjoy?

Big Adventures. Why might you like to have an adventure? What kind of adventures might you enjoy? UNIT 7Tourism Ledership Sports Big Adventures Lesson One Before you red Why might you like to hve n dventure? Wht kind of dventures might you enjoy? Wht re these people doing? Would you be frid to try?

More information

style type="text/css".wpb_animate_when_almost_visible { opacity: 1; }/style

style type=text/css.wpb_animate_when_almost_visible { opacity: 1; }/style style type="text/css".wpb_nimte_when_lmost_visible { opcity: 1; }/style Jul 11, 5 thousnd dollrs week life 2011 5 thousnd dollrs week life. 5 thousnd dollrs week life The $5000 A Week For Life Winner Selection

More information

LCD VIDEO MONITOR PVM-L3200. OPERATION MANUAL [English] 1st Edition (Revised 1)

LCD VIDEO MONITOR PVM-L3200. OPERATION MANUAL [English] 1st Edition (Revised 1) LCD VIDEO MONITOR PVM-L3200 OPERATION MANUAL [English] 1st Edition (Revised 1) efore operting the unit, plese red this mnul thoroughly nd retin it for future reference. Importnt Sfety Instructions Red

More information

92.507/1. EYR 203, 207: novaflex universal controller. Sauter Systems

92.507/1. EYR 203, 207: novaflex universal controller. Sauter Systems 92.507/1 EYR 203, 207: novflex universl controller novflex, universl controller of the EY3600 fmily, is used in HVAC control systems. The EYR 203 hs totl of 18 inputs nd 10 outputs, while the EYR 207 hs

More information

VOCAL MUSIC I * * K-5. Red Oak Community School District Vocal Music Education. Vocal Music Program Standards and Benchmarks

VOCAL MUSIC I * * K-5. Red Oak Community School District Vocal Music Education. Vocal Music Program Standards and Benchmarks INTEGRATIONS: CE=Creer Eduction; CM=Communiction Skills; GE=Glol Eduction; HOTS=Higher Order Thinking Skills; LS=Lerning & Studying; MCGF=Multiculturl/Gender Fir; T=Technology Vocl Music Progrm Stndrds

More information

ViaLite SatComs Fibre Optic Link

ViaLite SatComs Fibre Optic Link ViLite StComs Fibre Optic Link User Mnul LRx-L-HB- 8 CR2874 14/04/11 Pulse Power & Mesurement Ltd, 65 Shrivenhm Hundred Business Prk, Wtchfield, Swindon, Wiltshire SN68TY, UK Tel +44 (0)1793 784389 Fx

More information

Train times. Monday to Sunday

Train times. Monday to Sunday Trin times Mony to Suny Services between: Mtlock Nottinghm Derby Newrk Cstle 3 Vli from 22n July to 7th October 2018 This timetble replces the Est Milns Trins Trin times 3 timetble between the bove tes

More information

LAERSKOOL RANDHART ENGLISH GRADE 5 DEMARCATION FOR EXAM PAPER 2

LAERSKOOL RANDHART ENGLISH GRADE 5 DEMARCATION FOR EXAM PAPER 2 LAERSKOOL RANDHART ENGLISH GRADE 5 DEMARCATION FOR EXAM PAPER 2 Dte: 15 Octoer 2018 Time: 2 hours Totl: 25 mrks SECTION C: ESSAY (15 MARKS) Write n essy out one of the given topics. Your essy should e

More information

lookbook Senior Living

lookbook Senior Living lyout 1 Commercil Lite Guestroom TV - 55LV340H 55 clss {54.6" digonl} Pulic Disply Mode Externl Speker Out Comptiility {Speker Sold Seprtely} IR Pss Through nd Control USB Auto Plyck+ Welcome Screen Imges

More information

ViaLiteHD RF Fibre Optic Link

ViaLiteHD RF Fibre Optic Link ViLiteHD RF Fibre Optic Link User Guide HRx-HB-7 CR3567 24/01/2017 Pulse Power & Mesurement Ltd, 65 Shrivenhm Hundred Business Prk, Wtchfield, Swindon, Wiltshire SN68TY, UK Tel +44 (0)1793 784389 Fx +44

More information

Electrospray Ionization Ion MoMlity Spectrometry

Electrospray Ionization Ion MoMlity Spectrometry Anl. Chem. 199466, 2348-2355 Electrospry Ioniztion Ion MoMlity Spectrometry Dou(lw er Milllpore Corportion, Wters Chrmtogrphy Division, 34 Mpie Street, Milford, Msschusetts 0 1757 Yong Hong Chen, Wn K.

More information

lookbook Corporate Images are simulated.

lookbook Corporate Images are simulated. lookook Corporte lyout 1 lookook Corporte Trnsprent LED Film - LAT300MT1 30 mm (Silicone OCA) Pixel Pitch Brightness 1,000 cd/m 2 00,000:1 Contrst Rtio Viewing Angle 120 x 120 Dimensions 17.9 {w} x 11.8

More information

Block Diagram. RGB or YCbCr. pixin_vsync. pixin_hsync. pixin_val. pixin_rdy. clk

Block Diagram. RGB or YCbCr. pixin_vsync. pixin_hsync. pixin_val. pixin_rdy. clk Rev. 3. Synthesizable, technology dependent IP Core for FPGA, ASIC and SoC Fully programmable scale parameters Fully programmable RGB channel widths allow support for any RGB format (or greyscale if only

More information

THE SOLAR NEIGHBORHOOD. XV. DISCOVERY OF NEW HIGH PROPER MOTION STARS WITH 0B4 yr 1 BETWEEN DECLINATIONS 47 AND 00

THE SOLAR NEIGHBORHOOD. XV. DISCOVERY OF NEW HIGH PROPER MOTION STARS WITH 0B4 yr 1 BETWEEN DECLINATIONS 47 AND 00 The Astronomicl Journl, 130:1658 1679, 2005 October # 2005. The Americn Astronomicl Society. All rights reserved. Printed in U.S.A. A THE SOLAR NEIGHBORHOOD. XV. DISCOVERY OF NEW HIGH PROPER MOTION STARS

More information

THE MOSSAT COLLECTION BOOK SIX

THE MOSSAT COLLECTION BOOK SIX TH TH PRACTICALITIS OF LARNIN AN WRITIN A TUN MOSSAT COLLCTION BOOK SIX PRACTICALITIS OF LARNIN AN WRITIN A TUN. Along with other gems BY Jim McCombie 1 TH PRACTICALITIS OF LARNIN AN WRITIN A TUN Thnk

More information

Your KIM. characters, along with a fancy. includes scrolling, erase to end of screen, full motions, and the usual goodies. The

Your KIM. characters, along with a fancy. includes scrolling, erase to end of screen, full motions, and the usual goodies. The Don Lncster SYNERGETCS A TVT For Your KM... t price you won't believe Here is the gret hppening in TVT technology you hve long been witing for. Tke smll, single-sided PC crd with SX integrted circuits

More information

1. Connect the wall transformer to the mating connector on the Companion. Plug the transformer into a power outlet.

1. Connect the wall transformer to the mating connector on the Companion. Plug the transformer into a power outlet. I/ PUTTIG THE QRP COMPAIO O THE AIR 1. Connect the wll trnsformer to the mting connector on the Compnion. Plug the trnsformer into power outlet. 2. Plug the cord lbeled 12 VDC OUTPUT into the QRP PLUS

More information

LOGOMANUAL. guidelines how to use Singing Rock logotype. Version 1.5 English. Lukáš Matěja

LOGOMANUAL. guidelines how to use Singing Rock logotype. Version 1.5 English. Lukáš Matěja LOGOMANUAL guidelines how to use Singing Rock logotype In cse of ny questions, contct our grphic designer Lukáš Mtěj +420 775 282 064 luks.mtej@singingrock.cz Version 1.5 English PRIMARY LOGOTYPE Primry

More information

Preview Only. Editor s Note. Pronunciation Guide

Preview Only. Editor s Note. Pronunciation Guide 2 Editor s Note Antonio Vivldi ws proliic cooser nd violin virtuoso in Venice, Itly during the Broque er. Born in Venice, he worked there much o his lie, mking concert tours throughout Europe. Vivldi is

More information

Generating lyrics with the variational autoencoder and multi-modal artist embeddings

Generating lyrics with the variational autoencoder and multi-modal artist embeddings Generting lyrics with the vritionl utoencoder nd multi-modl rtist embeddings Olg Vechtomov, Hreesh Bhuleyn, Amirpsh Ghbussi, Vineet John University of Wterloo, ON, Cnd {ovechtom,hpllik,ghbuss,vineet.john}@uwterloo.c

More information

Appendix A. Quarter-Tone Note Names

Appendix A. Quarter-Tone Note Names 233 Appendx A Qurter-Tone Note Nmes The followng tble lsts ll possble note nmes, rngng from double flts to double shrps, for ech of the 24 possble ptch-clsses. Enhrmonclly equvlent note nmes pper on the

More information

Tran Thi Thanh Thao Ticker: STB - Exchange: HSX Recommend: HOLD Target price 2011: VND 15,800 STATISTICS

Tran Thi Thanh Thao   Ticker: STB - Exchange: HSX Recommend: HOLD Target price 2011: VND 15,800 STATISTICS SAI GON THUONG TIN JOINT STOCK COMMERCIAL BANK (STB) Price on 23/09/2011 Industry: Finnce & Bnking Trn Thi Thnh Tho Emil: Tho.TrnThiThnh @tls.vn Ticker: STB - Exchnge: HSX Recommend: HOLD Trget price 2011:

More information

SWITCHED ACCESS REMOTE TEST SYSTEM (SARTS- 1 A) REMOTE TEST SYSTEM 1 A (RTS-1 A) TESTS

SWITCHED ACCESS REMOTE TEST SYSTEM (SARTS- 1 A) REMOTE TEST SYSTEM 1 A (RTS-1 A) TESTS Function Control Circuit (TFCC) (Fig. 2), the RTS-1 controller, the Remote ccess Test Port (RTP), and the Test Register and Outpulsing Circuit (TROP). NOTICE Not for use or disclosure outside the Bell

More information

... clk. 10 Registers and counters

... clk. 10 Registers and counters igitl Logic/esig. L. 10 My 2, 2006 10 Registers d couters 10.1 Registers The simplest -bit register is collectio of flip-flops triggered by commo clock. I wou prefer to cll it just -bit flip-flop, sice

More information