Modeling Form for On-line Following of Musical Performances

Size: px
Start display at page:

Download "Modeling Form for On-line Following of Musical Performances"

Transcription

1 Modelng Form for On-lne Followng of Muscal Performances Bryan Pardo 1 and Wllam Brmngham 2 1 Computer Scence Department, Northwestern Unversty, 1890 Maple Ave, Evanston, IL Department of Math and Computer Scence, Grove Cty College, 100 Campus Drve, Box 3123, Grove Cty, PA pardo@northwestern.edu, wpbrmngham@gcc.edu Abstract Automated muscal accompanment of human performers often requres an agent be able to follow a muscal score wth smlar faclty to that of a human performer. Systems descrbed n the lterature represent muscal scores n a way that assumes no large-scale structural varaton of the pece durng performance. If the performer devates from the expected path by ppng or repeatng a secton, the system may become lost. We descrbe a way to automatcally generate a Markov model from a wrtten score that models the score form, and an on-lne algorthm to algn a performance to a score. The resultng system can follow performances that take alternate paths through the score wthout losng ts place. We compare the performance of our system to that of sequence-based score followers on a melodc corpus of 98 Jazz melodes. Results show that explctly representng the branchng structure of a score sgnfcantly mproves score followng when the branch a performer may take s unknown beforehand. Introducton Automated muscal accompanment that reacts naturally to the human performer s a long-standng goal of a number of computer-musc researchers (Grubb and Dannenberg 1994, Dannenberg 1984; Bloch and Dannenberg 1985; Tovanen 1998; Raphael 1999). The deal s a peer muscan that can be ntegrated nto an ensemble of human players wth mnmal need for the humans to adjust ther nteracton styles to accommodate the computer performer. For many styles of musc, ths requres an agent that s able to follow a representaton of a wrtten score wth smlar faclty to that of a human performer. Systems that perform ths functon are called score matchers or score followers. Fgure 1 shows a smple case of score followng. The top porton of the fgure contans a smple wrtten lead sheet, or score. A muscan performs a score by translatng the note, chord, key, and other symbols nto a sequence of performance actons (depress pano key k at tme t wth velocty v, for example). These actons result n a sequence of events that make the performance. In computer score followng, the performance s often encoded as MIDI (MIDI-Manufacturers-Assocaton 1996). Fgure 1 shows Copyrght 2005, Amercan Assocaton for Artfcal Intellgence ( All rghts reserved. an example MIDI performance of the wrtten score. Ths s shown n pano roll notaton. Here, each bar represents a note. The horzontal placement of the note represents the onset tme. The vertcal placement of the note represents the ptch. Note duraton s ndcated by the length of a bar. Pano Key WRITTEN SCORE MIDI PERFORMANCE TRANSCRIPTION C E C F D C G D ALIGNMENT C E C F D C G D CURRENT SCORE LOCATION You are here Fgure 1. Score Followng Score followng can be broken down nto transcrpton and algnment (also known as matchng). Transcrpton nvolves parsng the performance nto a sequence of salent events. In Fgure 1, transcrpton conssts of encodng each MIDI note-on event as a smple ptch class, drawn from the set of twelve ptch classes used n Western musc. Matchng conssts of fndng the best algnment between the sequence of events n the performance transcrpton

2 and the events n the score. Typcally, these events are sngle notes, although they may also be lyrcs, percusson sounds, or groups of notes. A score follower, unless otherwse stated, s presumed to algn the performance to the score n real-tme as the performance takes place. Because of the dffculty of dealng wth polyphonc MIDI and audo, researchers (Dannenberg 1984; Dannenberg and Mont-Reynaud 1987; Puckette and Lppe 1992; Large 1993; Puckette 1995; Vantomme 1995; Desan, Honng et al. 1997; Grubb and Dannenberg 1997) generally restrct matchng to a monophonc score that (nearly) completely specfes the ptch and orderng of every note. For the sake of smplcty, nformaton n the score about key, meter, dynamcs, and song structure s gnored, leavng a smple sequence of note on and off events. The standard practce for score followng (Vantomme 1995; Desan, Honng et al. 1997; Grubb and Dannenberg 1997) s to lnearze a score by removng structural branch ponts (e.g., repeats, codas, etc.) before the performance begns. Ths effectvely lmts the performance to a sngle path through the form that s not changeable durng performance. Thus, exstng score followers requre fxng, a pror, how the repeats n a score, lke that n Fgure 2, would be handled by the muscans. The performers would have to agree on repeatng (at the end of measure two) once and then gong on to the end. The muscans would then be prohbted from alterng the path durng performance. In many lve performance stuatons, muscans repeat or p a secton n response to the needs of the moment. Muscans often extend a pece to let dancers who are enjoyng the musc contnue dancng, or shorten a pece (perhaps by ppng an ntroductory secton) when they are runnng behnd schedule. In these cases, exstng score followers cannot adapt to the changng performance stuaton. When a score contans repeats and partcularly when the form s varable (e.g., the form may be ABA or AABA or any permutaton dependng on the whm of the performers) a score representaton that does not allow branch ponts s undesrable. To account for varablty n form, we need to extend the score model to represent structural score elements that affect the form, such as repeats and codas. In ths paper, we ntroduce a new method for representng large-scale form n score followng. Our representaton s based on Markov models, whch allow us to both capture the form of a pece mpled by the score, as well as reason probablstcally about how a performer s movng through the pece. The system can then model performances that may start anywhere n the form and repeat or p sectons (as specfed by the score) a nonpredetermned number of tmes. Ths greatly expands the types of musc amenable to automatc score followng. The remander of ths paper descrbes Markov models, shows how one may follow a varable-form performance usng Markov models, and compares Markov model score followers to strng matchng based followers, usng a corpus of 98 Jazz melodes. Musc Scores as Markov Models A Markov model descrbes a process that goes through a sequence of dscrete states, such as notes or chords n a lead sheet. The model s a weghted automaton that conssts of: A set of states, S = {s 1, s 2, s 3,, s n } S E, a subset of S contanng the legal endng states. As a default S E =S A set of possble emssons, E={e 1, e 2,, e n } A transton functon, τ(s, s j ), that specfes the probablty of a transton to s j, from s A functon, σ(s ), that defnes the probablty of begnnng n s An emsson functon ε(s j, e ), that defnes the probablty state s j wll emt e. C 1 F 1 G7.3 C 1 A 1 D Fgure 2. A score as a drected graph (Markov model) Markov models are generatve. A generatve model descrbes an underlyng structure able to emt a sequence of observed events. A muscal score may be represented as a (hdden) Markov model. The drected graph n Fgure 2 shows a Markov model created from the chord labels n the score passage n the fgure. Nodes represent chords n the score. Drected edges (arrows) represent transtons. Repeats and ps (codas) n the score are represented by drected edges connectng dstant portons of the score model. Transton probabltes are ndcated by a value assocated wth each edge. An observaton sequence, O = o 1, o 2,, o n, s a sequence of events drawn from the emsson alphabet, E. Relatng ths to musc, the sequence of muscal events (notes, chords, etc.) generated by the performer s the observaton sequence generated n response to the score. The emsson functon ε(s j, e ) defnes the probablty that state s j wll emt e. For a musc performance, ths s equvalent to the probablty the jth tem n the score (a chord symbol) would elct the th performance event (a chord vocng on the pano). A Markov model s called a hdden Markov model, or HMM, when t has at least one state whose emsson functon s non-zero for multple elements of the emsson alphabet. An example would be a chord symbol that maps onto multple chord vocngs. In our approach, the emsson functon s determned beforehand through an emprcal study of the lkelhood of performance events, gven each score state. Good estmaton of the emsson functon lets a system model a varety of possble causes for varable performance output n response to score states, ncludng producton errors G7.3 C

3 (cracked notes, poor ptch control), transcrpton errors, and ntentonal varaton (alternate vocngs). For example, we calculate a note-based emsson probablty functon ε(s j, e ) for an alto saxophonst by recordng the muscan and automatcally transcrbng hs performance of an assgned set of chromatc scales and chord arpeggos. The resultng count of assocatons between performed ptch and transcrbed ptch s used to estmate ε(s j, e ) (Pardo and Brmngham 2002). In another study (Pardo 2005), we estmate the lkelhood a set of performance notes mappng onto a chord symbol n the score through emprcal study of the performances of a Jazz panst on a known sequence of chord symbols. The assocatons learned n ths tranng phase can then be used to estmate ε(s j, e ) where the score element s a chord name and the performance emsson s a set of notes. Usng state transton values derved from the score and emsson probabltes based on pror tranng allows the constructon of score models wthout the need to tran the model on a set of performances of that score pror to use. Ths lets the system functon on performances of scores t has never heard before. Fndng the current state n the model For score followng, we want to know the most lkely current state n the score model, gven the observaton sequence. To fnd the most lkely current state, we modfy the Forward-Backward algorthm (Rabner and Juang 1993) for real-tme score followng. Our approach s dstnct from the standard algorthm, n that t s desgned to work on an n-progress sequence (a lve performance), rather than a completed sequence. Thus, we use only causal nformaton. The emsson functon ε(s j, e ) gves the probablty that state s j wll emt e. We defne the observaton functon, φ(s j, e ) as the probablty of beng n s j when observng e. Equaton 1 follows drectly from Bayes theorem. Here, P(e ) s the pror expected probablty of the th performance event and P(s j ) s the pror probablty of the jth score state. Ps ( j ) ε ( sj, e) φ ( sj, e) = Pe ( ) (1) For some musc styles or performers, t may make sense to develop estmates of performance events and score state lkelhood, especally f the style tends to use a subset of the possble ptches. It may, however, be mpractcal to collect meanngful statstcs for the full alphabets of score states and performance events. In ths case, one can save sgnfcant tranng tme by assumng all emssons n E have equal pror probablty and all states n S have equal pror probablty. Gven ths assumpton, the rato of ther probabltes s a constant, k, as follows: φ( s, e ) = kε ( s, e ) (2) j j Gven an observaton sequence, O = o 1, o 2,, o n, and a startng probablty dstrbuton σ(s j ), we defne the alpha functon for the frst as follows: α ( s, o ) = φ( s, o ) σ( s ) (3) j 1 j 1 j Ths captures the probablty of startng n any gven state n the model. The alpha functon for each subsequent observaton may be calculated recursvely usng Equaton 4. Here, the summaton captures the lkelhood of arrvng n state s j over all routes through the Markov model of length. ( 1 ) α( sj, o) = φ( sj, o) τ(, sj) α(, o ) (4) Equaton 4, when mplemented, wll often generate underflow errors, as the length of the observaton sequence ncreases. We are not nterested n the lkelhood of the overall sequence up to the current observaton. We are only nterested n fndng the most lkely state when we have reached the th observaton n the sequence. Gven ths, we create a state-value functon that normalzes state probabltes at each observaton, avodng underflow, as gven n Equaton 5. α ( sj, o) vs ( j, o) = α ( s, o ) (5) Equaton 5 requres that we make an adjustment to Equaton 4, resultng n Equaton 6. α( sj, o) = φ( sj, o) ( τ(, sj) v(, o 1) ) (6) The state wth maxmal value s then taken to be the current locaton, l, n the model. Thus, the current score locaton s gven by Equaton 7. l = arg max( v( s, o )) (7) s The normalzaton n Equaton 5 s not possble f the observaton sequence cannot be generated by the Markov model and the probablty of beng n any state n the model s zero. If, for some observaton o, all states have an observaton probablty of zero, the presumpton s that the performer has played somethng not n the score. The score follower then resets and o +1 s treated as the ntal observaton, Equaton 3 s appled, and score followng proceeds agan from that pont. The Vterb algorthm (Rabner and Juang 1993) s a commonly-used alternatve to the Forward algorthm. Instead of calculatng the lkelhood of s j gven all the paths through the model, the Vterb algorthm estmates the probablty of only the most lkely path through the model. Our method can use a Vterb-style estmaton by replacng the summaton n Equaton 6 wth the maxmzaton n the Equaton 8. k

4 ( 1 ) α( s, o ) = φ( s, o ) max τ( s, s ) v( s, o ) (8) j j k j k Whle t s often better to favor the most lkely path, snce t gves the algnment output contnuty, there are subtle dfferences. For score followng, Vterb must be adapted for on-lne use, where the best current state may be aed for at any tme. In the on-lne case, Vterb may be more susceptble to "garden-path" errors, where what ntally appears to be the correct path proves to be ncorrect only after several addtonal observatons have been made. Later n ths paper, we compare the on-lne performance of the Vterb and Forward methods on the corpus. The current model archtecture We wsh to create a sngle model that handles smallscale formal varaton (e.g., the performer ps or repeats a note) and large-scale formal varaton (e.g., the performer ps or repeats a secton of the musc). By ntroducng specfc topologcal features nto our Markov model, we cover both stuatons. Consder the followng, f the performer ps a sngle score event, ths may be modeled wth ps n the Markov model. Fgure 3 shows a hdden Markov model for the frst eght beats of a wrtten score. Ths model admts pped or repeated states, as well as allowng for repeats as shown n the wrtten score. Here, each state represents a beat. The arrows represent allowable transtons between states. Ths model also allows for self loops on every state. The loop from the eghth state back to the frst state corresponds to the repeat sgn shown after the eghth beat of the wrtten score E note C C# D D# E F F# G G# A A# B Fgure 3. An HMM model allowng ps and repettons The hstogram n Fgure 3 shows the emsson probablty functon for the thrd state n the model, whch corresponds to the E n the wrtten score. Here, the heght of the bar corresponds to the relatve lkelhood of observng the gven ptch class when n the thrd state of the model. The emsson probablty functon for each element n the alphabet of possble score states s developed before constructng the score model, by analyss of a corpus of musc performances n the style of the pece to be performed (Pardo and Brmngham 2002). The followng secton descrbes a smple score followng experment that compares the use of an HMM lke that n Fgure 3 wth the typcal strng algnment algorthms, commonly used for score followng. A Smple Experment We have asserted that usng a Markov model to explctly model branch ponts n the wrtten score mproves score followng where a performer repeats a secton an unpredctable number of tmes. The followng experment llustrates ths pont. We created a synthetc corpus, based on well-known Jazz peces, desgned to emphasze the effect of adequate score-structure representaton on the ablty of a score follower to handle alternate paths through the score that are chosen at run-tme. The corpus conssts of melodc lnes from 98 Jazz peces. These range from Bossa Nova (Corcovado), to Ballad (What s New) to Blues (Blue Monk), to Swng (Back Home n Indana), to Jazz Waltz (Alce n Wonderland) to modal peces (Footprnts). For each pece, the score conssted of the full wrtten melody of the pece as shown n the Real Book 1, truncated to the frst 64 beats and encoded as scores n the format of the popular musc notaton program Sbelus. A repeat mark was nserted at the end of the 32 nd beat of each score. Ths, effectvely made each score have form AB, where the A secton could be repeated an unspecfed number of tmes. A Markov model wth the graph connectvty shown n Fgure 3 was automatcally generated from each score. All states n the model were set to an equal ntal startng probablty. Each state represented a sngle beat. At each beat, the Markov model could ether repeat the state, move on to the next state, or p forward two states. For ths experment, the transton probablty for movng forward a sngle state was 0.5, whle those of repeatng and ppng forward two states were each At the end of state 32 (the 32 nd beat), there was an addtonal connecton back to the frst state (the repeat of the A secton). For each score, we created four MIDI performances: one that performed the A secton once, another that performed t twce, a thrd that performed t three tmes and a fnal performance that ps the secton entrely. We then followed the performance usng the on-lne modfcaton of the Forward algorthm, the on-lne modfcaton of the Vterb algorthm, an on-lne local strng matcher, and an on-lne global strng matcher used by a varety of researchers (Dannenberg 1984; Dannenberg and Mont- Reynaud 1987; Puckette 1995; Desan, Honng et al. 1997). Strng matchers fnd the best algnment between two strngs (sequences) by fndng the lowest cost transformaton of one nto the other, n terms of operatons 1 The Real Book s a standard, albet llegal (wth no publsher or author nformaton), compendum of Jazz lead sheets, used by professonal Jazz muscans.

5 (nserton or deleton of characters). Such matchers are all based on smlar technques and are the classc score followng approach. Dynamc-programmng based mplementatons that search for a good algnment of two strngs have been used for over 30 years to algn gene sequences based on a common ancestor (Needleman and Wunsch 1970). Global Strng algnment requres every element of the performance to be accounted for n an algnment to the full score. Local strng algnment allows matchng of a substrng of the performance to any porton of the score (Pardo and Brmngham 2002). The strng matchers were unable to use the repeat nformaton n the score fle and thus always expected a performance wth no repeat. Gven ths, one would expect the performance of both strng matchers to degrade whenever the A secton was presented an unexpected number of tmes, whle the Markov models should mantan roughly smlar performance, regardless of the number of repeats. The case where the ntal secton s pped entrely should favor both Markov model approaches and the local strng matcher. Mean error n beats p 1st secton play once play twce play thrce F V L G F V L G F V L G F V L G Algnment algorthm Fgure 4. Mean score-follower error, by algorthm Fgure 4 shows the score trackng errors generated n ths experment. Wthn each group, F stands for the Forward algorthm, V stands for the Vterb algorthm, L stands for local strng algnment, and G stands for global strng algnment. Each column shows a box plot wth lnes at the lower quartle, medan, and upper quartle values. The whers are lnes extendng from each end of the box to show the extent of the rest of the data. Outlers are ndcated by plus symbols beyond the ends of the whers. All values ndcate mean dstance (n beats) between the correct locaton n the score and the locaton reported by the score follower over the course of a performance, or group of performances. Below each box plot s the mean error for all cases. The play once group n Fgure 4 corresponds to the case where the number of repettons s known beforehand. In ths case, both strng algnment approaches work perfectly (assumng one begns at the start of the pece), whle the Markov models occasonally make a wrong choce at a repeat and take some tme to recover, wth the Forward algorthm performng worse than Vterb. Once the number of repeats ncreases, the benefts of explct representaton of score structure become clear. Both the strng matchng methods get lost for extended perods n the play twce and play thrce condtons, resultng n average poston estmates that are many beats away from the correct locaton. Both the Forward and Vterb-based followers stay wthn an average of two beats under all condtons, wth the Vterb performng slghtly better, on average. When the frst secton s pped entrely, the global strng algnment method fals. Both methods based on the HMM and the local strng algnment method do sgnfcantly better, wth methods based on the Markov model dong better than local strng algnment. Summary and Conclusons We have descrbed a score representaton desgned to handle the large-scale form varaton often found n lve performances of many styles of musc. Our representaton explctly models those elements of a muscal score that ndcate repeats and jumps to dfferent sectons (coda symbols), and thus possble changes n form. From these elements, we nduce a Markov model that allows us to accurately follow a lve performance, usng the on-lne modfcaton of ether the Forward or the Vterb algorthm. The model s generated automatcally from the score, and can be used wthout tranng on a corpus of performances of the score n queston. Ths s a sgnfcant advance n score followng technology. The expermental results n ths paper show that explctly representng branch ponts n a score sgnfcantly mproves score followng when the form a performer may take s not known beforehand and that the on-lne Vterb algorthm performs best on the performance corpus assembled for ths paper. Acknowledgments The majorty of ths research was conducted at The Unversty of Mchgan, Ann Arbor, wth partal support from the Natonal Scence Foundaton under grant IIS The opnons n ths paper are solely those of the authors and do not necessarly reflect the opnons of the fundng agency. We also thank Roger Dannenberg for comments on varous sectons of ths work.

6 References Bloch, J. and R. D. Dannenberg (1985). Real-Tme Computer Accompanment of Keyboard Performances. Internatonal Computer Musc Conference. Dannenberg, R. (1984). An On-Lne Algorthm for Real- Tme Accompanment. Internatonal Computer Musc Conference. Dannenberg, R. and B. Mont-Reynaud (1987). Followng an Improvsaton n Real Tme. Internatonal Computer Musc Conference. Desan, P., H. Honng, et al. (1997). Robust Score- Performance Matchng: Takng Advantage of Structural Informaton. Internatonal Computer Musc Conference. Grubb, L. and R. Dannenberg (1994), Automated Accompanment of Muscal Ensembles. Proceedngs of the Twelfth Natonal Conference on Artfcal Intellgence, AAAI, pp Grubb, L. and R. Dannenberg (1997). A Stochastc Method of Trackng a Vocal Performer. Internatonal Computer Musc Conference. Large, E. W. (1993), Dynamc Programmng for the Analyss of Seral Behavors. Behavor Research Methods, Instruments and Computers 25(2): MIDI-Manufacturers-Assocaton (1996). The Complete MIDI 1.0 Detaled Specfcaton. Los Angeles, CA, The MIDI Manufacturers Assocaton. Needleman, S. B. and C. D. Wunsch (1970). A general method applcable to the search for smlartes n the amno acd sequence of two protens. Journal of Molecular Bology 48: Pardo, B. (2005). Probablstc Sequence Algnment Methods for On-lne Score Followng of Musc Performances, Doctoral Dssertaton, Electrcal Engneerng and Computer Scence. Unversty of Mchgan: Ann Arbor, MI. Pardo, B. and W. Brmngham (2002). Improved Score Followng for Acoustc Performances. Internatonal Computer Musc Conference (ICMC), Goteborg, Sweden. Puckette, M. (1995). Score followng usng the sung voce. Internatonal Computer Musc Conference. Puckette, M. and C. Lppe (1992). Score Followng In Practce. Internatonal Computer Musc Conference. Rabner, L. and B.-H. Juang (1993). Fundamentals of Speech Recognton. Englewood Clffs, New Jersey, Prentce-Hall. Raphael, C. (1999). Automatc Segmentaton of Acoustc Muscal Sgnals Usng Hdden Markov Models. IEEE Transactons on Pattern Analyss and Machne Intellgence 21(4): Tovanen, P. (1998). An Interactve MIDI Accompanst. Computer Musc Journal 22(4): Vantomme, J. (1995). Score Followng by Temporal Pattern. Computer Musc Journal 19(3):

Following a musical performance from a partially specified score.

Following a musical performance from a partially specified score. Followng a muscal performance from a partally specfed score. Bryan Pardo and Wllam P. Brmngham Artfcal Intellgence Laboratory Electrcal Engneerng and Computer Scence Dept. and School of Musc The Unversty

More information

RIAM Local Centre Woodwind, Brass & Percussion Syllabus

RIAM Local Centre Woodwind, Brass & Percussion Syllabus 8 RIAM Local Centre Woodwnd, Brass & Percusson Syllabus 2015-2018 AURAL REQUIREMENTS AND THEORETICAL QUESTIONS REVISED FOR ALL PRACTICAL SUBJECTS AURAL TESTS From Elementary to Grade V ths area s worth

More information

A STUDY OF TRUMPET ENVELOPES

A STUDY OF TRUMPET ENVELOPES A STUDY OF TRUMPET ENVELOPES Roger B. Dannenberg, Hank Pellern, and Istvan Dereny School of Computer Scence, Carnege Mellon Unversty Pttsburgh, PA 15213 USA rbd@cs.cmu.edu, hank.pellern@andrew.cmu.edu,

More information

Instructions for Contributors to the International Journal of Microwave and Wireless Technologies

Instructions for Contributors to the International Journal of Microwave and Wireless Technologies Instructons for Contrbutors to the Internatonal Journal of Mcrowave and Wreless Technologes Frst A. Author 1, Second Author 1,2, Thrd Author 2 1 Cambrdge Unversty Press, Ednburgh Buldng, Shaftesbury Road,

More information

Statistics AGAIN? Descriptives

Statistics AGAIN? Descriptives Cal State Northrdge Ψ427 Andrew Answorth PhD Statstcs AGAIN? What do we want to do wth statstcs? Organze and Descrbe patterns n data Takng ncomprehensble data and convertng t to: Tables that summarze the

More information

Optimized PMU placement by combining topological approach and system dynamics aspects

Optimized PMU placement by combining topological approach and system dynamics aspects Optmzed PU placement by combnng topologcal approach and system dynamcs aspects Jonas Prommetta, Jakob Schndler, Johann Jaeger Insttute of Electrcal Energy Systems Fredrch-Alexander-Unversty Erlangen-Nuremberg

More information

SONG STRUCTURE IDENTIFICATION OF JAVANESE GAMELAN MUSIC BASED ON ANALYSIS OF PERIODICITY DISTRIBUTION

SONG STRUCTURE IDENTIFICATION OF JAVANESE GAMELAN MUSIC BASED ON ANALYSIS OF PERIODICITY DISTRIBUTION SOG STRUCTURE IDETIFICATIO OF JAVAESE GAMELA MUSIC BASED O AALYSIS OF PERIODICITY DISTRIBUTIO D. P. WULADARI, Y. K. SUPRAPTO, 3 M. H. PUROMO,,3 Insttut Teknolog Sepuluh opember, Department of Electrcal

More information

Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301

Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301 DATE OF APPLCATON: Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301 N GENERAL EMAL ADDRESS: For Local Calls - (985) 532-4380 (985) 446-2255 (985)

More information

Decision Support by Interval SMART/SWING Incorporating. Imprecision into SMART and SWING Methods

Decision Support by Interval SMART/SWING Incorporating. Imprecision into SMART and SWING Methods Decson Support by Interval SMART/SWING Incorporatng Imprecson nto SMART and SWING Methods Abstract: Interval judgments are a way of handlng preferental and nformatonal mprecson n multcrtera decson analyss.

More information

tj tj D... '4,... ::=~--lj c;;j _ ASPA: Automatic speech-pause analyzer* t> ,. "",. : : :::: :1'NTmAC' I

tj tj D... '4,... ::=~--lj c;;j _ ASPA: Automatic speech-pause analyzer* t> ,. ,. : : :::: :1'NTmAC' I ASPA: Automatc speech-pause analyzer* D. GERVERt and G. DNELEY Unversty of Durham, Durham, England ASPA: The Programs Snce the actual detals of nterface samplng, dsk storage routnes, etc., wll depend upon

More information

Analysis of Subscription Demand for Pay-TV

Analysis of Subscription Demand for Pay-TV Analyss of Subscrpton Demand for Pay-TV Manabu Shshkura Researcher Insttute for Informaton and Communcatons Polcy 2-1-2 Kasumgasek, Chyoda-ku Tokyo 110-8926 Japan m-shshkura@soumu.go.jp Tel: 03-5253-5496

More information

Simon Sheu Computer Science National Tsing Hua Universtity Taiwan, ROC

Simon Sheu Computer Science National Tsing Hua Universtity Taiwan, ROC Mounr A. Tantaou School of Electrcal Engneerng and Computer Scence Unversty of Central Florda Orlando, FL 3286-407-823-393 tantaou@cs.ucf.edu Interacton wth Broadcast Vdeo Ken A. Hua School of Electrcal

More information

MODELING AND ANALYZING THE VOCAL TRACT UNDER NORMAL AND STRESSFUL TALKING CONDITIONS

MODELING AND ANALYZING THE VOCAL TRACT UNDER NORMAL AND STRESSFUL TALKING CONDITIONS MODELING AND ANALYZING THE VOCAL TRACT UNDER NORMAL AND STRESSFUL TALING CONDITIONS Ismal Shahn and Naeh Botros 2 Electrcal/Electroncs and Comuter Engneerng Deartment Unversty of Sharjah, P. O. Box 27272,

More information

AMP-LATCH* Ultra Novo mm [.025 in.] Ribbon Cable 02 MAR 12 Rev C

AMP-LATCH* Ultra Novo mm [.025 in.] Ribbon Cable 02 MAR 12 Rev C AMP-LATCH* Ultra Novo Applcaton Specfcaton Receptacle Connectors for 114-40056 0.64 mm [.025 n.] Rbbon Cable 02 MAR 12 All numercal values are n metrc unts [wth U.S. customary unts n brackets]. Dmensons

More information

arxiv: v1 [cs.cl] 12 Sep 2018

arxiv: v1 [cs.cl] 12 Sep 2018 Powered by TCPDF (www.tcpdf.org) Neural Melody Composton from Lyrcs Hangbo Bao, Shaohan Huang 2, Furu We 2, Le Cu 2, Yu Wu 3, Chuanq Tan 3, Songhao Pao, Mng Zhou 2 School of Computer Scence, Harbn Insttute

More information

QUICK START GUIDE v0.98

QUICK START GUIDE v0.98 QUICK START GUIDE v0.98 QUICK HELP Q A 1 STEP BY STEP 3 GLOSSARY 2 A B C 1 INSTALLATION 1. Make sure that the hardware nstallaton s performed by a certfed vendor 2. Install OTOTRAK app from Apple s App

More information

A Quantization-Friendly Separable Convolution for MobileNets

A Quantization-Friendly Separable Convolution for MobileNets arxv:1803.08607v1 [cs.cv] 22 Mar 2018 A Quantzaton-Frendly Separable for MobleNets Abstract Tao Sheng tsheng@qt.qualcomm.com Xaopeng Zhang parker.zhang@gmal.com As deep learnng (DL) s beng rapdly pushed

More information

Small Area Co-Modeling of Point Estimates and Their Variances for Domains in the Current Employment Statistics Survey

Small Area Co-Modeling of Point Estimates and Their Variances for Domains in the Current Employment Statistics Survey Small Area Co-Modelng of Pont Estmates and Ther Varances for Domans n the Current Employment Statstcs Survey Jule Gershunskaya, Terrance D. Savtsky U.S. Bureau of Labor Statstcs FCSM, March 2018 Dsclamer:

More information

A Comparative Analysis of Disk Scheduling Policies

A Comparative Analysis of Disk Scheduling Policies A Comparatve Analyss of Dsk Schedulng Polces Toby J. Teorey and Tad B. Pnkerton Unversty of Wsconsn* Fve well-known schedulng polces for movable head dsks are compared usng the performance crtera of expected

More information

System of Automatic Chinese Webpage Summarization Based on The Random Walk Algorithm of Dynamic Programming

System of Automatic Chinese Webpage Summarization Based on The Random Walk Algorithm of Dynamic Programming Send Orders for Reprnts to reprnts@benthamscence.ae The Open Cybernetcs & Systemcs Journal, 205, 9, 35-322 35 Open Access System of Automatc Chnese Webpage Summarzaton Based on The Random Walk Algorthm

More information

THE IMPORTANCE OF ARM-SWING DURING FORWARD DIVE AND REVERSE DIVE ON SPRINGBOARD

THE IMPORTANCE OF ARM-SWING DURING FORWARD DIVE AND REVERSE DIVE ON SPRINGBOARD THE MPORTANCE OF ARM-SWNG DURNG FORWARD DVE AND REVERSE DVE ON SPRNGBOARD Ken Yokoyama Laboratory of Bomechancs Faculty ofeducaton Kanazawa Unversty Kanazawa, Japan J unjro Nagano Department of Physcal

More information

current activity shows on the top right corner in green. The steps appear in yellow

current activity shows on the top right corner in green. The steps appear in yellow Browzwear Tutorals Tutoral ntroducton Ths tutoral leads you through the best practces of color ways operatons usng an llustrated step by step approach. Each slde shows the actual applcaton at the stage

More information

Automated composer recognition for multi-voice piano compositions using rhythmic features, n-grams and modified cortical algorithms

Automated composer recognition for multi-voice piano compositions using rhythmic features, n-grams and modified cortical algorithms Complex Intell. Syst. (2018) 4:55 65 https://do.org/10.1007/s40747-017-0052-x ORIGINAL ARTICLE Automated composer recognton for mult-voce pano compostons usng rhythmc features, n-grams and modfed cortcal

More information

The UCD community has made this article openly available. Please share how this access benefits you. Your story matters!

The UCD community has made this article openly available. Please share how this access benefits you. Your story matters! Provded by the author(s) and Unversty College Dubln Lbrary n accordance wth publsher polces., Please cte the publshed verson when avalable. tle Dynamc Complexty Scalng for Real-me H.264/AVC Vdeo Encodng

More information

Novel Quantization Strategies for Linear Prediction with Guarantees

Novel Quantization Strategies for Linear Prediction with Guarantees Smon S. Du* Ychong Xu* Yuan L Hongyang Zhang Aart Sngh Pulkt Grover Carnege Mellon Unversty, Pttsburgh, PA 15213, USA *: Contrbute equally. SSDU@CS.CMU.EDU YICHONGX@CS.CMU.EDU LIYUANCHRISTY@GMAIL.COM HONGYANZ@CS.CMU.EDU

More information

Anchor Box Optimization for Object Detection

Anchor Box Optimization for Object Detection Anchor Box Optmzaton for Object Detecton Yuany Zhong 1, Janfeng Wang 2, Jan Peng 1, and Le Zhang 2 1 Unversty of Illnos at Urbana-Champagn 2 Mcrosoft Research 1 {yuanyz2, janpeng}@llnos.edu, 2 {janfw,

More information

Quantization of Three-Bit Logic for LDPC Decoding

Quantization of Three-Bit Logic for LDPC Decoding Proceedngs of the World Congress on Engneerng and Computer Scence 2011 Vol II, October 19-21, 2011, San Francsco, USA Quantzaton of Three-Bt Logc for LDPC Decodng Raymond Moberly and Mchael E. O'Sullvan

More information

Technical Information

Technical Information CHEMCUT Techncal Informaton CORPORATION Introducton The Chemcut CC8000 etcher has many new features desgned to reduce the cost of manufacturng and, just as mportantly, the cost of ownershp. Keepng the

More information

Hybrid Transcoding for QoS Adaptive Video-on-Demand Services

Hybrid Transcoding for QoS Adaptive Video-on-Demand Services 732 IEEE Transactons on Consumer Electroncs, Vol. 50, No. 2, MAY 2004 Hybrd Transcodng for QoS Adaptve Vdeo-on-Demand Servces Ilhoon Shn and Kern Koh Abstract Transcodng s a core technque that s used n

More information

Improving Reliability and Energy Efficiency of Disk Systems via Utilization Control

Improving Reliability and Energy Efficiency of Disk Systems via Utilization Control Ths paper appeared n the Proceedngs of the 2th IEEE Symposum on Computers and Communcatons (ISCC'08, Marrakech, Morocco, July 2008. Improvng Relablty and Energy Effcency of Dsk Systems va Utlzaton Control

More information

AN INTERACTIVE APPROACH FOR MULTI-CRITERIA SORTING PROBLEMS

AN INTERACTIVE APPROACH FOR MULTI-CRITERIA SORTING PROBLEMS AN INTERACTIVE APPROACH FOR MULTI-CRITERIA SORTING PROBLEMS A THESIS SUBMITTED TO THE GRADUATE SCHOOL OF NATURAL AND APPLIED SCIENCES OF MIDDLE EAST TECHNICAL UNIVERSITY BY BURAK KESER IN PARTIAL FULFILLMENT

More information

Simple VBR Harmonic Broadcasting (SVHB)

Simple VBR Harmonic Broadcasting (SVHB) mple VBR Harmonc Broadcastng (VHB) Hsang-Fu Yu ab, Hung-hang Yang a, Y-Mng hen c, -Mng Tseng a, and hen-y Kuo a a Dep. of omputer cence & Informaton Engneerng, atonal entral Unversty, Tawan b omputer enter,

More information

Integration of Internet of Thing Technology in Digital Energy Network with Dispersed Generation

Integration of Internet of Thing Technology in Digital Energy Network with Dispersed Generation Amercan Scentfc Research Journal for Engneerng, Technology, and Scences (ASRJETS) ISS (Prnt) 2313-4410, ISS (Onlne) 2313-4402 Global Socety of Scentfc Research and Researchers http://asrjetsjournal.org/

More information

SKEW DETECTION AND COMPENSATION FOR INTERNET AUDIO APPLICATIONS. Orion Hodson, Colin Perkins, and Vicky Hardman

SKEW DETECTION AND COMPENSATION FOR INTERNET AUDIO APPLICATIONS. Orion Hodson, Colin Perkins, and Vicky Hardman SKEW DETECTION AND COMPENSATION FOR INTERNET AUDIO APPLICATIONS Oron Hodson, Coln Perkns, and Vcky Hardman Department of Computer Scence Unversty College London Gower Street, London, WC1E 6BT, UK. ABSTRACT

More information

Why Take Notes? Use the Whiteboard Capture System

Why Take Notes? Use the Whiteboard Capture System Why Take Notes? Use the Whteboard Capture System L-we He Zhengyou Zhang and Zcheng Lu September, 2002 Techncal Report MSR-TR-2002-89 Mcrosoft Research Mcrosoft Corporaton One Mcrosoft Way Redmond, WA 98052

More information

Error Concealment Aware Rate Shaping for Wireless Video Transport 1

Error Concealment Aware Rate Shaping for Wireless Video Transport 1 Error Concealment Aware Rate Shapng for Wreless Vdeo Transport 1 Trsta Pe-chun Chen and Tsuhan Chen 2 Abstract Streamng of vdeo, whch s both source- and channel- coded, over wreless networks faces the

More information

Reduce Distillation Column Cost by Hybrid Particle Swarm and Ant

Reduce Distillation Column Cost by Hybrid Particle Swarm and Ant From the SelectedWorks of Dr. Sandp Kumar Lahr Summer July 20, 2016 Reduce Dstllaton Column Cost by Hybrd Partcle Swarm and Ant Dr. Sandp k lahr chnmaya lenka Avalable at: https://works.bepress.com/sandp_lahr/33/

More information

Lost on the Web: Does Web Distribution Stimulate or Depress Television Viewing?

Lost on the Web: Does Web Distribution Stimulate or Depress Television Viewing? Lost on the Web: Does Web Dstrbuton Stmulate or Depress Televson Vewng? Joel Waldfogel The Wharton School Unversty of Pennsylvana August 10, 2007 Prelmnary comments welcome Abstract In the past few years,

More information

Failure Rate Analysis of Power Circuit Breaker in High Voltage Substation

Failure Rate Analysis of Power Circuit Breaker in High Voltage Substation T. Suwanasr, M. T. Hlang and C. Suwanasr / GMSAR Internatonal Journal 8 (2014) 1-6 Falure Rate Analyss of Power Crcut Breaker n Hgh Voltage Substaton Thanapong Suwanasr, May Thandar Hlang and Cattareeya

More information

Production of Natural Penicillins by Strains of Penicillium chrysogenutn

Production of Natural Penicillins by Strains of Penicillium chrysogenutn Producton of Natural Pencllns by Strans of Pencllum chrysogenutn a J. FUSK and ЬЕ. WELWRDOVÁ ^Department of Mcrobology and Bochemstry, Slovak Techncal Unversty, Bratslava b Botka, Slovenská Ľupča Receved

More information

AIAA Optimal Sampling Techniques for Zone- Based Probabilistic Fatigue Life Prediction

AIAA Optimal Sampling Techniques for Zone- Based Probabilistic Fatigue Life Prediction AIAA 2002-383 Optmal Samplng Technques or Zone- Based Probablstc Fatgue Le Predcton M. P. Enrght Southwest Research Insttute San Antono, TX H. R. Mllwater Unversty o Texas at San Antono San Antono, TX

More information

Environmental Reviews. Cause-effect analysis for sustainable development policy

Environmental Reviews. Cause-effect analysis for sustainable development policy Envronmental Revews Cause-effect analyss for sustanable development polcy Journal: Envronmental Revews Manuscrpt ID er-2016-0109.r2 Manuscrpt Type: Revew Date Submtted by the Author: 24-Feb-2017 Complete

More information

TRADE-OFF ANALYSIS TOOL FOR INTERACTIVE NONLINEAR MULTIOBJECTIVE OPTIMIZATION Petri Eskelinen 1, Kaisa Miettinen 2

TRADE-OFF ANALYSIS TOOL FOR INTERACTIVE NONLINEAR MULTIOBJECTIVE OPTIMIZATION Petri Eskelinen 1, Kaisa Miettinen 2 Internatonal Conference 20th EURO Mn Conference Contnuous Optmaton and Knowledge-Based Technologes (EurOPT-2008) May 20 23, 2008, Nernga, LITHUANIA ISBN 978-9955-28-283-9 L. Saalausas, G.W. Weber and E.

More information

Conettix D6600/D6100IPv6 Communications Receiver/Gateway Quick Start

Conettix D6600/D6100IPv6 Communications Receiver/Gateway Quick Start Conettx / Communcatons Recever/Gateway Quck Start.0 Parts Lst able : Conettx System Components Qty. Descrpton Conettx Communcatons Recever/Gateway AC power cord Battery cable P660 I/O cable P660 Rack mount

More information

S Micro--Strip Tool in. S Combination Strip Tool ( ) S Cable Holder Assembly (Used only

S Micro--Strip Tool in. S Combination Strip Tool ( ) S Cable Holder Assembly (Used only Instructon Sheet LghtCrmp* Plus LC 408-10103 (for Jacketed Cable) Connectors 18 AUG 09 Rear Protectve Cap Termnaton CoverG Boot Connector Assembly Crmp Eyelet Duplex Clp G Connector kt s shpped wth these

More information

Accepted Manuscript. An improved artificial bee colony algorithm for flexible job-shop scheduling problem with fuzzy processing time

Accepted Manuscript. An improved artificial bee colony algorithm for flexible job-shop scheduling problem with fuzzy processing time Accepted Manuscrpt An mproved artfcal bee colony algorthm for flexble ob-shop schedulng problem wth fuzzy processng tme Ka Zhou Gao, Ponnuthura Nagaratnam Suganthan, Quan Ke Pan, Tay Jn Chua, Chn Soon

More information

INSTRUCTION MANUAL FOR THE INSTALLATION, USE AND MAINTENANCE OF THE REGULATOR GENIUS POWER COMBI

INSTRUCTION MANUAL FOR THE INSTALLATION, USE AND MAINTENANCE OF THE REGULATOR GENIUS POWER COMBI NSTRUCTON MANUAL FOR THE NSTALLATON, USE AND MANTENANCE OF THE REGULATOR GENUS POWER COMB (TRANSLATON OF THE ORGNAL NSTRUCTON MANUAL N TALAN) PRELMNARY VERSON WARRANTY The devce s guaranteed 24 months

More information

T541 Flat Panel Monitor User Guide ENGLISH

T541 Flat Panel Monitor User Guide ENGLISH T541 Flat Panel Montor User Gude ENGLISH Frst Edton (June / 2002) Note : For mportant nformaton, refer to the Montor Safety and Warranty manual that comes wth ths montor. Ths publcaton could contan techncal

More information

A Scalable HDD Video Recording Solution Using A Real-time File System

A Scalable HDD Video Recording Solution Using A Real-time File System H. L et al.: A Scalable HDD Vdeo Recordng Soluton Usng A Real-tme Fle System A Scalable HDD Vdeo Recordng Soluton Usng A Real-tme Fle System Hong L, Stephen R. Cumpson Member, IEEE, Robert Jochemsen, Jan

More information

LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION

LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION Jng Lu, Fe Qao *, Zhjan Ou and Huazhong Yang Department of Electronc Engneerng, Tsnghua Unversty ABSTRACT Ths

More information

The Traffic Image Is Dehazed Based on the Multi Scale Retinex Algorithm and Implementation in FPGA Cui Zhe1, a, Chao Li2, b *, Jiaqi Meng3, c

The Traffic Image Is Dehazed Based on the Multi Scale Retinex Algorithm and Implementation in FPGA Cui Zhe1, a, Chao Li2, b *, Jiaqi Meng3, c 3rd Internatonal Conference on Mechatroncs and Industral Informatcs (ICMII 2015) The Traffc Image Is Dehazed Based on the Mult Scale Retnex Algorthm and Implementaton n FPGA Cu Zhe1, a, Chao L2, b *, Jaq

More information

INIHODU~IION AND NOI[~ OJ KJUN~ HO rahk

INIHODU~IION AND NOI[~ OJ KJUN~ HO rahk HAROLD COURLANO[R, C[N[RAL [OITOR INIHODU~IION AND NOI[~ OJ KJUN~ HO rahk Covel desgon by Ronald Clyne , ~ C» ==-== :' C ::::J FOLKWA YS RECORDS FE 4424 ~, C C.., -- s;::: :- C I:) : C I:) ~..,.,---, a,

More information

Discussion Paper Series

Discussion Paper Series Doshsha Unversty Center for the Study of the Creatve Economy Dscusson Paper Seres No. 2013-04 Nonlnear Effects of Superstar Collaboraton: Why the Beatles Succeeded but Broke Up Tadash Yag Dscusson Paper

More information

Color Monitor. L200p. English. User s Guide

Color Monitor. L200p. English. User s Guide Color Montor L200p User s Gude Englsh Frst Edton (February / 2003) Note : For mportant nformaton, refer to the Montor Safety and Warranty manual that comes wth ths montor. Contents ENGLISH Safety (Read

More information

Product Information. Manual change system HWS

Product Information. Manual change system HWS Product Informaton HWS HWS Flexble. Compact. Productve. HWS manual change system Manual tool change system wth ntegrated ar feed-through and optonal electrc feed-through Feld of applcaton Excellently sutable

More information

Product Information. Manual change system HWS

Product Information. Manual change system HWS Product Informaton HWS HWS Flexble. Compact. Productve. HWS manual change system Manual tool change system wth ntegrated ar feed-through and optonal electrc feed-through Feld of applcaton Excellently sutable

More information

Scalable QoS-Aware Disk-Scheduling

Scalable QoS-Aware Disk-Scheduling Scalable QoS-Aware Dsk-Schedulng Wald G. Aref Khaled El-Bassyoun Ibrahm Kamel Mohamed F. Mokbel Department of Computer Scences, urdue Unversty, West Lafayette, IN 47907-1398 anasonc Informaton and Networkng

More information

User s manual. Digital control relay SVA

User s manual. Digital control relay SVA User s manual Dgtal control relay DISIBEINT ELECTRONIC S.L, has been present n the feld of the manufacture of components for the ndustral automaton for more than years, and mantans n constant evoluton

More information

Modular Plug Connectors (Standard and Small Conductor)

Modular Plug Connectors (Standard and Small Conductor) Modular Plug Connectors (Standard and Small Conductor) Applcaton Specfcaton 114-6016 04 APR 11 All numercal values are n metrc unts [wth U.S. customary unts n brackets]. Dmensons are n mllmeters [and nches].

More information

Correcting Image Placement Errors Using Registration Control (RegC ) Technology In The Photomask Periphery

Correcting Image Placement Errors Using Registration Control (RegC ) Technology In The Photomask Periphery Correctng Image Placement Errors Usng Regstraton Control (RegC ) Technology In The Photomask Perphery Av Cohen 1, Falk Lange 2 Guy Ben-Zv 1, Erez Gratzer 1, Dmtrev Vladmr 1 1. Carl Zess SMS Ltd., Karmel

More information

Study on the location of building evacuation indicators based on eye tracking

Study on the location of building evacuation indicators based on eye tracking Study on the locaton of buldng evacuaton ndcators based on eye trackng Yue L Tsnghua Unversty yue-l5@malstsnghuaeducn Png hang Tsnghua Unversty zhangp@malstsnghuaeducn Hu hang Tsnghua Unversty, zhhu@tsnghuaeducn

More information

Product Information. Miniature rotary unit ERD

Product Information. Miniature rotary unit ERD Product Informaton ERD ERD Fast. Compact. Flexble. ERD torque motor Powerful torque motor wth absolute encoder and electrc and pneumatc rotary feed-through Feld of applcaton For all applcatons wth exceptonal

More information

IN DESCRIBING the tape transport of

IN DESCRIBING the tape transport of Apparatus For Magnetc Storage on Three-Inch Wde Tapes R. B. LAWRANCE R. E. WILKINS R. A. PENDLETON IN DESCRIBING the tape transport of the DATAmatc 1, t s perhaps well to begn by revewng the nfluental

More information

Detecting Errors in Blood-Gas Measurement by Analysiswith Two Instruments

Detecting Errors in Blood-Gas Measurement by Analysiswith Two Instruments CLIN. CHEM. 33/4, 512-517 (1987) Detectng Errors n Blood-Gas Measurement by Analysswth Two Instruments LouIs F. Metzger, Wllam B. Stauffer, Ann V. Kruplnskl, Rchard P. MIIlman,3 George S. Cembrowskl,2

More information

Product Bulletin 40C 40C-10R 40C-20R 40C-114R. Product Description For Solvent, Eco-Solvent, UV and Latex Inkjet and Screen Printing 3-mil vinyl films

Product Bulletin 40C 40C-10R 40C-20R 40C-114R. Product Description For Solvent, Eco-Solvent, UV and Latex Inkjet and Screen Printing 3-mil vinyl films Product Bulletn 40C Revson D, Effectve February 2016 (Replaces C, Apr. 15) 40C-10R 40C-20R 40C-114R Product Descrpton For Solvent, Eco-Solvent, UV and Latex Inkjet and Screen Prntng 3-ml vnyl flms Quck

More information

CONNECTIONS GUIDE. To Find Your Hook.up Turn To Page 1

CONNECTIONS GUIDE. To Find Your Hook.up Turn To Page 1 CONNECTIONS GUIDE To Fnd Your Hook.up Turn To Page 1 Connectng TV to Antenna (or Cable Wthout Cable Box) and No VCR (Hook-up 1A)... 2 Monaural VCR (Hook-up 1B)... 3 StereoVCR (Hook-up 1C)... 4 Cable Wth

More information

INTERCOM SMART VIDEO DOORBELL. Installation & Configuration Guide

INTERCOM SMART VIDEO DOORBELL. Installation & Configuration Guide INTERCOM SMART VIDEO DOORBELL Installaton & Confguraton Gude ! Important safety nformaton Read ths manual before attemptng to nstall the devce! Falure to observe recommendatons ncluded n ths manual may

More information

Expressive Musical Timing

Expressive Musical Timing Axel Berndt, Tlo Hähnel Department of Smulaton and Graphcs Otto-von-Guercke Unversty of Magdeburg {aberndt tlo}@sg.cs.un-magdeburg.de Abstract. Tmng s crucal for the qualty of expressve musc performances.

More information

Turn it on. Your guide to getting the best out of BT Vision

Turn it on. Your guide to getting the best out of BT Vision Avalable n Bralle, large prnt and audo CD. Please call FREE on 8 8 15 for your copy. Turn t on Your gude to gettng the best out of www.bt.com/btvson V.2 28656 Enchantng flms to entertan all the famly Flms

More information

User Manual. AV Router. High quality VGA RGBHV matrix that distributes signals directly. Controlled via computer.

User Manual. AV Router. High quality VGA RGBHV matrix that distributes signals directly. Controlled via computer. User Manual AV Router Hgh qualty VGA RGBHV matrx that dstrbutes sgnals drectly. Controlled va computer. Notce: : The nmaton contaned n ths document s subject to change wthout notce. SmartAVI makes no warranty

More information

Critical Path Reduction of Distributed Arithmetic Based FIR Filter

Critical Path Reduction of Distributed Arithmetic Based FIR Filter Crtcal Path Reducton of strbuted rthmetc Based FIR Flter Sunta Badave epartment of Electrcal and Electroncs Engneerng.I.T, urangabad aharashtra, Inda njal Bhalchandra epartment of Electroncs and Telecommuncaton

More information

Sealed Circular LC Connector System Plug

Sealed Circular LC Connector System Plug Sealed Crcular LC Connector System Plug Instructon Sheet Kt 1828618- [ ], Receptacle Kt 1828619- [ ], 408-10079 and EMI Receptacle Kt 1985193- [ ] 07 APR 11 Plug Kt 1828618 -[ ] Cable Fttng Receptacle

More information

in Partial For the Degree of

in Partial For the Degree of 37q h8( sta. co AN ANALYSS OF ROBERT NATHANEL DETT'S N THE BOTTOMS THESS Presented to the Graduate ouncl of the North Texas State Unversty n Partal Fulfllment of the Requrements For the Degree of MASTER

More information

Cost-Aware Fronthaul Rate Allocation to Maximize Benefit of Multi-User Reception in C-RAN

Cost-Aware Fronthaul Rate Allocation to Maximize Benefit of Multi-User Reception in C-RAN Cost-Aware Fronthaul Rate Allocaton to Maxmze Beneft of Mult-User Recepton n C-RAN Dora Bovz, Chung Shue Chen, Sheng Yang To cte ths verson: Dora Bovz, Chung Shue Chen, Sheng Yang. Cost-Aware Fronthaul

More information

CONNECTIONS GUIDE. To Find Your Hook.up Turn To Page 1

CONNECTIONS GUIDE. To Find Your Hook.up Turn To Page 1 CONNECTIONS GUIDE To Fnd Your Hook.up Turn To Page 1 Connectng TV to Antenna (or Cable Wthout Cable Box) and No VCR (Hook-up 1A)...2 Monaural VCR (Hook-up 1B)...3 Stereo VCR (Hook-up 1C)... 4 Cable Wth

More information

9! VERY LARGE IN THEIR CONCERNS. AND THEREFORE, UH, i

9! VERY LARGE IN THEIR CONCERNS. AND THEREFORE, UH, i 340 WELL, alack PAJAMAS WAS A SOMEWHAT METAPHORCAL 2 TERM. MANY VETNAMESE PEASANTS TENDED TO WEAR 3 BLACK PAJAMAS, BUT WHAT AM REFERRNG TO S THAT 4 OUTSDE OF THE NORTH VETNAMESE UNTS AND ~OME OF 5 THE

More information

V (D) i (gm) Except for 56-7,63-8 Flute and Oboe are the same. Orchestration will only list Fl for space purposes

V (D) i (gm) Except for 56-7,63-8 Flute and Oboe are the same. Orchestration will only list Fl for space purposes Measure # 1 2 3 5 6 7 8 9 10 11 12 13 1 15 16 17 18 Intro Motve 1 A Motve 1 B - "Wakarathe" Dynamcs mp terraced dymancs to mm.7 p Moderately fast and lght (quarter=96) 3 G Mnor motve 1 con't mp melody

More information

Simple Solution for Designing the Piecewise Linear Scalar Companding Quantizer for Gaussian Source

Simple Solution for Designing the Piecewise Linear Scalar Companding Quantizer for Gaussian Source 94 J. NIKOIĆ, Z. PERIĆ,. VEIMIROVIĆ, SIMPE SOUTION FOR DESIGNING THE PIECEWISE INEAR SCAAR Smle Soluton for Desgnng the Pecewse near Scalar Comandng Quantzer for Gaussan Source Jelena NIKOIĆ, Zoran PERIĆ,

More information

Step 3: Select a Class

Step 3: Select a Class R Step 1: Roll Ablty Scores a. ndcate dce-rollng method (p. 13):. Roll 3d6 sx tmes, n order. 11. Roll 3d6 twce per ablty, select ether. 111. Roll 3d6 sx tmes and assgn to abltes as desred. V. Roll 3d6

More information

Product Information. Universal swivel units SRU-plus

Product Information. Universal swivel units SRU-plus Product Informaton Unversal swvel unts SRU-plus SRU-plus Unversal swvel unts Robust. Fast. Hgh Performance. SRU-plus unversal rotary actuator Unversal unt for pneumatc swvel and turnng movements. Feld

More information

CASH TRANSFER PROGRAMS WITH INCOME MULTIPLIERS: PROCAMPO IN MEXICO

CASH TRANSFER PROGRAMS WITH INCOME MULTIPLIERS: PROCAMPO IN MEXICO FCND DP No. 99 FCND DISCUSSION PAPER NO. 99 CASH TRANSFER PROGRAMS WITH INCOME MULTIPLIERS: PROCAMPO IN MEXICO Elsabeth Sadoulet, Alan de Janvry, and Benjamn Davs Food Consumpton and Nutrton Dvson Internatonal

More information

Social Interactions and Stigmatized Behavior: Donating Blood Plasma in Rural China

Social Interactions and Stigmatized Behavior: Donating Blood Plasma in Rural China Socal Interactons and Stgmatzed Behavor: Donatng Blood Plasma n Rural Chna X Chen Yale Unversty and IZA Davd E. Sahn Cornell Unversty and IZA Xaobo Zhang Pekng Unversty and IFPRI March 2018 Abstract Despte

More information

User guide. Receiver-In-Ear hearing aids. resound.com

User guide. Receiver-In-Ear hearing aids. resound.com User gude Recever-In-Ear hearng ads resound.com 400786011US-17.07-Rev.A.ndd 1 20-07-2017 12:52:40 Left Hearng Ad Rght Hearng Ad Seral number Seral number Model number Model number Recever type Recever

More information

FPGA Implementation of Cellular Automata Based Stream Cipher: YUGAM-128

FPGA Implementation of Cellular Automata Based Stream Cipher: YUGAM-128 ISSN (Prnt) : 2320 3765 ISSN (Onlne): 2278 8875 Internatonal Journal of Advanced Research n Electrcal, Electroncs and Instrumentaton Engneerng An ISO 3297: 2007 Certfed Organzaton Vol. 3, Specal Issue

More information

Five Rounds. by Peter Billam. Peter J Billam, 1986

Five Rounds. by Peter Billam. Peter J Billam, 1986 Fve Rounds by Per Bllam Per J Bllam, 986 Ths score s offered under the Creatve Commons Attrbuton.0 Inrnatonal lcence; see creatvecommons.org The copyrght owner remans the composer, Per Bllam. Ths edton

More information

zenith Installation and Operating Guide HodelNumber I Z42PQ20 [ PLASHATV

zenith Installation and Operating Guide HodelNumber I Z42PQ20 [ PLASHATV Installaton and Operatng Gude HodelNumber I Z42PQ20 PLASHATV To vew the extended verson of owner's manual that contans the advanced features of ths TV set, vst our webste at http://www.enthservce.com Ths

More information

User Manual ANALOG/DIGITAL, POSTIONER RECEIVER WITH EMBEDDED VIACCESS AND COMMON INTERFACE

User Manual ANALOG/DIGITAL, POSTIONER RECEIVER WITH EMBEDDED VIACCESS AND COMMON INTERFACE User Manual ANALOG/DIGITAL, POSTIONER RECEIVER WITH EMBEDDED VIACCESS AND COMMON INTERACE CONTENTS. Safety nstructons -------------------------------------------------------------------. eatures -------------------------------------------------------------------------------.

More information

Multi-Line Acquisition With Minimum Variance Beamforming in Medical Ultrasound Imaging

Multi-Line Acquisition With Minimum Variance Beamforming in Medical Ultrasound Imaging IEEE Transactons on Ultrasoncs, Ferroelectrcs, and Frequency Control, vol. 60, no. 12, Decemer 2013 2521 Mult-Lne Acquston Wth Mnmum Varance Beamformng n Medcal Ultrasound Imagng Ad Ranovch, Zv Fredman,

More information

Bachelor s Degree Programme (BDP)

Bachelor s Degree Programme (BDP) EEG-01/ BEGE-101 Bachelor s Degree Programme (BDP) ASSIGNMENT (for July 2018 and January 2019 Sessons) EEG-01/BEGE-101 ELECTIVE COURSE IN ENGLISH School of Humantes Indra Gandh Natonal Open Unersty Madan

More information

3 Part differentiation, 20 parameters, 3 histograms Up to patient results (including histograms) can be stored

3 Part differentiation, 20 parameters, 3 histograms Up to patient results (including histograms) can be stored st Techncal Specfcatons Desgned n France Wth a rch past and a professonal experence bult-up over 35 years, SFRI s a French nvatve company commtted to developng preon In Vtro Dst solutons. SFRI has bult

More information

DT-500 OPERATION MANUAL MODE D'EMPLOI MANUAL DE MANEJO MANUAL DE OPERA(_._,O. H.-,lri-D PROJECTOR PROJECTEUR PROYECTOR PROJETOR

DT-500 OPERATION MANUAL MODE D'EMPLOI MANUAL DE MANEJO MANUAL DE OPERA(_._,O. H.-,lri-D PROJECTOR PROJECTEUR PROYECTOR PROJETOR TM PROJECTOR PROJECTEUR PROYECTOR PROJETOR DT-500 OPERATION MANUAL MODE D'EMPLOI MANUAL DE MANEJO MANUAL DE OPERA(_._,O 8 f f 8 H.-,lr-D _I_H DEFINmON_TIM_IA I_T_RFACE Before usng the projector, please

More information

Richard Barrett. dying words (II) 2013 solo female vocalist with flute. performing score

Richard Barrett. dying words (II) 2013 solo female vocalist with flute. performing score Rchard Barrett dyng words (II) 2013 solo female vocalst wth flte erformng score dyng words (II) (2013) for solo female vocalst wth flte text: Heke-monogatar (13th centry CE) draton: aroxmately 9 mntes

More information

ELEGT110111C. Servicing & Technology November Pick and place and holding fixtures. Whatever happened to if transformers

ELEGT110111C. Servicing & Technology November Pick and place and holding fixtures. Whatever happened to if transformers THE PROFESSIONAL MAGAZINE FOR ELECTRONICS AND COMPUTER SERVICING ELEGT110111C Servcng & Technology November 1995 Pck and place and holdng fxtures Whatever happened to f transformers 0.S $3 00 1 1> Q.^

More information

Loewe bild 7.65 OLED. Set-up options. Loewe bild 7 cover Incl. Back cover. Loewe bild 7 cover kit Incl. Back cover and Speaker cover

Loewe bild 7.65 OLED. Set-up options. Loewe bild 7 cover Incl. Back cover. Loewe bild 7 cover kit Incl. Back cover and Speaker cover Product nformaton Loewe bld 7.65 Page of March 07 Loewe bld 7.65 OLED EU energy effcency class: B Screen dagonal (n cm) / Screen dagonal (n nch): 64 / 65 Power consumpton ON (n W): 80 Annual energy consumpton

More information

Loewe bild 5.55 oled. Modular Design Flexible configuration with individual components. Set-up options. TV Monitor

Loewe bild 5.55 oled. Modular Design Flexible configuration with individual components. Set-up options. TV Monitor Product nformaton Loewe bld 5.55 oled Page of 3 Loewe bld 5.55 oled EU energy effcency class: B Screen dagonal (n cm) / Screen dagonal (n nch): 39 / 55 Power consumpton ON (n W): 50 Annual energy consumpton

More information

Academic Standards and Calendar Committee Report # : Proposed Academic Calendars , and

Academic Standards and Calendar Committee Report # : Proposed Academic Calendars , and Unversty of Rhode sland DgtalCommons@UR Blls 2004 Academc Standards and Calendar Commttee Report #2003041: Proposed Academc Calendars 200708, 200809 and 200910 Unversty of Rhode sland Follow ths and addtonal

More information

User guide. Receiver-In-The-Ear hearing aids, rechargeable Hearing aid charger. resound.com

User guide. Receiver-In-The-Ear hearing aids, rechargeable Hearing aid charger. resound.com User gude Recever-In-The-Ear hearng ads, rechargeable Hearng ad charger resound.com 400973011US-18.08-Rev.A.ndd 1 01-08-2018 14:18:12 Left Hearng Ad Rght Hearng Ad Seral number Seral number Model number

More information

GENERAL WILLIAM C. WESTMORELAND.} } PLAINTIFF. } VS. } DEFENDANTS. )

GENERAL WILLIAM C. WESTMORELAND.} } PLAINTIFF. } VS. } DEFENDANTS. ) N THE UNTED STATES DSTRCT COURT SOUTHERN DSTRCT OF NEW YORK ACTON NO. 32 ev 7913 (PNL) r. ~ ' \...'. /~ GENERAL WLLAM C. WESTMORELAND.} } PLANTFF. } } VS. } } CBS NC. ET AL.. } ) DEFENDANTS. ) DEPOSTON

More information

JTAG / Boundary Scan. Multidimensional JTAG / Boundary Scan Instrumentation. Get the total Coverage!

JTAG / Boundary Scan. Multidimensional JTAG / Boundary Scan Instrumentation. Get the total Coverage! JTAG / Boundary Scan Multdmensonal JTAG / Boundary Scan Instrumentaton IEEE 1149.6 IEEE 1149.1 IEEE 1149.7 Multdmensonal JTAG / Boundary Scan Instrumentaton IEEE 1149.4 IEEE 1532 Get the total Coverage!

More information

Music of Acoma, Isleta, Cochiti, and Zuñi Pueblos

Music of Acoma, Isleta, Cochiti, and Zuñi Pueblos Musc of Acoma, Isleta, Cocht, and Zuñ Pueblos by Frances Densmore (1867-1957) Ths PDF s provded by www.flutopeda.com as part of a collecton of resources for the Natve Amercan flute. The full ctaton for

More information