On-Board Satellite Implementation of Wavelet-Based Predictive Coding of Hyperspectral Images

Size: px
Start display at page:

Download "On-Board Satellite Implementation of Wavelet-Based Predictive Coding of Hyperspectral Images"

Transcription

1 On-oard Satellte Implementaton of -ased Predctve Codng of Hyperspectral Images Agneszka C. Mguel*, Alexander Chang #, Rchard E. Ladner #, Scott Hauck*, Eve A. Rskn* * Department of Electrcal Engneerng, Unversty of Washngton, Seattle # Department of Computer Scence and Engneerng, Unversty of Washngton, Seattle Abstract We present an algorthm for lossy compresson of hyperspectral mages generated by the MODIS nstrument. To greatly reduce the bt rate requred to code mages, we use lnear predcton between the bands. Once the predcton s formed, t s subtracted from the ncomng band, and the resdual (dfference mage) s compressed usng the Set Parttonng n Herarchcal Trees (SPIHT) algorthm. The proposed bt plane-synchronzed closed loop predcton smultaneously acheves hgh compresson rato, hgh fdelty, and smple on-board mplementaton. I. INTRODUCTION Moderate Resoluton Imagng Spectroradometer (MODIS) data are collected from the Terra satellte at a rate of 11 megabts/second. These data are transmtted to earth, stored, and analyzed by varous algorthms. Lossy compresson technques provde hgh compresson ratos that allow reducton n bandwdth and storage requrements. The compresson of hyperspectral mages was nvestgated n [1] and []. In [3], the nformaton content of hyperspectral data was studed and a lossless compresson technque was proposed. The effect of data compresson on cloud cover classfcaton of MODIS data was examned n [4]. In ths research, we use the Set Parttonng n Herarchcal Trees (SPIHT) algorthm [5], whch s a wavelet-based state-of-theart technque that codes mages wth both hgh compresson ratos and hgh fdelty. SPIHT can be parallelzed for mplementaton on FPGAs and therefore has a great potental for applcatons where the compresson s performed on the satellte. To reduce the bt rate requred to code hyperspectral mages, we use lnear predcton between the bands. Each band, except the frst, s predcted by a prevous band. Once the predcton s formed, t s subtracted from the ncomng band, and the resdual (dfference mage) s compressed usng SPIHT. The energy n the dfference band s low and therefore, the dfference band can be compressed wth only a small number of bts. All of the dfference mages are compressed to the same fdelty. To compute the exact dfference between the ncomng band and ts predcton from a prevous band, the encoder must have access to the decoded verson of the prevous band. Such a closed loop system however requres mplementaton of the decoder on the satellte, whch greatly ncreases the complexty of on-board applcatons. In the proposed bt plane-synchronzed closed loop system, both the encoder and the decoder smply use the same number of bt planes of the wavelet-coded dfference mage of the prevous band for predcton. Ths enables the encoder to be less complex because whle t must stll do an nverse wavelet transform, full decompresson on-board the satellte s not needed. In ths artcle we show the comparson between the open, halfopen, closed, and the bt plane-synchronzed closed loop systems. The proposed predcton method has very promsng performance n that for the same fdelty, the average bt rate s only slghtly hgher than for the closed loop system, yet t permts a smple encoder for mplementaton on the satellte. II. SET PARTITIONING IN HIERARCHICAL TREES SPIHT s a progressve mage coder, whch frst approxmates an mage wth a few bts of data, and then mproves the qualty of approxmaton as more nformaton s encoded. SPIHT creates an embedded bt stream n whch the later bts refne the earler bts. As shown n Fgure 1, the encoder frst performs a wavelet transform on the mage pxels. Then, the wavelet coeffcents are encoded one bt plane at a tme. To acheve compresson, the bt stream can be truncated at any tme (see Fgure ). Note that bt plane encodng and decodng takes sgnfcantly more tme than the wavelet transform. Ths work was supported by NASA.

2 mage (pxels) Encoder wavelet transform Decoder bt plane decodng transformed mage (coeffcents) transformed mage (approx coeffcents) bt plane codng nverse wavelet transform bt stream dstorted mage t rate [bpp] Usng predcton and SPIHT to compress hyperspectral data (target = 1) w/o predcton wth predcton Fgure 1. lock dagram of SPIHT.. 5 compressed bt planes: and number Fgure 3. Comparson of bt rates requred to code the hyperspectral data to =1 wth and wthout predcton. truncated compressed bt planes: Fgure. t plane codng. 1 bpp III. SPIHT ON HYPERSPECTRAL DATA We use predcton to take advantage of correlaton between bands. As shown n Equaton (1), frst, the current band s predcted from a prevous band. Then, the dfference D between the orgnal band and the predcted band P s computed. To recover the orgnal band, ts predcton P has to be summed wth the dfference band D. P D = = = a P P D b The predcton order of the bands has been optmzed to mnmze the overall dstorton D. The coeffcents a and b are computed to mnmze the norm of D usng least squares optmzaton. All dfference bands are coded to a target Mean-Squared Error (). Usng predcton sgnfcantly mproves the compresson rato. For example, as shown n Fgure 3, for the Cuprte mage (614x51, 4 bands, 16-bt nteger data), when all of the bands are coded to an of 1, usng predcton decreases the requred bt rate 5 tmes (from 8:1 to 43:1 compresson rato). (1) IV. PREDICTION IN SPIHT To predct the currently coded band, a prevous band s needed. The prevous band used for predcton can be the orgnal or the decompressed band. In ths research, we nvestgated four types of predcton: open loop, half-open loop, closed loop, and the proposed bt plane-synchronzed closed loop. A. Open Loop Predcton As shown n Fgure 4, n the open loop predcton, both the recever and the transmtter use the orgnal band for predcton. In the transmtter, the currently coded band s predcted from band usng the predcton coeffcents a andb. The predcted verson of, called Ps subtracted from to form the dfference band D. The dfference band D s then wavelet transformed nto W and bt plane encoded to a bt rate requred to acheve the target. The recever decompresses the truncated bt stream to Ŵ and then performs the nverse wavelet transform to compute the decompressed dfference band Dˆ. Ths dfference s summed wth P, the predcted verson of, to computeˆ. Note that P s predcted from the orgnal band. ecause n lossy compresson, the recever does not have access to the orgnal band, ths system cannot be mplemented. Therefore, n our research, we use the open loop only as a reference system to compare wth the results of other methods.

3 - D W t Plane Encodng average bt rate for the half-open case s 965 bpp, whle that for the open loop s.4 bpp. P Predcton Transmtter a b 5 Open and half-open loop results for target = 1 t Plane W D Decodng Open loop Half-open loop Recever P Predcton a b and number Fgure 4. Open loop predcton. Fgure 6. Results comparson for the open and half-open loops.. Half-open Loop Predcton Half-open loop predcton s a practcal alternatve to open loop predcton. In such a system, the transmtter uses the orgnal prevous band, whle the recever uses the prevous decompressed band for predcton (see Fgure 5). The transmtter s the same as n the open loop method. ecause the recever cannot use the orgnal band to predct band, t uses the decompressed verson of, that s ˆ. The predcted verson of, Pˆ, s summed wth the decompressed dfference band Dˆ to form ˆ. However, because the recever and the transmtter use dfferent bands for predcton, ths method leads to a lack of synchronzaton between the transmtter and the recever and thus large errors. C. Closed Loop Predcton In closed loop predcton, shown n Fgure 7, both the transmtter and recever use the decompressed band for predcton. It s the most accurate method, however t s also more complcated because t requres the transmtter to mplement the decoder, whch s computatonally complex. - D W Transmtter t Plane Encodng t Plane Decodng W Predcton P D a b - D W t Plane Encodng Predcton P t Plane W D Decodng a b Transmtter Recever P Predcton a b t Plane Decodng W D Recever Fgure 5. Half-open loop predcton. P Predcton a b Fgure 6 shows the bt rate requred to encode each band to the of 1 n two cases: open and half-open loop. The Fgure 7. Closed loop predcton. The transmtter uses the decompressed band ˆ to predct ˆ. The predcted verson of orgnal band to obtan the dfference, Pˆ, s subtracted from the D, whch s then wavelet transformed and encoded to a bt rate requred for the target. Then the dfference s decompressed agan to form Dˆ, whch s summed wth Pˆ to form ˆ. The decompressed band ˆ s stored n the transmtter so n the

4 future t can be used to predct some other band k. The recever s the same as n the half-open loop. In Fgure 8, we compare the results of the closed and open loops. The average bt rate to code all bands to the target of 1 s.4 bpp for the open loop and.55 bpp for the closed loop. As can be seen from Fgure 8b, the s always below or close to the target. such that the bt rate s stll less than the target rate. We desgnate the truncated verson of WbyŴˆ. The nverse wavelet transform s then performed to obtan Dˆ whch s summed wth the predcted verson of, that s Pˆ, to obtan ˆ. Ths s the truncated and decompressed verson of may be used later to predct some other band k. that t rate [bpp] Open and closed loop results for target = 1 Open loop Closed loop and number a) - D W t Plane Encodng Transmtter Predcton P Truncaton W D a b Open and closed loop results for target = 1 Open loop Closed loop t Plane Decodng W D and number b) Fgure 8. Comparson of open and closed loop predcton results. a) t rate. b). D. t Plane-Synchronzed Closed Loop Predcton As a soluton that s easer to mplement on-board the satellte, we propose the bt plane-synchronzed predcton shown n Fgure 9. oth the transmtter and recever use the same number of bt planes of the wavelet coded dfference mage of the prevous band for predcton. We take advantage of the fact that the SPIHT algorthm can be splt nto two steps: wavelet transform and bt plane codng. The transmtter performs the wavelet transform on the dfference band to get Wand encodes t to the bt rate requred to code the band to the target. Once the target bt rate s known, the transmtter truncates W to the hghest number of full wavelet bt planes Truncaton W D Fgure 9. t plane-synchronzed closed loop predcton. P Recever Predcton The recever n the bt plane-synchronzed loop predcton uses Ŵ to compute the decompressed band ˆ and Ŵˆ to compute the decompressed truncated band ˆ. The transmtter and recever are always synchronzed because they use the same data for predcton. Ths synchronzaton s acheved wth a smpler on-board transmtter: t has to perform an nverse wavelet transform, but not a full decompresson as part of the predcton process. In Fgure 1, we compare the closed and bt planesynchronzed loops. The average bt rate that s requred to code each band to the target of 1 s 1.1 bpp for bt plane-synchronzed loop and.55 bpp for closed loop. The average s smlar n the two cases and equals 87. a b

5 Closed and bt plane-synchronzed closed loop results for target = 1 t rate [bpp] Closed loop t plane-synch. loop and number R(W ) k R(Ŵˆ ) < T R(W ) k 1 R(Ŵˆ ) The results for the orgnal and the mproved bt planesynchronzed loops are shown n Fgure 11. The average bt rate for the mproved method s.65 bpp whch s ust slghtly over the bt rate requred n the closed loop predcton. In addton, the average n the mproved method s only 66, whle the of the orgnal loop s 87. Ths result shows that the mproved bt plane-synchronzed loop s a very promsng method to code hyperspectral data. It acheves a very good compresson rato wth a low and has a lower computatonal complexty compared to the orgnal closed loop predcton. () a) Closed and bt plane-synchronzed closed loop results for target = 1 Closed loop t planesynch. loop and number b) t rate [bpp] Improved bt plane-synchronzed closed loop results for target = t plane-synch. loop Improved bt plane-synch. loop and number a) Improved bt plane-synchronzed closed loop results for target = 1 Fgure 1. Results for the bt plane-synchronzed closed loop predcton. a) t rate. b). E. Improved t Plane-Synchronzed Closed Loop Predcton To mprove the bt plane synchronzed loop, we nvestgated computng new predcton coeffcents and mplementng rate control. Instead of smply truncatng the wavelet transformed dfference band, we can round up to the next number of bt planes. Our decson s presented n Equaton (), where R(W ) s the rate requred to code wavelet transformed dfference W to the target, and k R(W ) and k 1 R(W ) are rates requred to code k and k1 bt planes, respectvely. If the statement n Equaton () s true, k bt planes are selected for predcton. If t s false, k1 bt planes are selected for predcton. Note that when k1 bt planes are selected for predcton, the target rate has to be ncreased to that of the full k1 wavelet bt planes. T s a threshold wth typcal values on the order of t plane-synch. loop Improved bt plane-synch. loop and number b) Fgure 11. Results for the mproved bt plane-synchronzed closed loop predcton. a) t rate. b). V. CONCLUSION In ths research, we have nvestgated dfferent methods of usng predcton to code hyperspectral data. As expected, we saw that combnng predcton wth a state-of-the-art mage compresson algorthm sgnfcantly mproves the compresson rato. We have also compared dfferent methods of predcton (open, closed, and half-open loops) and proposed a new

6 method, the bt plane-synchronzed loop. We showed that under the constrants of a smple mplementaton on-board the satellte, bt-plane synchronzed loop predcton offers excellent performance. REFERENCES [1] Govann Motta, Francesco Rzzo, and James A. Storer, Compresson of Hyperspectral Imagery, Proceedngs of the Data Compresson Conference, pp , 3. [] CCSDS Lossless Data Compresson, [3] runo Aazz, Lucano Alparone, Alessandro arducc, Stefano aront, and Ivan Ppp, Informaton-Theoretc Assessment of Sampled Hyperspectral Imagers, IEEE Transactons on Geoscence and Remote Sensng, vol. 39, no. 7, July 1. [4] A. Lenharth, R.E. Ladner, S. Hauck, E.A. Rskn, A. Mguel. Compresson of MODIS Satellte Images, n NASA Earth Scence Technology Conference, 1. [5] A. Sad and W. A. Pearlman, A new, fast, and effcent mage codec based on set parttonng n herarchcal trees, IEEE Transactons on Crcuts and Systems for Vdeo Technology, vol. 6, no. 3, pp. 43 5, June 1996.

Adaptive Fractal Image Coding in the Frequency Domain

Adaptive Fractal Image Coding in the Frequency Domain PROCEEDINGS OF INTERNATIONAL WORKSHOP ON IMAGE PROCESSING: THEORY, METHODOLOGY, SYSTEMS AND APPLICATIONS 2-22 JUNE,1994 BUDAPEST,HUNGARY Adaptve Fractal Image Codng n the Frequency Doman K AI UWE BARTHEL

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT Toshhko Oda (1), Kochro Iwaoka (2) (1), (2) Infrastructure Systems Busness Unt, Panasonc System Networks Co., Ltd. Saedo-cho

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

Effective wavelet-based compression method with adaptive quantization threshold and zerotree coding

Effective wavelet-based compression method with adaptive quantization threshold and zerotree coding Effectve wavelet-based compresson method wth adaptve quantzaton threshold and zerotree codng Artur Przelaskowsk, Maran Kazubek, Tomasz Jamrógewcz Insttute of Radoelectroncs, Warsaw Unversty of Technology,

More information

A Crossplatform ECG Compression Library for Mobile HealthCare Services

A Crossplatform ECG Compression Library for Mobile HealthCare Services A Crossplatform ECG Compresson Lbrary for Moble HealthCare Servces Alexander Borodn, Yulya Zavyalova Department of Computer Scence Petrozavodsk State Unversty Petrozavodsk, Russa {aborod, yzavyalo}@cs.petrsu.ru

More information

Minimal Coding Network With Combinatorial Structure For Instantaneous Recovery From Edge Failures

Minimal Coding Network With Combinatorial Structure For Instantaneous Recovery From Edge Failures Mnmal Codng Network Wth Combnatoral Structure For Instantaneous Recovery From Edge Falures Ashly Joseph 1, Mr.M.Sadsh Sendl 2, Dr.S.Karthk 3 1 Fnal Year ME CSE Student Department of Computer Scence Engneerng

More information

A Secure Password-Authenticated Key Agreement Using Smart Cards

A Secure Password-Authenticated Key Agreement Using Smart Cards A Secure Password-Authentcated Key Agreement Usng Smart Cards Ka Chan 1, Wen-Chung Kuo 2 and Jn-Chou Cheng 3 1 Department of Computer and Informaton Scence, R.O.C. Mltary Academy, Kaohsung 83059, Tawan,

More information

Compressed Sensing Based Encryption Approach for Tax Forms Data

Compressed Sensing Based Encryption Approach for Tax Forms Data Vol. 4, o.11, 15 Compressed Sensng Based Encrypton Approach for Tax Forms Data Adran Brezulanu Gheorghe Asach Techncal Unversty of Ias Ias, Romana Monca Fra Romanan Academy Insttute of Computer Scence

More information

ADAPTIVE WIENER-TURBO SYSTEM AND ADAPTIVE WIENER-TURBO SYSTEMS WITH JPEG & BIT PLANE COMPRESSIONS

ADAPTIVE WIENER-TURBO SYSTEM AND ADAPTIVE WIENER-TURBO SYSTEMS WITH JPEG & BIT PLANE COMPRESSIONS ISTANBUL UNIVERSITY JOURNAL OF ELECTRICAL & ELECTRONICS ENGINEERING YEAR VOLUME NUMBER : 2007 : 7 : 1 (257-276) ADAPTIVE WIENER-TURBO SYSTEM AND ADAPTIVE WIENER-TURBO SYSTEMS WITH JPEG & BIT PLANE COMPRESSIONS

More information

An RFID Distance Bounding Protocol

An RFID Distance Bounding Protocol An RFID Dstance Boundng Protocol Gerhard P. Hancke and Markus G. Kuhn May 22, 2006 An RFID Dstance Boundng Protocol p. 1 Dstance boundng Verfer d Prover Places an upper bound on physcal dstance Does not

More information

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng Envronment Congcong Xong, Long Feng, Lxan Chen A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng

More information

Single and multiple stage classifiers implementing logistic discrimination

Single and multiple stage classifiers implementing logistic discrimination Sngle and multple stage classfers mplementng logstc dscrmnaton Hélo Radke Bttencourt 1 Dens Alter de Olvera Moraes 2 Vctor Haertel 2 1 Pontfíca Unversdade Católca do Ro Grande do Sul - PUCRS Av. Ipranga,

More information

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

More information

A DATA MINING APPLICATION IN A STUDENT DATABASE

A DATA MINING APPLICATION IN A STUDENT DATABASE JOURNAL OF AERONAUTICS AND SPACE TECHNOLOGIES JULY 005 VOLUME NUMBER (53-57) A DATA MINING APPLICATION IN A STUDENT DATABASE Şenol Zafer ERDOĞAN Maltepe Ünversty Faculty of Engneerng Büyükbakkalköy-Istanbul

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

Implementation of Deutsch's Algorithm Using Mathcad

Implementation of Deutsch's Algorithm Using Mathcad Implementaton of Deutsch's Algorthm Usng Mathcad Frank Roux The followng s a Mathcad mplementaton of Davd Deutsch's quantum computer prototype as presented on pages - n "Machnes, Logc and Quantum Physcs"

More information

On the Optimal Control of a Cascade of Hydro-Electric Power Stations

On the Optimal Control of a Cascade of Hydro-Electric Power Stations On the Optmal Control of a Cascade of Hydro-Electrc Power Statons M.C.M. Guedes a, A.F. Rbero a, G.V. Smrnov b and S. Vlela c a Department of Mathematcs, School of Scences, Unversty of Porto, Portugal;

More information

VoIP Playout Buffer Adjustment using Adaptive Estimation of Network Delays

VoIP Playout Buffer Adjustment using Adaptive Estimation of Network Delays VoIP Playout Buffer Adjustment usng Adaptve Estmaton of Network Delays Mroslaw Narbutt and Lam Murphy* Department of Computer Scence Unversty College Dubln, Belfeld, Dubln, IRELAND Abstract The poor qualty

More information

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign PAS: A Packet Accountng System to Lmt the Effects of DoS & DDoS Debsh Fesehaye & Klara Naherstedt Unversty of Illnos-Urbana Champagn DoS and DDoS DDoS attacks are ncreasng threats to our dgtal world. Exstng

More information

"Research Note" APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES *

Research Note APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES * Iranan Journal of Scence & Technology, Transacton B, Engneerng, ol. 30, No. B6, 789-794 rnted n The Islamc Republc of Iran, 006 Shraz Unversty "Research Note" ALICATION OF CHARGE SIMULATION METHOD TO ELECTRIC

More information

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):1884-1889 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A hybrd global optmzaton algorthm based on parallel

More information

Fault tolerance in cloud technologies presented as a service

Fault tolerance in cloud technologies presented as a service Internatonal Scentfc Conference Computer Scence 2015 Pavel Dzhunev, PhD student Fault tolerance n cloud technologes presented as a servce INTRODUCTION Improvements n technques for vrtualzaton and performance

More information

Image Compression of MRI Image using Planar Coding

Image Compression of MRI Image using Planar Coding (IJACSA) Internatonal Journal of Advanced Computer Scence and Applcatons, Image Compresson of MRI Image usng Planar Codng Laltha Y. S Department of Electroncs & Communcaton Engg. Appa Insttute of Engneerng

More information

Audio coding: 3-dimensional stereo and presence

Audio coding: 3-dimensional stereo and presence Audo codng: 3-dmensonal stereo and presence Audo codng cheme: CIN / TI / M.Eng. Verson: 1.0 Last update: January 2002 Date: January 2002 Lecturer: Davd Robnson Unversty of Essex 2002-15 - Audo Codng, 3-D

More information

Calculating the high frequency transmission line parameters of power cables

Calculating the high frequency transmission line parameters of power cables < ' Calculatng the hgh frequency transmsson lne parameters of power cables Authors: Dr. John Dcknson, Laboratory Servces Manager, N 0 RW E B Communcatons Mr. Peter J. Ncholson, Project Assgnment Manager,

More information

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters Frequency Selectve IQ Phase and IQ Ampltude Imbalance Adjustments for OFDM Drect Converson ransmtters Edmund Coersmeer, Ernst Zelnsk Noka, Meesmannstrasse 103, 44807 Bochum, Germany edmund.coersmeer@noka.com,

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Max Wellng Department of Computer Scence Unversty of Toronto 10 Kng s College Road Toronto, M5S 3G5 Canada wellng@cs.toronto.edu Abstract Ths s a note to explan support vector machnes.

More information

Multi-Source Video Multicast in Peer-to-Peer Networks

Multi-Source Video Multicast in Peer-to-Peer Networks ult-source Vdeo ultcast n Peer-to-Peer Networks Francsco de Asís López-Fuentes*, Eckehard Stenbach Technsche Unverstät ünchen Insttute of Communcaton Networks, eda Technology Group 80333 ünchen, Germany

More information

Cross-platform ECG Compression Library for Mobile HealthCare Services

Cross-platform ECG Compression Library for Mobile HealthCare Services Cross-platform ECG Compresson Lbrary for Moble HealthCare Servces Alexander Borodn, Yula Zavyalova Petrozavodsk State Unversty Department of Computer Scence Ths research s supported by grant KA179 of Karela

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

Damage detection in composite laminates using coin-tap method

Damage detection in composite laminates using coin-tap method Damage detecton n composte lamnates usng con-tap method S.J. Km Korea Aerospace Research Insttute, 45 Eoeun-Dong, Youseong-Gu, 35-333 Daejeon, Republc of Korea yaeln@kar.re.kr 45 The con-tap test has the

More information

Comparison of Control Strategies for Shunt Active Power Filter under Different Load Conditions

Comparison of Control Strategies for Shunt Active Power Filter under Different Load Conditions Comparson of Control Strateges for Shunt Actve Power Flter under Dfferent Load Condtons Sanjay C. Patel 1, Tushar A. Patel 2 Lecturer, Electrcal Department, Government Polytechnc, alsad, Gujarat, Inda

More information

An Introduction to 3G Monte-Carlo simulations within ProMan

An Introduction to 3G Monte-Carlo simulations within ProMan An Introducton to 3G Monte-Carlo smulatons wthn ProMan responsble edtor: Hermann Buddendck AWE Communcatons GmbH Otto-Llenthal-Str. 36 D-71034 Böblngen Phone: +49 70 31 71 49 7-16 Fax: +49 70 31 71 49

More information

A Novel Enhancement Technique of the Hill Cipher for Effective Cryptographic Purposes

A Novel Enhancement Technique of the Hill Cipher for Effective Cryptographic Purposes Journal of Computer Scence 7 (5): 785-789, 2011 ISSN 1549-3636 2011 Scence Publcatons A Novel Enhancement Technque of the Hll Cpher for Effectve Cryptographc Purposes 1 A.F.A. Abdn, 1 O.Y. Chuan and 2

More information

Enabling P2P One-view Multi-party Video Conferencing

Enabling P2P One-view Multi-party Video Conferencing Enablng P2P One-vew Mult-party Vdeo Conferencng Yongxang Zhao, Yong Lu, Changja Chen, and JanYn Zhang Abstract Mult-Party Vdeo Conferencng (MPVC) facltates realtme group nteracton between users. Whle P2P

More information

How To Understand The Results Of The German Meris Cloud And Water Vapour Product

How To Understand The Results Of The German Meris Cloud And Water Vapour Product Ttel: Project: Doc. No.: MERIS level 3 cloud and water vapour products MAPP MAPP-ATBD-ClWVL3 Issue: 1 Revson: 0 Date: 9.12.1998 Functon Name Organsaton Sgnature Date Author: Bennartz FUB Preusker FUB Schüller

More information

Politecnico di Torino. Porto Institutional Repository

Politecnico di Torino. Porto Institutional Repository Poltecnco d Torno Porto Insttutonal Repostory [Artcle] A cost-effectve cloud computng framework for acceleratng multmeda communcaton smulatons Orgnal Ctaton: D. Angel, E. Masala (2012). A cost-effectve

More information

An ISP-Friendly Hierarchical Overlay for P2P Live Streaming

An ISP-Friendly Hierarchical Overlay for P2P Live Streaming 14-th IEEE Internatonal Conference on Peer-to-Peer Computng An -Frendly Herarchcal Overlay for P2P Lve Streamng Mengjuan Lu, Fe Lu, Xucheng Luo, and Zhguang Qn Computer Scence & Engneerng, Unversty of

More information

Comparative performance of watermarking schemes using Mary modulation with binary schemes employing error correction coding

Comparative performance of watermarking schemes using Mary modulation with binary schemes employing error correction coding Comparatve performance of watermarkng schemes usng Mary modulaton wth bnary schemes employng error correcton codng Brett Bradley, Hugh Brunk Dgmarc Corporaton, 19801 SW 72 nd Ave., Sute 250, Tualatn, OR

More information

LAMOR: Lifetime-Aware Multipath Optimized Routing Algorithm for Video Transmission over Ad Hoc Networks

LAMOR: Lifetime-Aware Multipath Optimized Routing Algorithm for Video Transmission over Ad Hoc Networks LAMOR: Lfetme-Aware Multpath Optmzed Routng Algorthm for Vdeo ransmsson over Ad Hoc Networks 1 Lansheng an, Lng Xe, Kng-m Ko, Mng Le and Moshe Zukerman Abstract Multpath routng s a key technque to support

More information

Dynamic Resource Allocation for MapReduce with Partitioning Skew

Dynamic Resource Allocation for MapReduce with Partitioning Skew Ths artcle has been accepted for publcaton n a future ssue of ths journal, but has not been fully edted. Content may change pror to fnal publcaton. Ctaton nformaton: DOI 1.119/TC.216.253286, IEEE Transactons

More information

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE Yu-L Huang Industral Engneerng Department New Mexco State Unversty Las Cruces, New Mexco 88003, U.S.A. Abstract Patent

More information

Joint Scheduling of Processing and Shuffle Phases in MapReduce Systems

Joint Scheduling of Processing and Shuffle Phases in MapReduce Systems Jont Schedulng of Processng and Shuffle Phases n MapReduce Systems Fangfe Chen, Mural Kodalam, T. V. Lakshman Department of Computer Scence and Engneerng, The Penn State Unversty Bell Laboratores, Alcatel-Lucent

More information

An interactive system for structure-based ASCII art creation

An interactive system for structure-based ASCII art creation An nteractve system for structure-based ASCII art creaton Katsunor Myake Henry Johan Tomoyuk Nshta The Unversty of Tokyo Nanyang Technologcal Unversty Abstract Non-Photorealstc Renderng (NPR), whose am

More information

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting Causal, Explanatory Forecastng Assumes cause-and-effect relatonshp between system nputs and ts output Forecastng wth Regresson Analyss Rchard S. Barr Inputs System Cause + Effect Relatonshp The job of

More information

A New Quality of Service Metric for Hard/Soft Real-Time Applications

A New Quality of Service Metric for Hard/Soft Real-Time Applications A New Qualty of Servce Metrc for Hard/Soft Real-Tme Applcatons Shaoxong Hua and Gang Qu Electrcal and Computer Engneerng Department and Insttute of Advanced Computer Study Unversty of Maryland, College

More information

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network 700 Proceedngs of the 8th Internatonal Conference on Innovaton & Management Forecastng the Demand of Emergency Supples: Based on the CBR Theory and BP Neural Network Fu Deqang, Lu Yun, L Changbng School

More information

An Analysis of Central Processor Scheduling in Multiprogrammed Computer Systems

An Analysis of Central Processor Scheduling in Multiprogrammed Computer Systems STAN-CS-73-355 I SU-SE-73-013 An Analyss of Central Processor Schedulng n Multprogrammed Computer Systems (Dgest Edton) by Thomas G. Prce October 1972 Techncal Report No. 57 Reproducton n whole or n part

More information

Improved SVM in Cloud Computing Information Mining

Improved SVM in Cloud Computing Information Mining Internatonal Journal of Grd Dstrbuton Computng Vol.8, No.1 (015), pp.33-40 http://dx.do.org/10.1457/jgdc.015.8.1.04 Improved n Cloud Computng Informaton Mnng Lvshuhong (ZhengDe polytechnc college JangSu

More information

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic Lagrange Multplers as Quanttatve Indcators n Economcs Ivan Mezník Insttute of Informatcs, Faculty of Busness and Management, Brno Unversty of TechnologCzech Republc Abstract The quanttatve role of Lagrange

More information

Vehicle Detection and Tracking in Video from Moving Airborne Platform

Vehicle Detection and Tracking in Video from Moving Airborne Platform Journal of Computatonal Informaton Systems 10: 12 (2014) 4965 4972 Avalable at http://www.jofcs.com Vehcle Detecton and Trackng n Vdeo from Movng Arborne Platform Lye ZHANG 1,2,, Hua WANG 3, L LI 2 1 School

More information

Solving Factored MDPs with Continuous and Discrete Variables

Solving Factored MDPs with Continuous and Discrete Variables Solvng Factored MPs wth Contnuous and screte Varables Carlos Guestrn Berkeley Research Center Intel Corporaton Mlos Hauskrecht epartment of Computer Scence Unversty of Pttsburgh Branslav Kveton Intellgent

More information

How To Calculate The Accountng Perod Of Nequalty

How To Calculate The Accountng Perod Of Nequalty Inequalty and The Accountng Perod Quentn Wodon and Shlomo Ytzha World Ban and Hebrew Unversty September Abstract Income nequalty typcally declnes wth the length of tme taen nto account for measurement.

More information

The Effect of Mean Stress on Damage Predictions for Spectral Loading of Fiberglass Composite Coupons 1

The Effect of Mean Stress on Damage Predictions for Spectral Loading of Fiberglass Composite Coupons 1 EWEA, Specal Topc Conference 24: The Scence of Makng Torque from the Wnd, Delft, Aprl 9-2, 24, pp. 546-555. The Effect of Mean Stress on Damage Predctons for Spectral Loadng of Fberglass Composte Coupons

More information

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications CMSC828G Prncples of Data Mnng Lecture #9 Today s Readng: HMS, chapter 9 Today s Lecture: Descrptve Modelng Clusterng Algorthms Descrptve Models model presents the man features of the data, a global summary

More information

Gender Classification for Real-Time Audience Analysis System

Gender Classification for Real-Time Audience Analysis System Gender Classfcaton for Real-Tme Audence Analyss System Vladmr Khryashchev, Lev Shmaglt, Andrey Shemyakov, Anton Lebedev Yaroslavl State Unversty Yaroslavl, Russa vhr@yandex.ru, shmaglt_lev@yahoo.com, andrey.shemakov@gmal.com,

More information

Secure Network Coding Over the Integers

Secure Network Coding Over the Integers Secure Network Codng Over the Integers Rosaro Gennaro Jonathan Katz Hugo Krawczyk Tal Rabn Abstract Network codng has receved sgnfcant attenton n the networkng communty for ts potental to ncrease throughput

More information

Number of Levels Cumulative Annual operating Income per year construction costs costs ($) ($) ($) 1 600,000 35,000 100,000 2 2,200,000 60,000 350,000

Number of Levels Cumulative Annual operating Income per year construction costs costs ($) ($) ($) 1 600,000 35,000 100,000 2 2,200,000 60,000 350,000 Problem Set 5 Solutons 1 MIT s consderng buldng a new car park near Kendall Square. o unversty funds are avalable (overhead rates are under pressure and the new faclty would have to pay for tself from

More information

Efficient Bandwidth Management in Broadband Wireless Access Systems Using CAC-based Dynamic Pricing

Efficient Bandwidth Management in Broadband Wireless Access Systems Using CAC-based Dynamic Pricing Effcent Bandwdth Management n Broadband Wreless Access Systems Usng CAC-based Dynamc Prcng Bader Al-Manthar, Ndal Nasser 2, Najah Abu Al 3, Hossam Hassanen Telecommuncatons Research Laboratory School of

More information

Automated Mobile ph Reader on a Camera Phone

Automated Mobile ph Reader on a Camera Phone Automated Moble ph Reader on a Camera Phone B.Y. Loh, N.K. Vuong, S. Chan and C.. Lau AbstractA robust classfcaton algorthm that apples color scence and mage processng technques s developed to automatcally

More information

Improving Perceived Speech Quality for Wireless. VoIP By Cross-Layer Designs

Improving Perceived Speech Quality for Wireless. VoIP By Cross-Layer Designs Improvng Perceved Speech Qualty for Wreless VoIP By Cross-Layer Desgns By Zhuoqun L Ths dssertaton s submtted to the Unversty of Plymouth n partal fulflment of the award of Master of Research n Network

More information

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services An Evaluaton of the Extended Logstc, Smple Logstc, and Gompertz Models for Forecastng Short Lfecycle Products and Servces Charles V. Trappey a,1, Hsn-yng Wu b a Professor (Management Scence), Natonal Chao

More information

A Design Method of High-availability and Low-optical-loss Optical Aggregation Network Architecture

A Design Method of High-availability and Low-optical-loss Optical Aggregation Network Architecture A Desgn Method of Hgh-avalablty and Low-optcal-loss Optcal Aggregaton Network Archtecture Takehro Sato, Kuntaka Ashzawa, Kazumasa Tokuhash, Dasuke Ish, Satoru Okamoto and Naoak Yamanaka Dept. of Informaton

More information

A Study on Secure Data Storage Strategy in Cloud Computing

A Study on Secure Data Storage Strategy in Cloud Computing Journal of Convergence Informaton Technology Volume 5, Number 7, Setember 00 A Study on Secure Data Storage Strategy n Cloud Comutng Danwe Chen, Yanjun He, Frst Author College of Comuter Technology, Nanjng

More information

Stochastic Inventory Management for Tactical Process Planning under Uncertainties: MINLP Models and Algorithms

Stochastic Inventory Management for Tactical Process Planning under Uncertainties: MINLP Models and Algorithms Stochastc Inventory Management for Tactcal Process Plannng under Uncertantes: MINLP Models and Algorthms Fengq You, Ignaco E. Grossmann Department of Chemcal Engneerng, Carnege Mellon Unversty Pttsburgh,

More information

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo.

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo. ICSV4 Carns Australa 9- July, 007 RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL Yaoq FENG, Hanpng QIU Dynamc Test Laboratory, BISEE Chna Academy of Space Technology (CAST) yaoq.feng@yahoo.com Abstract

More information

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits Lnear Crcuts Analyss. Superposton, Theenn /Norton Equalent crcuts So far we hae explored tmendependent (resste) elements that are also lnear. A tmendependent elements s one for whch we can plot an / cure.

More information

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network *

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 819-840 (2008) Data Broadcast on a Mult-System Heterogeneous Overlayed Wreless Network * Department of Computer Scence Natonal Chao Tung Unversty Hsnchu,

More information

Usage of LCG/CLCG numbers for electronic gambling applications

Usage of LCG/CLCG numbers for electronic gambling applications Usage of LCG/CLCG numbers for electronc gamblng applcatons Anders Knutsson Smovts Consultng, Wenner-Gren Center, Sveavägen 166, 113 46 Stockholm, Sweden anders.knutsson@smovts.com Abstract. Several attacks

More information

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy 4.02 Quz Solutons Fall 2004 Multple-Choce Questons (30/00 ponts) Please, crcle the correct answer for each of the followng 0 multple-choce questons. For each queston, only one of the answers s correct.

More information

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application Internatonal Journal of mart Grd and lean Energy Performance Analyss of Energy onsumpton of martphone Runnng Moble Hotspot Applcaton Yun on hung a chool of Electronc Engneerng, oongsl Unversty, 511 angdo-dong,

More information

Techniques for multi-resolution image registration in the presence of occlusions 1

Techniques for multi-resolution image registration in the presence of occlusions 1 Technques for mult-resoluton mage regstraton n the presence of occlusons organ cgure Harold S. Stone morganm@mt.edu, hstone@research.n.nec.com Abstract Ths paper descrbes and compares technques for regsterng

More information

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S S C H E D A E I N F O R M A T I C A E VOLUME 0 0 On Mean Squared Error of Herarchcal Estmator Stans law Brodowsk Faculty of Physcs, Astronomy, and Appled Computer Scence, Jagellonan Unversty, Reymonta

More information

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement An Enhanced Super-Resoluton System wth Improved Image Regstraton, Automatc Image Selecton, and Image Enhancement Yu-Chuan Kuo ( ), Chen-Yu Chen ( ), and Chou-Shann Fuh ( ) Department of Computer Scence

More information

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing A Replcaton-Based and Fault Tolerant Allocaton Algorthm for Cloud Computng Tork Altameem Dept of Computer Scence, RCC, Kng Saud Unversty, PO Box: 28095 11437 Ryadh-Saud Araba Abstract The very large nfrastructure

More information

2. SYSTEM MODEL. the SLA (unlike the only other related mechanism [15] we can compare it is never able to meet the SLA).

2. SYSTEM MODEL. the SLA (unlike the only other related mechanism [15] we can compare it is never able to meet the SLA). Managng Server Energy and Operatonal Costs n Hostng Centers Yyu Chen Dept. of IE Penn State Unversty Unversty Park, PA 16802 yzc107@psu.edu Anand Svasubramanam Dept. of CSE Penn State Unversty Unversty

More information

A Simple Approach to Clustering in Excel

A Simple Approach to Clustering in Excel A Smple Approach to Clusterng n Excel Aravnd H Center for Computatonal Engneerng and Networng Amrta Vshwa Vdyapeetham, Combatore, Inda C Rajgopal Center for Computatonal Engneerng and Networng Amrta Vshwa

More information

IMPACT ANALYSIS OF A CELLULAR PHONE

IMPACT ANALYSIS OF A CELLULAR PHONE 4 th ASA & μeta Internatonal Conference IMPACT AALYSIS OF A CELLULAR PHOE We Lu, 2 Hongy L Bejng FEAonlne Engneerng Co.,Ltd. Bejng, Chna ABSTRACT Drop test smulaton plays an mportant role n nvestgatng

More information

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking The 23 rd Conference of the Mechancal Engneerng Network of Thaland November 4 7, 2009, Chang Ma A Mult-Camera System on PC-Cluster for Real-tme 3-D Trackng Vboon Sangveraphunsr*, Krtsana Uttamang, and

More information

IDENTIFICATION AND CORRECTION OF A COMMON ERROR IN GENERAL ANNUITY CALCULATIONS

IDENTIFICATION AND CORRECTION OF A COMMON ERROR IN GENERAL ANNUITY CALCULATIONS IDENTIFICATION AND CORRECTION OF A COMMON ERROR IN GENERAL ANNUITY CALCULATIONS Chrs Deeley* Last revsed: September 22, 200 * Chrs Deeley s a Senor Lecturer n the School of Accountng, Charles Sturt Unversty,

More information

Logical Development Of Vogel s Approximation Method (LD-VAM): An Approach To Find Basic Feasible Solution Of Transportation Problem

Logical Development Of Vogel s Approximation Method (LD-VAM): An Approach To Find Basic Feasible Solution Of Transportation Problem INTERNATIONAL JOURNAL OF SCIENTIFIC & TECHNOLOGY RESEARCH VOLUME, ISSUE, FEBRUARY ISSN 77-866 Logcal Development Of Vogel s Approxmaton Method (LD- An Approach To Fnd Basc Feasble Soluton Of Transportaton

More information

Study on Model of Risks Assessment of Standard Operation in Rural Power Network

Study on Model of Risks Assessment of Standard Operation in Rural Power Network Study on Model of Rsks Assessment of Standard Operaton n Rural Power Network Qngj L 1, Tao Yang 2 1 Qngj L, College of Informaton and Electrcal Engneerng, Shenyang Agrculture Unversty, Shenyang 110866,

More information

+ + + - - This circuit than can be reduced to a planar circuit

+ + + - - This circuit than can be reduced to a planar circuit MeshCurrent Method The meshcurrent s analog of the nodeoltage method. We sole for a new set of arables, mesh currents, that automatcally satsfy KCLs. As such, meshcurrent method reduces crcut soluton to

More information

taposh_kuet20@yahoo.comcsedchan@cityu.edu.hk rajib_csedept@yahoo.co.uk, alam_shihabul@yahoo.com

taposh_kuet20@yahoo.comcsedchan@cityu.edu.hk rajib_csedept@yahoo.co.uk, alam_shihabul@yahoo.com G. G. Md. Nawaz Al 1,2, Rajb Chakraborty 2, Md. Shhabul Alam 2 and Edward Chan 1 1 Cty Unversty of Hong Kong, Hong Kong, Chna taposh_kuet20@yahoo.comcsedchan@ctyu.edu.hk 2 Khulna Unversty of Engneerng

More information

Using Multi-objective Metaheuristics to Solve the Software Project Scheduling Problem

Using Multi-objective Metaheuristics to Solve the Software Project Scheduling Problem Usng Mult-obectve Metaheurstcs to Solve the Software Proect Schedulng Problem Francsco Chcano Unversty of Málaga, Span chcano@lcc.uma.es Francsco Luna Unversty of Málaga, Span flv@lcc.uma.es Enrque Alba

More information

Document Clustering Analysis Based on Hybrid PSO+K-means Algorithm

Document Clustering Analysis Based on Hybrid PSO+K-means Algorithm Document Clusterng Analyss Based on Hybrd PSO+K-means Algorthm Xaohu Cu, Thomas E. Potok Appled Software Engneerng Research Group, Computatonal Scences and Engneerng Dvson, Oak Rdge Natonal Laboratory,

More information

Parallel Numerical Simulation of Visual Neurons for Analysis of Optical Illusion

Parallel Numerical Simulation of Visual Neurons for Analysis of Optical Illusion 212 Thrd Internatonal Conference on Networkng and Computng Parallel Numercal Smulaton of Vsual Neurons for Analyss of Optcal Illuson Akra Egashra, Shunj Satoh, Hdetsugu Ire and Tsutomu Yoshnaga Graduate

More information

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by 6 CHAPTER 8 COMPLEX VECTOR SPACES 5. Fnd the kernel of the lnear transformaton gven n Exercse 5. In Exercses 55 and 56, fnd the mage of v, for the ndcated composton, where and are gven by the followng

More information

A Fast Incremental Spectral Clustering for Large Data Sets

A Fast Incremental Spectral Clustering for Large Data Sets 2011 12th Internatonal Conference on Parallel and Dstrbuted Computng, Applcatons and Technologes A Fast Incremental Spectral Clusterng for Large Data Sets Tengteng Kong 1,YeTan 1, Hong Shen 1,2 1 School

More information

Dynamic Pricing for Smart Grid with Reinforcement Learning

Dynamic Pricing for Smart Grid with Reinforcement Learning Dynamc Prcng for Smart Grd wth Renforcement Learnng Byung-Gook Km, Yu Zhang, Mhaela van der Schaar, and Jang-Won Lee Samsung Electroncs, Suwon, Korea Department of Electrcal Engneerng, UCLA, Los Angeles,

More information

Proceedings of the Annual Meeting of the American Statistical Association, August 5-9, 2001

Proceedings of the Annual Meeting of the American Statistical Association, August 5-9, 2001 Proceedngs of the Annual Meetng of the Amercan Statstcal Assocaton, August 5-9, 2001 LIST-ASSISTED SAMPLING: THE EFFECT OF TELEPHONE SYSTEM CHANGES ON DESIGN 1 Clyde Tucker, Bureau of Labor Statstcs James

More information

GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM

GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM BARRIOT Jean-Perre, SARRAILH Mchel BGI/CNES 18.av.E.Beln 31401 TOULOUSE Cedex 4 (France) Emal: jean-perre.barrot@cnes.fr 1/Introducton The

More information

Minimum Energy Coding in CDMA Wireless Sensor Networks

Minimum Energy Coding in CDMA Wireless Sensor Networks IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 8, NO., FEBRUARY 009 985 Mnmum Energy Codng n CDMA Wreless Sensor Networks C. Fschone, Member, IEEE, K. H. Johansson, Member, IEEE, A. Sangovann-Vncentell,

More information

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy Fnancal Tme Seres Analyss Patrck McSharry patrck@mcsharry.net www.mcsharry.net Trnty Term 2014 Mathematcal Insttute Unversty of Oxford Course outlne 1. Data analyss, probablty, correlatons, vsualsaton

More information

OBJECTIVE QUALITY MEASURES FOR COMPRESSED IMAGES

OBJECTIVE QUALITY MEASURES FOR COMPRESSED IMAGES Nat.Lab. Unclassfed Report UR 000/818 Date of ssue: 08/00 Unclassfed Report OBJECTIVE QUALITY MEASURES FOR COMPRESSED IMAGES Grégory HAMON Konnkljke Phlps Electroncs N.V. 000 Contact: rene.van.der.vleuten@phlps.com.

More information

A heuristic task deployment approach for load balancing

A heuristic task deployment approach for load balancing Xu Gaochao, Dong Yunmeng, Fu Xaodog, Dng Yan, Lu Peng, Zhao Ja Abstract A heurstc task deployment approach for load balancng Gaochao Xu, Yunmeng Dong, Xaodong Fu, Yan Dng, Peng Lu, Ja Zhao * College of

More information

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

More information

Cluster Analysis of Data Points using Partitioning and Probabilistic Model-based Algorithms

Cluster Analysis of Data Points using Partitioning and Probabilistic Model-based Algorithms Internatonal Journal of Appled Informaton Systems (IJAIS) ISSN : 2249-0868 Foundaton of Computer Scence FCS, New York, USA Volume 7 No.7, August 2014 www.jas.org Cluster Analyss of Data Ponts usng Parttonng

More information

Mining Multiple Large Data Sources

Mining Multiple Large Data Sources The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July 2 24 Mnng Multple Large Data Sources Anmesh Adhkar, Pralhad Ramachandrarao 2, Bhanu Prasad 3, and Jhml Adhkar 4 Department of

More information