MOTION-GUIDED QUANTIZATION FOR VIDEO TONE MAPPING

Size: px
Start display at page:

Download "MOTION-GUIDED QUANTIZATION FOR VIDEO TONE MAPPING"

Transcription

1 MOTION-GUIDED QUANTIZATION FOR VIDEO TONE MAPPING Ronan Boitard, Dominique Thoreau Tehniolor 975 Av. des Champs Blans Cesson-Sevigne, Frane Rémi Cozot, Kadi Bouatouh IRISA 263 Avenue du Général Leler Rennes, Frane ABSTRACT Tone Mapping Operators (TMOs) transform High Dynami Range (HDR) ontents to address Low Dynami Range (LDR) displays. However, before reahing the end-user, these ontents are usually ompressed using a ode (oderdeoder) for broadasting or storage purposes. Ahieving the best trade-off between rendering and ompression effiieny is of prime importane. Any TMO inludes a rounding quantization to onvert floating point values to integer ones. In this work, we propose to modify this quantization to inrease the ompression effiieny of the tone mapped ontent. By using a motion ompensation, our tehnique preserves the rendering intent of the TMO while maximizing the orrelations between suessive frames. Experimental results show that we an save up to 12% of the total bit-rate as well as an average bit-rate redution of 8.5% for all the test sequenes. We show that our tehnique an be applied to other appliations suh as denoising. Index Terms HDR Video, Video Tone Mapping, Video Compression, HEVC, Adaptive Quantization. 1. INTRODUCTION Tone Mapping Operators (TMOs) transform High Dynami Range (HDR) images or video sequenes to a lower dynami range. Tone mapping still images has been a field of ative researh over the last deade and several satisfying solutions exist [1, 2]. With the reent developments in the HDR video aquisition field [3], more and more HDR video ontents are available. Consequently, video tone mapping has drawn a lot of attention reently [4, 5, 6]. These tehniques usually fous on the subjetive quality of the tone mapped video ontents. However, before reahing the end-user, these ontents need to be ompressed using a ode (oder-deoder) for broadasting or storage purposes. By tuning the tone map urve of a TMO, one an inrease the quality of the deoded ontents [7, 8]. However, the tone map urve is not the only aspet that an influene the ompression effiieny. Indeed, the last operation performed by a TMO onsists in quantizing floating point values to integer ones. We believe that by making this quantization temporally oherent a higher ompression effiieny an be ahieved. To this end, we propose to adapt the quantization to inrease the temporal orrelations between suessive frames. This paper is organized as follows. In setion 2, we provide the neessary bakground to understand the proposed tehnique. Then, we present our method whih adapts the quantization based on a motion estimation/ompensation. In setion 4, we ompare, in terms of ompression effiieny, our method with a rounding-based quantization. Then we show how we extend our approah to handle denoising. Before onluding, we provide a detailed explanation on how our tehnique an be improved to ahieve an even higher ompression effiieny. 2. BACKGROUND We present in this paper a tehnique whih onsists in adapting the quantization of any TMOs to inrease the video ompression effiieny. To this end, we first define what we mean by quantization before presenting tone mapping. Then we briefly introdue some key aspets of the ITU-T H.265 / MPEG-H Part 2 High Effiieny Video Code (HEVC) [9] Quantization In this paper, the term quantization refers to onverting a floating point value to an integer one. When quantizing a value, one has only three hoies: floor ( ), eil ( ) or round ( ). This quantization is different from the adaptive quantization, usually onsidered in imagery, that onsists in optimizing the distribution of the quantization bins in regard to an image s umulative distributive funtion [10]. To the best of our knowledge, no work has been performed on adapting the quantization (the onversion) to an appliation Tone Mapping TMOs onvert HDR ontents to Low Dynami Range (LDR) ones. In HDR imaging, the pixels represent the physial sene

2 Fig. 1. Workflow of the three steps needed to perform a tone mapping operation. luminane (expressed in d/m 2 ) stored as floating point values. In the ase of LDR imaging, the pixels are assigned ode values orresponding to a olor spae standard representation, the most ommon one being the BT.709. Fig. 1 illustrates the HDR to LDR onversion. First, the mapping operation, whih is the ore of a TMO, ompresses HDR values to fit in the range [0-1]. As there is a multitude of TMOs and their desription is not relevant to this paper, we refer the reader to [1, 2] for further details. Seondly, the gamma enoding redistributes the tonal level loser to how our eyes pereive them (usually γ = 1/2.2). Finally, the quantization step onverts floating point values to integer ode values orresponding to the used bit-depth (i.e. [0; 2 n 1] for n bits). This operation onsists in saling the gamma enoded values to the maximum value desired (i.e. 2 n 1) and then rounding them to the nearest integer: I = Q(I u ) = (2 n 1)I u (1) where Q( ) represents the quantization operation, n the used bit-depth and the rounding to the nearest lower integer. I u (respetively I) represents the unquantized (respetively quantized) gamma enoded image. For the sake of larity, saling by a fator of (2 n 1) will be omitted in the quantization equations. The quantization is performed for eah hannel of the image I u separately, regardless of its representation, i.e. RGB, YUV et. When dealing with video sequenes, TMOs apply the desribed operations to eah frame separately. As for video TMOs, they deal with temporal ohereny only by modifying the mapping operation [4] or by post-proessing I u [11] High Effiieny Video Code HEVC is the suessor of the ITU-T H.264 / MPEG-4 Part 10 Advaned Video Coding (AVC) ode. Developed by the Joint Collaborative Team on Video Coding (JCT-VC) group, it was released in January 2013 and is reported to double AVC ompression ratio. The HEVC test Model (HM) is urrently in its version 12. HEVC is a blok-based ode that exploits both spatial and temporal orrelations between the ode values of the pixels to ahieve a high ompression ratio. To exploit these orrelations, bloks are predited using two proesses. Intra-predition relies on spatial orrelation to predit the urrent blok using bloks already deoded in the urrent frame. Inter-predition exploits the temporal orrelation by prediting the urrent blok using bloks from a set of previous/subsequent deoded frames. The predited blok is then subtrated from the original blok leaving only the residuals to be enoded. As this paper fouses on temporal ohereny, a detailed explanation of the inter-predition is given hereafter. To predit the urrent blok, a blok-based motion estimation is performed to find the best temporal predition. It onsists in finding a blok that minimizes the distortion with the urrent blok to be enoded. An example of distortion metris is the Sum of Absolute Differenes (SAD) or the Mean Square Error (MSE). This motion estimation is performed for different blok-sizes (from 64 to 4 organized in a quad-tree in the HM). The seleted motion vetor is the one that minimizes a rate-distortion funtion. The inter-predition results from performing a motion ompensation on a referene frame using the seleted motion vetors. In video ompression, it is generally onsidered that the losest the predition, the more effiient the ompression. In the next setion, we present a tehnique to adapt the quantization at the tone mapping stage so as to improve a ode s inter-predition. 3. MOTION-GUIDED QUANTIZATION (MGQ) 3.1. Motivations Before broadasting it to the end-user, any video ontent needs to be enoded using a ode. Tone mapped HDR video ontents annot skip this proess. By optimizing the tone mapping/ompression ombination, one ould inrease the quality of the rendered ontents while reduing the broadaster s bandwidth use. In setion 2.2, we mentioned that the quantization performed by a TMO onsists in a rounding to the nearest integer (Eq. 1). In the meanwhile, we stated that inreasing the quality of a ode s inter-predition results in higher ompression ratios (beause the resulting residuals are smaller). From the two above observations, we believe that by adapting the quantization to the predition proess of a ode, its ompression effiieny an be inreased. To this end, we propose a quantization method that adapts to any TMO and inreases the orrelation between suessive frames. With this aim in view, the quantization of the gamma enoded urrent frame to be tone mapped (F u, represented by floating point values) should adapt to the previously tone mapped frame (F r whih values have been already quantized). Fig. 2 illustrates the tone mapping of two suessive frames of an HDR video sequene with and without using our tehnique. The following setion details how our tehnique,

3 Fig. 2. Tone mapping two onseutive frames with and without applying the MGQ. The range of eah input/output as well as the type of data is indiated (N = uint, R = float). alled Motion-Guided Quantization (MGQ), adapts the quantization Our Approah Reall that the aim of our tehnique is to inrease the ompression effiieny of a tone mapped ontent by adapting the quantization operation. As a ode greatly relies on the interpredition to remove redundant data, inreasing the quality of this predition should provide a higher ompression effiieny. As mentioned in setion 2.3, the inter-predition relies on a motion estimation/ompensation operation to remove redundant data between frames of a video sequene. That is why we first perform a Motion Estimation (ME) between Fr and Fu to obtain, for eah pixel loation (x, y), a motion vetor (δx, δy). We then ompute the Motion Compensation (MC) whih provides the inter-predited frame Fp : Fp (x, y) = Fr (x + δx, y + δy) (2) To be onsistent with the predition proess used in HEVC, the motion estimation is only performed on the luma hannel and the resulting motion vetors are used for eah hannel of a YUV frame. Our tehnique uses the predited frame Fp to adapt the quantization of the urrent frame Fu : FMGQ = M GQ(Fu ) = bfu dfu e if Fu Fp 0 if Fu Fp < 0 (3) where M GQ( ) represents the Motion-Guided Quantization operation while b (respetively d e) represents the rounding to the nearest lower (respetively higher) integer. Reall that Fu is expressed with floating point values while Fp with integer ones. Both frame s values range from 0 to 2n 1. As in setion 2.2, the M GQ is applied to eah hannel of the frame Fu separately. The workflow of the MGQ tehnique is illustrated in Fig. 3. Our method effiiently inreases the quality of the inter-predition by reduing the distortion between the predited frame Fp and the urrent frame Fu. Fig. 3. Details on the MGQ. AQ stands for Adaptive Quantization (Eq. 3 or Eq. 4). Fr is the tone mapped referene frame, Fu the tone mapped urrent frame before quantization. The MGQ provides the quantized tone mapped frame FMGQ. However, with our tehnique the distortion between Fu and FMCQ is always higher than or equal to the rounding quantization. To tune the trade-off between the quantization distortion and inter-predition effiieny, we add a parameter δ that enables our tehnique to adapt to the differene between Fp and Fu : if 0 Fu bfu Fp < δ MGQ u df e if δ < Fu (4) F = Fp < 0 bfu otherwise To better understand the way this trade-off behaves, let us onsider three ases: δ = 0, δ = 1 and δ =. When δ = 0, the MGQ behaves as a rounding quantization while for δ = it orresponds to Eq. 3. For δ = 1, we define Ω as the set of pixels to whih the MGQ has been applied, say those that satisfy kfp Fu k < δ. After applying the quantization, we obtain FMGQ (Ω) = Fp (Ω) sine the distortion was lower than δ (i.e. 1). Consequently, when prediting FMGQ (Ω) using Fp (Ω) the resulting residuals are equal to 0. All the other pixels are quantized using the rounding operation. Table 1 illustrates different quantizations orresponding to different pixels onditions. Table 2 summarizes the tradeoff between the distortion to the original unquantized values Fu and that of the predited values Fp. To sum up, fixing δ allows the user to balane the number of pixels quantized using the MGQ or the rounding, based on the distortion between the unquantized values and the predition. A higher δ means a higher distortion between FMGQ and Fu as well as a higher quality of the predition Fp, thereby reduing the amount of residuals to enode. 4. RESULTS Our tehnique aims at inreasing the ompression effiieny while adapting to any TMO without altering its intent. In this setion, we show that the distortion obtained with our tehnique and the rounding quantization are very lose. Finally,

4 Table 1. Example of the different quantization tehniques. F u is the unquatized tone mapped frame, F p the predited frame and F MGQ the urrent tone mapped frame quantized using different values of δ (f. Eq. 4). F u F p F u F p , δ = , δ = , δ = Table 2. Sum of distortion resulting from the different quantization of table 1. F u FMGQ F p, δ = , δ = , δ = Table 3. PSNR in db by quantizing with and w/o using our tehnique (59 db orrespond to a MSE of 0.081). Quantization Sun Tunnel Students TunnelHD Rounding MGQ MGQ Inf we report the ompression effiieny of tone mapped ontents with and without using our tehnique Quantization Loss Integer quantization assigns several floating point values to the same integer. This proess obviously results in a loss of information in the quantized signal. We assess the loss due to the quantization by omputing the Peak Signal to Noise Ratio (PSNR) between the unquantized urrent frame F u and the quantized one F. Table 3 reports the PSNR using three different quantizations: Rounding, MGQ with δ = 1 (noted MGQ 1 ) and MGQ with δ = (named MGQ Inf ). As mentioned before, our quantization tehnique provides a slightly more distorted sequene than the rounding quantization. This distortion is no greater than one ode value for all the quantized pixels (ontrary to the rounding quantization that entails a maximum distortion of half a ode value). For omparison, the distortion due to a lossy ode is always greater than or equal to one ode value. Fig. 4. Rate-distortion results for the Sun sequene Compression Effiieny For our experiments on ompression effiieny, we used the HM 12.0 with the Random Aess Main Profile. To assess the ompression effiieny, one usually ompares the PSNR between the input video and its deoded ounterpart. This omparison an be performed in two different ways. First, eah input video is enoded at targeted bit-rates. A diret omparison of the PSNR allows to assess the inreased quality of the ontent for these bit-rates. Fig. 4 and 5 plot the results with and without using the M GQ quantization. The two sequenes used (Sun and Tunnel [12]) are of VGA resolution (640x480) while the targeted bit-rates are 125, 250, 500 and 1000 kbps. We used Ramsey et al. TMO [13] to tone map both HDR sequenes. Results show that we ahieve a higher quality of reonstrution (between 0.15 db and 0.4 db gain) at the deoding stage using the MGQ Inf. We an also notie that the higher the bit-rate, the higher the gain. The ase MGQ 1 provides only a small improvement over the rounding operation. The trade-off between distortion and ompression effiieny is illustrated through Table 3 and Fig. 4 and 5. Note that by tuning the δ parameter, one an shift the MGQ δ urve from the Rounding to the MGQ Inf urve. The seond tehnique omputes the average perentile bit-rate redution under the same PSNR. Table 4 reports the Bjontegaard Distortion rate (BD-rate) [14] for the tested video sequenes. The sequene TunnelHD is of HD resolution (1920x1080) and has been also tone mapped using Ramsey et al. TMO [13]. The Students sequene [6] however is of resolution 1280x720 and has been tone mapped using Farbman et al. TMO [15]. The results show that for the same quality, the MGQ Inf provides an average bit-rate redution of 8.5% for all the test sequenes. Note that the two VGA sequenes perform better than the two other ones. This is due to the fat that these sequenes are relatively noisy and our quantization tehnique redues some of the temporal noise. In the next setion, we show that our tehnique an be extended to other appliations suh as denoising.

5 Table 5. Average PSNR between a denoised version of a tone mapped video sequene and this sequene quantized either with a rounding quantization or the MGQ. Quantization Sun Tunnel Students TunnelHD Rounding MGQ Inf Fig. 5. Rate-distortion results for the Tunnel sequene. Table 4. Average perentile bit-rate redution under the same PSNR when omparing the Rounding and the MGQ Inf quantization tehniques. The BD-rate is omputed using piee-wise ubi interpolation. Sequene Y U V Sun -12.8% -40.1% -40.6% Tunnel -10.4% -31.7% -32.7% Students -5.6% -18.8% -17.5% TunnelHD -5.4% -21.7% -24.5% Average -8.5% -28.1% -28.8% 5. DENOISING APPLICATION As mentioned above, our method performs better for the Sun and Tunnel sequenes beause it redues the temporal noise. When ompression is not the targeted appliations, our method an redue the noise present in a tone mapped video sequenes. Indeed, in the previous setion, the MGQ was guided by the value of the differene between F u F p. Instead of adapting to the inter-predited frame F p, we adapt our quantization to a denoised frame F d. The way F d is omputed is not relevant to this paper and any existing denoising tehniques an be used [16]. For our experiments, we will onsider a simple temporal-filtering with motion ompensation: M F k d (x, y) = l= N F k l (x δx k,k l, y δy k,k l ) w(l) where (δx k,k l, δy k,k l ) is a motion vetor obtained through a motion estimation between frames F k l and F k. N (respetively M) represents the number of non-ausal (respetively ausal) extents of the averaging window and w(l) are the weights or the filter oeffiients. Note that ausal frames are expressed with integer values while non-ausal ones with (5) floating point values (inluding the urrent one whih is in our ase F u ). For our experiments we used only two frames in the filter bank: the previous one F r and the urrent one F u. We tested our method on the same set of sequenes and TMOs as in setion 4.2. To assess the performane of our method when ompared to the rounding quantization, we ompute the PSNR between the quantized frame (either F or ) and the desired denoised frame F d. We report those PSNR in Table 5. For all test sequenes, we ahieve at least 1 db of gain using the MGQ tehnique when ompared to the rounding tehnique. The main advantage of using our tehnique rather than performing a denoising after the tone mapping resides in the fat that our tehnique do not introdue additional artifats to the sequene. Indeed, denoising usually results in a smoothing whih is soure of problems when performed on edges. However, our tehnique fails for really noisy sequenes. In a more generalized manner, we believe that our method an adapt to any appliation where tone mapping is required provided that the right test value is hosen (e.g. F p for ompression and F d for denoising). 6. FUTURE WORK Our method has some limitations, the main one being its omputational omplexity due to the motion estimation. Furthermore, the proposed implementation is sub-optimum with respet to the predition proess performed in HEVC. Beause, first our tehnique does not follow the Group Of Pitures (GOP) hierarhial pattern that is used in a ode. Indeed, it only uses motion ompensation between suessive frames. Seond, the intra-predition proess should also benefit from our quantization. Third, a blok-based ode uses a ratedistortion ost funtion to selet the best preditor for eah blok while our solution only relies on a distortion metris. To sum up, the MGQ tehnique, if implemented in the oding loop instead of being a pre-proessing, should provide an even higher ompression effiieny. It would allow to tune the quantization separately for eah of the available predition mode. The seleted mode and its assoiated quantization would depend on the ode s rate-distortion funtion rather than solely on the distortion. Regarding the trade-off parameter δ, it ould be linked to the rate-distortion fun-

6 tion to ahieve a higher ompression effiieny while reduing the quantization distortion. Furthermore, the omputational omplexity would no longer be an issue as the motion estimation is already performed for the inter-frame predition. However, to implement our approah inside the oding loop of a blok-based enoder (say HEVC), the omputations within the ode should be performed with floating point values rather than integer. Finally, addressing more appliations suh as olor reprodution or traking should be investigated. 7. CONCLUSION In this paper, we pointed out that, when performing tone mapping, rounding quantization is not effiient. We hose a quantization that aimed at improving the ompression effiieny of tone mapped video ontents. Our tehnique relies on the motion ompensation between two suessive frames of a sequene to adapt the quantization during the tone mapping. Results showed an average bit-rate redution under the same PSNR ranging from 5.4% to 12.8%. The proposed method allows a trade-off between ompression effiieny and quantization distortion of the original video. We also applied our tehnique to denoising to show that our method an be generalized to deal with any appliations where tone mapping is needed. Aknowledgment The TunnelHD sequene was produed by Binole and Tehniolor within the framework of the frenh ollaborative projet NEVEx. 8. REFERENCES [1] E. Reinhard, W. Heidrih, P. Debeve, S. Pattanaik, G. Ward, and K. Myszkowski, High Dynami Range Imaging, 2nd Edition: Aquisition, Display, and Image- Based Lighting, [2] F. Banterle, A. Artusi, K. Debattista, and A. Chalmers, Advaned High Dynami Range Imaging: Theory and Pratie, AK Peters (CRC Press), Natik, MA, USA, [3] M. D. Toi, C. Kiser, N. Toi, and P. Sen, A versatile HDR video prodution system, ACM Transations on Graphis, vol. 30, no. 4, pp. 1, [4] R. Boitard, D. Thoreau, K. Bouatouh, and R. Cozot, Temporal Cohereny in Video Tone Mapping, a Survey, in HDRi First International Conferene and SME Workshop on HDR imaging, mapping, in HDRi Seond International Conferene and SME Workshop on HDR imaging, [6] G. Eilertsen, R. Wanat, R. Mantiuk, and J. Unger, Evaluation of Tone Mapping Operators for HDR- Video, Computer Grahpis Forum, vol. 32, no. 7, pp , 2013, Students sequene available at [7] Z. Mai, H. Mansour, R. Mantiuk, P. Nasiopoulos, R. Ward, and W. Heidrih, Optimizing a tone urve for bakward-ompatible high dynami range image and video ompression., IEEE Transations on Image Proessing (TIP), vol. 20, no. 6, pp , [8] R. Boitard, D. Thoreau, R. Cozot, and K. Bouatouh, Impat of Temporal Coherene-Based Tone Mapping on Video Compression, in Proeedings of the 21st European Signal Proessing Conferene (EUSIPCO), Marrakeh, Moroo, [9] G. J. Sullivan, J.-R. Ohm, W.-J. Han, and T. Wiegand, Overview of the High Effiieny Video Coding (HEVC) Standard, IEEE Transations on Ciruits and Systems for Video Tehnology, vol. 22, no. 12, pp , [10] L. Yang and D. Wu, Adaptive quantization using pieewise ompanding and saling for Gaussian mixture, J. Vis. Comun. Image Represent., vol. 23, no. 7, pp , [11] R. Boitard, R. Cozot, D. Thoreau, and K. Bouatouh, Zonal brightness ohereny for video tone mapping, Signal Proessing: Image Communiation, vol. 29, no. 2, pp , [12] G. Krawzyk,, Sun and Tunnel sequenes available at [13] S. Ramsey, J. J. III, and C. Hansen, Adaptive temporal tone mapping, Computer Graphis and Imaging ,, no. 3, pp. 3 7, [14] G. Bjontegaard, Improvement of the bd-psnr model, ITU-T SG16, VCEG-AI11, [15] Z. Farbman and D. Lishinski, Tonal stabilization of video, ACM Transations on Graphis, vol. 30, no. 4, pp. 1, [16] J. Brailean, R. Kleihorst, S. Efstratiadis, A. Katsaggelos, and R. Lagendijk, Noise redution filters for dynami image sequenes: a review, Proeedings of the IEEE, vol. 83, no. 9, pp , [5] R. Boitard, R. Cozot, D. Thoreau, and K. Bouatouh, Survey of temporal brightness artifats in video tone

Prediction-Guided Quantization for Video Tone Mapping

Prediction-Guided Quantization for Video Tone Mapping Prediction-Guided Quantization for Video Tone Mapping Agnès Le Dauphin a, Ronan Boitard a,b, Dominique Thoreau a, Yannick Olivier a, Edouard Francois a and Fabrice LeLéannec a a Technicolor, 975 Av. des

More information

A model for measurement of the states in a coupled-dot qubit

A model for measurement of the states in a coupled-dot qubit A model for measurement of the states in a oupled-dot qubit H B Sun and H M Wiseman Centre for Quantum Computer Tehnology Centre for Quantum Dynamis Griffith University Brisbane 4 QLD Australia E-mail:

More information

A Spatiotemporal Approach to Passive Sound Source Localization

A Spatiotemporal Approach to Passive Sound Source Localization A Spatiotemporal Approah Passive Sound Soure Loalization Pasi Pertilä, Mikko Parviainen, Teemu Korhonen and Ari Visa Institute of Signal Proessing Tampere University of Tehnology, P.O.Box 553, FIN-330,

More information

On the Designs and Challenges of Practical Binary Dirty Paper Coding

On the Designs and Challenges of Practical Binary Dirty Paper Coding On the Designs and Challenges of Pratial Binary Dirty Paper Coding 04 / 08 / 2009 Gyu Bum Kyung and Chih-Chun Wang Center for Wireless Systems and Appliations Shool of Eletrial and Computer Eng. Outline

More information

Coding for Noisy Write-Efficient Memories

Coding for Noisy Write-Efficient Memories Coding for oisy Write-Effiient Memories Qing Li Computer Si. & Eng. Dept. Texas A & M University College Station, TX 77843 qingli@se.tamu.edu Anxiao (Andrew) Jiang CSE and ECE Departments Texas A & M University

More information

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion Millennium Relativity Aeleration Composition he Relativisti Relationship between Aeleration and niform Motion Copyright 003 Joseph A. Rybzyk Abstrat he relativisti priniples developed throughout the six

More information

Multi-version Coding for Consistent Distributed Storage of Correlated Data Updates

Multi-version Coding for Consistent Distributed Storage of Correlated Data Updates Multi-version Coding for Consistent Distributed Storage of Correlated Data Updates Ramy E. Ali and Vivek R. Cadambe 1 arxiv:1708.06042v1 [s.it] 21 Aug 2017 Abstrat Motivated by appliations of distributed

More information

Assessing the Performance of a BCI: A Task-Oriented Approach

Assessing the Performance of a BCI: A Task-Oriented Approach Assessing the Performane of a BCI: A Task-Oriented Approah B. Dal Seno, L. Mainardi 2, M. Matteui Department of Eletronis and Information, IIT-Unit, Politenio di Milano, Italy 2 Department of Bioengineering,

More information

Estimating the probability law of the codelength as a function of the approximation error in image compression

Estimating the probability law of the codelength as a function of the approximation error in image compression Estimating the probability law of the odelength as a funtion of the approximation error in image ompression François Malgouyres Marh 7, 2007 Abstrat After some reolletions on ompression of images using

More information

Nonreversibility of Multiple Unicast Networks

Nonreversibility of Multiple Unicast Networks Nonreversibility of Multiple Uniast Networks Randall Dougherty and Kenneth Zeger September 27, 2005 Abstrat We prove that for any finite direted ayli network, there exists a orresponding multiple uniast

More information

Supplementary Materials

Supplementary Materials Supplementary Materials Neural population partitioning and a onurrent brain-mahine interfae for sequential motor funtion Maryam M. Shanehi, Rollin C. Hu, Marissa Powers, Gregory W. Wornell, Emery N. Brown

More information

Coding for Random Projections and Approximate Near Neighbor Search

Coding for Random Projections and Approximate Near Neighbor Search Coding for Random Projetions and Approximate Near Neighbor Searh Ping Li Department of Statistis & Biostatistis Department of Computer Siene Rutgers University Pisataay, NJ 8854, USA pingli@stat.rutgers.edu

More information

Case I: 2 users In case of 2 users, the probability of error for user 1 was earlier derived to be 2 A1

Case I: 2 users In case of 2 users, the probability of error for user 1 was earlier derived to be 2 A1 MUTLIUSER DETECTION (Letures 9 and 0) 6:33:546 Wireless Communiations Tehnologies Instrutor: Dr. Narayan Mandayam Summary By Shweta Shrivastava (shwetash@winlab.rutgers.edu) bstrat This artile ontinues

More information

Complexity of Regularization RBF Networks

Complexity of Regularization RBF Networks Complexity of Regularization RBF Networks Mark A Kon Department of Mathematis and Statistis Boston University Boston, MA 02215 mkon@buedu Leszek Plaskota Institute of Applied Mathematis University of Warsaw

More information

23.1 Tuning controllers, in the large view Quoting from Section 16.7:

23.1 Tuning controllers, in the large view Quoting from Section 16.7: Lesson 23. Tuning a real ontroller - modeling, proess identifiation, fine tuning 23.0 Context We have learned to view proesses as dynami systems, taking are to identify their input, intermediate, and output

More information

Robust Flight Control Design for a Turn Coordination System with Parameter Uncertainties

Robust Flight Control Design for a Turn Coordination System with Parameter Uncertainties Amerian Journal of Applied Sienes 4 (7): 496-501, 007 ISSN 1546-939 007 Siene Publiations Robust Flight ontrol Design for a urn oordination System with Parameter Unertainties 1 Ari Legowo and Hiroshi Okubo

More information

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS CHAPTER 4 DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS 4.1 INTRODUCTION Around the world, environmental and ost onsiousness are foring utilities to install

More information

Evaluation of effect of blade internal modes on sensitivity of Advanced LIGO

Evaluation of effect of blade internal modes on sensitivity of Advanced LIGO Evaluation of effet of blade internal modes on sensitivity of Advaned LIGO T0074-00-R Norna A Robertson 5 th Otober 00. Introdution The urrent model used to estimate the isolation ahieved by the quadruple

More information

Lecture 3 - Lorentz Transformations

Lecture 3 - Lorentz Transformations Leture - Lorentz Transformations A Puzzle... Example A ruler is positioned perpendiular to a wall. A stik of length L flies by at speed v. It travels in front of the ruler, so that it obsures part of the

More information

EE 321 Project Spring 2018

EE 321 Project Spring 2018 EE 21 Projet Spring 2018 This ourse projet is intended to be an individual effort projet. The student is required to omplete the work individually, without help from anyone else. (The student may, however,

More information

Scalable Positivity Preserving Model Reduction Using Linear Energy Functions

Scalable Positivity Preserving Model Reduction Using Linear Energy Functions Salable Positivity Preserving Model Redution Using Linear Energy Funtions Sootla, Aivar; Rantzer, Anders Published in: IEEE 51st Annual Conferene on Deision and Control (CDC), 2012 DOI: 10.1109/CDC.2012.6427032

More information

Where as discussed previously we interpret solutions to this partial differential equation in the weak sense: b

Where as discussed previously we interpret solutions to this partial differential equation in the weak sense: b Consider the pure initial value problem for a homogeneous system of onservation laws with no soure terms in one spae dimension: Where as disussed previously we interpret solutions to this partial differential

More information

Hankel Optimal Model Order Reduction 1

Hankel Optimal Model Order Reduction 1 Massahusetts Institute of Tehnology Department of Eletrial Engineering and Computer Siene 6.245: MULTIVARIABLE CONTROL SYSTEMS by A. Megretski Hankel Optimal Model Order Redution 1 This leture overs both

More information

Optimal control of solar energy systems

Optimal control of solar energy systems Optimal ontrol of solar energy systems Viorel Badesu Candida Oanea Institute Polytehni University of Buharest Contents. Optimal operation - systems with water storage tanks 2. Sizing solar olletors 3.

More information

State Diagrams. Margaret M. Fleck. 14 November 2011

State Diagrams. Margaret M. Fleck. 14 November 2011 State Diagrams Margaret M. Flek 14 November 2011 These notes over state diagrams. 1 Introdution State diagrams are a type of direted graph, in whih the graph nodes represent states and labels on the graph

More information

Sensitivity Analysis in Markov Networks

Sensitivity Analysis in Markov Networks Sensitivity Analysis in Markov Networks Hei Chan and Adnan Darwihe Computer Siene Department University of California, Los Angeles Los Angeles, CA 90095 {hei,darwihe}@s.ula.edu Abstrat This paper explores

More information

CMSC 451: Lecture 9 Greedy Approximation: Set Cover Thursday, Sep 28, 2017

CMSC 451: Lecture 9 Greedy Approximation: Set Cover Thursday, Sep 28, 2017 CMSC 451: Leture 9 Greedy Approximation: Set Cover Thursday, Sep 28, 2017 Reading: Chapt 11 of KT and Set 54 of DPV Set Cover: An important lass of optimization problems involves overing a ertain domain,

More information

Parallel disrete-event simulation is an attempt to speed-up the simulation proess through the use of multiple proessors. In some sense parallel disret

Parallel disrete-event simulation is an attempt to speed-up the simulation proess through the use of multiple proessors. In some sense parallel disret Exploiting intra-objet dependenies in parallel simulation Franeso Quaglia a;1 Roberto Baldoni a;2 a Dipartimento di Informatia e Sistemistia Universita \La Sapienza" Via Salaria 113, 198 Roma, Italy Abstrat

More information

FINITE WORD LENGTH EFFECTS IN DSP

FINITE WORD LENGTH EFFECTS IN DSP FINITE WORD LENGTH EFFECTS IN DSP PREPARED BY GUIDED BY Snehal Gor Dr. Srianth T. ABSTRACT We now that omputers store numbers not with infinite preision but rather in some approximation that an be paed

More information

max min z i i=1 x j k s.t. j=1 x j j:i T j

max min z i i=1 x j k s.t. j=1 x j j:i T j AM 221: Advaned Optimization Spring 2016 Prof. Yaron Singer Leture 22 April 18th 1 Overview In this leture, we will study the pipage rounding tehnique whih is a deterministi rounding proedure that an be

More information

A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS

A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS Vietnam Journal of Mehanis, VAST, Vol. 4, No. (), pp. A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS Le Thanh Tung Hanoi University of Siene and Tehnology, Vietnam Abstrat. Conventional ship autopilots are

More information

Calibration of Piping Assessment Models in the Netherlands

Calibration of Piping Assessment Models in the Netherlands ISGSR 2011 - Vogt, Shuppener, Straub & Bräu (eds) - 2011 Bundesanstalt für Wasserbau ISBN 978-3-939230-01-4 Calibration of Piping Assessment Models in the Netherlands J. Lopez de la Cruz & E.O.F. Calle

More information

QCLAS Sensor for Purity Monitoring in Medical Gas Supply Lines

QCLAS Sensor for Purity Monitoring in Medical Gas Supply Lines DOI.56/sensoren6/P3. QLAS Sensor for Purity Monitoring in Medial Gas Supply Lines Henrik Zimmermann, Mathias Wiese, Alessandro Ragnoni neoplas ontrol GmbH, Walther-Rathenau-Str. 49a, 7489 Greifswald, Germany

More information

Control Theory association of mathematics and engineering

Control Theory association of mathematics and engineering Control Theory assoiation of mathematis and engineering Wojieh Mitkowski Krzysztof Oprzedkiewiz Department of Automatis AGH Univ. of Siene & Tehnology, Craow, Poland, Abstrat In this paper a methodology

More information

Physical Laws, Absolutes, Relative Absolutes and Relativistic Time Phenomena

Physical Laws, Absolutes, Relative Absolutes and Relativistic Time Phenomena Page 1 of 10 Physial Laws, Absolutes, Relative Absolutes and Relativisti Time Phenomena Antonio Ruggeri modexp@iafria.om Sine in the field of knowledge we deal with absolutes, there are absolute laws that

More information

Variation Based Online Travel Time Prediction Using Clustered Neural Networks

Variation Based Online Travel Time Prediction Using Clustered Neural Networks Variation Based Online Travel Time Predition Using lustered Neural Networks Jie Yu, Gang-Len hang, H.W. Ho and Yue Liu Abstrat-This paper proposes a variation-based online travel time predition approah

More information

DERIVATIVE COMPRESSIVE SAMPLING WITH APPLICATION TO PHASE UNWRAPPING

DERIVATIVE COMPRESSIVE SAMPLING WITH APPLICATION TO PHASE UNWRAPPING 17th European Signal Proessing Conferene (EUSIPCO 2009) Glasgow, Sotland, August 24-28, 2009 DERIVATIVE COMPRESSIVE SAMPLING WITH APPLICATION TO PHASE UNWRAPPING Mahdi S. Hosseini and Oleg V. Mihailovih

More information

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach Amerian Journal of heoretial and Applied tatistis 6; 5(-): -8 Published online January 7, 6 (http://www.sienepublishinggroup.om/j/ajtas) doi:.648/j.ajtas.s.65.4 IN: 36-8999 (Print); IN: 36-96 (Online)

More information

Danielle Maddix AA238 Final Project December 9, 2016

Danielle Maddix AA238 Final Project December 9, 2016 Struture and Parameter Learning in Bayesian Networks with Appliations to Prediting Breast Caner Tumor Malignany in a Lower Dimension Feature Spae Danielle Maddix AA238 Final Projet Deember 9, 2016 Abstrat

More information

Maximum Likelihood Multipath Estimation in Comparison with Conventional Delay Lock Loops

Maximum Likelihood Multipath Estimation in Comparison with Conventional Delay Lock Loops Maximum Likelihood Multipath Estimation in Comparison with Conventional Delay Lok Loops Mihael Lentmaier and Bernhard Krah, German Aerospae Center (DLR) BIOGRAPY Mihael Lentmaier reeived the Dipl.-Ing.

More information

The simulation analysis of the bridge rectifier continuous operation in AC circuit

The simulation analysis of the bridge rectifier continuous operation in AC circuit Computer Appliations in Eletrial Engineering Vol. 4 6 DOI 8/j.8-448.6. The simulation analysis of the bridge retifier ontinuous operation in AC iruit Mirosław Wiślik, Paweł Strząbała Kiele University of

More information

A NETWORK SIMPLEX ALGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM

A NETWORK SIMPLEX ALGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM NETWORK SIMPLEX LGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM Cen Çalışan, Utah Valley University, 800 W. University Parway, Orem, UT 84058, 801-863-6487, en.alisan@uvu.edu BSTRCT The minimum

More information

Broadcast Channels with Cooperating Decoders

Broadcast Channels with Cooperating Decoders To appear in the IEEE Transations on Information Theory, Deember 2006. 1 Broadast Channels with Cooperating Deoders Ron Dabora Sergio D. Servetto arxiv:s/0505032v3 [s.it] 1 Nov 2006 Abstrat We onsider

More information

RESEARCH ON RANDOM FOURIER WAVE-NUMBER SPECTRUM OF FLUCTUATING WIND SPEED

RESEARCH ON RANDOM FOURIER WAVE-NUMBER SPECTRUM OF FLUCTUATING WIND SPEED The Seventh Asia-Paifi Conferene on Wind Engineering, November 8-1, 9, Taipei, Taiwan RESEARCH ON RANDOM FORIER WAVE-NMBER SPECTRM OF FLCTATING WIND SPEED Qi Yan 1, Jie Li 1 Ph D. andidate, Department

More information

6.4 Dividing Polynomials: Long Division and Synthetic Division

6.4 Dividing Polynomials: Long Division and Synthetic Division 6 CHAPTER 6 Rational Epressions 6. Whih of the following are equivalent to? y a., b. # y. y, y 6. Whih of the following are equivalent to 5? a a. 5, b. a 5, 5. # a a 6. In your own words, eplain one method

More information

A simple expression for radial distribution functions of pure fluids and mixtures

A simple expression for radial distribution functions of pure fluids and mixtures A simple expression for radial distribution funtions of pure fluids and mixtures Enrio Matteoli a) Istituto di Chimia Quantistia ed Energetia Moleolare, CNR, Via Risorgimento, 35, 56126 Pisa, Italy G.

More information

ELG 5372 Error Control Coding. Claude D Amours Lecture 2: Introduction to Coding 2

ELG 5372 Error Control Coding. Claude D Amours Lecture 2: Introduction to Coding 2 ELG 5372 Error Control Coding Claude D Amours Leture 2: Introdution to Coding 2 Deoding Tehniques Hard Deision Reeiver detets data before deoding Soft Deision Reeiver quantizes reeived data and deoder

More information

Sensor management for PRF selection in the track-before-detect context

Sensor management for PRF selection in the track-before-detect context Sensor management for PRF seletion in the tra-before-detet ontext Fotios Katsilieris, Yvo Boers, and Hans Driessen Thales Nederland B.V. Haasbergerstraat 49, 7554 PA Hengelo, the Netherlands Email: {Fotios.Katsilieris,

More information

Sensitivity of Spectrum Sensing Techniques to RF impairments

Sensitivity of Spectrum Sensing Techniques to RF impairments Sensitivity of Spetrum Sensing Tehniques to RF impairments Jonathan Verlant-Chenet Julien Renard Jean-Mihel Driot Philippe De Donker François Horlin Université Libre de Bruelles - OPERA Dpt., Avenue F.D.

More information

ETSI EN V8.0.1 ( )

ETSI EN V8.0.1 ( ) EN 300 728 V8.0.1 (2000-11) European Standard (Teleommuniations series) Digital ellular teleommuniations system (Phase 2+); Comfort noise aspets for Enhaned Full Rate (EFR) speeh traffi hannels (GSM 06.62

More information

THE classical noiseless index coding problem consists of. Lattice Index Coding. arxiv: v3 [cs.it] 7 Oct 2015

THE classical noiseless index coding problem consists of. Lattice Index Coding. arxiv: v3 [cs.it] 7 Oct 2015 Lattie Index Coding Lakshmi Natarajan, Yi Hong, Senior Member, IEEE, and Emanuele Viterbo, Fellow, IEEE arxiv:40.6569v3 [s.it] 7 Ot 05 Abstrat The index oding problem involves a sender with K messages

More information

IMPEDANCE EFFECTS OF LEFT TURNERS FROM THE MAJOR STREET AT A TWSC INTERSECTION

IMPEDANCE EFFECTS OF LEFT TURNERS FROM THE MAJOR STREET AT A TWSC INTERSECTION 09-1289 Citation: Brilon, W. (2009): Impedane Effets of Left Turners from the Major Street at A TWSC Intersetion. Transportation Researh Reord Nr. 2130, pp. 2-8 IMPEDANCE EFFECTS OF LEFT TURNERS FROM THE

More information

An Adaptive Optimization Approach to Active Cancellation of Repeated Transient Vibration Disturbances

An Adaptive Optimization Approach to Active Cancellation of Repeated Transient Vibration Disturbances An aptive Optimization Approah to Ative Canellation of Repeated Transient Vibration Disturbanes David L. Bowen RH Lyon Corp / Aenteh, 33 Moulton St., Cambridge, MA 138, U.S.A., owen@lyonorp.om J. Gregory

More information

Centroid Detection by Gaussian Pattern Matching In Adaptive Optics

Centroid Detection by Gaussian Pattern Matching In Adaptive Optics 010 International Journal of Computer Appliations (0975-8887) Centroid Detetion by Gaussian Pattern Mathing In Adaptive Optis Akondi Vyas Indian Institute of Astrophysis Indian Institute of Siene M B Roopashree

More information

Developing Excel Macros for Solving Heat Diffusion Problems

Developing Excel Macros for Solving Heat Diffusion Problems Session 50 Developing Exel Maros for Solving Heat Diffusion Problems N. N. Sarker and M. A. Ketkar Department of Engineering Tehnology Prairie View A&M University Prairie View, TX 77446 Abstrat This paper

More information

Singular Event Detection

Singular Event Detection Singular Event Detetion Rafael S. Garía Eletrial Engineering University of Puerto Rio at Mayagüez Rafael.Garia@ee.uprm.edu Faulty Mentor: S. Shankar Sastry Researh Supervisor: Jonathan Sprinkle Graduate

More information

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach Measuring & Induing Neural Ativity Using Extraellular Fields I: Inverse systems approah Keith Dillon Department of Eletrial and Computer Engineering University of California San Diego 9500 Gilman Dr. La

More information

Einstein s Three Mistakes in Special Relativity Revealed. Copyright Joseph A. Rybczyk

Einstein s Three Mistakes in Special Relativity Revealed. Copyright Joseph A. Rybczyk Einstein s Three Mistakes in Speial Relativity Revealed Copyright Joseph A. Rybzyk Abstrat When the evidene supported priniples of eletromagneti propagation are properly applied, the derived theory is

More information

Development of Fuzzy Extreme Value Theory. Populations

Development of Fuzzy Extreme Value Theory. Populations Applied Mathematial Sienes, Vol. 6, 0, no. 7, 58 5834 Development of Fuzzy Extreme Value Theory Control Charts Using α -uts for Sewed Populations Rungsarit Intaramo Department of Mathematis, Faulty of

More information

Quantum secret sharing without entanglement

Quantum secret sharing without entanglement Quantum seret sharing without entanglement Guo-Ping Guo, Guang-Can Guo Key Laboratory of Quantum Information, University of Siene and Tehnology of China, Chinese Aademy of Sienes, Hefei, Anhui, P.R.China,

More information

UTC. Engineering 329. Proportional Controller Design. Speed System. John Beverly. Green Team. John Beverly Keith Skiles John Barker.

UTC. Engineering 329. Proportional Controller Design. Speed System. John Beverly. Green Team. John Beverly Keith Skiles John Barker. UTC Engineering 329 Proportional Controller Design for Speed System By John Beverly Green Team John Beverly Keith Skiles John Barker 24 Mar 2006 Introdution This experiment is intended test the variable

More information

MODELLING THE POSTPEAK STRESS DISPLACEMENT RELATIONSHIP OF CONCRETE IN UNIAXIAL COMPRESSION

MODELLING THE POSTPEAK STRESS DISPLACEMENT RELATIONSHIP OF CONCRETE IN UNIAXIAL COMPRESSION VIII International Conferene on Frature Mehanis of Conrete and Conrete Strutures FraMCoS-8 J.G.M. Van Mier, G. Ruiz, C. Andrade, R.C. Yu and X.X. Zhang Eds) MODELLING THE POSTPEAK STRESS DISPLACEMENT RELATIONSHIP

More information

Effects of Vane Sweep on Fan-Wake/Outlet-Guide-Vane Interaction Broadband Noise

Effects of Vane Sweep on Fan-Wake/Outlet-Guide-Vane Interaction Broadband Noise Effets of Vane Sweep on Fan-Wake/Outlet-Guide-Vane Interation Broadband Noise Hongbin Ju* GE Global Researh Center, One Researh Cirle, Niskayuna, NY. 09 A method is developed for prediting broadband noise

More information

Probabilistic analysis of the face stability of circular tunnels

Probabilistic analysis of the face stability of circular tunnels Probabilisti analysis of the fae stability of irular tunnels Guilhem Mollon 1, Daniel Dias 2 and Abdul-Hamid Soubra 3, M. ASCE 1 PhD Student, INSA Lyon, LGCIE Site Coulomb 3, Géotehnique, Bât. J.C.A. Coulomb,

More information

A variant of Coppersmith s Algorithm with Improved Complexity and Efficient Exhaustive Search

A variant of Coppersmith s Algorithm with Improved Complexity and Efficient Exhaustive Search A variant of Coppersmith s Algorithm with Improved Complexity and Effiient Exhaustive Searh Jean-Sébastien Coron 1, Jean-Charles Faugère 2, Guénaël Renault 2, and Rina Zeitoun 2,3 1 University of Luxembourg

More information

General Closed-form Analytical Expressions of Air-gap Inductances for Surfacemounted Permanent Magnet and Induction Machines

General Closed-form Analytical Expressions of Air-gap Inductances for Surfacemounted Permanent Magnet and Induction Machines General Closed-form Analytial Expressions of Air-gap Indutanes for Surfaemounted Permanent Magnet and Indution Mahines Ronghai Qu, Member, IEEE Eletroni & Photoni Systems Tehnologies General Eletri Company

More information

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 4, 2012

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 4, 2012 INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume, No 4, 01 Copyright 010 All rights reserved Integrated Publishing servies Researh artile ISSN 0976 4399 Strutural Modelling of Stability

More information

9 Geophysics and Radio-Astronomy: VLBI VeryLongBaseInterferometry

9 Geophysics and Radio-Astronomy: VLBI VeryLongBaseInterferometry 9 Geophysis and Radio-Astronomy: VLBI VeryLongBaseInterferometry VLBI is an interferometry tehnique used in radio astronomy, in whih two or more signals, oming from the same astronomial objet, are reeived

More information

Contact Block Reduction Method for Ballistic Quantum Transport with Semi-empirical sp3d5s* Tight Binding band models

Contact Block Reduction Method for Ballistic Quantum Transport with Semi-empirical sp3d5s* Tight Binding band models Purdue University Purdue e-pubs Other Nanotehnology Publiations Birk Nanotehnology Center -2-28 Contat Redution Method for Ballisti Quantum Transport with Semi-empirial sp3d5s* Tight Binding band models

More information

EECS 120 Signals & Systems University of California, Berkeley: Fall 2005 Gastpar November 16, Solutions to Exam 2

EECS 120 Signals & Systems University of California, Berkeley: Fall 2005 Gastpar November 16, Solutions to Exam 2 EECS 0 Signals & Systems University of California, Berkeley: Fall 005 Gastpar November 6, 005 Solutions to Exam Last name First name SID You have hour and 45 minutes to omplete this exam. he exam is losed-book

More information

Improvements in the Modeling of the Self-ignition of Tetrafluoroethylene

Improvements in the Modeling of the Self-ignition of Tetrafluoroethylene Exerpt from the Proeedings of the OMSOL onferene 010 Paris Improvements in the Modeling of the Self-ignition of Tetrafluoroethylene M. Bekmann-Kluge 1 *,. errero 1, V. Shröder 1, A. Aikalin and J. Steinbah

More information

7.1 Roots of a Polynomial

7.1 Roots of a Polynomial 7.1 Roots of a Polynomial A. Purpose Given the oeffiients a i of a polynomial of degree n = NDEG > 0, a 1 z n + a 2 z n 1 +... + a n z + a n+1 with a 1 0, this subroutine omputes the NDEG roots of the

More information

On the Complexity of the Weighted Fused Lasso

On the Complexity of the Weighted Fused Lasso ON THE COMPLEXITY OF THE WEIGHTED FUSED LASSO On the Compleity of the Weighted Fused Lasso José Bento jose.bento@b.edu Ralph Furmaniak rf@am.org Surjyendu Ray rays@b.edu Abstrat The solution path of the

More information

Comparison of Alternative Equivalent Circuits of Induction Motor with Real Machine Data

Comparison of Alternative Equivalent Circuits of Induction Motor with Real Machine Data Comparison of Alternative Equivalent Ciruits of Indution Motor with Real Mahine Data J. radna, J. auer, S. Fligl and V. Hlinovsky Abstrat The algorithms based on separated ontrol of the motor flux and

More information

A Queueing Model for Call Blending in Call Centers

A Queueing Model for Call Blending in Call Centers A Queueing Model for Call Blending in Call Centers Sandjai Bhulai and Ger Koole Vrije Universiteit Amsterdam Faulty of Sienes De Boelelaan 1081a 1081 HV Amsterdam The Netherlands E-mail: {sbhulai, koole}@s.vu.nl

More information

COMBINED PROBE FOR MACH NUMBER, TEMPERATURE AND INCIDENCE INDICATION

COMBINED PROBE FOR MACH NUMBER, TEMPERATURE AND INCIDENCE INDICATION 4 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES COMBINED PROBE FOR MACH NUMBER, TEMPERATURE AND INCIDENCE INDICATION Jiri Nozika*, Josef Adame*, Daniel Hanus** *Department of Fluid Dynamis and

More information

On the Bit Error Probability of Noisy Channel Networks With Intermediate Node Encoding I. INTRODUCTION

On the Bit Error Probability of Noisy Channel Networks With Intermediate Node Encoding I. INTRODUCTION 5188 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 54, NO. 11, NOVEMBER 2008 [8] A. P. Dempster, N. M. Laird, and D. B. Rubin, Maximum likelihood estimation from inomplete data via the EM algorithm, J.

More information

Two Points Hybrid Block Method for Solving First Order Fuzzy Differential Equations

Two Points Hybrid Block Method for Solving First Order Fuzzy Differential Equations Journal of Soft Computing and Appliations 2016 No.1 (2016) 43-53 Available online at www.ispas.om/jsa Volume 2016, Issue 1, Year 2016 Artile ID jsa-00083, 11 Pages doi:10.5899/2016/jsa-00083 Researh Artile

More information

Experimental Investigation and FE Analysis of Fiber Woven Layered Composites under Dynamic Loading

Experimental Investigation and FE Analysis of Fiber Woven Layered Composites under Dynamic Loading 2th International LS-DYNA Users Conferene Constitutive Modeling(2) xperimental Investigation and F Analysis of Fiber Woven Layered Composites under Dynami Loading Pavel A. Mossakovsky, Fedor K. Antonov,

More information

Counting Idempotent Relations

Counting Idempotent Relations Counting Idempotent Relations Beriht-Nr. 2008-15 Florian Kammüller ISSN 1436-9915 2 Abstrat This artile introdues and motivates idempotent relations. It summarizes haraterizations of idempotents and their

More information

Combined Electric and Magnetic Dipoles for Mesoband Radiation, Part 2

Combined Electric and Magnetic Dipoles for Mesoband Radiation, Part 2 Sensor and Simulation Notes Note 53 3 May 8 Combined Eletri and Magneti Dipoles for Mesoband Radiation, Part Carl E. Baum University of New Mexio Department of Eletrial and Computer Engineering Albuquerque

More information

Wavetech, LLC. Ultrafast Pulses and GVD. John O Hara Created: Dec. 6, 2013

Wavetech, LLC. Ultrafast Pulses and GVD. John O Hara Created: Dec. 6, 2013 Ultrafast Pulses and GVD John O Hara Created: De. 6, 3 Introdution This doument overs the basi onepts of group veloity dispersion (GVD) and ultrafast pulse propagation in an optial fiber. Neessarily, it

More information

Relativistic Dynamics

Relativistic Dynamics Chapter 7 Relativisti Dynamis 7.1 General Priniples of Dynamis 7.2 Relativisti Ation As stated in Setion A.2, all of dynamis is derived from the priniple of least ation. Thus it is our hore to find a suitable

More information

Resolving RIPS Measurement Ambiguity in Maximum Likelihood Estimation

Resolving RIPS Measurement Ambiguity in Maximum Likelihood Estimation 14th International Conferene on Information Fusion Chiago, Illinois, USA, July 5-8, 011 Resolving RIPS Measurement Ambiguity in Maximum Likelihood Estimation Wenhao Li, Xuezhi Wang, and Bill Moran Shool

More information

IMPROVED INTRA ANGULAR PREDICTION BY DCT-BASED INTERPOLATION FILTER. Shohei Matsuo, Seishi Takamura, and Hirohisa Jozawa

IMPROVED INTRA ANGULAR PREDICTION BY DCT-BASED INTERPOLATION FILTER. Shohei Matsuo, Seishi Takamura, and Hirohisa Jozawa 2th European Signal Processing Conference (EUSIPCO 212 Bucharest, Romania, August 27-31, 212 IMPROVED INTRA ANGULAR PREDICTION BY DCT-BASED INTERPOLATION FILTER Shohei Matsuo, Seishi Takamura, and Hirohisa

More information

The Effectiveness of the Linear Hull Effect

The Effectiveness of the Linear Hull Effect The Effetiveness of the Linear Hull Effet S. Murphy Tehnial Report RHUL MA 009 9 6 Otober 009 Department of Mathematis Royal Holloway, University of London Egham, Surrey TW0 0EX, England http://www.rhul.a.uk/mathematis/tehreports

More information

An I-Vector Backend for Speaker Verification

An I-Vector Backend for Speaker Verification An I-Vetor Bakend for Speaker Verifiation Patrik Kenny, 1 Themos Stafylakis, 1 Jahangir Alam, 1 and Marel Kokmann 2 1 CRIM, Canada, {patrik.kenny, themos.stafylakis, jahangir.alam}@rim.a 2 VoieTrust, Canada,

More information

Active Magnetic Bearings for Frictionless Rotating Machineries

Active Magnetic Bearings for Frictionless Rotating Machineries Ative Magneti Bearings for Fritionless Rotating Mahineries Joga Dharma Setiawan Abstrat Ative magneti bearing (AMB systems an support a rotor without physial ontat and enable users to preisely ontrol rotor

More information

IDENTIFICATION AND CONTROL OF ACOUSTIC RADIATION MODES

IDENTIFICATION AND CONTROL OF ACOUSTIC RADIATION MODES IDENTIFICATION AND CONTROL OF ACOUSTIC RADIATION MODES Arthur P. Berkhoff University of Twente, Faulty of Eletrial Engineering, P.O. Box 217, 7 AE Enshede, The Netherlands email: a.p.berkhoff@el.utwente.nl

More information

Robust Recovery of Signals From a Structured Union of Subspaces

Robust Recovery of Signals From a Structured Union of Subspaces Robust Reovery of Signals From a Strutured Union of Subspaes 1 Yonina C. Eldar, Senior Member, IEEE and Moshe Mishali, Student Member, IEEE arxiv:87.4581v2 [nlin.cg] 3 Mar 29 Abstrat Traditional sampling

More information

Speed-feedback Direct-drive Control of a Low-speed Transverse Flux-type Motor with Large Number of Poles for Ship Propulsion

Speed-feedback Direct-drive Control of a Low-speed Transverse Flux-type Motor with Large Number of Poles for Ship Propulsion Speed-feedbak Diret-drive Control of a Low-speed Transverse Flux-type Motor with Large Number of Poles for Ship Propulsion Y. Yamamoto, T. Nakamura 2, Y. Takada, T. Koseki, Y. Aoyama 3, and Y. Iwaji 3

More information

Supplementary information for: All-optical signal processing using dynamic Brillouin gratings

Supplementary information for: All-optical signal processing using dynamic Brillouin gratings Supplementary information for: All-optial signal proessing using dynami Brillouin gratings Maro Santagiustina, Sanghoon Chin 2, Niolay Primerov 2, Leonora Ursini, Lu Thévena 2 Department of Information

More information

Taste for variety and optimum product diversity in an open economy

Taste for variety and optimum product diversity in an open economy Taste for variety and optimum produt diversity in an open eonomy Javier Coto-Martínez City University Paul Levine University of Surrey Otober 0, 005 María D.C. Garía-Alonso University of Kent Abstrat We

More information

After the completion of this section the student should recall

After the completion of this section the student should recall Chapter I MTH FUNDMENTLS I. Sets, Numbers, Coordinates, Funtions ugust 30, 08 3 I. SETS, NUMERS, COORDINTES, FUNCTIONS Objetives: fter the ompletion of this setion the student should reall - the definition

More information

Subject: Introduction to Component Matching and Off-Design Operation % % ( (1) R T % (

Subject: Introduction to Component Matching and Off-Design Operation % % ( (1) R T % ( 16.50 Leture 0 Subjet: Introdution to Component Mathing and Off-Design Operation At this point it is well to reflet on whih of the many parameters we have introdued (like M, τ, τ t, ϑ t, f, et.) are free

More information

Inter-fibre contacts in random fibrous materials: experimental verification of theoretical dependence on porosity and fibre width

Inter-fibre contacts in random fibrous materials: experimental verification of theoretical dependence on porosity and fibre width J Mater Si (2006) 41:8377 8381 DOI 10.1007/s10853-006-0889-7 LETTER Inter-fibre ontats in random fibrous materials: experimental verifiation of theoretial dependene on porosity and fibre width W. J. Bathelor

More information

Error Bounds for Context Reduction and Feature Omission

Error Bounds for Context Reduction and Feature Omission Error Bounds for Context Redution and Feature Omission Eugen Bek, Ralf Shlüter, Hermann Ney,2 Human Language Tehnology and Pattern Reognition, Computer Siene Department RWTH Aahen University, Ahornstr.

More information

Convergence of reinforcement learning with general function approximators

Convergence of reinforcement learning with general function approximators Convergene of reinforement learning with general funtion approximators assilis A. Papavassiliou and Stuart Russell Computer Siene Division, U. of California, Berkeley, CA 94720-1776 fvassilis,russellg@s.berkeley.edu

More information

MultiPhysics Analysis of Trapped Field in Multi-Layer YBCO Plates

MultiPhysics Analysis of Trapped Field in Multi-Layer YBCO Plates Exerpt from the Proeedings of the COMSOL Conferene 9 Boston MultiPhysis Analysis of Trapped Field in Multi-Layer YBCO Plates Philippe. Masson Advaned Magnet Lab *7 Main Street, Bldg. #4, Palm Bay, Fl-95,

More information

Rigorous prediction of quadratic hyperchaotic attractors of the plane

Rigorous prediction of quadratic hyperchaotic attractors of the plane Rigorous predition of quadrati hyperhaoti attrators of the plane Zeraoulia Elhadj 1, J. C. Sprott 2 1 Department of Mathematis, University of Tébéssa, 12000), Algeria. E-mail: zeraoulia@mail.univ-tebessa.dz

More information