Singing voice detection with deep recurrent neural networks

Size: px
Start display at page:

Download "Singing voice detection with deep recurrent neural networks"

Transcription

1 Singing voice deecion wih deep recurren neural neworks Simon Leglaive, Romain Hennequin, Roland Badeau To cie his version: Simon Leglaive, Romain Hennequin, Roland Badeau. Singing voice deecion wih deep recurren neural neworks. IEEE. 40h Inernaional Conference on Acousics, Speech and Signal Processing (ICASSP), Apr 2015, Brisbane, Ausralia. pp , <hal > HAL Id: hal hps://hal.archives-ouveres.fr/hal Submied on 27 Apr 2015 HAL is a muli-disciplinary open access archive for he deposi and disseminaion of scienific research documens, wheher hey are published or no. The documens may come from eaching and research insiuions in France or abroad, or from public or privae research ceners. L archive ouvere pluridisciplinaire HAL, es desinée au dépô e à la diffusion de documens scienifiques de niveau recherche, publiés ou non, émanan des éablissemens d enseignemen e de recherche français ou érangers, des laboraoires publics ou privés.

2 SINGING VOICE DETECTION WITH DEEP RECURRENT NEURAL NETWORKS Simon Leglaive 1,2 Romain Hennequin 1 Roland Badeau 2 1 Audionamix, 171 quai de Valmy, Paris, France <firsname>.<lasname>@audionamix.com 2 Insiu Mines-Télécom, Télécom ParisTech, CNRS LTCI, rue Dareau, Paris, France <firsname>.<lasname>@elecom-parisech.fr ABSTRACT In his paper, we propose a new mehod for singing voice deecion based on a Bidirecional Long Shor-Term Memory (BLSTM) Recurren Neural Nework (RNN). This classifier is able o ake a pas and fuure emporal conex ino accoun o decide on he presence/absence of singing voice, hus using he inheren sequenial aspec of a shor-erm feaure exracion in a piece of music. The BLSTM-RNN conains several hidden layers, so i is able o exrac a simple represenaion fied o our ask from low-level feaures. The resuls we obain significanly ouperform sae-of-he-ar mehods on a common daabase. Index Terms Singing Voice Deecion, Deep Learning, Recurren Neural Neworks, Long Shor-Term Memory 1. INTRODUCTION AND PREVIOUS WORK From he audio of a piece of music, localizing he porions ha conain singing voice is a srong informaion ha can be useful for a variey of applicaions including vocal melody exracion [1], singing voice separaion [2, 3] or singer idenificaion [4]. Sae-of-he-ar mehods for singing voice deecion are usually based on machine learning echniques. They sar by exracing a se of feaures from a shor-erm analysis of he audio signal and provide hese feaures as an inpu o a classificaion sysem such as Suppor Vecor Machines (SVMs) [3, 5], Hidden Markov Models (HMMs) [2], Random Foress [6, 7] or Arificial Neural Neworks (ANNs) [3]. The resul of he classifier is hen used o esimae he vocal and non-vocal segmens of he rack, possibly adding a final sep of emporal smoohing, for insance by means of a median filer [6] or a HMM [5]. One can also add a pre-processing sep: in [2] feaures are compued from a signal wih vocal componens enhanced by a Harmonic/Percussive Source Separaion (HPSS) echnique proposed by Ono e al. in [8]. The mosly used feaures come from he speech processing field. In [3] he auhors use a simple combinaion of MFCCs (Mel- Frequency Cepsral Coefficiens), PLPs (Percepual Linear Predicive Coefficiens) and LFPCs (Log Frequency Power Coefficiens) as a feaure se. According o [9], MFCCs and heir derivaives are he mos appropriae feaures. Lehner e al. brough o ligh in [6] he imporance of opimizing he parameers for he MFCCs compuaion, ha is he filer bank size, he number of MFCCs and he analysis window size. They obain quie good resuls only using This work was underaken while Simon Leglaive was working a Audionamix. Roland Badeau is parly suppored by he French Naional Research Agency (ANR) as a par of he EDISON 3D projec (ANR-13-CORD ). hese feaures. In [10], Regnier e al. exrac specific characerisics of singing voice: vibrao and remolo. In order o improve sae-of-he-ar resuls, curren singing voice deecion echniques usually focus on he feaure se. One possible approach is o combine a lo of differen simple feaures. In [5], Ramona e al. consider a very large se of quie low-level feaures exraced by wo signal analyses wih differen ime scales. They keep he mos discriminaing ones and make use of an SVM for classificaion. Anoher approach is o design high-level feaures ha highligh he informaion we wan o exrac. This approach is followed by Lehner e al. in [7]; feaures used in his mehod allow a considerable reducion of he false-posiive rae because hey are designed o discriminae singing voice from oher confusing highly harmonic insrumens (such as violin, flue, guiar...). They use a random fores o decide on he presence of voice for each feaure vecor. The approach we presen here for singing voice deecion is quie differen because we do no focus on elaboraing he bes se of feaures. The main poin of our work is he use of a deep BLSTM- RNN o deec singing voice. We show ha a deep archiecure, wih several layers of processing, is able o perform well from low-level feaures. Moreover, unlike making use of models for frame classificaion and emporal smoohing ha canno be easily opimized simulaneously, he recurren aspec of he nework allows he sysem o ake a pas and fuure emporal conex ino accoun o classify each inpu vecor. The paper is organized as follows. Secion 2 oulines RNNs and LSTM blocks. In Secion 3 we presen he feaures we used and how we buil he nework. We describe in Secion 4 our resuls. Finally, in Secion 5 we presen our conclusions. 2. RECURRENT NEURAL NETWORKS AND LONG SHORT-TERM MEMORY 2.1. Recurren Neural Neworks An ANN is an assembly of iner-conneced neurons. A neuron compues is oupu by applying a nonlinear acivaion funcion o he weighed sum of is inpus. Weighs are esimaed during he raining procedure. A Muli-Layer Percepron (MLP) is a feedforward ANN ha maps inpus o oupus by propagaing daa from he inpu layer o he oupu layer, hrough hidden layers. Adding recurren connecions beween neurons makes i possible o handle he sequenial aspec of he inpus. Le us denoe he sequence of inpu feaure vecors S x = {x 1,..., x T }. In he mos general framework, a deep RNN wih N hidden layers evaluaes he sequence of hidden vecors S (n) h = {h (n) 1,..., h(n) T } for n = 1 o N, and he sequence of oupu vecors S y = {y 1,..., y T } by he following ieraive compuaion :

3 h (n) Fig. 1. RNN unfolded in ime h (0) = x (1) = f (n) ac (W (n 1,n) + W (n,n) h (n) 1 + b(n) ) (2) y = f (N+1) ac (W (N,N+1) h (N) + b (N+1) ) (3) for n = 1,..., N and = 1,..., T, where T is he number of frames. The inpu layer is associaed o n = 0 and he oupu layer o n = N + 1. h (n) denoes he hidden vecor a he oupu of hidden layer n and a ime frame, i is se o zero a = 0. W (n 1,n) is he weigh marix characerizing he feed-forward connecions from layer n 1 o n, while W (n,n) characerizes he recurren connecions of hidden layer n. b (n) denoes he bias vecor and f (n) ac he elemen-wise acivaion funcion for layer n, ofen chosen o be he logisic sigmoid or hyperbolic angen funcion. h (n) depends no only on he oupu of he layer below a ime frame, bu also on he oupu of he curren layer n a ime frame 1, so here are wo direcions of propagaion as represened on Figure 1: in he deph of he layers, like sandard MLP, and in ime. RNNs are inherenly deep in ime, since heir hidden vecors are a funcion of all he previous ones. They are able o model he dynamic of he inpu sream, hey are hus classifiers ha can handle he sequenial aspec of inpu feaures exraced from he shor-erm analysis of a musical audio signal. In a classificaion ask, an RNN considers a pas emporal conex o classify each inpu vecor, he lengh of his conex is auomaically learned hrough he weighs associaed o he recurren connecions. However, a srong limiaion for such a sequence classifier is ha, wih a gradien-based raining algorihm, he emporal conex learned is in pracice limied o only a few insans, because of he vanishing gradien problem [11] : he emporal evoluion of he back-propagaed error exponenially depends on he magniude of he weighs. Thus, he error ends o eiher blow up or vanish as i is back-propagaed in ime, leading o oscillaing weighs, or weighs which say nearly consan. In boh cases he raining procedure is ineffecive and he nework fails o learn long-erm dependencies Long Shor-Term Memory To overcome his issue, we can use LSTM blocks insead of simple neurons in each hidden layer. As represened on Figure 2, each LSTM block involves a memory cell. While he nework is performing he classificaion, is conen is conrolled a each ime sep by he inpu and forge gaes. The cell can sore he inpu of he block i belongs o as long as necessary. The block oupu is conrolled by he oupu gae. During he raining phase, error signals can be rapped wihin a memory cell, muliplicaive gaes will have o learn Fig. 2. LSTM block which error o rap and when o release i. LSTM blocks are hus designed o solve he vanishing gradien problem [12]. The previous ieraive procedure o compue he oupu vecor of each hidden layer (equaion (2)) is modified as follows [13, 14]: c (n) i (n) f (n) = f (n) o (n) = σ(w (n 1,n) (h,i) + W (n,n) (h,i) h(n) 1 (c,i) c(n) 1 + b(n) i ) = σ(w (n 1,n) (h,f) + W (n,n) (h,f) h(n) 1 c (n) 1 + i(n) (c,f) c(n) 1 + b(n) f ) anh(w (n 1,n) (h,c) (h,c) h(n) 1 + b(n) c ) = σ(w (n 1,n) (h,o) + W (n,n) (h,o) h(n) 1 (c,o) c(n) + b (n) o ) h (n) = o (n) anh(c (n) ) (8) where denoes he elemen-wise produc. σ( ) and anh( ) are respecively he elemen-wise logisic sigmoid and hyperbolic angen funcions. i (n), f (n), o (n) and c (n) are respecively he inpu gae, forge gae, oupu gae and memory cell acivaion vecors a hidden layer n and ime frame. These vecors are of he same size as he hidden vecor h (n), ha is he number of LSTM blocks in hidden layer n. Hidden vecors and memory cell vecors are se o zero a = 0. Noe ha equaions (4) o (7) involve differen weigh marices W (,n) (, ), and bias vecors b ( ) (n). Moreover, he weigh marices from memory cells o muliplicaive gaes W (n,n) (c, ) are diagonal, so ha a muliplicaive gae only considers he memory cell of he LSTM block i belongs o Bidirecional Recurren Neural Neworks RNNs are only able o make use of a pas emporal conex. When he whole sequence of inpu feaures is available, i can be useful o exploi he fuure conex as well. This can be done using a bidirecional RNN (BRNN). Each hidden layer of a BRNN conains wo independen layers: he forward layer ( ) ha applies equaion (2) from = 1 o = T and he backward layer ( ) ha proceeds in he reverse order, replacing 1 by +1 and ieraing over = T,..., 1. For each ime sep, he acivaions of he n-h forward and backward hidden layers are concaenaed in a single vecor (equaion (9)) and supplied as an inpu o he nex layer: = [ h (n) h (n) ; (4) (5) (6) (7) h (n) ] (9)

4 LSTM-RNNs have proven heir superioriy over sandard RNNs o learn long-erm dependencies [12] and wih a precise iming [15]. To make use of a long-range pas and fuure emporal conex o classify each inpu vecor, he ideas of deep BRNNs and LSTM can hus be combined o form deep BLSTM-RNNs. This is he archiecure we adoped in his sudy. 3. SYSTEM OVERVIEW componens. Our feaure vecor is hus 80 coefficien-long corresponding o he concaenaion of he oupus of he filer bank applied o h 2() and p 2(). We consider he logarihm of his vecor, in order o reduce he dynamics of he daa. Finally, each dimension of he inpu vecor is normalized so as o have a mean close o zero and a sandard deviaion close o 1 over he raining daabase. This condiioning, along wih weighs iniializaion, is imporan in order o preven neurons sauraion and o make he learning fas [18] Building he Nework by Incremenal Training Fig. 3. Sysem Overview As represened on Figure 3, he proposed sysem firs applies a double sage HPSS as pre-processing. Feaures are hen exraced from a filer bank on a Mel scale and supplied as inpu o he deep BLSTM-RNN. The blocks of our sysem are described in more deails below Feaure Exracion Insead of presening high-level feaures a he inpu of he classifier, whose design is essenially handcrafed and possibly sub-opimal, we chose o use low-level feaures, exraced from a filer bank disribued on a Mel scale. We were hoping ha, hrough he hidden layers, a deep archiecure would be able o exrac higher-level represenaions of he inpu daa, fied o our ask. To compue he feaures, we work on mono signals resampled a 16kHz and normalized o lie beween 1 and 1. We firs apply a double sage HPSS as proposed in [16]. The original idea of HPSS [8] is o decompose he specrogram of he inpu signal ino one specrogram smooh in ime direcion, associaed o harmonic componens, and anoher specrogram smooh in frequency direcion, associaed o percussive componens. Singing voice is a flucuaing sound, no as saionary as harmonic insrumens like piano or guiar, bu obviously much more han percussive ones, i hus lies beween harmonic and percussive componens in HPSS. By conrolling he ime/frequency resoluion hrough he analysis window, we hus can consider he parials of singing voice as smooh in ime or frequency direcion. From a firs HPSS wih a long (256ms) analysis window, singing voice is associaed o percussive componens ino a signal p 1(), and separaed from emporally-sable, harmonic sounds conained in a signal h 1(). Applying a second HPSS from p 1(), wih a shor analysis window (32ms), singing voice is hen associaed o harmonic componens ino a signal h 2(), and isolaed from percussive sounds ha will be conained in a signal p 2(). Finally, h 2() is a rough esimaion of he singing voice signal. For each of he hree signals h 1(), p 2() and h 2(), we compued he Shor-Time Fourier Transform (STFT) wih a 32ms Hann window and 50% overlap. 40 coefficiens are hen exraced from 40 riangular filers linearly spaced on a Mel scale wih 50% overlap. A frequency equal o f Herz is mapped o Mel by f Mel = 2595 log(1 + f/700) [17]. We ried differen combinaions of feaures from he hree signals, we obained he bes resuls by keeping feaures from signals associaed o singing voice and percussive b n : b b b b Table 1. Classificaion error (%) on he Jamendo es daase (cf. Secion 4.1) according o he nework archiecure - The lef column gives layer sizes from inpu o oupu - b n is he number of LSTM blocks in hidden layer n. A difficuly wih neural neworks is ha here is no heoreical evidence o define he archiecure a priori for a given ask, ha is he number of hidden layers and he number of neurons or LSTM blocks wihin each layer. The inpu layer size is fixed by he dimension of he inpu vecor, 80 for our experimens. As we are working on a binary classificaion ask, here is one unique neuron in he oupu layer wih a logisic sigmoid acivaion funcion. Is oupu is an esimaion of he probabiliy of singing voice presence. For a deep RNN wih several hidden layers, an incremenal procedure o rain he nework has been proposed in [19], which progressively adds he hidden layers. I allows each layer o have some ime during raining in which i is direcly conneced o he oupu layer. When a hidden layer is added, he weighs previously learned from he layers below are kep and hen he whole nework is rained. For he curren hidden layer and he oupu one, we choose o iniialize he weighs according o a Gaussian disribuion wih mean 0 and sandard deviaion 0.1. We found his raining procedure o be more effecive han a raw raining of he whole nework. The explanaion is suggesed in [20], he auhors experimenally show ha in a supervised gradien-rained deep neural nework wih random weighs iniializaion, layers far from he oupus are poorly opimized. The auhors hus propose an independen pre-raining of each hidden layer. The incremenal procedure we used here is anoher soluion. In our work, we exended his procedure in order o auomaically learn he nework archiecure during he raining: we add hidden layers progressively and for each one we choose he size b n ha minimizes he classificaion error on he es daase, as represened in Table 1. The procedure is sopped when adding a new hidden layer does no improve he classificaion resuls. When raining a neural nework, we are no much ineresed in he opimizaion problem, bu raher in he generalizaion one. By considering he classificaion error on he es daase, we are looking for he model ha bes generalizes o unseen daa. As we can see from he resuls in Table 1, he bes archiecure we found is a BLSTM-RNN wih hree hidden layers whose sizes are 30, 20 and 40. Wihin each layer, LSTM blocks are fairly disribued beween forward and backward layers.

5 3.3. Training Algorihm As he oupu of he nework is an esimaion of he probabiliy of singing voice presence, we used he cross-enropy error as loss funcion. Each raining phase is done by Back-Propagaion Through Time (BPTT) in he conex of LSTM neworks [21, 14]. We used he open-source CURRENNT Toolki 1 which implemens BPTT on a Graphics Processing Uni (GPU). Weighs are updaed afer each sequence. Wihin each epoch, sequences are seleced randomly. Over-fiing is conrolled by early-sopping: raining sars wih a sep for he gradien descen η = 10 5 and a momenum m = 0.9. If he cross-enropy error does no improve on he validaion se afer 20 epochs, we se η = 10 6 and he raining coninues from he weighs associaed wih he las improvemen. Afer 10 epochs, if here is no improvemen, we se η = 10 7 and he raining coninues as before, and finally, if here is no improvemen wih his las sep during 10 epochs, raining is sopped. The momenum is chosen close o one in order o keep ineria high enough o avoid local minima and o aenuae he oscillaory rajecory of he sochasic gradien descen. 4. RESULTS 4.1. Jamendo : A Common Benchmark Daase For our experimens, we used he Jamendo Corpus, a publicly available daase including singing voice aciviy annoaions. I conains 93 copyrigh-free songs, rerieved from he Jamendo websie 2. The daabase was buil and published along wih [5]. The corpus is divided ino hree ses: he raining se conains 61 files, he validaion and es ses conain 16 songs each. This is a common daabase, which provides a fair comparison of our approach wih ohers from he lieraure Nework Funcioning To highligh he nework inernal funcioning, we represen on Figure 4 he sequence of inpu vecors (h 2() a he lower half and p 2() a he upper one, cf. Secion 3.1), he oupu of each hidden layer, he oupu of he nework which is an esimaion of he probabiliy of singing voice presence, he decision aken by he nework by hresholding his probabiliy a 0.5, and he ground ruh for abou 7s of a rack from he Jamendo es daase. Through he deph of he nework, he oupus of he layers are more and more sable and a clear emporal srucure emerges, wih he appearance of segmens associaed o singing voice presence/absence. From a low-level represenaion, which is highly emporally variable, exraced by a filer bank on a Mel scale, he nework is able o exrac a simple represenaion a he oupu of he hird hidden layer, highlighing singing voice presence. The rack we used here conains a long oal silence secion. We can see ha he oupus of he hidden layers coninue o vary during his secion while inpus remain consan. This observaion shows ha he nework has learned a emporal conex Resuls To evaluae he performance of our sysem, we compue four common evaluaion measures [22] considering all he frames of he es se. The classificaion Accuracy is he proporion of frames correcly classified. The Recall is he proporion of frames labeled as voiced in he ground ruh ha are esimaed as voiced by he algorihm. The Precision is he proporion of frames esimaed as voiced by he algorihm ha are effecively voiced in he ground ruh. Finally, he F-measure (also called F1 score) is a global performance measure corresponding o he harmonic mean of precision and recall. Table 2 compares he resuls of our mehod wih hose from [5], [6] and [7], he laer being he one which provided he bes resuls on his daabase o he bes of our knowledge. We see ha over all he measures, our sysem performs beer. This is remarkable considering ha we used simple low-level feaures and no pos-processing. In [7], Lehner e al. improved precision by means of specifically designed feaures bu o he derimen of recall compared o heir previous mehod in [6]. In fac, manually designing high-level feaures can be sub-opimal. Conversely, he deep BLSTM-RNN we used has auomaically learned how o exrac useful informaion from low-level feaures o finally improve boh recall and precision. This is noiceable and explains he paricularly high F-measure we obain. RAMONA [5] LEHNER(a) [6] LEHNER(b) [7] NEW Accuracy (%) Recall (%) n/a Precision (%) n/a F-measure Table 2. Singing voice deecion resuls on Jamendo es daabase 5. CONCLUSION Fig. 4. Nework funcioning on a 7s excerp of 03 - Say me goodbye from he Jamendo es daabase - color scale beween -1 (whie) and +1 (black) - Oupu belongs o [0,1] - Decision and Truh belong o {0,1} in which 0 (grey segmens) denoes voice absence and 1 (black segmens) denoes voice presence. 1 hp://sourceforge.ne/p/currenn 2 hp:// In his paper we presened a new approach for singing voice deecion. Insead of working on defining a complex feaure se, we ook advanage of neural neworks o exrac simple represenaions fied o our ask from low-level feaures. Furhermore, he BLSTM-RNN we used is a classifier ha inherenly akes a emporal conex ino accoun, hus discarding he necessiy of pos-processing o handle sequenial aspecs. This new mehod significanly improved sae-ofhe-ar resuls on a common daabase. This performance encourages furher work wih BLSTM-RNN in music informaion rerieval for sequence classificaion asks, for insance in he conex of auomaic melody esimaion.

6 6. REFERENCES [1] Jusin Salamon, Emilia Gomez, Dan Ellis, and Gaël Richard, Melody exracion from polyphonic music signals: Approaches, applicaions and challenges, IEEE Signal Processing magazine, vol. 31, no. 2, pp , Mar [2] Chao-Ling Hsu, DeLiang Wang, Jyh-Shing Roger Jang, and Ke Hu, A andem algorihm for singing pich exracion and voice separaion from music accompanimen, IEEE Transacions on Audio, Speech, and Language Processing, vol. 20, no. 5, pp , Jul [3] Shankar Vembu and Sephan Baumann, Separaion of vocals from polyphonic audio recordings, in Inernaional Sociey for Music Informaion Rerieval (ISMIR) Conference, London, UK, Sep. 2005, pp [4] Youngmoo E. Kim and Brian Whiman, Singer idenificaion in popular music recordings using voice coding feaures, in Inernaional Sociey for Music Informaion Rerieval (ISMIR) Conference, Paris, France, Oc. 2002, vol. 13, p. 17. [5] Mahieu Ramona, Gaël Richard, and Berrand David, Vocal deecion in music wih suppor vecor machines, in IEEE Inernaional Conference on Acousics, Speech and Signal Processing (ICASSP), Las Vegas, Nevada, USA, Mar. - Apr. 2008, pp [6] Bernhard Lehner, Reinhard Sonnleiner, and Gerhard Widmer, Towards ligh-weigh, real-ime-capable singing voice deecion., in Inernaional Sociey for Music Informaion Rerieval (ISMIR) Conference, Curiiba, Brazil, Nov. 2013, pp [7] Bernhard Lehner, Gerhard Widmer, and Reinhard Sonnleiner, On he reducion of false posiives in singing voice deecion, in IEEE Inernaional Conference on Acousics, Speech and Signal Processing (ICASSP), Florence, Ialy, May 2014, pp [8] Nobuaka Ono, Kenichi Miyamoo, Jonahan Le Roux, Hirokazu Kameoka, and Shigeki Sagayama, Separaion of a monaural audio signal ino harmonic/percussive componens by complemenary diffusion on specrogram, in European Signal Processing Conference (EUSIPCO), Lausanne, Swizerland, Aug [9] Marín Rocamora and Perfeco Herrera, Comparing audio descripors for singing voice deecion in music audio files, in Brazilian Symposium on Compuer Music (SBCM), San Pablo, Brazil, Sep. 2007, vol. 26, p. 27. [10] Lise Regnier and Geoffroy Peeers, Singing voice deecion in music racks using direc voice vibrao deecion, in IEEE Inernaional Conference on Acousics, Speech and Signal Processing (ICASSP), Taipei,Taiwan, Apr. 2009, pp [11] Sepp Hochreier, Yoshua Bengio, Paolo Frasconi, and Jürgen Schmidhuber, Gradien flow in recurren nes: he difficuly of learning long-erm dependencies, in A Field Guide o Dynamical Recurren Neural Neworks, Kremer and Kolen, Eds. IEEE Press, [12] Sepp Hochreier and Jürgen Schmidhuber, Long shor-erm memory, Neural compuaion, vol. 9, no. 8, pp , Nov [13] Alex Graves, Abdel-rahman Mohamed, and Geoffrey Hinon, Speech recogniion wih deep recurren neural neworks, in IEEE Inernaional Conference on Acousics, Speech and Signal Processing (ICASSP), Vancouver, BC, Canada, May 2013, pp [14] Alex Graves, Supervised Sequence Labelling wih Recurren Neural Neworks, Ph.D. hesis, Technische Universiä München, Jul [15] Felix A. Gers, Nicol N. Schraudolph, and Jürgen Schmidhuber, Learning precise iming wih LSTM recurren neworks, The Journal of Machine Learning Research, vol. 3, pp , Aug [16] Hideyuki Tachibana, Takuma Ono, Nobuaka Ono, and Shigeki Sagayama, Melody line esimaion in homophonic music audio signals based on emporal-variabiliy of melodic source, in IEEE Inernaional Conference on Acousics, Speech and Signal Processing (ICASSP), Dallas, Texas, USA, Mar. 2010, pp [17] Douglas D. O Shaughnessy, Speech communicaions - human and machine (2. ed.)., IEEE Press, 2000, p [18] Yann LeCun, Leon Boou, Genevieve B. Orr, and Klaus- Rober Müller, Efficien BackProp, in Neural Neworks: Tricks of he rade, Genevieve B. Orr and Klaus-Rober Müller, Eds. 1998, Springer. [19] Michiel Hermans and Benjamin Schrauwen, Training and analysing deep recurren neural neworks, in Advances in Neural Informaion Processing Sysems (NIPS), Harrahs and Harveys, Lake Tahoe, Nevada, Unied Saes, Dec. 2013, pp [20] Yoshua Bengio, Pascal Lamblin, Dan Popovici, and Hugo Larochelle, Greedy layer-wise raining of deep neworks, in Advances in Neural Informaion Processing Sysems (NIPS), Vancouver, BC, Canada, Dec. 2007, vol. 19, p [21] Alex Graves and Jürgen Schmidhuber, Framewise phoneme classificaion wih bidirecional LSTM and oher neural nework archiecures, Neural Neworks, Jul.-Aug [22] Marina Sokolova and Guy Lapalme, A sysemaic analysis of performance measures for classificaion asks, Informaion Processing & Managemen, vol. 45, no. 4, pp , Jul

MELODY EXTRACTION FROM POLYPHONIC AUDIO BASED ON PARTICLE FILTER

MELODY EXTRACTION FROM POLYPHONIC AUDIO BASED ON PARTICLE FILTER 11h Inernaional Sociey for Music Informaion Rerieval Conference (ISMIR 010) MELODY EXTRACTION FROM POLYPHONIC AUDIO BASED ON PARTICLE FILTER Seokhwan Jo Chang D. Yoo Deparmen of Elecrical Engineering,

More information

-To become familiar with the input/output characteristics of several types of standard flip-flop devices and the conversion among them.

-To become familiar with the input/output characteristics of several types of standard flip-flop devices and the conversion among them. Experimen 6 Sequenial Circuis PART A: FLIP FLOPS Objecive -To become familiar wih he inpu/oupu characerisics of several ypes of sandard flip-flop devices and he conversion among hem. References Donald

More information

Adaptive Down-Sampling Video Coding

Adaptive Down-Sampling Video Coding Adapive Down-Sampling Video Coding Ren-Jie Wang a, Ming-Chen Chien ab and Pao-Chi Chang* a a Dep. of Communicaion Engineering, Naional Cenral Univ., Jhongli, Taiwan; b Dep. of Elecrical Engineering, Chin

More information

Measurement of Capacitances Based on a Flip-Flop Sensor

Measurement of Capacitances Based on a Flip-Flop Sensor Sensors & Transducers ISSN 1726-5479 26 by IFSA hp://www.sensorsporal.com Measuremen of Capaciances Based on a Flip-Flop Sensor Marin KOLLÁR Deparmen of Theoreical Elecroechnics and Elecrical Measuremen,

More information

10. Water tank. Example I. Draw the graph of the amount z of water in the tank against time t.. Explain the shape of the graph.

10. Water tank. Example I. Draw the graph of the amount z of water in the tank against time t.. Explain the shape of the graph. 1. Waer ank The graph A cylindrical ank conains ml of waer. A = (minues) a hole is punched in he boom, and waer begins o flow ou. I akes exacly 1 seconds for he ank o empy. Example I. Draw he graph of

More information

TRANSFORM DOMAIN SLICE BASED DISTRIBUTED VIDEO CODING

TRANSFORM DOMAIN SLICE BASED DISTRIBUTED VIDEO CODING Journal of Engineering Science and Technology Vol. 6, No. 5 (2011) 542-550 School of Engineering, Taylor s Universiy TRANSFORM DOMAIN SLICE BASED DISTRIBUTED VIDEO CODING A. ELAMIN*, VARUN JEOTI, SAMIR

More information

CE 603 Photogrammetry II. Condition number = 2.7E+06

CE 603 Photogrammetry II. Condition number = 2.7E+06 CE 60 Phoogrammery II Condiion number.7e06 CE 60 Phoogrammery II Condiion number.8 CE 60 Phoogrammery II CE 60 Phoogrammery II CE 60 Phoogrammery II CE 60 Phoogrammery II CE 60 Phoogrammery II Simulaed

More information

LOW LEVEL DESCRIPTORS BASED DBLSTM BOTTLENECK FEATURE FOR SPEECH DRIVEN TALKING AVATAR

LOW LEVEL DESCRIPTORS BASED DBLSTM BOTTLENECK FEATURE FOR SPEECH DRIVEN TALKING AVATAR LOW LEVEL DESCRIPTORS BASED DBLSTM BOTTLENECK FEATURE FOR SPEECH DRIVEN TALKING AVATAR Xinyu Lan 1,2, Xu Li 1,2, Yishuang Ning 1,2, Zhiyong Wu 1,2,3, Helen Meng 1,3, Jia Jia 1,2, Lianhong Cai 1,2 1 Tsinghua-CUHK

More information

AN ESTIMATION METHOD OF VOICE TIMBRE EVALUATION VALUES USING FEATURE EXTRACTION WITH GAUSSIAN MIXTURE MODEL BASED ON REFERENCE SINGER

AN ESTIMATION METHOD OF VOICE TIMBRE EVALUATION VALUES USING FEATURE EXTRACTION WITH GAUSSIAN MIXTURE MODEL BASED ON REFERENCE SINGER AN ESTIMATION METHOD OF VOICE TIMBRE EVALUATION VALUES USING FEATURE EXTRACTION WITH GAUSSIAN MIXTURE MODEL BASED ON REFERENCE SINGER Soichi Yamane, Kazuhiro Kobayashi, Tomoki Toda 2, Tomoyasu Nakano 3,

More information

A Turbo Tutorial. by Jakob Dahl Andersen COM Center Technical University of Denmark

A Turbo Tutorial. by Jakob Dahl Andersen COM Center Technical University of Denmark A Turbo Tuorial by Jakob Dahl Andersen COM Cener Technical Universiy of Denmark hp:\\www.com.du.dk/saff/jda/pub.hml Conens. Inroducion........................................................ 3 2. Turbo

More information

Hierarchical Sequential Memory for Music: A Cognitive Model

Hierarchical Sequential Memory for Music: A Cognitive Model 10h Inernaional Sociey for Music Informaion Rerieval Conference (ISMIR 009) Hierarchical Sequenial Memory for Music: A Cogniive Model James B. Maxwell Simon Fraser Universiy Philippe Pasquier Simon Fraser

More information

Real-time Facial Expression Recognition in Image Sequences Using an AdaBoost-based Multi-classifier

Real-time Facial Expression Recognition in Image Sequences Using an AdaBoost-based Multi-classifier Real-ime Facial Expression Recogniion in Image Sequences Using an AdaBoos-based Muli-classifier Chin-Shyurng Fahn *, Ming-Hui Wu, and Chang-Yi Kao * Naional Taiwan Universiy of Science and Technology,

More information

Video Summarization from Spatio-Temporal Features

Video Summarization from Spatio-Temporal Features Video Summarizaion from Spaio-Temporal Feaures Rober Laganière, Raphael Bacco, Arnaud Hocevar VIVA lab SITE - Universiy of Oawa K1N 6N5 CANADA laganier@sie.uoawa.ca Parick Lamber, Grégory Païs LISTIC Polyech

More information

Workflow Overview. BD FACSDiva Software Quick Reference Guide for BD FACSAria Cell Sorters. Starting Up the System. Checking Cytometer Performance

Workflow Overview. BD FACSDiva Software Quick Reference Guide for BD FACSAria Cell Sorters. Starting Up the System. Checking Cytometer Performance BD FACSDiva Sofware Quick Reference Guide for BD FACSAria Cell Sorers This guide conains insrucions for using BD FACSDiva sofware version 6. wih BD FACSAria cell sorers. Workflow Overview The following

More information

THE INCREASING demand to display video contents

THE INCREASING demand to display video contents IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 23, NO. 2, FEBRUARY 2014 797 Compressed-Domain Video Reargeing Jiangyang Zhang, Suden Member, IEEE, Shangwen Li, Suden Member, IEEE, andc.-c.jaykuo,fellow, IEEE

More information

Overview ECE 553: TESTING AND TESTABLE DESIGN OF. Ad-Hoc DFT Methods Good design practices learned through experience are used as guidelines:

Overview ECE 553: TESTING AND TESTABLE DESIGN OF. Ad-Hoc DFT Methods Good design practices learned through experience are used as guidelines: ECE 553: TESTING AND TESTABLE DESIGN OF DIGITAL SYSTEMS Design for Tesabiliy (DFT) - 1 Overview Definiion Ad-hoc mehods Scan design Design rules Scan regiser Scan flip-flops Scan es sequences Overhead

More information

DO NOT COPY DO NOT COPY DO NOT COPY DO NOT COPY

DO NOT COPY DO NOT COPY DO NOT COPY DO NOT COPY 676 Chaper 8 Sequenial Logic Design Pracices 8.9.8 Synchronizing High-Speed Daa Transfers A very common problem in compuer sysems is synchronizing exernal daa ransfers wih he compuer sysem clock. A simple

More information

4.1 Water tank. height z (mm) time t (s)

4.1 Water tank. height z (mm) time t (s) 4.1 Waer ank (a) A cylindrical ank conains 8 ml of waer. A = (minues) a hole is punched in he boom, and waer begins o flow ou. I akes exacly 1 seconds for he ank o empy. Draw he graph of he amoun of waer

More information

Automatic Selection and Concatenation System for Jazz Piano Trio Using Case Data

Automatic Selection and Concatenation System for Jazz Piano Trio Using Case Data Proceedings of he 48h ISCIE Inernaional Symposium on Sochasic Sysems Theory and Is Applicaions Fukuoka, Nov. 4-5, 2016 Auomaic Selecion and Concaenaion Sysem for Jazz Piano Trio Using Case Daa Takeshi

More information

MULTI-VIEW VIDEO COMPRESSION USING DYNAMIC BACKGROUND FRAME AND 3D MOTION ESTIMATION

MULTI-VIEW VIDEO COMPRESSION USING DYNAMIC BACKGROUND FRAME AND 3D MOTION ESTIMATION MULTI-VIEW VIDEO COMPRESSION USING DYNAMIC BACKGROUND FRAME AND 3D MOTION ESTIMATION Manoranjan Paul, Junbin Gao, Michael Anoolovich, and Terry Bossomaier School of Compuing and Mahemaics, Charles Sur

More information

Computer Vision II Lecture 8

Computer Vision II Lecture 8 Compuer ercepual Vision and Sensor II Summer 4 Augmened Compuing Compuer ercepual Vision and Sensor II Summer 4 Augmened Compuing Compuer ercepual Vision and Sensor II Summer 4 Augmened Compuing Compuer

More information

Computer Vision II Lecture 8

Computer Vision II Lecture 8 Compuer ercepual Vision and Sensor II Summer 4 Augmened Compuing Compuer Vision II Lecure 8 Tracking wih Linear Dnamic Models 2.5.24 Basian Leibe RWTH Aachen hp://www.vision.rwh-aachen.de leibe@vision.rwh-aachen.de

More information

application software

application software applicaion sofware Dimmer KNX: 1, 3 and 4-fold Elecrical/Mechanical characerisics: see produc user manual Produc reference Produc designaion Applicaion sofware ref TP device Radio device TXA661A TXA661B

More information

application software

application software applicaion sofware Dimmer KNX: 2 and 4 oupus Elecrical/Mechanical characerisics: see produc user manual Produc reference Produc designaion Applicaion sofware ref TP device Radio device TXA662AN 2-fold

More information

Nonuniform sampling AN1

Nonuniform sampling AN1 Digial Alias-free Signal Processing Applicaion Noes Nonuniform sampling AN1 Sepember 2001 1 Inroducion To process signals digially, hey obviously have o be presened in he appropriae digial forma. Therefore

More information

Automatic location and removal of video logos

Automatic location and removal of video logos Auomaic locaion and removal of video logos Wei-Qi Yan 1 Jun Wang 2 Mohan S. Kankanhalli 1 1 School of Compuing Naional Universi of Singapore Singapore e-mail: {anwq mohan}@comp.nus.edu.sg 2 Facul of Elecrical

More information

Evaluation of a Singing Voice Conversion Method Based on Many-to-Many Eigenvoice Conversion

Evaluation of a Singing Voice Conversion Method Based on Many-to-Many Eigenvoice Conversion INTERSEECH 2013 Evaluaion of a Singing Voice Conversion Mehod Based on Many-o-Many Eigenvoice Conversion Hironori Doi 1, Tomoki Toda 1, Tomoyasu Nakano 2, Masaaka Goo 2, Saoshi Nakamura 1 1 Graduae School

More information

UPDATE FOR DESIGN OF STRUCTURAL STEEL HOLLOW SECTION CONNECTIONS VOLUME 1 DESIGN MODELS, First edition 1996 A.A. SYAM AND B.G.

UPDATE FOR DESIGN OF STRUCTURAL STEEL HOLLOW SECTION CONNECTIONS VOLUME 1 DESIGN MODELS, First edition 1996 A.A. SYAM AND B.G. REF: ASI TN006 Version ASI Head Office Level 13, 99 Moun Sree Norh Sydney NSW 060 Tel: 0 9931 6666 Email: enquiries@seel.org.au (ABN)/ACN (94) 000973 839 www.seel.org.au ASI TECHNICAL NOTE TN006 V Auhors:

More information

EX 5 DIGITAL ELECTRONICS (GROUP 1BT4) G

EX 5 DIGITAL ELECTRONICS (GROUP 1BT4) G EX 5 IGITAL ELECTRONICS (GROUP BT4) G Afer compleing he ask and sudying Unis 2., 2.2, 2.3 and 2.4, you will be able o (ick all ha apply): Explain he concep of memory in digial sysems and why we alk abou

More information

Lab 2 Position and Velocity

Lab 2 Position and Velocity b Lab 2 Posiion and Velociy Wha You Need To Know: Working Wih Slope In las week s lab you deal wih a lo of graphing ideas. You will coninue o use one of hese ideas in his week s lab, namely slope. Howeer,

More information

Coded Strobing Photography: Compressive Sensing of High-speed Periodic Events

Coded Strobing Photography: Compressive Sensing of High-speed Periodic Events IEEE TRANSACTIONS ON ATTERN ANALYSIS AND MACHINE INTELLIGENCE 1 Coded Srobing hoography: Compressive Sensing of High-speed eriodic Evens Ashok Veeraraghavan, Member, IEEE, Dikpal Reddy, Suden Member, IEEE,

More information

A ROBUST DIGITAL IMAGE COPYRIGHT PROTECTION USING 4-LEVEL DWT ALGORITHM

A ROBUST DIGITAL IMAGE COPYRIGHT PROTECTION USING 4-LEVEL DWT ALGORITHM Inernaional Journal of Advanced Technology in Engineering and Science wwwiaescom Volume No, Issue No, November 4 ISSN online: 348 755 A ROBUST DIGITAL IMAGE COPYRIGHT PROTECTION USING 4-LEVEL DWT ALGORITHM

More information

Determinants of investment in fixed assets and in intangible assets for hightech

Determinants of investment in fixed assets and in intangible assets for hightech Nunes, P., Serrasqueiro, Z., & Maos, A. (2017). Deerminans of invesmen in fixed asses and in inangible asses for high-ech firms. Journal of Inernaional Sudies, 10(1), 173-179. doi:10.14254/2071-8330.2017/10-1/12

More information

First Result of the SMA Holography Experirnent

First Result of the SMA Holography Experirnent Firs Resul of he SMA Holography Experirnen Xiaolei Zhang Peer Brako Dan Oberlander Nimesh Pae1 Tirupai K. Sridharan A4nony A. Sark December 11, 1996 Submillimeer Array Memorandum, No. 102 Absrac This memo

More information

Removal of Order Domain Content in Rotating Equipment Signals by Double Resampling

Removal of Order Domain Content in Rotating Equipment Signals by Double Resampling Removal of Order Domain Conen in Roaing Equipmen Signals by Double Resampling By: Charles L. Groover Marin W. Trehewey Deparmen of Mechanical and Nuclear Engineering Penn Sae Universiy Universiy Park,

More information

Performance Rendering for Piano Music with a Combination of Probabilistic Models for Melody and Chords

Performance Rendering for Piano Music with a Combination of Probabilistic Models for Melody and Chords IPSJ SIG Technical Repor 1 1 1 1 Performance Rendering for Piano Music wih a Combinaion of Probabilisic Models for Melody and Chords Tae Hun Kim, 1 Saoru Fukayama, 1 Takuya Nishimoo 1 and Shigeki Sagayama

More information

Truncated Gray-Coded Bit-Plane Matching Based Motion Estimation and its Hardware Architecture

Truncated Gray-Coded Bit-Plane Matching Based Motion Estimation and its Hardware Architecture 1530 IEEE Transacions on onsumer Elecronics, Vol. 55, No. 3, AUGUST 2009 Truncaed Gray-oded Bi-Plane Maching Based Moion Esimaion and is Hardware Archiecure Anıl Çelebi, Suden Member, IEEE, Orhan Akbulu,

More information

AUTOCOMPENSATIVE SYSTEM FOR MEASUREMENT OF THE CAPACITANCES

AUTOCOMPENSATIVE SYSTEM FOR MEASUREMENT OF THE CAPACITANCES 6 Auocompensaive Sysem for Measuremen of he Capaciances Radioengineering ATOCOMPENSATIVE SYSTEM FOR MEASREMENT OF THE CAPACITANCES Marin KOLLÁR, Vikor ŠPÁNY, Tomáš GABAŠ Dep. of Elecronics and Mulimedia

More information

G E T T I N G I N S T R U M E N T S, I N C.

G E T T I N G I N S T R U M E N T S, I N C. G E T T I N G I N S T R U M E N T S, I N C. WWW.GETTINGINSTRUMENTS.COM SAN DIEGO, CA 619-855-1246 DUAL MODE ANALOG / DIGITAL STIMULUS ISOLATION UNIT MODEL 4-AD INSTRUCTION MANUAL GETTING INSTRUMENTS, INC.

More information

Source and Channel Coding Issues for ATM Networks y. ECSE Department, Rensselaer Polytechnic Institute, Troy, NY 12180, U.S.A

Source and Channel Coding Issues for ATM Networks y. ECSE Department, Rensselaer Polytechnic Institute, Troy, NY 12180, U.S.A Source and Channel Coding Issues for ATM Neworks y V.Parhasarahy, J.W.Modesino and K.S.Vasola ECSE Deparmen, Rensselaer Polyechnic Insiue, Troy, NY 12180, U.S.A Email: ParhasarahyV@indy.ce.com, fmodesin,vasolag@ecse.rpi.edu

More information

LATCHES Implementation With Complex Gates

LATCHES Implementation With Complex Gates LECTURE 7 SEUENTIAL MOS LOGIC CIRCUITS Implemenaion Wih Primiive Gaes Lecure Goals * Undersand and be able o design: laches and flip-flops implemened wih primiive gaes laches and flip-flops implemened

More information

Mean-Field Analysis for the Evaluation of Gossip Protocols

Mean-Field Analysis for the Evaluation of Gossip Protocols Mean-Field Analysis for he Evaluaion of Gossip Proocols Rena Bakhshi, Lucia Cloh, Wan Fokkink, Boudewijn Haverkor Deparmen of Compuer Science, Vrije Universiei Amserdam, Amserdam, Neherlands Cenre for

More information

Telemetrie-Messtechnik Schnorrenberg

Telemetrie-Messtechnik Schnorrenberg Funcion Descripion of Digial Telemery 1. Digial Telemery Sysems 1.1 Telemery Sysems wih PCM-Technology For he wireless ransmission of several informaion channels, several differen RF ransmission frequencies

More information

Advanced Handheld Tachometer FT Measure engine rotation speed via cigarette lighter socket sensor! Cigarette lighter socket sensor FT-0801

Advanced Handheld Tachometer FT Measure engine rotation speed via cigarette lighter socket sensor! Cigarette lighter socket sensor FT-0801 Advanced Handheld Tachomeer Measure engine roaion speed via cigaree ligher socke sensor! Cigaree ligher socke sensor FT-0801 Advanced Handheld Tachomeer Roaion pulse no needed. Roaion speed measured via

More information

Novel Power Supply Independent Ring Oscillator

Novel Power Supply Independent Ring Oscillator Novel Power Supply Independen Ring Oscillaor MOHAMMAD HASSAN MONTASERI, HOSSEIN MIAR NAIMI ECE Deparmen Babol Universiy of Technology Shariay S, Babol, Mazandaran IRAN mh.monaseri@gmail.com Absrac: - A

More information

2015 Communication Guide

2015 Communication Guide 2015 Communicaion Guide Polarec, LLC 46 Safford Sree Lawrence, MA 01841 Inquiries: info@polarec.com POLARTEC.COM 2015 Communicaion Guide Welcome 1 Overview 2 The Polarec Brand Collecion of Fabrics 3 Polarec

More information

Solution Guide II-A. Image Acquisition. HALCON Progress

Solution Guide II-A. Image Acquisition. HALCON Progress Soluion Guide II-A Image Acquisiion HALCON 17.12 Progress The Ar of Image Acquisiion, Version 17.12 All righs reserved. No par of his publicaion may be reproduced, sored in a rerieval sysem, or ransmied

More information

On Mopping: A Mathematical Model for Mopping a Dirty Floor

On Mopping: A Mathematical Model for Mopping a Dirty Floor On Mopping: A Mahemaical Model for Mopping a Diry Floor Connor Palaucci McGill Universiy Faculy of Engineering Absrac Several imes in my life I have been old ha mopping he floor is no a valid mehod of

More information

Physics 218: Exam 1. Sections: , , , 544, , 557,569, 572 September 28 th, 2016

Physics 218: Exam 1. Sections: , , , 544, , 557,569, 572 September 28 th, 2016 Physics 218: Exam 1 Secions: 201-203, 520-529,534-538, 544, 546-555, 557,569, 572 Sepember 28 h, 2016 Please read he insrucions below, bu do no open he exam unil old o do so. Rules of he Exam: 1. You have

More information

Solution Guide II-A. Image Acquisition. Building Vision for Business. MVTec Software GmbH

Solution Guide II-A. Image Acquisition. Building Vision for Business. MVTec Software GmbH Soluion Guide II-A Image Acquisiion MVTec Sofware GmbH Building Vision for Business Overview Obviously, he acquisiion of s is a ask o be solved in all machine vision applicaions. Unforunaely, his ask mainly

More information

A Delay-efficient Radiation-hard Digital Design Approach Using CWSP Elements

A Delay-efficient Radiation-hard Digital Design Approach Using CWSP Elements A Delay-efficien Radiaion-hard Digial Design Approach Using SP Elemens Charu Nagpal Rajesh Garg Sunil P Khari Deparmen of EE, Texas A&M Universiy, College Saion TX 77843. Absrac In his paper, we presen

More information

The Art of Image Acquisition

The Art of Image Acquisition HALCON Applicaion Noe The Ar of Image Acquisiion Provided Funcionaliy Connecing o simple and complex configuraions of frame grabbers and cameras Acquiring s in various iming modes Configuring frame grabbers

More information

A Delay-efficient Radiation-hard Digital Design Approach Using CWSP Elements

A Delay-efficient Radiation-hard Digital Design Approach Using CWSP Elements A Delay-efficien Radiaion-hard Digial Design Approach Using SP Elemens Charu Nagpal Rajesh Garg Sunil P Khari Deparmen of EE, Texas A&M Universiy, College Saion TX 77843. Absrac In his paper, we presen

More information

TEA2037A HORIZONTAL & VERTICAL DEFLECTION CIRCUIT

TEA2037A HORIZONTAL & VERTICAL DEFLECTION CIRCUIT APPLICATION NOTE HORIZONTAL & VERTICAL DEFLECTION CIRCUIT By B. D HALLUIN SUMMARY Page I INTRODUCTION....................................................... 2 II FUNCTIONAL DESCRIPTION OF................................

More information

Monitoring Technology

Monitoring Technology Monioring Technology IT ine Monior IR 9112/710, IS 9112/711, IS 9112/712 varimeer 0244240 Circui diagram IR 9112/710 IS 9112/712 According o IEC/EN 60 255, DIN VDE 0435-303, IEC/EN 61 557 For rooms used

More information

Besides our own analog sensors, it can serve as a controller performing variegated control functions for any type of analog device by any maker.

Besides our own analog sensors, it can serve as a controller performing variegated control functions for any type of analog device by any maker. SENSOR CTROERS SERIES High-funcional Digial Panel Conroller / Inpu Bes parner for analog sensors 2 Analog Inpu Versaile conrol wih analog sensors Besides our own analog sensors, i can serve as a conroller

More information

Region-based Temporally Consistent Video Post-processing

Region-based Temporally Consistent Video Post-processing Region-based Temporally Consisen Video Pos-processing Xuan Dong Tsinghua Universiy dongx1@mails.singhua.edu.cn Boyan Bonev UC Los Angeles bonev@ucla.edu Yu Zhu Norhwesern Polyechnical Universiy zhuyu1986@mail.nwpu.edu.cn

More information

The Art of Image Acquisition

The Art of Image Acquisition HALCON Applicaion Noe The Ar of Image Acquisiion Provided Funcionaliy Connecing o simple and complex configuraions of frame grabbers and cameras Acquiring s in various iming modes Configuring frame grabbers

More information

THERMOELASTIC SIGNAL PROCESSING USING AN FFT LOCK-IN BASED ALGORITHM ON EXTENDED SAMPLED DATA

THERMOELASTIC SIGNAL PROCESSING USING AN FFT LOCK-IN BASED ALGORITHM ON EXTENDED SAMPLED DATA XIX IMEKO World Congress Fundamenal and Applied Merology Sepember 6 11, 9, Lisbon, Porugal THERMOELASTIC SIGNAL PROCESSING USING AN FFT LOCK-IN BASED ALGORITHM ON EXTENDED SAMPLED DATA L. D Acquiso 1,

More information

A Methodology for Evaluating Storage Systems in Distributed and Hierarchical Video Servers

A Methodology for Evaluating Storage Systems in Distributed and Hierarchical Video Servers A Mehodology for Evaluaing Sorage Sysems in Disribued and Hierarchical Video Servers William Tezlaff, Marin Kienzle, Dinkar Siaram BM T. J. Wason Research Cener Yorkown Heighs, NY 10598 Absrac Large scale

More information

And the Oscar Goes to...peeeeedrooooo! 1

And the Oscar Goes to...peeeeedrooooo! 1 And he Oscar Goes o...peeeeedrooooo! 1 Bey Agnani and Henry Aray 2 Universiy of Granada November, 2010 Absrac In his aricle we are ineresed in how he producion of Spanish feaure films reacs o an Oscar

More information

VECM and Variance Decomposition: An Application to the Consumption-Wealth Ratio

VECM and Variance Decomposition: An Application to the Consumption-Wealth Ratio Inernaional Journal of Economics and Finance; Vol. 9, No. 6; 2017 ISSN 1916-971X E-ISSN 1916-9728 Published by Canadian Cener of Science and Educaion VECM and Variance Decomposiion: An Applicaion o he

More information

The Impact of e-book Technology on Book Retailing

The Impact of e-book Technology on Book Retailing The Impac of e-book Technology on Book Reailing Yabing Jiang Graduae School of Business Adminisraion Fordham Universiy yajiang@fordham.edu Evangelos Kasamakas Graduae School of Business Adminisraion Fordham

More information

Communication Systems, 5e

Communication Systems, 5e Communicaion Sysems, 5e Chaper 3: Signal Transmission and Filering A. Bruce Carlson aul B. Crilly 010 The McGraw-Hill Companies Chaper 3: Signal Transmission and Filering Response of LTI sysems Signal

More information

SC434L_DVCC-Tutorial 1 Intro. and DV Formats

SC434L_DVCC-Tutorial 1 Intro. and DV Formats SC434L_DVCC-Tuorial 1 Inro. and DV Formas Dr H.R. Wu Associae Professor Audiovisual Informaion Processing and Digial Communicaions Monash niversiy hp://www.csse.monash.edu.au/~hrw Email: hrw@csse.monash.edu.au

More information

Supercompression for Full-HD and 4k-3D (8k) Digital TV Systems

Supercompression for Full-HD and 4k-3D (8k) Digital TV Systems Supercompression for Full-HD and 4k-3D (8k Digial TV Sysems Mario Masriani Absrac In his work, we developed he concep of supercompression, i.e., compression above he compression sandard used. In his conex,

More information

Enabling Switch Devices

Enabling Switch Devices Enabling Swich Devices A4EG A4EG Enabling Grip Swich wih Disinc Feel for Three Easily Discernible Posiions The difficul ask of configuring safey circuis is now easily achieved by combining he A4EG wih

More information

Digital Panel Controller

Digital Panel Controller SENSOR CTROERS SERIES Digial Panel Conroller NPS / Inpu Bes Parner for Analog Sensors 2 Analog Inpu PS-18V Power Supply Versaile Conrol wih Analog Sensors Bornier : IP 20 Applicable SUNX s analog s Laser

More information

Diffusion in Concert halls analyzed as a function of time during the decay process

Diffusion in Concert halls analyzed as a function of time during the decay process Audiorium Acousics 11, Dublin Diffusion in Concer halls analyzed as a funcion of ime during he decay process Claus Lynge Chrisensen & Jens Holger Rindel Odeon A/S, Lyngby, Denmark Agenda Why invesigae

More information

DIGITAL MOMENT LIMITTER. Instruction Manual EN B

DIGITAL MOMENT LIMITTER. Instruction Manual EN B DIGITAL MOMENT LIMITTER Insrucion Manual EN294 1379 B FORWARD Thank you very much for your purchasing Minebea s Momen Limier DML 802B. This manual explains insallaion procedures and connecing mehod and

More information

Personal Computer Embedded Type Servo System Controller. Simple Motion Board User's Manual (Advanced Synchronous Control) -MR-EM340GF

Personal Computer Embedded Type Servo System Controller. Simple Motion Board User's Manual (Advanced Synchronous Control) -MR-EM340GF Personal Compuer Embedded Type Servo Sysem Conroller Simple Moion Board User's Manual (Advanced Synchronous Conrol) -MR-EM340GF SAFETY PRECAUTIONS (Read hese precauions before using his produc.) Before

More information

Trinitron Color TV KV-TG21 KV-PG21 KV-PG14. Operating Instructions M70 M61 M40 P70 P (1)

Trinitron Color TV KV-TG21 KV-PG21 KV-PG14. Operating Instructions M70 M61 M40 P70 P (1) 4-084-17-1(1) Triniron Color TV Operaing Insrucions Before operaing he uni, please read his manual horoughly and reain i for fuure reference. GB KV-TG1 KV-PG1 KV-PG14 001 Sony Corporaion M70 M61 M40 P70

More information

TUBICOPTERS & MORE OBJECTIVE

TUBICOPTERS & MORE OBJECTIVE The Mah Projecs Journal Page 1 LESSON PLAN TUBICOPTERS & MORE OBJECTIVE The goal of his lesson is wo-fol:1) Suens raw conclusions from graphs wihin conexs an 2) Suens use hese conexs o iscern he meaning

More information

SAFETY WITH A SYSTEM V EN

SAFETY WITH A SYSTEM V EN SAFETY WITH A SYSTEM - 1.0 EN SOFTWARE SAFE PROGRAMMING SINGLE POINT OF ENGINEERING DEELOPMENT ENIRONMENT (IDE) Wih COMBIIS sudio 6 safey machine designers can mee compliance wih IEC 61508 SIL3 and ISO/EN

More information

TLE6251D. Data Sheet. Automotive Power. High Speed CAN-Transceiver with Bus Wake-up. Rev. 1.0,

TLE6251D. Data Sheet. Automotive Power. High Speed CAN-Transceiver with Bus Wake-up. Rev. 1.0, High Speed CAN-Transceiver wih Bus Wake-up Daa Shee Rev. 1.0, 2012-07-27 Auomoive Power Table of Conens 1 Overview....................................................................... 3 2 Block Diagram...................................................................

More information

TLE7251V. 1 Overview. Features. Potential applications. Product validation. High Speed CAN-Transceiver with Bus Wake-up

TLE7251V. 1 Overview. Features. Potential applications. Product validation. High Speed CAN-Transceiver with Bus Wake-up High Speed CAN-Transceiver wih Bus Wake-up 1 Overview Feaures Fully compaible o ISO 11898-2/-5 Wide common mode range for elecromagneic immuniy (EMI) Very low elecromagneic emission (EME) Excellen ESD

More information

Marjorie Thomas' schemas of Possible 2-voice canonic relationships

Marjorie Thomas' schemas of Possible 2-voice canonic relationships Marjorie Thomas' schemas of Possible 2-voice canon Real Time Tempo Canons wih Anescofo Chrisopher Trapani Columbia Universiy, New York cm2150@columbia.edu ABSTRACT Wih recen advances in score-following

More information

BLOCK-BASED MOTION ESTIMATION USING THE PIXELWISE CLASSIFICATION OF THE MOTION COMPENSATION ERROR

BLOCK-BASED MOTION ESTIMATION USING THE PIXELWISE CLASSIFICATION OF THE MOTION COMPENSATION ERROR Signal & Image Processing : An Inernaional Journal SIPIJ Vol.3 No.5 Ocober 2012 BLOCK-BASED MOTION ESTIMATION USING THE PIXELWISE CLASSIFICATION OF THE MOTION COMPENSATION ERROR Jun-Yong Kim 1 Rae-Hong

More information

TLE7251V. Data Sheet. Automotive Power. High Speed CAN-Transceiver with Bus Wake-up TLE7251VLE TLE7251VSJ. Rev. 1.0,

TLE7251V. Data Sheet. Automotive Power. High Speed CAN-Transceiver with Bus Wake-up TLE7251VLE TLE7251VSJ. Rev. 1.0, TLE7251V High Speed CAN-Transceiver wih Bus Wake-up Daa Shee Rev. 1.0, 2015-09-10 Auomoive Power Table of Conens Table of Conens................................................................ 2 1 Overview.......................................................................

More information

SINGING VOICE MELODY TRANSCRIPTION USING DEEP NEURAL NETWORKS

SINGING VOICE MELODY TRANSCRIPTION USING DEEP NEURAL NETWORKS SINGING VOICE MELODY TRANSCRIPTION USING DEEP NEURAL NETWORKS François Rigaud and Mathieu Radenen Audionamix R&D 7 quai de Valmy, 7 Paris, France .@audionamix.com ABSTRACT This paper

More information

Commissioning EN. Inverter. Inverter i510 Cabinet 0.25 to 2.2 kw

Commissioning EN. Inverter. Inverter i510 Cabinet 0.25 to 2.2 kw Commissioning EN Inverer Inverer i510 Cabine 0.25 o 2.2 kw Conens Conens 1 General informaion 11 1.1 Read firs, hen sar 11 2 Safey insrucions 12 2.1 Basic safey measures 12 2.2 Residual hazards 13 2.3

More information

R&D White Paper WHP 120. Digital on-channel repeater for DAB. Research & Development BRITISH BROADCASTING CORPORATION.

R&D White Paper WHP 120. Digital on-channel repeater for DAB. Research & Development BRITISH BROADCASTING CORPORATION. R&D Whie Paper WHP 120 Sepember 2005 Digial on-channel repeaer for DAB A. Wiewiorka and P.N. Moss Research & Developmen BRITISH BROADCASTING CORPORATION BBC Research & Developmen Whie Paper WHP 120 A.

More information

TLE Overview. High Speed CAN FD Transceiver. Qualified for Automotive Applications according to AEC-Q100

TLE Overview. High Speed CAN FD Transceiver. Qualified for Automotive Applications according to AEC-Q100 High Speed CAN FD Transceiver 1 Overview Qualified for Auomoive Applicaions according o AEC-Q100 Feaures Fully complian o ISO 11898-2 (2016) and SAE J2284-4/-5 Reference device and par of Ineroperabiliy

More information

Emergence of invariant representation of vocalizations in the auditory cortex

Emergence of invariant representation of vocalizations in the auditory cortex J Neurophysiol 114: 2726 274, 215. Firs published Augus 26, 215; doi:1.1152/jn.95.215. Emergence of invarian represenaion of vocalizaions in he audiory corex Isaac M. Carruhers, 1,2 Diego A. Laplagne,

More information

Student worksheet: Spoken Grammar

Student worksheet: Spoken Grammar Grammar o go! Language healh-check Suden workshee: Spoken Grammar Time for your language healh-check. Find ou how Grammar Scan can help you achieve greaer accuracy. Firs do he diagnosic ess o check your

More information

United States Patent (19) Gardner

United States Patent (19) Gardner Unied Saes Paen (19) Gardner 4) MICRPRGRAM CNTRL UNITS (7) Invenor: Peer Lyce Gardner, Tolebank, England (73) Assignee: Inernaional Business Machines Corporaion, Armonk, N.Y. 22 Filed: Nov. 13, 197 (21)

More information

SOME FUNCTIONAL PATTERNS ON THE NON-VERBAL LEVEL

SOME FUNCTIONAL PATTERNS ON THE NON-VERBAL LEVEL SOME FUNCTIONAL PATTERNS ON THE NON-VERBAL LEVEL A GREAT MANY words have been wrien on he subjec of 'beauy,' many very beauiful and many very wise. They explain quie clearly why cerain hings, or classes

More information

Computer Graphics Applications to Crew Displays

Computer Graphics Applications to Crew Displays Fairfield Universiy DigialCommons@Fairfield Mahemaics Faculy Publicaions Mahemaics Deparmen 8-1-1983 Compuer Graphics Applicaions o Crew Displays Joan Wyzkoski Weiss Fairfield Universiy, weiss@fairfield.edu

More information

Circuit Breaker Ratings A Primer for Protection Engineers

Circuit Breaker Ratings A Primer for Protection Engineers Circui Breaker Raings A Primer for Proecion Engineers Bogdan Kaszenny, Schweizer Engineering Laboraories, Inc. Joe Rosron, Souhern Saes, LLC Absrac This paper explains he asymmerical shor-circui inerruping

More information

Video inpainting of complex scenes based on local statistical model

Video inpainting of complex scenes based on local statistical model Video inpaining of complex scenes based on local saisical model Voronin V.V. (a), Sizyakin R.A. (a), Marchuk V.I. (a), Yigang Cen (b), Galusov G.G. (c), Egiazarian K.O. (d) ; (a) Don Sae Technical universiy,

More information

H3CR. Multifunctional Timer Twin Timer Star-delta Timer Power OFF-delay Timer H3CR-A H3CR-AS H3CR-AP H3CR-A8 H3CR-A8S H3CR-A8E H3CR-G.

H3CR. Multifunctional Timer Twin Timer Star-delta Timer Power OFF-delay Timer H3CR-A H3CR-AS H3CR-AP H3CR-A8 H3CR-A8S H3CR-A8E H3CR-G. Solid-sae Timer H3CR Please read and undersand his caalog before purchasing he producs. Please consul your OMRON represenaive if you have any quesions or commens. Refer o Warrany and Applicaion Consideraions

More information

ZEP - 644SXWW 640SX - LED 150 W. Profile spot

ZEP - 644SXWW 640SX - LED 150 W. Profile spot f ZEP - 644SXWW 640SX - LED 150 W Type: Profile spo Source: LED 150 W PSU: Elecronic - DMX Opics: 16 o 35 zoom Colour emperaure: 3200 K Profile spo The new powerful LED profile An evoluion of he award-winning

More information

(12) (10) Patent N0.: US 7,260,789 B2 Hunleth et a]. (45) Date of Patent: Aug. 21, 2007

(12) (10) Patent N0.: US 7,260,789 B2 Hunleth et a]. (45) Date of Patent: Aug. 21, 2007 Unied Saes Paen US007260789B2 (12) (10) Paen N0.: US 7,260,789 B2 Hunleh e a]. (45) Dae of Paen: Aug. 21, 2007 (54) METHOD OF REAL-TIME INCREMENTAL 5,671,342 A 9/1997 Millier e a1. ZOOMING 5,745,710 A

More information

TLE9251V. 1 Overview. High Speed CAN Transceiver. Qualified for Automotive Applications according to AEC-Q100. Features

TLE9251V. 1 Overview. High Speed CAN Transceiver. Qualified for Automotive Applications according to AEC-Q100. Features TLE9251V 1 Overview Qualified for Auomoive Applicaions according o AEC-Q100 Feaures PG-TSON-8 Fully complian o ISO 11898-2 (2016) and SAE J2284-4/-5 Reference device and par of Ineroperabiliy Tes Specificaion

More information

LCD Module Specification

LCD Module Specification LCD Module Specificaion Model: LG128643-SMLYH6V Table of Conens COVER & CONTENTS 1 BASIC SPECIFICATIONS 2 ABSOLUTE MAXIMUM RATINGS 3 ELECTRICAL CHARACTERISTICS 4 OPERATING PRINCIPLES & METHODES 7 DISPLAY

More information

A Link Layer Analytical Model for High Speed Full- Duplex Free Space Optical Links

A Link Layer Analytical Model for High Speed Full- Duplex Free Space Optical Links A Link Layer Analyical Model for High Seed Full- Dulex Free Sace Oical Links Pi Huang and A. C. Boucouvalas Mulimedia Communicaions Research Grou School of Design, Engineering and Comuing Bournemouh Universiy,

More information

Theatrical Feature Film Trade in the United States, Europe, and Japan since the 1950s: An Empirical Study of the Home Market Effect

Theatrical Feature Film Trade in the United States, Europe, and Japan since the 1950s: An Empirical Study of the Home Market Effect Thearical Feaure Film Trade in he Unied Saes, Europe, and Japan since he 1950s: An Empirical Sudy of he Home Marke Effec David Waerman Dep. of Telecommunicaions Indiana Universiy 1229 E. 7 h S. Bloomingon,

More information

Q = OCM Pro. Very Accurate Flow Measurement in partially and full filled Pipes and Channels

Q = OCM Pro. Very Accurate Flow Measurement in partially and full filled Pipes and Channels Q = Σ i i i OCM Pro Very ccurae Flow Measuremen in parially and full filled Pipes and Channels OCM Pro New in he Field of Flow Measuremen Measuremen of he Real Flow Velociy Profile Spaial llocaion of Single

More information

SiI9127A/SiI1127A HDMI Receiver with Deep Color Output

SiI9127A/SiI1127A HDMI Receiver with Deep Color Output SiI9127A/SiI1127A HDMI Receiver wih Deep Color Oupu SiI-DS-1059-D May 2017 Conens Acronyms in This Documen... 6 1. General Descripion... 7 Inpus... 7 Digial Video Oupu... 7 Digial Audio Inerface... 8 Consumer

More information

Drivers Evaluation of Performance of LED Traffic Signal Modules

Drivers Evaluation of Performance of LED Traffic Signal Modules Civil Engineering Sudies Transporaion Engineering Series No. 120 Traffic Operaions Lab Series No. 5 UILU-ENG-2002-2010 ISSN-0917-9191 Drivers Evaluaion of Performance of LED Traffic Signal Modules By Rahim

More information