Perceptual Uniform Simulation for Tang Tomb Mural Inapinting by Camera Array

Size: px
Start display at page:

Download "Perceptual Uniform Simulation for Tang Tomb Mural Inapinting by Camera Array"

Transcription

1 Percetual Uniform Simulation for Tang Tomb Mural Inainting by Camera Array Meng Wu 1,2,*, Huiqin Wang 2 and Wenzong Yang 3 1 School of Management, Xi'an University of Architecture and Technology, Xi'an, Shaanxi, China, School of Information and Control Engineering, Xi'an University of Architecture and Technology, Xi an, Shaanxi, China, Shaanxi History Museum, Xi'an, Shaanxi, China, Abstract Image inainting is an effective restoration technology for damaged images used to fill the lost or deteriorated arts of art treasures. Tang tomb mural uses camera array to get high resolution digital images. It is colorful and has lenty of construction information, so it is hard to make a ercetual uniform simulation. In order to simulate the rocess of filling the damaged ixels as the restorers do, this aer studies an exemlar based inainting technique. There are some difficulties to inaint directly: i) the original exemlar-based image inainting algorithm relied on a global traversal of all ixels to find the best matching exemlar, it is a big time wasting rocess; ii) the source of the exemlar using only a single lens caturing image, there is a limit on the exemlars to get the final best effects; iii) the mural is colorful, but the revious algorithm always used RGB color model to inaint the missing atch individually in three channels which exerimentally can easily make a mistake in color dislay. To solve these roblems, in this aer the exemlars source are chosen from camera array, and reduce redundancy aim to save rocessing time. In order to simulate a visual ercetual uniform rocess, it takes the mural s color information into account by adding Lab color arameter to the data term. This hels to calculate the riority value and change the order of the filling strategy. The simulation result shows that the imroved algorithm can quickly restore the Tang tomb mural better and reduce the error accumulation. Keywords - Inainting, Mura, camera array, riority I. INTRODUCTION Tang dynasty lay great role in Chinese history. Tang tomb murals which are from the imerial tombs give so many information to hel audience to know the scene 2000 years ago [1]. There are aroximately 500 ieces of murals collected in Shaanxi History Museum. Most of them are damaged by the underground water, the bacterium, the sedimentation etc. so they have some cracked, flaked, faded, disruted, detached, owdered, mildewed disease [2]. Image inainting is a novel technique which imitates the mural restorations by filling the damaged arts according to the remaining arts based on PDE (Partial Differential Equation) or Texture synthetic algorithm. This technology has received more and more attentions in digitalized relics rotection and virtual restoration. There are some novelty rogresses on ancient murals in recent years. In 2004, Pei et al. [3] studied on Chinese ancient aintings and murals color restoration by modeling with Markov random field model to estimate the stains, cracks, and artificial damage of the image. In 2008, in order to obtain more correlation of adjacent scale wavelet coefficients, George Paandreou et al. [4] added the hidden Markov tree model of image sarse reresentation model which can adjust the multi-dimension correlation of wavelet coefficient to imrove the accuracy of image reconstruction. They use this method to reair Greece rehistoric mural. In 2012, Purkait et al. [5] develoed an exemlar based coherent texture synthesis techniques combined with a novel high-frequency generating technique that can enhance line or brush strokes. In 2013, Ghorai et al. [6] roose a novel algorithm by detecting straight and curve line to enhance the deteriorated mural images. In 2014, Kumar et al. [7] roosed an integrated algorithm to virtually enhance the mural images by taking the weighted average of original image with the mean image. In China Lu dongming s team in Zhejiang university and Wang Shuwen s team in northwest university for nationalities [8~11] their research focuses on Dunhuang grottoes murals mural restoration. However, Dunhuang murals are exosed in the oen environment while Tang tomb murals are all underground. They have different eroded models. Dunhuang grottoes murals is under the blazing sun for quite a long time, so the color fading mode is research focus oint. The Tang tomb mural is underground, for 2000 years the left information is valid and colorful, it can be the exemlars source to fill the cracked arts using the exemlar-based inainting technology. The Tang tomb mural original digital images are collected by Swiss Sinar P2 large format cameras with digital back sinar 75 LV. By using camera array to catch lots of multi-lens HD digital ictures as the exemlars source to inaint the mural image. In order to get a both efficiency and effectiveness result, this aer firstly, exand the exemlar source from one single icture to the camera array icture; secondly, reduce the redundancy by counting the similarity between the exemlars; finally, imrove the riority formula by adding the Lab color arameters that can make a ercetual uniform Tang tomb mural inainted result. DOI /IJSSST.a ISSN: x online, rint

2 II. KEY OBSERVATIONS ON EXEMPLAR-BASED IMAGE INPAINTING Exemlar-based image inainting algorithm is roosed by Criminisi [12] in It can rebuild the missing information both textures and structures simultaneously. It can imitate the stes how the ancient ainter draw the mural. It is rocessing the mural image which is left by using texture synthesis methods along the bright isohote. So the filling order which exemlar should inainted first and the filling object which exemlar is most similar to the missing art are very imortant to the results. The essential model is: Figure 1. The image of essential inainting model ˆ is the area of ˆ, and n is a unit vector orthogonal to the front in the oint. The riority is comuted for every exemlar on the boundary, with distinct exemlars for each ixel on the boundary of the target region. We comute directional similarity between the normal comonent of intensity gradient I, where the suerscrit reresents the normal comonent, and normal vector n at ixel. The rogram stes are: 1) To find the exemlar that has the highest riority in the edge of damaged area. There are two main arameters in the riority P( : ) one is the confidence term C( ) and the other is the data term D( ), and they are defined as follows: P( ) C( ) D( ) (1) Cq ( ) q ( I) C( ) (2) I n D( ) (3) 2) To find the best matching exemlar in the source region and fill it to the corresonding ositions where to be inainted. Assumed that ˆ is the highest riority exemlar that needs to be inainted, and find the best matching exemlar qˆ from the exemlars source region. Where the distance d( ˆ, qˆ) between two generic exemlars ˆ and qˆ is simly defined as the sum of squared differences (SSD) of the already filled ixels in the two exemlars. qˆ arg min d( ˆ, qˆ ) (4) q Having found the source exemlar qˆ, ' is coied from its corresonding osition from the area of qˆ. 3) To udate the confidence term After filling the exemlar, the new filled ixels become the known region from unknown region, so we need to udate all the confidence of each ixel on the edge in the inainting exemlar. C( ˆ') C( qˆ), ' ˆ (5) 4) Reeat the above stes until the entire image restoration is comlete. From the model we noticed that: 1) The essential model just uses the gray isohote as the structures data. The Tang tomb mural is underground and not affected by ultraviolet, so it has lenty color when they were excavated. If using the model inaint the color image directly it maybe not suitable. It needs to add some color information to the riority P( ) formula. This aer uses different color models to searate the color channel. And below are the inainting exeriment use RGB and Lab model. (a) Damaged image (b)rgb inainted (c)lab inainted Figure 2. The results of inainted in different color channel Picture (a) is damaged image whose missing region includes four different colors. Picture (b) is Red, Green, and Blue (RGB) color model to fill the missing art in three channels individually [13]. But RGB three channels have weak correlation, so there be some ixels get the wrong color results. Picture (c) choose L for lightness and a and b for the color-oonent dimensions (Lab) color model to fill the region in three channels individually. Lab color model can insure the exemlars to get color information correct [14]. But if just inainted Lab in three channels, there will be loose some construction information wrong such as the figure (c). So it is necessary to add the Lab arameters into the riority comutational rocess to make a ercetual uniform result. 2) The single lens just catches a art of the mural image. The whole mural image needs a camera array to get the all of the information. There is a contradiction between the efficiency and effect. If the exemlar source is just from one DOI /IJSSST.a ISSN: x online, rint

3 single lens, it limits to offer a fitful ˆq to instead of ˆ ; if the exemlar source is from the entire camera array, there may be a running time waste. So it is needed to find a suitable exemlar source to get a good balance between the efficiency and effect. MSE). If distributional difference between the adjacent ixel exemlar is small, then MSE (0 ~ 255) will aroach to zero. When the MSE between the exemlar in a continuous region are close to zero, the search rocessing in the region will have a greater redundancy, as in the figure below. III. MURAL NOVEL INPAINTING BY CAMERA ARRAY A. Exand exemlar source Usually the inainting model uses the left exemlars that just from one lens to imitate the missing art. But the Tang tomb mural is bigger than normal otions. For examle, the "Polo Play Paint" is three meters high and seven meters long. Figure 3. The Tang tomb mural Polo Play Paint It was collected by camera array to the get high definition image by taking the two adjacent ictures overla 40% -50%. So the total camera array makes a big data size, as follows. TABLE I. THE CAMERA ARRAY DATA SIZE Blocks B-1 B-2 B-3 B-4 B-5 cameras Data(G) The table I shows exemlar-based image inainting algorithm is a global traversals-based otimization model which gives the comuter CPU busy tasks if it stich the ictures at first. It will make the CPU running out, so this aer use the method that inaint the image by searate lens but the exemlars source come from the camera array. Figure 4. The camera array ictures of HD Tang tomb mural In order to reduce the redundancy and the running time, this aer use to. It defines the similarity between the exemlars use the mean square error (Mean Squared Error, Figure 5. The redundancy in continuous exemlars The image discretized with the 5 5 exemlar exemlares, and we define two adjacent exemlars that set i, j as the center for the exemlar i, j and set i 1, j1 as the center for the exemlar i 1, j, i 1 2, j 2 as the center for the adjacent exemlar i2, j resectively, the mean square 2 error between them is defined by the following formula: N N 2 2 ( i, j ( n) i, j ( n)) / N (6) n1n 1 In this aer, chose 7, it is according to the exerience of heritage restoration standard, which is suitable for texture effects of Tang tomb murals, and the redundant is controlled within reasonable limits. The inainting rocess is as follows: It discrete all the camera array images of tomb murals as I 1, I 2,, I m and set all exemlars 5 5 i, j( i, j I 1, I 2,, I m ) to make a exemlarss library. 1) To detect the damaged region edges from the I 1 which is just from one camera cature icture; 2) To calculate the riorities of each oint P ( ), ( Î dw. ) 3) To find the highest riority exemlar ˆ from the original image I 1 ; 4) To discretize the original image I 1 and the other camera array images I 2, I 3,, I m, and find the best suitable DOI /IJSSST.a ISSN: x online, rint

4 exemlar ˆq to match ˆ from the obtained exemlars library whose MSE is large than, and filled it into osition ˆ ; 5) Udated the confidence termc( ˆ '); 6) Reeat the above stes until the entire image inaiting is comlete. Exeriment results are shown as below: (a) (b) (c) (d) Figure 6. Inainting results by camera array The icture (a) is the sliced damaged mural image; the icture (b) is the marked damaged mural image; the icture (c)is the sliced inainted mural image; the icture (d)is the inainted mural image with camera array. The icture (d) shows that inainting by camera array restores the mural in single lens one by one, and uses the camera array source to fill the marked regions, then sliced the inainted ictures later. It shows a better result than (c) which sliced the ictures first and inainted later. The imroved algorithm can effectively solve the roblem between the less information in a single hoto can't get enough exemlars and sliced the multi-lens ictures together in the traversal model cause a heavy time waste. So overall, it makes a better inainted effect and obviously shortened rocessing time. We choose four different inainting methods to test the rocess time consuming. They are as follows: Figure 7. The time-consuming comarison There are four different methods to inaint the same mural 'Tang olo'. ' ' shows the time when we inaint each single-lens hotos individually and sliced all the ictures finally; 'ο' shows the time when we sliced the ictures first and then inaint the whole mural; ' 'shows the time when we sliced the ictures first and then inaint the whole mural without redundancy; ' ' shows the time when we inaint each single-lens hotos but the exemlars from the all of the camera array ictures without redundancy. So just change the exemlars source it will ensure the effect and save the running time. B. Otimize the riority by adding color arameter However, there are some exemlars which are not suitable to exress the construction information in local arts. It's because that the essential exemlar-based image inainting model just use gray-gradient to calculate the highest riority in different channels for color image inainting. In this aer art two figure 2, it shows that the inainted results by three channels individually in Lab color sace is better than in RGB color sace. This is some local details as bellows: (a) (b) (c) (d) (e) Figure 8. Inainting in different color sace. Picture (a) is the damaged local image, icture (b) is the mask image, icture (c) is the marked local image, (d) the RGB three channels inained result[13], icture (e)is the Lab three channels inained result[14]. It shows that choose Lab color sace can kee the color consistent better than DOI /IJSSST.a ISSN: x online, rint

5 RGB sace, but there are some construction error in (e). The main two reasons for this henomenon as following: 1) The riority is decided by the result of confidence term and data term. If one of them is very small or near to 0, the exemlar can be filled incorrect. If inainting is in different channels individually, the filling rocess may be chosen different exemlars in different channels. It made a worse result when the different channel reconstructed. 2) The confidence term in the texture art is less stable than data term, when the low frequency texture regions have lower riority than it. That makes the image inainting will along with the direction of lower texture exemlars and lead to the error accumulation. In [15] it shows when the inainting goes on and on, there are few original ixels in the exemlar ˆ, the exemlar's confidence value will be reduced quickly lead the riority value decent along with it as follows: Figure 9. The tendency of the riority arameters It means if a data value is very small, the exemlar can t be timely filling no matter how much confidence value is, even if the atch window is only a few ixels is unknown. So we should increase the roortion of stable data term. For the mural images, image structure information is very comlex, and the image generally has continuous exemlars of similar color. Exemlars in the objects edge lead the construction continuity, so they should get the bigger riorities. So the value of D( ) in these exemlars is more imortance. In this aer it refine the riority comutation formula, and adds the Lab color arameter into the data term directly instead of inainting L,a,b three channels searately, and changes the riority algorithm formula as flows: P( ) C( ) W ( ) W ( ) D( ) S( ) ( L) ( a) ( b) S( ) (10) C( ) is the confidence term, W( ) is the data term, it include the original data term D( ) and the color term S( ), and is the adjusting arameter.the is the mean-square, it include L, ab, three elements instead of using Lab sace channel individually; S( ) is the normalize color distribution in, is the exectation of exemlars in. It adatively changed when C( ) 0. 7& 60, then 1, 0 ; when C( ) ,then 0, 1 ; other circumstances, when C( ) 0 & 0, , It means that when the data term is small or aroach to 0, the exemlars whose color changes slowly and confidence is bigger will be inainted firstly; But when the confidence term is small or aroach to 0, it will make the exemlar s riority quickly reduce to 0, then the exemlars will be later reaired. Between these two situations it can chose the golden section oint, so that make a good balance on both C( ) and D ( ) in Lab sace. The otimized riority formula takes the mural color elements into full consideration and instead of using three channel images to inaint the color mural individually. C. Redefining filling strategy In the exemlar-based inainting riority udate model in[15], udate the filling edge once after inainting each damaged exemlar in the front region reeatedly by the riority value formula, until the all of the exemlars on it inainted then go to the next layer, it named "eeling onion skins". In this method, we noticed that the high texture areas along the construction direction may inainted on and on, cause the error accumulation caused "garbage exemlars". Meanwhile the other arts of the fronts have not changed anymore in this reeating of udating. So in this aer we roose a new udating method that not udate until all exemlars on the filling edge are inainted, it inaints all of the filling edge exemlars one by one, then udate once. It can greatly reduce the running time of mural inianting obviously, and can fill the exemlars in a ring filling order from the outside to the inside; we called it "eel a boiled egg". It efficiently de duce the "garbage exemalrs" and save considerable running time. IV. THE EXPERIMENTAL RESULTS The exeriments is on the Windows latform seven and the demo use Microsoft Visual C++ oen-source comuter vision library in 2010 (Oen Source Comuter Vision Library,OenCV2.3.1).The rocessor is Inter (R) Xeon (R) X5670@2.93GHz, and the memory is 64G. In order to see the details of the efficiency of the Tang tomb mural exeriments, we choose one single icture inainted effects to comare the different among Aujol's algorithm [13] and Suny's algorithm [14],Sai's algorithm [15]. The results are shown as follows: DOI /IJSSST.a ISSN: x online, rint

6 (a1) (a2) (a3) (b1) (b2) (b3) (c1) (c2) (c3) (d1) (d2) (d3) running time with a better effect. First we exand the exemlars source from camera array instead of one hoto, and reduce the redundancy by counting the similarity of all the exemlars, that means we increase the efficient exemlars; second we add Lab color factor to the riority formula to avoid the confidence value descending quickly and the essential formula just include gray factor, that means we increase the color information of murals; at last we change the riority udate strategy in the filling edge, that decrease the times of udating and ensure the inainting effect. This method is roer to HD multi-lens Tang tomb mural image which cature by camera array. Inainting in each hotos using lenty of camera array source then sliced all the hotos later can ensure the whole Tang tomb mural be efficient inainted and the imrovement of riority method can make the ercetual uniform effect in both color and construction. When we do the exeriments in this research, we noticed that there are something should be imroved in future. It is needed to build an exemlars library including all the disease which make the information missing. So the Tang tomb mural can be inainted by different scale in different missing style. ACKNOWLEDGMENT (e1) (e2) (e3) Figure 10. Tang tomb mural inainting details comarison Picture (a1~a3) is the original mural; icture (b1~b3)) is results of the algorithm mentioned in [13]; icture (c1~c3)) is the results of algorithm mentioned in [14]; icture (d1~d3)) is the results of algorithm mentioned in [15]; icture (e1~e3)) is the results of our algorithm. TABLE II. THE TIME CONSUMING(S) Methods [13] [14] [15] Our a b c The table II shows that our algorithm uses the shortest time consuming to make the damaged region be inainted. The exemlars source exanding and color arameter adding ensure the better effect, and the similar exemlar redundancy and the filling strategy ensure the efficiency. V. CONCLUSION This aer rooses a novel image inainting algorithm, whose aim is to solve the roblem that Tang tomb mural is too large to inaint entirely. We take three strategies to imrove the exemlar-based algorithm, and it makes the inianting rocess could be imlemented and reduce the This aer is suorted by Scientific Research Foundation for Returned Scholars, Ministry of Education of China (K05055), Natural Science Foundation of Shaanxi Province of China (2017JM6435), Secial fund of the Education Deartment of Shaanxi Province (17JK1426), Science and Technology Program of Beilin District (GX1605). REFERENCES [1] Zhou Manxing. The status of the tomb murals in the art history of China [J]. Shaanxi education (high version). 2012(09):31-33 [2] Duan Ping. Tang tomb murals reserved rotection and restoration by the current situation and methods [J]. China's cultural relics scientific research. 2007(04),56-59 [3] S. C. Pei, Y. C. Zeng, C. H. Chang. Virtual restoration of ancient Chinese aintings using color contrast enhancement and lacuna texture synthesis [J]. Image Processing, IEEE Transactions on,2004,13(3): [4] George Paandreou, Petros Maragos. Image Inainting with A wavelet Domain Hideen Markov Tree Model [J].Acoustics, Seech and Signal Processing, 2008.IEEE International Conference.: [5] Purkait, Pulak. Digital restoration of damaged mural images[c].acm International Conference Proceeding Series, 8th Indian Conference on Comuter Vision, Grahics and Image Processing, ICVGIP 2012, December 16, 2012:33-38 [6] Ghorai, M. Kolkata. A robust faint line detection and enhancement algorithm for mural images [C]: Comuter Vision, Pattern Recognition, Image Processing and Grahics (NCVPRIPG), 2013 Fourth National Conference on, 2013:1-4 [7] Kumar, K., Mayank. Digital restoration of deteriorated mural images[c] Digital restoration of deteriorated mural images. ICSIP 2014, 5th International Conference on Signal and Image Processing, 2014: [8] Yuan, Qingshu, Lu, Dongming; Wu, Qi; Liu, Gang. Large area DOI /IJSSST.a ISSN: x online, rint

7 interactive browsing for high resolution digitized Dunhuang murals [J].Lecture Notes in Comuter Science, v 5940 LNCS, 2009: [9] Yang Xiaoing, Wang Shuwen. Based on markov samling of dunhuang fresco restoration [J]. Journal of comuter alications, 2010,(07): [10] Yang Xiaoing, Wang Shuwen. Imroved algorithm based on riority of dunhuang murals comlex damaged area reair [J]. Journal of comuter-aided design and grahics, 2011,23(2): [11] Wang Shuwen Yang Xiao equality. Dunhuang mural image restoration method based on image decomosition [J]. Journal of shandong university,2010(02):11-17 [12] A.Criminisi,P.Perez,K.Toyama.Region filling and Object removal by exemlar-based image inainting[j].ieee Transactions on Image Processing,2004,13(9): [13] Aujol J F, Ladjal S, Masnou S. Exemlar-based inainting from a variational oint of view [J]. SIAM Journal on Mathematical Analysis, 2010, 42(3): [14] Suny A H, Mithila N H. A shadow detection and removal from a single image using lab color sace [J]. IJCSI International Journal of Comuter Science Issues, 2013, 10(4). [15] Sai Hareesh, A. Chandrasekaran, V. A fast and simle gradient function guided filling order rioritization for exemlar-based color image Inainting[C] IEEE International Conference on Image Processing, ICIP. 2010: DOI /IJSSST.a ISSN: x online, rint

Servo Mechanism Technique based Anti-Reset Windup PI Controller for Pressure Process Station

Servo Mechanism Technique based Anti-Reset Windup PI Controller for Pressure Process Station Indian Journal of Science and Technology, Vol 9(11), DOI: 10.17485/ijst/2016/v9i11/89298, March 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Servo Mechanism Technique based Anti-Reset Windu

More information

High resolution radar signal detection based on feature analysis

High resolution radar signal detection based on feature analysis Available online www.jocr.com Journal of Chemical and Pharmaceutical Research, 4, 6(6):73-77 Research Article ISSN : 975-7384 CODEN(USA) : JCPRC5 High resolution radar signal detection based on feature

More information

EXPERIMENT 6 CLOSED-LOOP TEMPERATURE CONTROL OF AN ELECTRICAL HEATER

EXPERIMENT 6 CLOSED-LOOP TEMPERATURE CONTROL OF AN ELECTRICAL HEATER YEDITEPE UNIVERSITY ENGINEERING & ARCHITECTURE FACULTY INDUSTRIAL ELECTRONICS LABORATORY EE 432 INDUSTRIAL ELECTRONICS EXPERIMENT 6 CLOSED-LOOP TEMPERATURE CONTROL OF AN ELECTRICAL HEATER Introduction:

More information

Matching Book-Spine Images for Library Shelf-Reading Process Automation

Matching Book-Spine Images for Library Shelf-Reading Process Automation 4th IEEE Conference on Automation Science and Engineering Key Bridge Marriott, Washington DC, USA August 23-26, 2008 Matching Book-Sine Images for Library Shelf-Reading Process Automation D. J. Lee, Senior

More information

Circular Dynamic Stereo and Its Image Processing

Circular Dynamic Stereo and Its Image Processing Circular Dynamic Stereo and Its Image Processing Kikuhito KAWASUE *1 and Yuichiro Oya *2 *1 Deartment of Mechanical Systems Engineering Miyazaki University 1-1, Gakuen Kibanadai Nishi, Miyazaki 889-2192

More information

Parameter Controlled by Contrast Enhancement Using Color Image

Parameter Controlled by Contrast Enhancement Using Color Image Parameter Controlled by Contrast Enhancement Using Color Image Raguathi.S and Santhi.K Abstract -The arameter-controlled virtual histogram distribution (PCVHD) method is roosed in this roject to enhance

More information

IMPROVED POLYNOMIAL TRANSITION REGIONS ALGORITHM FOR ALIAS-SUPPRESSED SIGNAL SYNTHESIS

IMPROVED POLYNOMIAL TRANSITION REGIONS ALGORITHM FOR ALIAS-SUPPRESSED SIGNAL SYNTHESIS IMPROVED POLYNOMIAL TRANSITION REGIONS ALGORITHM FOR ALIAS-SUPPRESSED SIGNAL SYNTHESIS Dániel Ambrits and Balázs Bank Budaest University of Technology and Economics, Det. of Measurement and Information

More information

Improvements of Bayesian Matting

Improvements of Bayesian Matting Imrovements of Bayesian Matting Mikhail Sindeyev, Vadim Konushin, Vladimir Vezhnevets Deartment of omutational Mathematics and ybernetics, Grahics and Media Lab Moscow State Lomonosov University, Moscow,

More information

Optimization of an Evaluation Function of the 4-sided Dominoes Game Using a Genetic Algorithm

Optimization of an Evaluation Function of the 4-sided Dominoes Game Using a Genetic Algorithm o Otimization of an Evaluation Function of the 4-sided Dominoes Game Using a Genetic Algorithm Nirvana S. Antonio, Cícero F. F. Costa Filho, Marly G. F. Costa, Rafael Padilla Abstract In 4-sided dominoes,

More information

Dynamic Range Enhancement Algorithms for CMOS Sensors With Non-Destructive Readout

Dynamic Range Enhancement Algorithms for CMOS Sensors With Non-Destructive Readout IEEE International Worksho on Imaging Systems and Techniques IST 2008 Chania, Greece, Setember 10 12, 2008 Dynamic Range Enhancement Algorithms for CMOS Sensors With Non-Destructive Readout Anton Kachatkou,

More information

University of Twente

University of Twente University of Twente Faculty of Electrical Engineering, Mathematics & Comuter Science Design of an audio ower amlifier with a notch in the outut imedance Remco Twelkemeijer MSc. Thesis May 008 Suervisors:

More information

INTERNET PID CONTROLLER DESIGN: M. Schlegel, M. Čech

INTERNET PID CONTROLLER DESIGN:  M. Schlegel, M. Čech INTERNET PID CONTROLLER DESIGN: WWW.PIDLAB.COM M. Schlegel, M. Čech Deartment of Cybernetics, University of West Bohemia in Pilsen fax : + 0403776350, e-mail : schlegel@kky.zcu.cz, mcech@kky.zcu.cz Abstract:

More information

Detecting Content Adaptive Scaling of Images for Forensic Applications

Detecting Content Adaptive Scaling of Images for Forensic Applications Detecting Content Adative Scaling of Images for Forensic Alications Claude Fillion 1,2, Gaurav Sharma 1,3 1 Deartment of Electrical and Comuter Engineering, University of Rochester, Rochester, NY 2 Xerox

More information

Efficient Importance Sampling for Monte Carlo Simulation of Multicast Networks

Efficient Importance Sampling for Monte Carlo Simulation of Multicast Networks Efficient Imortance Samling for Monte Carlo Simulation of Multicast Networks P. Lassila, J. Karvo and J. Virtamo Laboratory of Telecommunications Technology Helsinki University of Technology P.O.Box 3000,

More information

Approximated fast estimator for the shape parameter of generalized Gaussian distribution for a small sample size

Approximated fast estimator for the shape parameter of generalized Gaussian distribution for a small sample size BULLETIN OF THE POLISH ACADEMY OF SCIENCES TECHNICAL SCIENCES, Vol. 63, No. 2, 2015 DOI: 10.1515/basts-2015-0046 Aroximated fast estimator for the shae arameter of generalized Gaussian distribution for

More information

A Novel Image Component Transmission Approach to Improve Image Quality and Energy Efficiency in Wireless Sensor Networks

A Novel Image Component Transmission Approach to Improve Image Quality and Energy Efficiency in Wireless Sensor Networks Journal of Comuter Science 3 (5: 353-360, 2007 ISSN 1549-3636 2007 Science Publications A Novel Image Comonent Transmission Aroach to Imrove Image Quality and nergy fficiency in Wireless Sensor Networks

More information

An Overview of PAPR Reduction Optimization Algorithm for MC-CDMA System

An Overview of PAPR Reduction Optimization Algorithm for MC-CDMA System RESEARCH ARTICLE OPEN ACCESS An Overview of PAPR Reduction Otimization Algorithm for MC-CDMA System Kanchan Singla*, Rajbir Kaur**, Gagandee Kaur*** *(Deartment of Electronics and Communication, Punjabi

More information

Lab 4: The transformer

Lab 4: The transformer ab 4: The transformer EEC 305 July 8 05 Read this lab before your lab eriod and answer the questions marked as relaboratory. You must show your re-laboratory answers to the TA rior to starting the lab.

More information

Control of Grid Integrated Voltage Source Converters under Unbalanced Conditions

Control of Grid Integrated Voltage Source Converters under Unbalanced Conditions Jon Are Suul Control of Grid Integrated Voltage Source Converters under Unbalanced Conditions Develoment of an On-line Frequency-adative Virtual Flux-based Aroach Thesis for the degree of Philosohiae Doctor

More information

State-of-the-Art Verification of the Hard Driven GTO Inverter Development for a 100 MVA Intertie

State-of-the-Art Verification of the Hard Driven GTO Inverter Development for a 100 MVA Intertie State-of-the-Art Verification of the Hard Driven GTO Inverter Develoment for a 100 MVA Intertie P. K. Steimer, H. Grüning, J. Werninger R&D Drives and Power Electronics ABB Industrie AG CH-5300 Turgi,

More information

Computer Aided Protection and Restoration of Dunhuang Mural

Computer Aided Protection and Restoration of Dunhuang Mural Computer Aided Protection and Restoration of Dunhuang Mural Hongfang Han College of Computer Science Zhejiang University Hangzhou, China hanhongfang@yahoo.com.cn Abstract The paper proposes a computer

More information

A Genetic Algorithm Approach for Sensorless Speed Estimation by using Rotor Slot Harmonics

A Genetic Algorithm Approach for Sensorless Speed Estimation by using Rotor Slot Harmonics A Genetic Algorithm Aroach for Sensorless Seed Estimation by using Rotor Slot Harmonics Hayri Arabaci Abstract In this aer a sensorless seed estimation method with genetic algorithm for squirrel cage induction

More information

Random Access Compressed Sensing in Underwater Sensor Networks

Random Access Compressed Sensing in Underwater Sensor Networks Random Access Comressed Sensing in Underwater Sensor Networks Fatemeh Fazel Northeastern University Boston, MA 2115 Email: ffazel@ece.neu.edu Maryam Fazel University of Washington Seattle, WA 98195 Email:

More information

LIGHT COMPENSATION. Chih-Fong Chang ( 張致豐 ), Chiou-Shann Fuh ( 傅楸善 ) Dept. of Computer Science and Information Engineering, National Taiwan University

LIGHT COMPENSATION. Chih-Fong Chang ( 張致豐 ), Chiou-Shann Fuh ( 傅楸善 ) Dept. of Computer Science and Information Engineering, National Taiwan University LGHT COMPENSATON Chih-Fong Chang ( 張致豐 ), Chiou-Shann Fuh ( 傅楸善 ) Det. of Comuter Science and nformation Engineering, National Taiwan University E-mail: r96922104@ntu.edu.tw ABSTRACT Digital camera often

More information

A Multi-View Nonlinear Active Shape Model Using Kernel PCA

A Multi-View Nonlinear Active Shape Model Using Kernel PCA A Multi-View Nonlinear Active Shae Model Using Kernel PCA Sami Romdhani y, Shaogang Gong z and Alexandra Psarrou y y Harrow School of Comuter Science, University of Westminster, Harrow HA1 3TP, UK [rodhams

More information

The Optimization Model and Algorithm for Train Connection at Transfer Stations in Urban Rail Transit Network

The Optimization Model and Algorithm for Train Connection at Transfer Stations in Urban Rail Transit Network Send Orders for Rerints to rerints@benthamscienceae 690 The Oen Cybernetics & Systemics Journal, 05, 9, 690-698 Oen Access The Otimization Model and Algorithm for Train Connection at Transfer Stations

More information

LAB IX. LOW FREQUENCY CHARACTERISTICS OF JFETS

LAB IX. LOW FREQUENCY CHARACTERISTICS OF JFETS LAB X. LOW FREQUENCY CHARACTERSTCS OF JFETS 1. OBJECTVE n this lab, you will study the -V characteristics and small-signal model of Junction Field Effect Transistors (JFET).. OVERVEW n this lab, we will

More information

Upper-Body Contour Extraction Using Face and Body Shape Variance Information

Upper-Body Contour Extraction Using Face and Body Shape Variance Information Uer-ody Contour Etraction Using ace and ody Shae Variance nformation Kazuki Hoshiai 1, Shinya ujie 2, and Tetsunori Kobayashi 1 1 Deartment of Comuter Science and Engineering, Waseda University, Okubo

More information

The Multi-Focus Plenoptic Camera

The Multi-Focus Plenoptic Camera The Multi-Focus Plenotic Camera Todor Georgiev a and Andrew Lumsdaine b a Adobe Systems, San Jose, CA, USA; b Indiana University, Bloomington, IN, USA Abstract Text for Online or Printed Programs: The

More information

An Efficient VLSI Architecture Parallel Prefix Counting With Domino Logic Λ

An Efficient VLSI Architecture Parallel Prefix Counting With Domino Logic Λ An Efficient VLSI Architecture Parallel Prefix Counting With Domino Logic Λ Rong Lin y Koji Nakano z Stehan Olariu x Albert Y. Zomaya Abstract We roose an efficient reconfigurable arallel refix counting

More information

Speech Signals Enhancement Using LPC Analysis. based on Inverse Fourier Methods

Speech Signals Enhancement Using LPC Analysis. based on Inverse Fourier Methods Contemorary Engineering Sciences, Vol., 009, no. 1, 1-15 Seech Signals Enhancement Using LPC Analysis based on Inverse Fourier Methods Mostafa Hydari, Mohammad Reza Karami Deartment of Comuter Engineering,

More information

SAR IMAGE CLASSIFICATION USING FUZZY C-MEANS

SAR IMAGE CLASSIFICATION USING FUZZY C-MEANS SAR IMAGE CLASSIFICATION USING FUZZY C-MEANS Debabrata Samanta, Goutam Sanyal Deartment of CSE, National Institute of Technology, Durgaur, Mahatma Gandhi Avenue, West Bengal, India ABSTRACT Image Classification

More information

Transmitter Antenna Diversity and Adaptive Signaling Using Long Range Prediction for Fast Fading DS/CDMA Mobile Radio Channels 1

Transmitter Antenna Diversity and Adaptive Signaling Using Long Range Prediction for Fast Fading DS/CDMA Mobile Radio Channels 1 Transmitter Antenna Diversity and Adative Signaling Using ong Range Prediction for Fast Fading DS/CDMA Mobile Radio Channels 1 Shengquan Hu, Tugay Eyceoz, Alexandra Duel-Hallen North Carolina State University

More information

The Gini Coefficient: An Application to Greece

The Gini Coefficient: An Application to Greece International Journal of Economics and Finance; Vol. 10, No. 3; 2018 ISSN 1916-971X E-ISSN 1916-9728 Published by Canadian Center of Science and Education The Gini Coefficient: An Alication to Greece Augustine

More information

SPACE-FREQUENCY CODED OFDM FOR UNDERWATER ACOUSTIC COMMUNICATIONS

SPACE-FREQUENCY CODED OFDM FOR UNDERWATER ACOUSTIC COMMUNICATIONS SPACE-FREQUENCY CODED OFDM FOR UNDERWATER ACOUSTIC COMMUNICATIONS E. V. Zorita and M. Stojanovic MITSG 12-35 Sea Grant College Program Massachusetts Institute of Technology Cambridge, Massachusetts 02139

More information

CHAPTER 5 INTERNAL MODEL CONTROL STRATEGY. The Internal Model Control (IMC) based approach for PID controller

CHAPTER 5 INTERNAL MODEL CONTROL STRATEGY. The Internal Model Control (IMC) based approach for PID controller CHAPTER 5 INTERNAL MODEL CONTROL STRATEGY 5. INTRODUCTION The Internal Model Control (IMC) based aroach for PID controller design can be used to control alications in industries. It is because, for ractical

More information

A Novel, Robust DSP-Based Indirect Rotor Position Estimation for Permanent Magnet AC Motors Without Rotor Saliency

A Novel, Robust DSP-Based Indirect Rotor Position Estimation for Permanent Magnet AC Motors Without Rotor Saliency IEEE TANSACTIONS ON POWE EECTONICS, VO. 18, NO. 2, MACH 2003 539 A Novel, obust DSP-Based Indirect otor Position Estimation for Permanent Magnet AC Motors Without otor Saliency i Ying and Nesimi Ertugrul,

More information

Design of PID Controller Based on an Expert System

Design of PID Controller Based on an Expert System International Journal of Comuter, Consumer and Control (IJ3C), Vol. 3, No.1 (014) 31 Design of PID Controller Based on an Exert System Wei Li Abstract For the instability of traditional control systems,

More information

Investigation on Channel Estimation techniques for MIMO- OFDM System for QAM/QPSK Modulation

Investigation on Channel Estimation techniques for MIMO- OFDM System for QAM/QPSK Modulation International Journal Of Comutational Engineering Research (ijceronline.com) Vol. 2 Issue. Investigation on Channel Estimation techniques for MIMO- OFDM System for QAM/QPSK Modulation Rajbir Kaur 1, Charanjit

More information

Multi-TOA Based Position Estimation for IR-UWB

Multi-TOA Based Position Estimation for IR-UWB Multi-TOA Based Position Estimation for IR-UWB Genís Floriach, Montse Nájar and Monica Navarro Deartment of Signal Theory and Communications Universitat Politècnica de Catalunya (UPC), Barcelona, Sain

More information

Uplink Scheduling in Wireless Networks with Successive Interference Cancellation

Uplink Scheduling in Wireless Networks with Successive Interference Cancellation 1 Ulink Scheduling in Wireless Networks with Successive Interference Cancellation Majid Ghaderi, Member, IEEE, and Mohsen Mollanoori, Student Member, IEEE, Abstract In this aer, we study the roblem of

More information

Performance Analysis of MIMO System using Space Division Multiplexing Algorithms

Performance Analysis of MIMO System using Space Division Multiplexing Algorithms Performance Analysis of MIMO System using Sace Division Multilexing Algorithms Dr.C.Poongodi 1, Dr D Deea, M. Renuga Devi 3 and N Sasireka 3 1, Professor, Deartment of ECE 3 Assistant Professor, Deartment

More information

Software for Modeling Estimated Respiratory Waveform

Software for Modeling Estimated Respiratory Waveform Software for Modeling Estimated Resiratory Waveform Aleksei E. Zhdanov, Leonid G. Dorosinsky Abstract In the imaging of chest or abdomen, motion artifact is an unavoidable roblem. In the radiation treatment,

More information

Evolutionary Circuit Design: Information Theory Perspective on Signal Propagation

Evolutionary Circuit Design: Information Theory Perspective on Signal Propagation Evolutionary Circuit Design: Theory Persective on Signal Proagation Denis Poel Deartment of Comuter Science, Baker University, P.O. 65, Baldwin City, KS 66006, E-mail: oel@ieee.org Nawar Hakeem Deartment

More information

UNDERWATER ACOUSTIC CHANNEL ESTIMATION USING STRUCTURED SPARSITY

UNDERWATER ACOUSTIC CHANNEL ESTIMATION USING STRUCTURED SPARSITY UNDERWATER ACOUSTIC CHANNEL ESTIMATION USING STRUCTURED SPARSITY Ehsan Zamanizadeh a, João Gomes b, José Bioucas-Dias c, Ilkka Karasalo d a,b Institute for Systems and Robotics, Instituto Suerior Técnico,

More information

Image Processing Based Level Crossing Detection and Foreign Objects Recognition Approach in Railways

Image Processing Based Level Crossing Detection and Foreign Objects Recognition Approach in Railways International Journal of Alied Mathematics, Electronics and Comuters Advanced Technology and Science ISS:247-8228247-6799 www.atscience.org/ijamec Original Research Paer Image Processing Based Level Crossing

More information

Indirect Channel Sensing for Cognitive Amplify-and-Forward Relay Networks

Indirect Channel Sensing for Cognitive Amplify-and-Forward Relay Networks Indirect Channel Sensing for Cognitive Amlify-and-Forward Relay Networs Yieng Liu and Qun Wan Abstract In cognitive radio networ the rimary channel information is beneficial. But it can not be obtained

More information

Economics of Strategy (ECON 4550) Maymester 2015 Foundations of Game Theory

Economics of Strategy (ECON 4550) Maymester 2015 Foundations of Game Theory Economics of Strategy (ECON 4550) Maymester 05 Foundations of Game Theory Reading: Game Theory (ECON 4550 Courseak, Page 95) Definitions and Concets: Game Theory study of decision making settings in which

More information

Self-Driven Phase Shifted Full Bridge Converter for Telecom Applications

Self-Driven Phase Shifted Full Bridge Converter for Telecom Applications Self-Driven Phase Shifted Full Bridge Converter for Telecom Alications SEVILAY CETIN Technology Faculty Pamukkale University 7 Kinikli Denizli TURKEY scetin@au.edu.tr Abstract: - For medium ower alications,

More information

RESIDUE NUMBER SYSTEM. (introduction to hardware aspects) Dr. Danila Gorodecky

RESIDUE NUMBER SYSTEM. (introduction to hardware aspects) Dr. Danila Gorodecky RESIDUE NUMBER SYSTEM (introduction to hardware asects) Dr. Danila Gorodecky danila.gorodecky@gmail.com Terminology Residue number system (RNS) (refers to Chinese remainder theorem) Residue numeral system

More information

Tuning a GPS/IMU Kalman Filter for a Robot Driver

Tuning a GPS/IMU Kalman Filter for a Robot Driver Tuning a GPS/IMU Kalman Filter for a Robot Driver Jamie Bell, Karl A. Stol Deartment of Mechanical ngineering The University of Aucland Private Bag 92019 Aucland 1142 jbel060@ec.aucland.ac.nz Abstract

More information

Delivery Delay Analysis of Network Coded Wireless Broadcast Schemes

Delivery Delay Analysis of Network Coded Wireless Broadcast Schemes 22 IEEE Wireless Communications and Networking Conference: Mobile and Wireless Networks Delivery Delay Analysis of Network Coded Wireless Broadcast Schemes Amy Fu and Parastoo Sadeghi The Australian National

More information

Comparison of image-based functional monitoring through resampling and compression Steven J. Simske, Margaret Sturgill, Jason S.

Comparison of image-based functional monitoring through resampling and compression Steven J. Simske, Margaret Sturgill, Jason S. Comarison of image-based functional monitoring through resamling and comression Steven J. Simse, Margaret Sturgill, Jason S. Aronoff HP Laboratories HPL-2009-145 Keyword(s): Image forensics, counterfeit

More information

Modeling and simulation of level control phenomena in a non-linear system

Modeling and simulation of level control phenomena in a non-linear system www.ijiarec.com ISSN:2348-2079 Volume-5 Issue- International Journal of Intellectual Advancements and Research in Engineering Comutations Modeling and simulation of level control henomena in a non-linear

More information

Perceptibility and Acceptability of Gamma Differences of Displayed srgb Images

Perceptibility and Acceptability of Gamma Differences of Displayed srgb Images Percetibility and Accetability of Gamma Differences of Dislayed srgb Images Efthimia Bilissi, Ralh E. Jacobson, and Geoffrey G. Attridge Imaging Technology Research Grou, University of Westminster Harrow,

More information

The online muon identification with the ATLAS experiment at the LHC

The online muon identification with the ATLAS experiment at the LHC 32 he online muon identification with the ALAS exeriment at the LHC Abstract he Large Hadron Collider (LHC) at CERN is a roton-roton collider roviding the highest energy and the highest instantaneous luminosity

More information

Measurement of Field Complex Noise Using a Novel Acoustic Detection System

Measurement of Field Complex Noise Using a Novel Acoustic Detection System Southern Illinois University Carbondale OenSIUC Conference Proceedings Deartment of Electrical and Comuter Engineering Fall 04 Measurement of Field Comlex Noise Using a Novel Acoustic Detection System

More information

Spiking Neural Networks for Real-Time Infrared Images Processing in Thermo Vision Systems

Spiking Neural Networks for Real-Time Infrared Images Processing in Thermo Vision Systems Siking Neural Networks for Real-Time Infrared Images Processing in Thermo Vision Sstems Snejana Pleshkova Deartment of Telecommunications Technical Universit Kliment Ohridski, 8 Sofia aabbv@tu-sofia.bg

More information

Product Accumulate Codes on Fading Channels

Product Accumulate Codes on Fading Channels Product Accumulate Codes on Fading Channels Krishna R. Narayanan, Jing Li and Costas Georghiades Det of Electrical Engineering Texas A&M University, College Station, TX 77843 Abstract Product accumulate

More information

Analysis of Electronic Circuits with the Signal Flow Graph Method

Analysis of Electronic Circuits with the Signal Flow Graph Method Circuits and Systems, 207, 8, 26-274 htt://www.scir.org/journal/cs ISSN Online: 253-293 ISSN Print: 253-285 Analysis of Electronic Circuits with the Signal Flow Grah Method Feim Ridvan Rasim, Sebastian

More information

Slow-Wave Causal Model for Multi Layer Ceramic Capacitors

Slow-Wave Causal Model for Multi Layer Ceramic Capacitors DesignCon 26 Slow-Wave Causal Model for Multi ayer Ceramic Caacitors Istvan Novak Gustavo Blando Jason R. Miller Sun Microsystems, Inc. Tel: (781) 442 34, e-mail: istvan.novak@sun.com Abstract There is

More information

Modeling of power autotransformer

Modeling of power autotransformer Modeling of ower autotransformer VLADMÍR VOLČKO, ŽAETA ELEHOVÁ, ATO BELÁŇ, PETER JAGA, DOMK VGLAŠ, MROLAVA MTKOVÁ Deartment of Electrical Power Engineering lovak niversity of Technology in Bratislava lkovičova,

More information

Influence of Earth Conductivity and Permittivity Frequency Dependence in Electromagnetic Transient Phenomena

Influence of Earth Conductivity and Permittivity Frequency Dependence in Electromagnetic Transient Phenomena Influence of Earth Conductivity and Permittivity Frequency Deendence in Electromagnetic Transient Phenomena C. M. Portela M. C. Tavares J. Pissolato ortelac@ism.com.br cristina@sel.eesc.sc.us.br isso@dt.fee.unicam.br

More information

impedance the response will be non-monotone.

impedance the response will be non-monotone. Delay Models for MCM Interconnects When Resonse is Non-monotone Andrew B. Kahng, Kei Masuko Sudhakar Muddu UCLA Comuter Science Deartment MIPS Technologies, Silicon Grahics, Inc. Los Angeles, CA 90095-596

More information

2. Theoretical analysis of wave transmission characteristics in pipeline

2. Theoretical analysis of wave transmission characteristics in pipeline 30th Euroean Conference on Acoustic Emission Testing & 7th International Conference on Acoustic Emission University of Granada, 12-15 Setember 2012 www.ndt.net/ewgae-icae2012/ Theoretical Analysis and

More information

THE HELMHOLTZ RESONATOR TREE

THE HELMHOLTZ RESONATOR TREE THE HELMHOLTZ RESONATOR TREE Rafael C. D. Paiva and Vesa Välimäki Deartment of Signal Processing and Acoustics Aalto University, School of Electrical Engineering Esoo, Finland rafael.dias.de.aiva@aalto.fi

More information

Prediction Efficiency in Predictive p-csma/cd

Prediction Efficiency in Predictive p-csma/cd Prediction Efficiency in Predictive -CSMA/CD Mare Miśowicz AGH University of Science and Technology, Deartment of Electronics al. Miciewicza 30, 30-059 Kraów, Poland misow@agh.edu.l Abstract. Predictive

More information

Initial Ranging for WiMAX (802.16e) OFDMA

Initial Ranging for WiMAX (802.16e) OFDMA Initial Ranging for WiMAX (80.16e) OFDMA Hisham A. Mahmoud, Huseyin Arslan Mehmet Kemal Ozdemir Electrical Engineering Det., Univ. of South Florida Logus Broadband Wireless Solutions 40 E. Fowler Ave.,

More information

Optimal p-persistent MAC algorithm for event-driven Wireless Sensor Networks

Optimal p-persistent MAC algorithm for event-driven Wireless Sensor Networks Otimal -ersistent MAC algorithm for event-driven Wireless Sensor Networks J. Vales-Alonso,E.Egea-Lóez, M. V. Bueno-Delgado, J. L. Sieiro-Lomba, J. García-Haro Deartment of Information Technologies and

More information

Electronic Ballast with Wide Dimming Range: Matlab-Simulink Implementation of a Double Exponential Fluorescent-Lamp Model

Electronic Ballast with Wide Dimming Range: Matlab-Simulink Implementation of a Double Exponential Fluorescent-Lamp Model Electronic Ballast with Wide Dimming ange: Matlab-Simulink Imlementation of a Double Exonential Fluorescent-Lam Model Marina Perdigão and E. S. Saraiva Deartamento de Engenharia Electrotécnica Instituto

More information

Performance Analysis of Battery Power Management Schemes in Wireless Mobile. Devices

Performance Analysis of Battery Power Management Schemes in Wireless Mobile. Devices Performance Analysis of Battery Power Management Schemes in Wireless Mobile Devices Balakrishna J Prabhu, A Chockalingam and Vinod Sharma Det of ECE, Indian Institute of Science, Bangalore, INDIA Abstract

More information

Interactive Multi-Modal Robot Programming

Interactive Multi-Modal Robot Programming Interactive Multi-Modal Robot Programming Soshi Iba, Christiaan J.J. Paredis 3, and Pradee K. Khosla, ) he Robotics Institute, Carnegie Mellon University ) Electrical and Comuter Engineering, Carnegie

More information

Advancing Test in Coherent Transmission Systems. Daniel van der Weide

Advancing Test in Coherent Transmission Systems. Daniel van der Weide Advancing Test in Coherent Transmission Systems Daniel van der Weide 1 Otametra History Comlex Measurements Made Simle First 10 Systems Sold January 2011 Acquired by Tektronix -- July 2011 Founded Set

More information

Analysis of Mean Access Delay in Variable-Window CSMA

Analysis of Mean Access Delay in Variable-Window CSMA Sensors 007, 7, 3535-3559 sensors ISSN 44-80 007 by MDPI www.mdi.org/sensors Full Research Paer Analysis of Mean Access Delay in Variable-Window CSMA Marek Miśkowicz AGH University of Science and Technology,

More information

A fast hysteresis control strategy based on capacitor charging and discharging

A fast hysteresis control strategy based on capacitor charging and discharging LETTER A fast hysteresis control strategy based on caacitor charging and discharging Jianfeng Dai, Jinbin Zhao a), Keqing Qu, and Ming Lin College of Electrical Engineering, Shanghai University of electric

More information

Properties of Mobile Tactical Radio Networks on VHF Bands

Properties of Mobile Tactical Radio Networks on VHF Bands Proerties of Mobile Tactical Radio Networks on VHF Bands Li Li, Phil Vigneron Communications Research Centre Canada Ottawa, Canada li.li@crc.gc.ca / hil.vigneron@crc.gc.ca ABSTRACT This work extends a

More information

Analysis of Pseudorange-Based DGPS after Multipath Mitigation

Analysis of Pseudorange-Based DGPS after Multipath Mitigation International Journal of Scientific and Research Publications, Volume 7, Issue 11, November 2017 77 Analysis of Pseudorange-Based DGPS after Multiath Mitigation ThilanthaDammalage Deartment of Remote Sensing

More information

There are two basic types of FET s: The junction field effect transistor or JFET the metal oxide FET or MOSFET.

There are two basic types of FET s: The junction field effect transistor or JFET the metal oxide FET or MOSFET. Page 61 Field Effect Transistors The Fieldeffect transistor (FET) We know that the biolar junction transistor or BJT is a current controlled device. The FET or field effect transistor is a voltage controlled

More information

Making Haptical Product Features Measurable and

Making Haptical Product Features Measurable and ROBOTIC measuring ROBOTIC measuring Battenberg Robotic GmbH & Co. KG Zum Stemel 11 D-35043 Marburg Phone: +49 (0)6424-920 69 fax: +49 (0)6424-920 79 Making Hatical Product Features Measurable and Dulicable

More information

Light field panorama by a plenoptic camera

Light field panorama by a plenoptic camera Light field anorama by a lenotic camera Zhou Xue, Loic Baboulaz, Paolo Prandoni and Martin Vetterli École Polytechnique Fédérale de Lausanne, Switzerland ABSTRACT Consumer-grade lenotic camera Lytro draws

More information

An Overview of Substrate Noise Reduction Techniques

An Overview of Substrate Noise Reduction Techniques An Overview of Substrate Noise Reduction Techniques Shahab Ardalan, and Manoj Sachdev ardalan@ieee.org, msachdev@ece.uwaterloo.ca Deartment of Electrical and Comuter Engineering University of Waterloo

More information

Joint Tx/Rx Energy-Efficient Scheduling in Multi-Radio Networks: A Divide-and-Conquer Approach

Joint Tx/Rx Energy-Efficient Scheduling in Multi-Radio Networks: A Divide-and-Conquer Approach Joint Tx/Rx Energy-Efficient Scheduling in Multi-Radio Networs: A Divide-and-Conquer Aroach Qingqing Wu, Meixia Tao, and Wen Chen Deartment of Electronic Engineering, Shanghai Jiao Tong University, Shanghai,

More information

Is 1 a Square Modulo p? Is 2?

Is 1 a Square Modulo p? Is 2? Chater 21 Is 1 a Square Modulo? Is 2? In the revious chater we took various rimes and looked at the a s that were quadratic residues and the a s that were nonresidues. For examle, we made a table of squares

More information

Escaping from a Labyrinth with One-way Roads for Limited Robots

Escaping from a Labyrinth with One-way Roads for Limited Robots 1 Escaing from a Labyrinth with One-way Roads for Limited Robots Bernd Brüggemann Tom Kamhans Elmar Langetee FKIE, FGAN e.v., Bonn, Germany Institute of Comuter Science I, University of Bonn, Bonn, Germany

More information

Series PID Pitch Controller of Large Wind Turbines Generator

Series PID Pitch Controller of Large Wind Turbines Generator SERBIAN JOURNAL OF ELECRICAL ENGINEERING Vol. 1, No., June 015, 183-196 UDC: 61.311.4:681.5 DOI: 10.98/SJEE150183M Series PID Pitch Controller of Large Wind urbines Generator Aleksandar D. Micić 1, Miroslav

More information

Blind Single-Image Super Resolution Reconstruction with Defocus Blur

Blind Single-Image Super Resolution Reconstruction with Defocus Blur Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Blind Single-Image Super Resolution Reconstruction with Defocus Blur Fengqing Qin, Lihong Zhu, Lilan Cao, Wanan Yang Institute

More information

Available online at ScienceDirect. Procedia CIRP 43 (2016 ) th CIRP Conference on Computer Aided Tolerancing (CAT)

Available online at   ScienceDirect. Procedia CIRP 43 (2016 ) th CIRP Conference on Computer Aided Tolerancing (CAT) Available online at www.sciencedirect.com ScienceDirect rocedia IR 43 (06 ) 68 73 4th IR onerence on omuter Aided Tolerancing (AT) Develoment and Standardization o Quality-oriented Statistical Tolerancing

More information

Chinese civilization has accumulated

Chinese civilization has accumulated Color Restoration and Image Retrieval for Dunhuang Fresco Preservation Xiangyang Li, Dongming Lu, and Yunhe Pan Zhejiang University, China Chinese civilization has accumulated many heritage sites over

More information

FEATURE EXTRACTION FOR SPEECH RECOGNITON

FEATURE EXTRACTION FOR SPEECH RECOGNITON M.Tech. Credit Seminar Reort, Electronic Systems Grou, EE. Det, IIT Bombay, Submitted November2003 Abstract FEATURE EXTRACTION FOR SPEECH RECOGNITON Manish P. Kesarkar (Roll No: 03307003) Suervisor: Prof.

More information

COMPARISON OF DIFFERENT CDGPS SOLUTIONS FOR ON-THE-FLY INTEGER AMBIGUITY RESOLUTION IN LONG BASELINE LEO FORMATIONS

COMPARISON OF DIFFERENT CDGPS SOLUTIONS FOR ON-THE-FLY INTEGER AMBIGUITY RESOLUTION IN LONG BASELINE LEO FORMATIONS COMPARISON OF DIFFERENT CDGPS SOLUTIONS FOR ON-THE-FLY INTEGER AMBIGUITY RESOLUTION IN LONG BASELINE LEO FORMATIONS Urbano Tancredi (1), Alfredo Renga (2), and Michele Grassi (3) (1) Deartment for Technologies,

More information

An Alternative Single Parameter Functional Form for Lorenz Curve

An Alternative Single Parameter Functional Form for Lorenz Curve Crawford School of Public Policy Crawford School working aers An Alternative Single Parameter Functional Form for Lorenz Curve Crawford School Working Paer 7 Setember 07 Satya Paul Amrita University, India

More information

Laboratory Essay with Online Back-calculation Anti-windup Scheme for a MTG System

Laboratory Essay with Online Back-calculation Anti-windup Scheme for a MTG System PID' Brescia (Italy), March 8-, WeB. Laboratory Essay with Online Back-calculation Anti-windu Scheme for a MTG System Antônio M. S. Neto, Thaise P. Damo, Antonio A. R. Coelho Federal University of Santa

More information

Computational Complexity of Generalized Push Fight

Computational Complexity of Generalized Push Fight Comutational Comlexity of Generalized Push Fight Jeffrey Bosboom Erik D. Demaine Mikhail Rudoy Abstract We analyze the comutational comlexity of otimally laying the two-layer board game Push Fight, generalized

More information

A new family of highly linear CMOS transconductors based on the current tail differential pair

A new family of highly linear CMOS transconductors based on the current tail differential pair MEJ 552 Microelectronics Journal Microelectronics Journal 30 (1999) 753 767 A new family of highly linear CMOS transconductors based on the current tail differential air A.M. Ismail, S.K. ElMeteny, A.M.

More information

Improving Satellite Surveillance through Optimal Assignment of Assets

Improving Satellite Surveillance through Optimal Assignment of Assets Imroving Satellite Surveillance through Otimal Assignment of Assets Claire Rivett and Carmine Pontecorvo Intelligence, Surveillance and Reconnaissance Division Defence Science and Technology Organisation

More information

IEEE/ACM TRANSACTIONS ON NETWORKING 1

IEEE/ACM TRANSACTIONS ON NETWORKING 1 IEEE/ACM TRANSACTIONS ON NETWORKING 1 Otimal Power Allocation and Scheduling Under Jamming Attacks Salvatore D Oro, Eylem Ekici, and Sergio Palazzo Abstract In this aer, we consider a jammed wireless scenario

More information

A Realistic Simulation Tool for Testing Face Recognition Systems under Real-World Conditions

A Realistic Simulation Tool for Testing Face Recognition Systems under Real-World Conditions A Realistic Simulation Tool for Testing Face Recognition Sstems under Real-World Conditions M. Correa, J. Ruiz-del-Solar, S. Parra-Tsunekawa, R. Verschae Deartment of Electrical Engineering, Universidad

More information

Technical and Economic Feasibility of Passive Shielding Used to Mitigate Power Lines Magnetic Fields

Technical and Economic Feasibility of Passive Shielding Used to Mitigate Power Lines Magnetic Fields Technical and Economic Feasibility of Passive Shielding Used to Mitigate Power Lines Magnetic Fields AHMED R. SAYED, HUSSEIN I. ANIS Electrical Power and Machine Deartment Cairo University Giza EGYPT eng_ahmed.rabee@eng.cu.edu.eg,

More information

MATLAB/SIMULINK Implementation of Phi-Transforms A New Toolbox Only or the Rival of Wavelet Toolbox for the Next Decade?

MATLAB/SIMULINK Implementation of Phi-Transforms A New Toolbox Only or the Rival of Wavelet Toolbox for the Next Decade? MALAB/SIMULINK Imlementation of Phi-ransforms A New oolbox Only or the Rival of Wavelet oolbox for the Next Decade? Peteris Misans (Professo Riga echnical University, Riga, Latvia) Maris erauds (Assistant,

More information

Design of a Power Converter Based on UC3842 for Blade Electric Vehicle

Design of a Power Converter Based on UC3842 for Blade Electric Vehicle Design of a Power Converter Based on UC3842 for Blade Electric Vehicle Zhenyou Wang, Qun Sun*, Hongqiang Guo School of Mechanical and Automotive Engineering, Liaocheng University Liaocheng, China *Corresonding

More information