Using Imprecise Computation Techniques for Power Management in Real-Time Embedded Systems

Size: px
Start display at page:

Download "Using Imprecise Computation Techniques for Power Management in Real-Time Embedded Systems"

Transcription

1 Usig Imprecise Computatio Techiques for Power Maagemet i Real-Time Embedded Systems Geovai Ricardo Wiedehoft ad Atôio Augusto Fröhlich Abstract Embedded systems preset severe limitatios i terms of processig ad memory capabilities ad are ofte powered by batteries, makig eergy a importat resource to be maaged. This work explores eergy as a parameter for Quality of Service (QoS) of embedded systems. The goal is to guaratee the battery lifetime specified by the applicatio ad yet preserve the deadlies of essetial (hard realtime) tasks. We propose equatios to check at project-time if a give set of tasks are schedulable. At executio-time, a preemptive scheduler for imprecise tasks based o the EDF algorithm prevets the optioal subtasks executio whe ever there is the possibility of deadlie loss or battery exhaustio. A prototype was developed i EPOS usig power maagemet mechaisms provided by the system. 1 Itroductio Embedded systems are computatioal platforms dedicated to execute a usually kow set of tasks with specific objectives. Typically, these systems preset severe limitatios i terms of processig ad memory capabilities. Some of them, due to the mobile ature of their applicatios, are also powered by batteries with a limited supply of eergy. Cosiderig all these limitatios, it is importat for the mobile embedded system to be able to maage eergy cosumptio without compromisig system s performace. Embedded systems hardware ca rely o several mechaisms to maage eergy cosumptio. Amog them, are techiques of DVS (Dyamic Voltage Scalig) ad resources hiberatio. Some works i the literature explore the itegratio of these techiques with approaches that guaratee quality of service (QoS). Most of these Geovai Ricardo Wiedehoft Atôio Augusto Fröhlich Laboratory for Software ad Hardware Itegratio, Federal Uiversity of Sata Cataria, PO Box Floriaópolis, SC, Brazil grw,guto@lisha.ufsc.br 121

2 122 Geovai Ricardo Wiedehoft ad Atôio Augusto Fröhlich approaches, however, oly seek to miimize eergy cosumptio with the mai focus o traditioal QoS metrics for processig, memory ad commuicatio. I a previous work [10], we argue that it is ot eough just esure traditioal QoS metrics if, by doig so, the system rus out of battery ad is uable to complete its computatios. We cosider eergy as a QoS parameter to meet the battery lifetime specified by the system developer, thus usig QoS i terms of eergy. I this work, the goal is ot oly to reduce eergy cosumptio, but to improve the applicatio utility i a system with limited eergy charge, esurig the battery lifetime ad the deadlies of hard real-time tasks. The proposed approach expects the developer to defie the period that the embedded system must be operatioal. By moitorig battery lifetime, the scheduler is able to select the tasks that will be executed or it ca decrease QoS levels i order to reduce eergy cosumptio ad ehace system lifetime. To achieve the proposed goal, the QoS cotrol of applicatios was ispired by imprecise computatio [5]. Imprecise computatio divides tasks ito two subtasks: oe implemetig a madatory executio flow ad aother implemetig a optioal flow. The madatory flow is the hard real-time part of the task, ad it must always be executed with i its deadlie. The optioal flow is the best-effort part of the task, which is oly executed if the desired timig requiremets ca be met. The imprecise computatio scheduler does ot execute the optioal subtasks whe there is the possibility of ay madatory subtask deadlie to be lost, thus reducig the demad for system processig. Moreover, i our scheduler, we propose that the optioal subtasks be preveted from executig whe the eergy level will ot be sufficiet to meet the time specified by applicatio. This cotrol creates more idle periods i the system, ad the scheduler ca use power maagemet techiques to reduce the eergy cosumptio of compoets durig these idle periods. The proposed scheduler is based o EDF (Earliest Deadlie First) [4] scheduler, which the tasks with the lowest deadlies have the highest priorities. A prototype of this proposal was implemeted i EPOS [6], a compoet-based embedded operatig system. EPOS provides a set of mechaisms for power maagemet, such as a ifrastructure which allows applicatios to achieve appropriate power maagemet [3] ad a power maager with differet operatig modes that realize power maagemet for applicatio [9]. Moreover, EPOS provides a battery moitorig system, which iforms the remaiig eergy i the platform. 2 Backgroud This work aims at guarateeig that the batteries used i a embedded system ca last at least the time required by the applicatio ad yet preservig the deadlies of essetial tasks, i.e., the deadlies of hard real-time tasks. Our scheduler starts to decrease QoS levels i order to save eergy whe it detects that batteries will ot last log eough to satisfy a previously defied expected system lifetime. The decreased cotrol of applicatio QoS levels is based o imprecise computatio mech-

3 Usig Imprecise Computatio Techiques for Power Maagemet 123 aisms [5], which divide tasks ito two subtasks: a madatory oe ad a optioal oe. The proposed scheduler is based o the EDF schedulig algorithm. 2.1 Imprecise Computatio Imprecise computatio is a schedulig techique origially proposed to satisfy timig requiremets of real-time tasks through decreasig levels of QoS. The cotrol of applicatio QoS levels doe by imprecise computatio worses quality of results by ot executig optioal subtasks i order to guaratee that o madatory subtask deadlies will be lost. With the divisio of each task ito two parts, imprecise computatio uites realtime computig ad best effort techiques for, respectively, the madatory ad optioal subtasks. The madatory subtask of imprecise tasks geerates imprecise results which reflect the miimum of QoS to guaratee that these results are useful. These imprecise results have their quality ehaced whe the optioal subtask executes, geeratig the precise results. The imprecise computatio showed us favorable to use i our proposal i relatio to eergy. Suppose that a task cosumes X eergy uits obligatorily. Whe it is divided ito madatory subtask (Y eergy uits) ad optioal subtask (Z eergy uits) the scheduler ca save Z eergy uits if the optioal subtask is ot executed. 2.2 EDF The EDF (Earliest-Deadlie First) [4] algorithm is a real-time schedulig mechaism based o dyamic priorities ad widely used i the literature. EDF distributes the highest priorities to the tasks with the shortest deadlies. At projecttime a schedulability test evaluates the possibility of ay task lose its deadlie. At executio-time a preemptive scheduler selects to execute the highest priority task i READY state. A exact schedulability test of the EDF algorithm is preseted below. The realtime system cosidered cotais periodic ad idepedet tasks, t = {t 0,t 1,..., t 1 }. Each t i is characterized by three parameters, (P i,,c i ), where P i is the period i which the task i is scheduled, is the max relative deadlie of coclusio i relatio to istat of the task i release ad C i is the task i executio time i the worst case which icluded times waitig by the priorities reversal. I this test is supposed that 8t i, = P i. The utilizatio U i of the task i i processig terms is represeted by equatio U i = C i. The processor s capacity is set to 1, i.e., 100%. A system with w processors has w capacity. Thus, i order to tasks to be schedulable i the EDF algorithm, the utilizatio sum of all the tasks must be less tha or equal to the processors capacity, i.e.,

4 124 Geovai Ricardo Wiedehoft ad Atôio Augusto Fröhlich Ci w (1) where w = 1 o a system with sigle-processor. If U i > w, the processor will be overloaded ad the tasks will ot be schedulable. 3 The Proposed Schedulig Strategy Our scheduler, based o EDF, guaratees the executio of madatory subtasks with their deadlies respectively met, idepedetly of the system eergy level. However, the optioal subtasks executio is ot guarateed. The optioal subtasks are executed oly if the madatory subtasks deadlies ad the system s batteries lifetime desired by applicatio are met. The objective of this scheduler is ot oly save the eergy cosumed i the system otherwise, the techique would simply ever execute the optioal subtasks but to meet the battery lifetime specified by the applicatio ad to meet the madatory subtasks deadlies with the executio of the maximum possible of the optioal subtasks, thus optimizig the applicatio utility. Figure 1 presets proposed scheduler algorithm, which the subtasks are treated as tasks i terms of schedulig. p is the iterval amog battery charge measuremets that ca be specified by the applicatio programmer ad must take ito cosideratio that each measuremet cosumes eergy to be performed. This iterval depeds o the battery power state foud i the last measuremet. 1: For every task that eters i READY state: 2: Determie the ew absolute deadlie i accordace with the elapsed time 3: Determie the priority based o absolute deadlie 4: Add to the queue accordig to calculated priority 5: 6: For each p time uits: /* p specified by the programmer ad it depeds o the eergy state */ 7: Measure the battery 8: Check if there is eough eergy to meet the time required by applicatio 9: 10: For each reschedulig: 11: Select the highest priority task i READY state 12: if, task is hard real-time, the 13: Execute the selected task 14: else, /* task is best effort */ 15: if, there is eough eergy to meet the system lifetime required, the 16: Execute the selected task 17: else, /* Battery does ot have sufficiet eergy */ 18: Use power maagemet techiques 19: Fig. 1 Proposed scheduler algorithm.

5 Usig Imprecise Computatio Techiques for Power Maagemet Schedulability Tests at Project-Time The proposed scheduler is based o the EDF algorithm, thus it is possible to follow the same logic to calculate the tasks schedulability at project-time with a few adjustmets. Suppose that the real-time system cosidered has periodic ad idepedet tasks, t = {t 0,t 1,...,t 1 }, where 8t i, = P i. I the imprecise computatio model, each t i is divided ito madatory ad optioal subtasks with executio times i the worst cases of i ad q i, respectively. Therefore, the total executio time of t i, i the worst case, is C i = i +q i. I order to guaratee that o madatory subtasks deadlies will be lost, equatio (2) must be respected. i + s w (2) Where w = 1 for a system with a sigle-processor ad s represets the iterferece i the worst cases, which icludes: time spet i the operatig system, cotext switch, scheduler algorithm. Equatio (2) must be met i order for the tasks to be schedulable i relatio to madatory subtasks deadlies, otherwise, the processor is overloaded. With the iclusio of the optioal subtask executio time i equatio (2), we ca determie if the tasks as a whole will be executed, madatory ad optioal subtasks. However, it is importat to ote that equatio (3) is ot a obligatory requiremet i our algorithm ad oly will be relevat whe equatio (2) is true, otherwise, the tasks are ot schedulable. i + q i + s w (3) Madatory ad optioal subtasks are schedulable i relatio to their deadlies whe equatio (3) is respected. Otherwise, a certai fractio c of optioal subtasks is discarded. Equatio (4) presets how to fid the fractio c. c = i +q i + s w qi (4) The eergy-related objective ca be achieved by followig the same kid of logic preseted thus far, but takig ito accout the tasks eergy cosumptio rate. The t i eergy cosumptio i the wort case, E i, is give by the sum of the eergy cosumptio i the madatory ad optioal subtasks worst cases times E i e E qi, respectively, (E i = E i +E qi ). We suppose that, as with worst cases times, the worst cases eergy cosumptios are previously kow by the applicatio developer. These values ca be obtaied by eergy profilig or aother techiques. The maximum umber of possible executios h i of t i i the time required by applicatio T t is give by divisio betwee the time required ad the executio iterval of t i, i.e., h i = T t P i. T t is give by the applicatio developer based o battery capacity. I order to meet at

6 126 Geovai Ricardo Wiedehoft ad Atôio Augusto Fröhlich least the madatory parts of the tasks, we have equatio (5) which idicates if the set of tasks will be schedulable with respect to eergy. Ei h i + e 1 (5) E t Where E t is the total eergy of the system (battery specificatio), i.e., battery capacity, e represets eergy cosumptio i the worst case of differet factors such as the eergy cosumed by the operatig system, the cotext switch, the scheduler algorithm itself. The battery s capacity is set to 1, i.e., 100 %. Substitutig h i i the equatio (5) we have equatio (6). Ei T t P i E t + e 1 (6) The tasks are schedulable i relatio to eergy i our algorithm if equatio (6) is respected. Otherwise, the system will ot meet the battery lifetime required by applicatio for this set of tasks. The iclusio of the eergy cosumed by optioal subtasks i equatio (6) allows us to check if the tasks as a whole will be executed. As discussed previously, this is ot a obligatory requiremet ad equatio (7) oly should be calculated if equatio (6) is respected, i.e., madatory subtasks met.! Ei + E qi Tt + e 1 (7) P i E t All madatory ad optioal parts of the tasks are executed i relatio to system eergy if equatio (7) is respected. Otherwise, a certai fractio g of optioal subtasks will ot be executed because the system would ot meet the battery lifetime specified by the applicatio. Equatio (8) provides a fractio g of optioal subtasks discarded i relatio to eergy. g = (Ei +E qi) T t P i E t + e 1 (8) Eqi T t P i E t I this algorithm, the objective is to meet the two parameters i relatio to time ad eergy, i.e., the madatory subtasks deadlies ad battery lifetime specified by the applicatio, respectively. Thus, (9) is the full equatio of our scheduler that must be true i order to tasks will be schedulable. " i # + s w ^ " Ei T t P i E t # + e 1 The madatory subtasks have their executios guarateed i our scheduler i relatio to time ad eergy if equatio (9) is respected. The maximum fractio l possible of optioal subtasks lost i relatio to time ad eergy ca be obtaied by equatio (10). (9)

7 Usig Imprecise Computatio Techiques for Power Maagemet 127 l = max(c,g) (10) 3.2 Schedulability Test at Executio-Time I order to provide QoS i terms of eergy ad make better use the resources with the optioal subtasks executio it is ecessary periodically to check at executiotime if the battery lifetime specified by the applicatio T tk i the istat k ca be achieved. Therefore, T tk is recalculated i the istat k accordig to the elapsed time. The total eergy of the system (battery charge) E tk also must be recalculated i the istat k. The embedded systems platforms usually provide mechaisms to get the battery charge. Equatio (11) ca be recalculated with the ew values i order to check if T tk ca be met i the istat k. Ei T tk P i E tk + e 1 (11) All madatory subtasks are executed ad optioal subtasks will be scheduled if equatio (11) is respected because this equatio idicates there is sufficiet eergy to meet T tk. Otherwise, some optioal subtasks will be discarded. The scheduler calls a power maager i the time that the optioal subtasks would be i executio. Thus, it takes the idle time of the system i order to save eergy. The optioal subtasks retur to be executed whe it is observed that equatio (11) returs to be true. 4 Implemetatio A prototype was developed i order to test the proposed scheduler usig EPOS (Embedded Parallel Operatig System) [6]. EPOS is a framework of hierarchically orgaized compoets that geerates applicatio-specific rutime support systems. To do that EPOS aalyzes the set of dedicated applicatios it must support prior to system geeratio time, thus cofigurig the system accordigly. Furthermore, through the separatio of system abstractios, hardware mediators ad sceario aspects, EPOS allows the developmet of fully platform-idepedet applicatios. I EPOS, every system compoet implemets a uiform power maagemet iterface [3]. This ifrastructure allows applicatios to iteract with the system to implemet proper eergy cosumptio maagemet for embedded systems. Through the use that EPOS provides a low-overhead dyamic power maager [9]. This power maager uses re-pluggable heuristics, allowig cofiguratio ad adaptability to specific applicatios. The EPOS power maager has differet operatio modes, such as the possibility to choose if the maager will be o or off, the possibility of cofigurig oly the desired compoets by the applicatio for the power maagemet, ad if the maager will be active or passive i the power maagemet.

8 128 Geovai Ricardo Wiedehoft ad Atôio Augusto Fröhlich EPOS also provides a battery charge moitor, which cotributes to achieve the objectives of this work. The EPOS moitor is based o the battery voltage observatio i order to get the battery charge, because the battery characteristic is to have its tesio reduced as the use. However, there are some details to be observed, because the sampled voltage is ot liearly related to battery discharge rate, the system does ot have the ability to covert all provided tesio i usable resource ad also there is a miimum voltage that the system works. Thus, the moitor establishes a discreet relatioship betwee the voltage ad battery charge through the divisio of the obtaied voltages i 10 time slices, which the voltages have differet variatios. Each slice correspods to a omial capacity percetage of the used battery. The EPOS moitor does ot implemet a costat trackig of the real battery voltage, as each samplig cosumes eergy to be realized, i additio to cosiderably overhead for the applicatio. I order to reduce these effects, the moitor uses a structure with iformatio previously kow which allows trackig the eergy cosumptio i a approximate way. The iformatio are i relatio to specific characteristics of the battery ad eergy cosumptio by the system hardware compoets that will be moitored. The moitor verifies the battery charge through the voltage i the begiig of the executio, ad durig the executio updates the value with eergy cosumed by system peripherals. We exteded EPOS to support our scheduler with imprecise tasks ad coditioal executios to time ad eergy parameters. The tasks model i EPOS was based o mootoe imprecise tasks. I this model, the mootoe tasks improve the result quality at the time i executio ad the worst case do ot chage the result. Thus, the madatory subtasks geerate results with the miimum QoS ecessary to guaratee that these results are useful, ad the optioal subtasks realize successive refiemets that results. The completio of these tasks ca occur at ay executio time without cause itegrity problems i the results. Thus, the scheduler ca decide at ay istat to fialize the optioal subtask executio. The applicatio is resposible for the results itegrity by differet methods such as the use of cotrol bits or the use of last data update timestamps. The imprecise tasks implemetatio i EPOS was realized through the creatio of two threads: oe cotaiig executio flow to hadle the madatory part ad aother with the executio flow to hadle the optioal part. The system creates these threads i a trasparet maer to the programmer. This approach oly expects the programmer to specify, whe creatig a imprecise thread, two etry poits: oe for the madatory subtask ad aother for the optioal subtask with their parameters. The scheduler i executio always chooses the highest priority subtask i accordace with the deadlies as our algorithm is based i EDF. The optioal subtasks are scheduled if there are ot madatory subtasks i READY state ad if there is eergy eough to meet battery lifetime specified by the applicatio, i.e., optioal subtasks have lower priorities tha madatory subtasks. Whe a madatory subtask eters i READY state ad its optioal subtask is ot yet fiished the executio i the previous period, the scheduler immediately suspeds this optioal subtask executio. These characteristics prevet madatory subtasks deadlies losses. The optioal subtasks cotexts are always restarted i a ew task period.

9 Usig Imprecise Computatio Techiques for Power Maagemet 129 The scheduler also updates at executio-time the T tk with elapsed time ad the E tk usig the EPOS eergy moitor. Scheduler recalculates the equatio (11) i periods p with these ew values i order to check if the system is able to sustai the curret workload without ruig out of battery before the required lifetime T tk is achieved. p will deped o the last eergy aalysis. I the best case, equatio (11) is respected ad optioal subtasks ca be scheduled. Otherwise, optioal subtasks are discarded ad, takig advatage of the idle period created, the scheduler executes the EPOS power maager i passive mode. I additio to savig eergy by ot execute the optioal subtasks, the power maager reduces the system eergy cosumptio through the use of power maagemet techiques. The optioal subtasks retur to executio whe the scheduler idetify T tk+i ca be met agai i istat k + i. 5 Related Work GRACE-OS [11] is a eergy-efficiet operatig system for mobile multimedia applicatios. This system uses a cross-layer adaptatio techique to guaratee QoS o systems with adaptive software ad hardware. It combies real-time schedulig with DVS mechaisms to dyamically maage eergy cosumptio. It was implemeted over the LINUX operatig system ad it oly supports soft real-time tasks. GRUB-PA [8] is somehow similar to GRACE-OS. The mai differece is GRUB- PA supports both soft ad hard real-time tasks. Niu [7] proposed to miimize eergy cosumed by soft real-time systems while guarateeig QoS requiremets. This goal is achieved by a hybrid static/dyamic schedulig algorithm that it uses DVS mechaisms ad it partitios the set of tasks i madatory ad optioal tasks. I this work, the QoS requiremets are qualified by (m,k) costraits which it specifies that tasks must meet at least m deadlies i ay k cosecutive task releases. I a similar work, Harada [2] proposed to resolve the trade-off betwee QoS maximizatio ad eergy cosumptio miimizatio. It uses a allocatio of processor cycles ad frequecy with QoS guaratees ad it divides each task ito madatory ad optioal parts. Other projects explore trade-off betwee applicatio s QoS ad eergy cosumptio through adaptatios i the applicatios aimig to meet the time specified by applicatio. ODYSSEY [1] uses that idea. It moitors the eergy budget ad with this iformatio it ca select the correct state betwee eergy savig ad quality of applicatio. This work also demostrates how the applicatios ca dyamically chage their behavior ( fidelity of the data) with the goal of savig eergy. ECOSYSTEM [12] is aother operatig system that supports applicatio adaptatio. This system is based i a currecy that the applicatios use to allocate ( to pay ) system resources (e.g., access to memory, etwork or disks), called curretcy. The system distributes curretcies periodically to tasks accordigly to a equatio that defies the discharge rate that the system battery ca assume to force the system to last for a defied period of time. This allows applicatios to adapt their executio based o their curretcy balace. This model uifies the calculatio of eergy o

10 130 Geovai Ricardo Wiedehoft ad Atôio Augusto Fröhlich the various hardware devices ad it provides a satisfactory eergy allocatio amog the applicatios. 6 Coclusio This work proposed a approach to exploit eergy as a QoS parameter i order to guaratee that battery lifetime ca last time desired by mobile embedded system ad yet preserve the deadlies of hard real-time tasks. Our approach was ispired by imprecise tasks cocepts, accordig to tasks ca be divided ito madatory ad optioal parts. I this article, equatios at project-time were preseted with objective the of applicatio programmer to check if a set of tasks will be schedulable i our algorithm i relatio to two parameters desired, i.e., time ad eergy. At executiotime, our scheduler based o EDF algorithm esures the madatory subtasks deadlies ad recalculates the equatio of eergy i order to check if the required battery lifetime will be met. The optioal subtasks are preveted from executig, i.e, decreasig QoS levels if ay required parameter will ot be met. A prototype was developed i EPOS, which allowed the executio of a power maager i idle periods created by o-executio of the optioal subtasks, thus reducig eergy cosumptio by stoppig or slowig dow system compoets durig these idle periods. Refereces 1. Fli, J., Satyaarayaa, M.: Eergy-aware adaptatio for mobile applicatios. I: ACM SOSP 99, pp ACM Press, New York, NY, USA (1999) 2. Harada, F., Ushio, T., Nakamoto, Y.: Power-aware resource allocatio with fair qos guaratee. I: IEEE RTCSA 06, pp IEEE Computer Society, Washigto, DC, USA (2006) 3. Hoeller, A.S.J., Waer, L.F., Fröhlich, A.A.: A Hierarchical Approach For Power Maagemet o Mobile Embedded Systems. I: 5th IFIP DIPES, pp Braga, Portugal (2006) 4. Liu, C.L., Laylad, J.W.: Schedulig algorithms for multiprogrammig i a hard-real-time eviromet. J. ACM 20(1), (1973). DOI 5. Liu, J.W., Shih, W.K., Li, K.J., Bettati, R., Chug, J.Y.: Imprecise computatios. Proceedigs of the IEEE 82(1), (1994) 6. Marcodes, H., Juior, A.S.H., Waer, L.F., Fröhlich, A.A.: Operatig Systems Portability: 8 bits ad beyod. I: 11th IEEE ETFA, pp Prague, Czech Republic (2006) 7. Niu, L., Qua, G.: A hybrid static/dyamic dvs schedulig for real-time systems with (m, k)-guaratee. rtss 0, (2005) 8. Scordio, C., Lipari, G.: Usig resource reservatio techiques for power-aware schedulig. I: ACM EMSOFT 04, pp ACM Press, New York, NY, USA (2004) 9. Wiedehoft, G.R., Hoeller, A.S.J., Fröhlich, A.A.: A Power Maager for Deeply Embedded Systems. I: 12th IEEE ETFA, pp Patras, Greece (2007) 10. Wiedehoft, G.R., Hoeller, A.S.J., Fröhlich, A.A.: Quality-Of-Service: the Role of Eergy. I: 9th Workshop o Real-Time Systems, pp Belem, Brazil (2007) 11. Yua, W.: Grace-os: A eergy-efficiet mobile multimedia operatig system. Ph.D. thesis, Uiversity of Illiois at Urbaa-Champaig (2004) 12. Zeg, H., Ellis, C.S., Lebeck, A.R., Vahdat, A.: Ecosystem: maagig eergy as a first class operatig system resource. I: ACM ASPLOS-X, pp ACM, New York, NY (2002)

CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER

CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER 95 CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER 5.1 GENERAL Ru-legth codig is a lossless image compressio techique, which produces modest compressio ratios. Oe way of icreasig the compressio ratio of a ru-legth

More information

APPLICATION NOTE UNDERSTANDING EFFECTIVE BITS

APPLICATION NOTE UNDERSTANDING EFFECTIVE BITS APPLICATION NOTE AN95091 INTRODUCTION UNDERSTANDING EFFECTIVE BITS Toy Girard, Sigatec, Desig ad Applicatios Egieer Oe criteria ofte used to evaluate a Aalog to Digital Coverter (ADC) or data acquisitio

More information

A SELECTIVE POINTER FORWARDING STRATEGY FOR LOCATION TRACKING IN PERSONAL COMMUNICATION SYSTEMS

A SELECTIVE POINTER FORWARDING STRATEGY FOR LOCATION TRACKING IN PERSONAL COMMUNICATION SYSTEMS A SELETIVE POINTE FOWADING STATEGY FO LOATION TAKING IN PESONAL OUNIATION SYSTES Seo G. hag ad hae Y. Lee Departmet of Idustrial Egieerig, KAIST 373-, Kusug-Dog, Taejo, Korea, 305-70 cylee@heuristic.kaist.ac.kr

More information

Design and Construction of a Three-phase Digital Energy Meter

Design and Construction of a Three-phase Digital Energy Meter Desig ad Costructio of a Three-phase Digital Eergy Meter D.P.Chadima, V.G.R.G. Jayawardae, E.A.E.H. Hemachadra, I.N.Jayasekera, H.V.L.Hasaraga, D.C. Hapuarachchi (chadima@elect.mrt.ac.lk, geethagaj@gmail.com,era.hem@gmail.com,ishaivaka@gmail.com,lahiru_hasaraga@yahoo.com,diya_elect.uom@gmail.com)

More information

Application of Improved Genetic Algorithm to Two-side Assembly Line Balancing

Application of Improved Genetic Algorithm to Two-side Assembly Line Balancing 206 3 rd Iteratioal Coferece o Mechaical, Idustrial, ad Maufacturig Egieerig (MIME 206) ISBN: 978--60595-33-7 Applicatio of Improved Geetic Algorithm to Two-side Assembly Lie Balacig Ximi Zhag, Qia Wag,

More information

SERCOS ENERGY. SERCOS International e.v.

SERCOS ENERGY. SERCOS International e.v. SERCOS ENERGY SERCOS Iteratioal e.v. Table of Cotets Short Overview of SERCOS Eergy 3 About SERCOS 3 Eergy Efficiecy i Figures 4 Classificatio of SERCOS Eergy 5 SERCOS Eergy Applicatio scearios 6 Short

More information

A New Space-Repetition Code Based on One Bit Feedback Compared to Alamouti Space-Time Code

A New Space-Repetition Code Based on One Bit Feedback Compared to Alamouti Space-Time Code Proceedigs of the 4th WSEAS It. Coferece o Electromagetics, Wireless ad Optical Commuicatios, Veice, Italy, November 0-, 006 107 A New Space-Repetitio Code Based o Oe Bit Feedback Compared to Alamouti

More information

Design of FPGA- Based SPWM Single Phase Full-Bridge Inverter

Design of FPGA- Based SPWM Single Phase Full-Bridge Inverter Desig of FPGA- Based SPWM Sigle Phase Full-Bridge Iverter Afarulrazi Abu Bakar 1, *,Md Zarafi Ahmad 1 ad Farrah Salwai Abdullah 1 1 Faculty of Electrical ad Electroic Egieerig, UTHM *Email:afarul@uthm.edu.my

More information

Analysis of SDR GNSS Using MATLAB

Analysis of SDR GNSS Using MATLAB Iteratioal Joural of Computer Techology ad Electroics Egieerig (IJCTEE) Volume 5, Issue 3, Jue 2015 Aalysis of SDR GNSS Usig MATLAB Abstract This paper explais a software defied radio global avigatio satellite

More information

ECONOMIC LOT SCHEDULING

ECONOMIC LOT SCHEDULING ECONOMIC LOT SCHEDULING JS, FFS ad ELS Job Shop (JS) - Each ob ca be differet from others - Make to order, low volume - Each ob has its ow sequece Fleible Flow Shop (FFS) - Limited umber of product types

More information

Logarithms APPENDIX IV. 265 Appendix

Logarithms APPENDIX IV. 265 Appendix APPENDIX IV Logarithms Sometimes, a umerical expressio may ivolve multiplicatio, divisio or ratioal powers of large umbers. For such calculatios, logarithms are very useful. They help us i makig difficult

More information

Design of FPGA Based SPWM Single Phase Inverter

Design of FPGA Based SPWM Single Phase Inverter Proceedigs of MUCEET2009 Malaysia Techical Uiversities Coferece o Egieerig ad Techology Jue 20-22, 2009, MS Garde,Kuata, Pahag, Malaysia MUCEET2009 Desig of FPGA Based SPWM Sigle Phase Iverter Afarulrazi

More information

Data Acquisition System for Electric Vehicle s Driving Motor Test Bench Based on VC++ *

Data Acquisition System for Electric Vehicle s Driving Motor Test Bench Based on VC++ * Available olie at www.sciecedirect.com Physics Procedia 33 (0 ) 75 73 0 Iteratioal Coferece o Medical Physics ad Biomedical Egieerig Data Acquisitio System for Electric Vehicle s Drivig Motor Test Bech

More information

Radar emitter recognition method based on AdaBoost and decision tree Tang Xiaojing1, a, Chen Weigao1 and Zhu Weigang1 1

Radar emitter recognition method based on AdaBoost and decision tree Tang Xiaojing1, a, Chen Weigao1 and Zhu Weigang1 1 Advaces i Egieerig Research, volume 8 d Iteratioal Coferece o Automatio, Mechaical Cotrol ad Computatioal Egieerig (AMCCE 7) Radar emitter recogitio method based o AdaBoost ad decisio tree Tag Xiaojig,

More information

High Speed Area Efficient Modulo 2 1

High Speed Area Efficient Modulo 2 1 High Speed Area Efficiet Modulo 2 1 1-Soali Sigh (PG Scholar VLSI, RKDF Ist Bhopal M.P) 2- Mr. Maish Trivedi (HOD EC Departmet, RKDF Ist Bhopal M.P) Adder Abstract Modular adder is oe of the key compoets

More information

Lecture 4: Frequency Reuse Concepts

Lecture 4: Frequency Reuse Concepts EE 499: Wireless & Mobile Commuicatios (8) Lecture 4: Frequecy euse Cocepts Distace betwee Co-Chael Cell Ceters Kowig the relatio betwee,, ad, we ca easily fid distace betwee the ceter poits of two co

More information

Using Color Histograms to Recognize People in Real Time Visual Surveillance

Using Color Histograms to Recognize People in Real Time Visual Surveillance Usig Color Histograms to Recogize People i Real Time Visual Surveillace DANIEL WOJTASZEK, ROBERT LAGANIERE S.I.T.E. Uiversity of Ottawa, Ottawa, Otario CANADA daielw@site.uottawa.ca, lagaier@site.uottawa.ca

More information

International Power, Electronics and Materials Engineering Conference (IPEMEC 2015)

International Power, Electronics and Materials Engineering Conference (IPEMEC 2015) Iteratioal Power, Electroics ad Materials Egieerig Coferece (IPEMEC 205) etwork Mode based o Multi-commuicatio Mechaism Fa Yibi, Liu Zhifeg, Zhag Sheg, Li Yig Departmet of Military Fiace, Military Ecoomy

More information

SELEX Elsag. 5/18/2012 R. Pucci SDR 12 WinnComm 1

SELEX Elsag. 5/18/2012 R. Pucci SDR 12 WinnComm 1 SELEX Elsag 5/18/01 R. Pucci SDR 1 WiComm 1 Military BU - SELEX Elsag Possible update of SDR Platforms to COGNITIVE architectures COGNITIVE MANAGER INTERFACE Geolocatio, Voice, Video, etc Applicatio Policy

More information

Sensors & Transducers 2015 by IFSA Publishing, S. L.

Sensors & Transducers 2015 by IFSA Publishing, S. L. Sesors & Trasducers 215 by IFSA Publishig, S. L. http://www.sesorsportal.com Uiversal Sesors ad Trasducers Iterface for Mobile Devices: Metrological Characteristics * Sergey Y. YURISH ad Javier CAÑETE

More information

Data Mining of Bayesian Networks to Select Fusion Nodes from Wireless Sensor Networks

Data Mining of Bayesian Networks to Select Fusion Nodes from Wireless Sensor Networks www.ijcsi.org http://dx.doi.org/10.20943/01201604.1115 11 Data Miig of Bayesia Networks to Select Fusio Nodes from Wireless Networks Yee Mig Che 1 Chi-Shu Hsueh 2 Chu-Kai Wag 3 1,3 Departmet of Idustrial

More information

Single Bit DACs in a Nutshell. Part I DAC Basics

Single Bit DACs in a Nutshell. Part I DAC Basics Sigle Bit DACs i a Nutshell Part I DAC Basics By Dave Va Ess, Pricipal Applicatio Egieer, Cypress Semicoductor May embedded applicatios require geeratig aalog outputs uder digital cotrol. It may be a DC

More information

Article Modified Adversarial Hierarchical Task Network Planning in Real-Time Strategy Games

Article Modified Adversarial Hierarchical Task Network Planning in Real-Time Strategy Games Article Modified Adversarial Hierarchical Task Network Plaig i Real-Time Strategy Games Li Su, Peg Jiao, Kai Xu, Quaju Yi * ad Yabig Zha College of Iformatio System ad Maagemet, Natioal Uiversity of Defese

More information

Density Slicing Reference Manual

Density Slicing Reference Manual Desity Slicig Referece Maual Improvisio, Viscout Cetre II, Uiversity of Warwick Sciece Park, Millbur Hill Road, Covetry. CV4 7HS Tel: 0044 (0) 24 7669 2229 Fax: 0044 (0) 24 7669 0091 e-mail: admi@improvisio.com

More information

Intermediate Information Structures

Intermediate Information Structures Modified from Maria s lectures CPSC 335 Itermediate Iformatio Structures LECTURE 11 Compressio ad Huffma Codig Jo Roke Computer Sciece Uiversity of Calgary Caada Lecture Overview Codes ad Optimal Codes

More information

Performance Analysis of Channel Switching with Various Bandwidths in Cognitive Radio

Performance Analysis of Channel Switching with Various Bandwidths in Cognitive Radio Performace Aalysis of Chael Switchig with Various Badwidths i Cogitive Radio Po-Hao Chag, Keg-Fu Chag, Yu-Che Che, ad Li-Kai Ye Departmet of Electrical Egieerig, Natioal Dog Hwa Uiversity, 1,Sec.2, Da-Hsueh

More information

X-Bar and S-Squared Charts

X-Bar and S-Squared Charts STATGRAPHICS Rev. 7/4/009 X-Bar ad S-Squared Charts Summary The X-Bar ad S-Squared Charts procedure creates cotrol charts for a sigle umeric variable where the data have bee collected i subgroups. It creates

More information

CAEN Tools for Discovery

CAEN Tools for Discovery Applicatio Note AN2506 Digital Gamma Neutro discrimiatio with Liquid Scitillators Viareggio 19 November 2012 Itroductio I recet years CAEN has developed a complete family of digitizers that cosists of

More information

Laboratory Exercise 3: Dynamic System Response Laboratory Handout AME 250: Fundamentals of Measurements and Data Analysis

Laboratory Exercise 3: Dynamic System Response Laboratory Handout AME 250: Fundamentals of Measurements and Data Analysis Laboratory Exercise 3: Dyamic System Respose Laboratory Hadout AME 50: Fudametals of Measuremets ad Data Aalysis Prepared by: Matthew Beigto Date exercises to be performed: Deliverables: Part I 1) Usig

More information

Novel pseudo random number generation using variant logic framework

Novel pseudo random number generation using variant logic framework Edith Cowa Uiversity Research Olie Iteratioal Cyber Resiliece coferece Cofereces, Symposia ad Campus Evets 011 Novel pseudo radom umber geeratio usig variat logic framework Jeffrey Zheg Yua Uiversity,

More information

Power-Aware Modulo Scheduling for High-Performance VLIW Processors

Power-Aware Modulo Scheduling for High-Performance VLIW Processors Power-Aware Modulo Schedulig for High-Performace VLIW Processors Ha-Saem Yu School of Computer Sciece ad Egieerig Seoul Natioal Uiversity hsyu@davici.su.ac.kr Jihog Kim School of Computer Sciece ad Egieerig

More information

Test Time Minimization for Hybrid BIST with Test Pattern Broadcasting

Test Time Minimization for Hybrid BIST with Test Pattern Broadcasting Test Time Miimizatio for Hybrid BIST with Test Patter Broadcastig Raimud Ubar, Maksim Jeihhi Departmet of Computer Egieerig Talli Techical Uiversity EE-126 18 Talli, Estoia {raiub, maksim}@pld.ttu.ee Gert

More information

Smart Energy & Power Quality Solutions. ProData datalogger. Datalogger and Gateway

Smart Energy & Power Quality Solutions. ProData datalogger. Datalogger and Gateway Smart Eergy & Power Quality Solutios ProData datalogger Datalogger ad Gateway Smart ad compact: Our most uiversal datalogger ever saves power costs Etheret coectio Modbus-Etheret-Gateway 32 MB 32 MB memory

More information

4. INTERSYMBOL INTERFERENCE

4. INTERSYMBOL INTERFERENCE DATA COMMUNICATIONS 59 4. INTERSYMBOL INTERFERENCE 4.1 OBJECT The effects of restricted badwidth i basebad data trasmissio will be studied. Measuremets relative to itersymbol iterferece, usig the eye patter

More information

A study on the efficient compression algorithm of the voice/data integrated multiplexer

A study on the efficient compression algorithm of the voice/data integrated multiplexer A study o the efficiet compressio algorithm of the voice/data itegrated multiplexer Gyou-Yo CHO' ad Dog-Ho CHO' * Dept. of Computer Egieerig. KyiigHee Uiv. Kiheugup Yogiku Kyuggido, KOREA 449-71 PHONE

More information

The Detection of Abrupt Changes in Fatigue Data by Using Cumulative Sum (CUSUM) Method

The Detection of Abrupt Changes in Fatigue Data by Using Cumulative Sum (CUSUM) Method Proceedigs of the th WSEAS Iteratioal Coferece o APPLIED ad THEORETICAL MECHANICS (MECHANICS '8) The Detectio of Abrupt Chages i Fatigue Data by Usig Cumulative Sum (CUSUM) Method Z. M. NOPIAH, M.N.BAHARIN,

More information

AME50461 SERIES EMI FILTER HYBRID-HIGH RELIABILITY

AME50461 SERIES EMI FILTER HYBRID-HIGH RELIABILITY PD-94595A AME5046 SERIES EMI FILTER HYBRID-HIGH RELIABILITY Descriptio The AME Series of EMI filters have bee desiged to provide full compliace with the iput lie reflected ripple curret requiremet specified

More information

A Radio Resource Allocation Algorithm for QoS Provision in PMP-based Systems

A Radio Resource Allocation Algorithm for QoS Provision in PMP-based Systems 530 OURAL OF COMMUICATIOS, VOL. 5, O. 7, ULY 00 A Radio Resource Allocatio Algorithm for QoS Provisio i PMP-based Systems Pig Wag Broadbad Wireless commuicatios ad Multimedia laboratory, Key Laboratory

More information

Comparison of Frequency Offset Estimation Methods for OFDM Burst Transmission in the Selective Fading Channels

Comparison of Frequency Offset Estimation Methods for OFDM Burst Transmission in the Selective Fading Channels Compariso of Frequecy Offset Estimatio Methods for OFDM Burst Trasmissio i the Selective Fadig Chaels Zbigiew Długaszewski Istitute of Electroics ad Telecommuicatios Pozań Uiversity of Techology 60-965

More information

AN Interconnection between JESD204A compliant devices. Document information

AN Interconnection between JESD204A compliant devices. Document information Rev. 2 23 September 2010 Applicatio ote Documet iformatio Ifo Keywords Abstract Cotet JESD204A, Data coverters, CML, LVDS, Jitter, Couplig This documet describes the itercoectios that are required betwee

More information

AC : USING ELLIPTIC INTEGRALS AND FUNCTIONS TO STUDY LARGE-AMPLITUDE OSCILLATIONS OF A PENDULUM

AC : USING ELLIPTIC INTEGRALS AND FUNCTIONS TO STUDY LARGE-AMPLITUDE OSCILLATIONS OF A PENDULUM AC 007-7: USING ELLIPTIC INTEGRALS AND FUNCTIONS TO STUDY LARGE-AMPLITUDE OSCILLATIONS OF A PENDULUM Josue Njock-Libii, Idiaa Uiversity-Purdue Uiversity-Fort Waye Josué Njock Libii is Associate Professor

More information

Super J-MOS Low Power Loss Superjunction MOSFETs

Super J-MOS Low Power Loss Superjunction MOSFETs Low Power Loss Superjuctio MOSFETs Takahiro Tamura Mutsumi Sawada Takayuki Shimato ABSTRACT Fuji Electric has developed superjuctio MOSFETs with a optimized surface desig that delivers lower switchig.

More information

EFFECTS OF GROUNDING SYSTEM ON POWER QUALITY

EFFECTS OF GROUNDING SYSTEM ON POWER QUALITY EFFECTS OF GROUNDING SYSTEM ON POWER QUALITY Bhagat Sigh Tomar, Dwarka Prasad, Apeksha Naredra Rajput Research Scholar, Electrical Egg. Departmet, Laxmi Devi Istitute of Egg. & Techology, Alwar,(Rajastha),Idia

More information

Unit 5: Estimating with Confidence

Unit 5: Estimating with Confidence Uit 5: Estimatig with Cofidece Sectio 8.2 The Practice of Statistics, 4 th editio For AP* STARNES, YATES, MOORE Uit 5 Estimatig with Cofidece 8.1 8.2 8.3 Cofidece Itervals: The Basics Estimatig a Populatio

More information

Combined Scheme for Fast PN Code Acquisition

Combined Scheme for Fast PN Code Acquisition 13 th Iteratioal Coferece o AEROSPACE SCIENCES & AVIATION TECHNOLOGY, ASAT- 13, May 6 8, 009, E-Mail: asat@mtc.edu.eg Military Techical College, Kobry Elkobbah, Cairo, Egypt Tel : +(0) 4059 4036138, Fax:

More information

Power Optimization for Pipeline ADC Via Systematic Automation Design

Power Optimization for Pipeline ADC Via Systematic Automation Design Power Optimizatio for Pipelie AD ia Systematic Automatio Desig Qiao Yag ad Xiaobo Wu Abstract--A efficiet geeral systematic automatio desig methodology is proposed to optimize the power of pipelie Aalog-to-Digital

More information

Multisensor transducer based on a parallel fiber optic digital-to-analog converter

Multisensor transducer based on a parallel fiber optic digital-to-analog converter V Iteratioal Forum for Youg cietists "pace Egieerig" Multisesor trasducer based o a parallel fiber optic digital-to-aalog coverter Vladimir Grechishikov 1, Olga Teryaeva 1,*, ad Vyacheslav Aiev 1 1 amara

More information

HOW BAD RECEIVER COORDINATES CAN AFFECT GPS TIMING

HOW BAD RECEIVER COORDINATES CAN AFFECT GPS TIMING HOW BAD RECEIVER COORDINATES CAN AFFECT GPS TIMING H. Chadsey U.S. Naval Observatory Washigto, D.C. 2392 Abstract May sources of error are possible whe GPS is used for time comparisos. Some of these mo

More information

WAVE-BASED TRANSIENT ANALYSIS USING BLOCK NEWTON-JACOBI

WAVE-BASED TRANSIENT ANALYSIS USING BLOCK NEWTON-JACOBI WAVE-BASED TRANSIENT ANALYSIS USING BLOCK NEWTON-JACOBI Muhammad Kabir McGill Uiversity Departmet of Electrical ad Computer Egieerig Motreal, QC H3A 2A7 Email: muhammad.kabir@mail.mcgill.ca Carlos Christofferse

More information

Cross-Layer Performance of a Distributed Real-Time MAC Protocol Supporting Variable Bit Rate Multiclass Services in WPANs

Cross-Layer Performance of a Distributed Real-Time MAC Protocol Supporting Variable Bit Rate Multiclass Services in WPANs Cross-Layer Performace of a Distributed Real-Time MAC Protocol Supportig Variable Bit Rate Multiclass Services i WPANs David Tug Chog Wog, Jo W. Ma, ad ee Chaig Chua 3 Istitute for Ifocomm Research, Heg

More information

Grade 6 Math Review Unit 3(Chapter 1) Answer Key

Grade 6 Math Review Unit 3(Chapter 1) Answer Key Grade 6 Math Review Uit (Chapter 1) Aswer Key 1. A) A pottery makig class charges a registratio fee of $25.00. For each item of pottery you make you pay a additioal $5.00. Write a expressio to represet

More information

Spread Spectrum Signal for Digital Communications

Spread Spectrum Signal for Digital Communications Wireless Iformatio Trasmissio System Lab. Spread Spectrum Sigal for Digital Commuicatios Istitute of Commuicatios Egieerig Natioal Su Yat-se Uiversity Spread Spectrum Commuicatios Defiitio: The trasmitted

More information

Reducing Power Dissipation in Complex Digital Filters by using the Quadratic Residue Number System Λ

Reducing Power Dissipation in Complex Digital Filters by using the Quadratic Residue Number System Λ Reducig Power Dissipatio i Complex Digital Filters by usig the Quadratic Residue Number System Λ Agelo D Amora, Alberto Naarelli, Marco Re ad Gia Carlo Cardarilli Departmet of Electrical Egieerig Uiversity

More information

A New Energy Consumption Algorithm with Active Sensor Selection Using GELS in Target Coverage WSN

A New Energy Consumption Algorithm with Active Sensor Selection Using GELS in Target Coverage WSN IJCSI Iteratioal Joural of Computer Sciece Issues, Vol. 10, Issue 4, No 1, July 2013 ISSN (Prit): 1694-0814 ISSN (Olie): 1694-0784 www.ijcsi.org 11 A New Eergy Cosumptio Algorithm with Active Sesor Selectio

More information

High-Order CCII-Based Mixed-Mode Universal Filter

High-Order CCII-Based Mixed-Mode Universal Filter High-Order CCII-Based Mixed-Mode Uiversal Filter Che-Nog Lee Departmet of Computer ad Commuicatio Egieerig, Taipei Chegshih Uiversity of Sciece ad Techology, Taipei, Taiwa, R. O. C. Abstract This paper

More information

x y z HD(x, y) + HD(y, z) HD(x, z)

x y z HD(x, y) + HD(y, z) HD(x, z) Massachusetts Istitute of Techology Departmet of Electrical Egieerig ad Computer Sciece 6.02 Solutios to Chapter 5 Updated: February 16, 2012 Please sed iformatio about errors or omissios to hari; questios

More information

Enhancement of the IEEE MAC Protocol for Scalable Data Collection in Dense Sensor Networks

Enhancement of the IEEE MAC Protocol for Scalable Data Collection in Dense Sensor Networks Ehacemet of the IEEE 8.5. MAC Protocol for Scalable Data Collectio i Dese Sesor Networks Kira Yedavalli Departmet of Electrical Egieerig - Systems Uiversity of Souther Califoria Los Ageles, Califoria,

More information

CS 201: Adversary arguments. This handout presents two lower bounds for selection problems using adversary arguments ëknu73,

CS 201: Adversary arguments. This handout presents two lower bounds for selection problems using adversary arguments ëknu73, CS 01 Schlag Jauary 6, 1999 Witer `99 CS 01: Adversary argumets This hadout presets two lower bouds for selectio problems usig adversary argumets ëku73, HS78, FG76ë. I these proofs a imagiary adversary

More information

BANDWIDTH AND GAIN ENHANCEMENT OF MULTIBAND FRACTAL ANTENNA BASED ON THE SIERPINSKI CARPET GEOMETRY

BANDWIDTH AND GAIN ENHANCEMENT OF MULTIBAND FRACTAL ANTENNA BASED ON THE SIERPINSKI CARPET GEOMETRY ISSN: 2229-6948(ONLINE) DOI: 10.21917/ijct.2013.0095 ICTACT JOURNAL ON COMMUNICATION TECHNOLOGY, MARCH 2013, VOLUME: 04, ISSUE: 01 BANDWIDTH AND GAIN ENHANCEMENT OF MULTIBAND FRACTAL ANTENNA BASED ON THE

More information

Measurement of Equivalent Input Distortion AN 20

Measurement of Equivalent Input Distortion AN 20 Measuremet of Equivalet Iput Distortio AN 2 Applicatio Note to the R&D SYSTEM Traditioal measuremets of harmoic distortio performed o loudspeakers reveal ot oly the symptoms of the oliearities but also

More information

Optimization of Base Station and Maximizing the Lifetime of Wireless Sensor Network

Optimization of Base Station and Maximizing the Lifetime of Wireless Sensor Network Optimizatio of Base Statio ad Maximizig the Lifetime of Wireless Sesor Network P.Parthiba 1, G.Sudararaj 2, K.A.Jagadheesh 3, P.Maiiarasa 4 SS1 Research Scholar, P.S.G College of Techology, Coimbatore,

More information

INCREASE OF STRAIN GAGE OUTPUT VOLTAGE SIGNALS ACCURACY USING VIRTUAL INSTRUMENT WITH HARMONIC EXCITATION

INCREASE OF STRAIN GAGE OUTPUT VOLTAGE SIGNALS ACCURACY USING VIRTUAL INSTRUMENT WITH HARMONIC EXCITATION XIX IMEKO World Cogress Fudametal ad Applied Metrology September 6, 9, Lisbo, Portugal INCREASE OF STRAIN GAGE OUTPUT VOLTAGE SIGNALS ACCURACY USING VIRTUAL INSTRUMENT WITH HARMONIC EXCITATION Dalibor

More information

A New Energy Efficient Data Gathering Approach in Wireless Sensor Networks

A New Energy Efficient Data Gathering Approach in Wireless Sensor Networks Commuicatios ad Network, 0, 4, 6-7 http://dx.doi.org/0.436/c.0.4009 Published Olie February 0 (http://www.scirp.org/joural/c) A New Eergy Efficiet Data Gatherig Approach i Wireless Sesor Networks Jafar

More information

HELIARC. THE FIRST NAME IN TIG.

HELIARC. THE FIRST NAME IN TIG. HELIARC. THE FIRST NAME IN TIG. YOU AND HELIARC. NOT EVERYONE APPRECIATES THE BEAUTY OF A TRULY GREAT WELD. BUT YOU DO. YOU VE PUT IN THE YEARS AND MASTERED THE ART AND CRAFT OF GTAW (TIG). AND EVER SINCE

More information

Outline. Motivation. Analog Functional Testing in Mixed-Signal Systems. Motivation and Background. Built-In Self-Test Architecture

Outline. Motivation. Analog Functional Testing in Mixed-Signal Systems. Motivation and Background. Built-In Self-Test Architecture Aalog Fuctioal Testig i Mixed-Sigal s Jie Qi Dept. of Electrical & Computer Egieerig Aubur Uiversity Co-Advisors: Charles Stroud ad Foster Dai Outlie Motivatio ad Backgroud Built-I Self-Test Architecture

More information

Roberto s Notes on Infinite Series Chapter 1: Series Section 2. Infinite series

Roberto s Notes on Infinite Series Chapter 1: Series Section 2. Infinite series Roberto s Notes o Ifiite Series Chapter : Series Sectio Ifiite series What you eed to ow already: What sequeces are. Basic termiology ad otatio for sequeces. What you ca lear here: What a ifiite series

More information

Survey of Low Power Techniques for ROMs

Survey of Low Power Techniques for ROMs Survey of Low Power Techiques for ROMs Edwi de Agel Crystal Semicoductor Corporatio P.O Box 17847 Austi, TX 78744 Earl E. Swartzlader, Jr. Departmet of Electrical ad Computer Egieerig Uiversity of Texas

More information

Compound Controller for DC Motor Servo System Based on Inner-Loop Extended State Observer

Compound Controller for DC Motor Servo System Based on Inner-Loop Extended State Observer BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6, No 5 Special Issue o Applicatio of Advaced Computig ad Simulatio i Iformatio Systems Sofia 06 Prit ISSN: 3-970; Olie ISSN:

More information

A New Design of Log-Periodic Dipole Array (LPDA) Antenna

A New Design of Log-Periodic Dipole Array (LPDA) Antenna Joural of Commuicatio Egieerig, Vol., No., Ja.-Jue 0 67 A New Desig of Log-Periodic Dipole Array (LPDA) Atea Javad Ghalibafa, Seyed Mohammad Hashemi, ad Seyed Hassa Sedighy Departmet of Electrical Egieerig,

More information

The Institute of Chartered Accountants of Sri Lanka

The Institute of Chartered Accountants of Sri Lanka The Istitute of Chartered Accoutats of Sri Laka Postgraduate Diploma i Busiess ad Fiace Quatitative Techiques for Busiess Hadout 02:Presetatio ad Aalysis of data Presetatio of Data The Stem ad Leaf Display

More information

Interference Management in LTE Femtocell Systems Using an Adaptive Frequency Reuse Scheme

Interference Management in LTE Femtocell Systems Using an Adaptive Frequency Reuse Scheme Iterferece Maagemet i LTE Femtocell Systems Usig a Adaptive Frequecy Reuse Scheme Christos Bouras 1,2, Georgios Kavourgias 2, Vasileios Kokkios 1,2, Adreas Papazois 1,2 1 Computer Techology Istitute &

More information

SELECTION AND CONNECTION OF SPRING APPLIED FAILSAFE AND PERMENANT MAGNET BRAKES

SELECTION AND CONNECTION OF SPRING APPLIED FAILSAFE AND PERMENANT MAGNET BRAKES Ck85/06/ 70 Samatha Str SELECTION AND CONNECTION OF SPRING APPLIED FAILSAFE AND PERMENANT MAGNET BRAKES. OPERATING CONDITIONS. Normal Operatig Coditios The ambiet temperature must ot exceed 40 C ad its

More information

ALIGNING CHANGE MANAGEMENT WITH AGILE

ALIGNING CHANGE MANAGEMENT WITH AGILE LIGNING CHNGE MNGEMENT WITH GILE Crowd Sourced Webiar 15 September 2016 Preseted by: Vicky Emery, rector of Chage Capability Services Louise Geoghega, Seior Cosultat PollEv.com/beighuma Itroducig Beig

More information

Mixed Contiguous and Aggregated Spectrum Allocation Algorithm for CR based TD-LTE System

Mixed Contiguous and Aggregated Spectrum Allocation Algorithm for CR based TD-LTE System Commuicatios ad etwork, 2013, 5, 298-302 http://dx.doi.org/10.4236/c.2013.532055 Published Olie September 2013 (http://www.scirp.org/oural/c) ixed Cotiguous ad Aggregated Spectrum Allocatio Algorithm for

More information

Methods to Reduce Arc-Flash Hazards

Methods to Reduce Arc-Flash Hazards Methods to Reduce Arc-Flash Hazards Exercise: Implemetig Istataeous Settigs for a Maiteace Mode Scheme Below is a oe-lie diagram of a substatio with a mai ad two feeders. Because there is virtually o differece

More information

A GHz Constant KVCO Low Phase Noise LC-VCO and an Optimized Automatic Frequency Calibrator Applied in PLL Frequency Synthesizer

A GHz Constant KVCO Low Phase Noise LC-VCO and an Optimized Automatic Frequency Calibrator Applied in PLL Frequency Synthesizer A 4.6-5.6 GHz Costat KVCO Low Phase Noise LC-VCO ad a Optimized Automatic Frequecy Calibrator Applied i PLL Frequecy Sythesizer Hogguag Zhag, Pa Xue, Zhiliag Hog State Key Laboratory of ASIC & System Fuda

More information

Message Scheduling for the FlexRay Protocol: The Dynamic Segment

Message Scheduling for the FlexRay Protocol: The Dynamic Segment IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY 1 Message Schedulig for the FlexRay Protocol: The Dyamic Segmet Ece Gura Schmidt, Member, IEEE, Klaus Schmidt Abstract The FlexRay commuicatio protocol is expected

More information

Optimization of Fractional Frequency Reuse in Long Term Evolution Networks

Optimization of Fractional Frequency Reuse in Long Term Evolution Networks 2012 IEEE Wireless Commuicatios ad Networkig Coferece: Mobile ad Wireless Networks Optimizatio of Fractioal Frequecy Reuse i Log Term Evolutio Networks Dimitrios Bilios 1,2, Christos Bouras 1,2, Vasileios

More information

PROJECT #2 GENERIC ROBOT SIMULATOR

PROJECT #2 GENERIC ROBOT SIMULATOR Uiversity of Missouri-Columbia Departmet of Electrical ad Computer Egieerig ECE 7330 Itroductio to Mechatroics ad Robotic Visio Fall, 2010 PROJECT #2 GENERIC ROBOT SIMULATOR Luis Alberto Rivera Estrada

More information

Radio Resource Calendaring in Cloud-based Radio Access Networks

Radio Resource Calendaring in Cloud-based Radio Access Networks Radio Resource Caledarig i Cloud-based Radio Access Networks Jocelye Elias, Fabio Martigo, Mira Morcos, Li Che, Tijai Chahed Abstract Badwidth caledarig refers to the possibility of shiftig some bulk data

More information

信號與系統 Signals and Systems

信號與系統 Signals and Systems Sprig 24 信號與系統 Sigals ad Systems Chapter SS- Sigals ad Systems Feg-Li Lia NTU-EE Feb4 Ju4 Figures ad images used i these lecture otes are adopted from Sigals & Systems by Ala V. Oppeheim ad Ala S. Willsky,

More information

ACCEPTED FOR PUBLICATION AT THE EURASIP JOURNAL ON WIRELESS COMMUNICATIONS AND NETWORKING 1

ACCEPTED FOR PUBLICATION AT THE EURASIP JOURNAL ON WIRELESS COMMUNICATIONS AND NETWORKING 1 ACCEPTED FOR PUBLICATIO AT TE EURASIP JOURAL O WIRELESS COMMUICATIOS AD ETWORKIG 1 A Approach to Optimum Joit Beamformig Desig i a MIMO-OFDM Multiuser System Atoio Pascual-Iserte, Aa I. Pérez-eira, ad

More information

Hybrid BIST Optimization for Core-based Systems with Test Pattern Broadcasting

Hybrid BIST Optimization for Core-based Systems with Test Pattern Broadcasting Hybrid BIST Optimizatio for Core-based Systems with Test Patter Broadcastig Raimud Ubar, Masim Jeihhi Departmet of Computer Egieerig Talli Techical Uiversity, Estoia {raiub, masim}@pld.ttu.ee Gert Jerva,

More information

LETTER A Novel Adaptive Channel Estimation Scheme for DS-CDMA

LETTER A Novel Adaptive Channel Estimation Scheme for DS-CDMA 1274 LETTER A Novel Adaptive Chael Estimatio Scheme for DS-CDMA Che HE a), Member ad Xiao-xiag LI, Nomember SUMMARY This paper proposes a adaptive chael estimatio scheme, which uses differet movig average

More information

DIGITALLY TUNED SINUSOIDAL OSCILLATOR USING MULTIPLE- OUTPUT CURRENT OPERATIONAL AMPLIFIER FOR APPLICATIONS IN HIGH STABLE ACOUSTICAL GENERATORS

DIGITALLY TUNED SINUSOIDAL OSCILLATOR USING MULTIPLE- OUTPUT CURRENT OPERATIONAL AMPLIFIER FOR APPLICATIONS IN HIGH STABLE ACOUSTICAL GENERATORS Molecular ad Quatum Acoustics vol. 7, (6) 95 DGTALL TUNED SNUSODAL OSCLLATOR USNG MULTPLE- OUTPUT CURRENT OPERATONAL AMPLFER FOR APPLCATONS N HGH STABLE ACOUSTCAL GENERATORS Lesław TOPÓR-KAMŃSK Faculty

More information

Efficient Energy Consumption Scheduling: Towards Effective Load Leveling

Efficient Energy Consumption Scheduling: Towards Effective Load Leveling eergies Article Efficiet Eergy Cosumptio Schedulig: Towards Effective Load Levelig Yua Hog 1, *, Shegbi Wag 2 ad Ziyue Huag 3 1 Departmet of Iformatio Techology Maagemet, Uiversity at Albay, SUNY, 1400

More information

Low Power Motion Detection with Low Spatial and Temporal Resolution for CMOS Image Sensor

Low Power Motion Detection with Low Spatial and Temporal Resolution for CMOS Image Sensor Low Power Motio Detectio with Low Spatial ad Temporal Resolutio for CMOS Image Sesor Araud Verdat (), Atoie Dupret (2), Hervé Mathias (2), Patrick Villard (), Lioel Lacassage (2) () CEA/ LETI, Cetre de

More information

Estimation of non Distortion Audio Signal Compression

Estimation of non Distortion Audio Signal Compression Estimatio of o Distortio Audio Sigal Compressio M. BAK, S. PODOXI, V. TSIGOUZ Departmet of Commuicatio Egieerig Ceter for Techological Educatio Holo 5 Golomb street, POB 35 Holo 58, Tel: +97-3-5669 ISRAEL

More information

ICM7213. One Second/One Minute Timebase Generator. Features. Description. Ordering Information. Pinout. August 1997

ICM7213. One Second/One Minute Timebase Generator. Features. Description. Ordering Information. Pinout. August 1997 August 997 Features Guarateed V Operatio Very Low Curret Cosumptio (Typ).... µa at V All Outputs TTL Compatible O Chip Oscillator Feedback Resistor Oscillator Requires Oly Exteral compoets: Fixed Capacitor,

More information

A New Basic Unit for Cascaded Multilevel Inverters with the Capability of Reducing the Number of Switches

A New Basic Unit for Cascaded Multilevel Inverters with the Capability of Reducing the Number of Switches Joural of Power Electroics, ol, o, pp 67-677, July 67 JPE --6 http://dxdoiorg/6/jpe67 I(Prit: 98-9 / I(Olie: 9-78 A ew Basic Uit for Cascaded Multi Iverters with the Capability of Reducig the umber of

More information

E X P E R I M E N T 13

E X P E R I M E N T 13 E X P E R I M E N T 13 Stadig Waves o a Strig Produced by the Physics Staff at Colli College Copyright Colli College Physics Departmet. All Rights Reserved. Uiversity Physics, Exp 13: Stadig Waves o a

More information

CHAPTER 6 IMPLEMENTATION OF DIGITAL FIR FILTER

CHAPTER 6 IMPLEMENTATION OF DIGITAL FIR FILTER CHAPTER 6 IMPLEMENTATION OF DIGITAL FIR FILTER 6.1 INTRODUCTION The digital FIR filters are commo compoets i may digital sigal processig (DSP) systems. There are various applicatios like high speed/low

More information

Introduction to OSPF

Introduction to OSPF Itroductio to OSPF ISP Workshops These materials are licesed uder the Creative Commos Attributio-NoCommercial 4.0 Iteratioal licese (http://creativecommos.org/liceses/by-c/4.0/) Last updated 3 rd October

More information

HVIC Technologies for IPM

HVIC Technologies for IPM HVIC Techologies for IPM JONISHI, Akihiro AKAHANE, Masashi YAMAJI, Masaharu ABSTRACT A high voltage itegrated (HVIC), which is a gate driver IC with a high breakdow voltage, is oe of the key devices required

More information

Subscriber Pulse Metering (SPM) Detection

Subscriber Pulse Metering (SPM) Detection Subscriber Pulse Meterig () Detectio Versatile telephoe call-charge ad security fuctios for PBX, Payphoe ad Pair-Gai applicatios - employig CML s family of 12kHz ad 16kHz ICs INNOVATIONS INV/Telecom//1

More information

Implementation of Fuzzy Multiple Objective Decision Making Algorithm in a Heterogeneous Mobile Environment

Implementation of Fuzzy Multiple Objective Decision Making Algorithm in a Heterogeneous Mobile Environment Implemetatio of Fuzzy Multiple Objective Decisio Makig Algorithm i a Heterogeeous Mobile Eviromet P.M.L. ha, Y.F. Hu, R.E. Sheriff, Departmet of Electroics ad Telecommuicatios Departmet of yberetics, Iteret

More information

FPGA Implementation of the Ternary Pulse Compression Sequences

FPGA Implementation of the Ternary Pulse Compression Sequences FPGA Implemetatio of the Terary Pulse Compressio Sequeces N.Balaji 1, M. Sriivasa rao, K.Subba Rao 3, S.P.Sigh 4 ad N. Madhusudhaa Reddy 4 Abstract Terary codes have bee widely used i radar ad commuicatio

More information

T able 5.1 E xample of a S olid B eef Manur e T es t R epor t. Lab Units 1 % and ppm. Mois tur e Content Total N

T able 5.1 E xample of a S olid B eef Manur e T es t R epor t. Lab Units 1 % and ppm. Mois tur e Content Total N 24 5 Uderstadig the Soil Test & Maure Test Reports 5.1 The Soil Test Report ad the Fertilizer Recommedatio The purpose of soil testig is to measure the amout of available utriets i the soil i order to

More information

Encode Decode Sample Quantize [ ] [ ]

Encode Decode Sample Quantize [ ] [ ] Referece Audio Sigal Processig I Shyh-Kag Jeg Departmet of Electrical Egieerig/ Graduate Istitute of Commuicatio Egieerig M. Bosi ad R. E. Goldberg, Itroductio to Digital Audio Codig ad Stadards, Kluwer

More information

Advanced Telemetry Tracking System for High Dynamic Targets

Advanced Telemetry Tracking System for High Dynamic Targets Advaced Telemetry Trackig System for High Dyamic Targets Item Type text; Proceedigs Authors Mischwaer, Natha; Leide, Nelso Paiva Oliveira Publisher Iteratioal Foudatio for Telemeterig Joural Iteratioal

More information