Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson

Size: px
Start display at page:

Download "Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson"

Transcription

1 37th CDC, Tampa, December 1998 Analyss of Delays n Synchronous and Asynchronous Control Loops Bj rn Wttenmark, Ben Bastan, and Johan Nlsson emal: bjorn@control.lth.se, ben@control.lth.se, and johan@control.lth.se Department of Automatc Control, Lund Insttute of Technology Box 118, SE Lund, Sweden Abstract In ths paper we descrbe how to determne the tme delays caused by synchronous and asynchronous control loops. These tme delays can vary n a qute rregular way and can cause problems for the control loops closed over a communcaton network of, for nstance, eldbuses. Derent setups allowng an arbtrary number of communcaton layers are analyzed. The theoretcal dervatons are llustrated wth a smple, although realstc, example. 1. Introducton One of the problems whch occurs n commercal control systems s tme varatons due to asynchronous sgnals wthn the control loops. An example s when the communcaton s done over a eld-bus where the sgnal s sampled wth a rate hgher than the samplng rate of the controller and then sent to the controller node. Ths means that due to the samplng and synchronzaton of the sgnals to and from the I/O devce to the controller there may be a delay varaton whch aects the performance of the closed loop system. An example s shown n Fgure 1. Ths smple system conssts of a communcate usng a eld-bus. In the I/O module the output of the process s A/D converted, and the result s coped nto memory cell m1. Synchronzed wth ths s the D/A converson whch wrtes the content of m4 to the process. Both these events occur every 250 ms, however, they may not necessarly be completely synchronous, that s there may be a phase derence between the nput and the output. There mght also be derent samplng rates n the nput and output processes leadng to asynchronous loops. The A/D and D/A converters may very well be located n derent nodes. In a smlar way, both the wrte bus, transferrng values from m1 to m2, and the read bus, transferrng values from m3 to m4, share the same tmng, although there may also be a phase derence between the two. The samplng rate s 256 ms. Fnally, the controller s samplng and wrtng back to the bus wth a samplng perod of 1.1 s. The seres of events of a typcal cycle are shown n Fgure 2. a) b) Contnuous tme system From sensor To actuator I/O devce A/D D/A m1 m4 Feld-bus m2 m3 Controller Algorthm c) d) A/D converter Feld-bus Fgure 1 Control system wth asynchronous loop. control system and an I/O unt whch are connected by a eld-bus. Ths example was gven n Nlsson (1998) and Nlsson et al. (1998a), and s one motvaton for lookng at the problem of tmng and delays n asynchronous loops. The example s used to llustrate the deas n ths paper. The control system n Fgure 1 has two unts, an I/O module and a controller, whch On leave from Department of Electrcal and Computer Engneerng, Unversty of Newcastle, Newcastle, NSW, Australa e) f) τ d Controller Feld-bus D/A Converter (s) Fgure 2 Tmng of a typcal cycle n a system wth asynchronous loops.

2 In Fgure 2(a) we have the contnuous tme sensor sgnal, whch s the output of the process whch s to be controlled. In Fgure 2(b) the sgnal s rst A/D converted. In our example ths occurs once every 250 ms. Ths sgnal corresponds to the value of m1. In Fgure 2(c) the sgnal s mrrored usng the bus, thus ths sgnal corresponds to the value of m2. In Fgure 2(d) the sgnal s used by the controller and the next control sgnal s computed. Ths sgnal s wrtten to the output of the controller, m3. There may also be delays due to the calculatons n the controller algorthm. These delays are n ths paper neglected. The computatonal delays are dscussed n, for nstance, str m and Wttenmark (1997) and Nlsson (1998). In Fgure 2(e) the sgnal s mrrored by the bus once agan. Ths occurs every 256 ms and the sgnal obtaned here corresponds to that found n m4. In Fgure 2(f) the sgnal s A/D converted and sent to the actuator. The descrbed system s a smple verson typcal of commercal control systems wth dstrbuted I/O and control. Complcatons can nclude extra layers of control, for nstance, a plant-wde Ethernet wth lmted real tme capabltes. Ths setup wll gve a system wth varyng delay from sensor to actuator. We wll look at the varatons of the control delay, whch s the tme from when the measurement sgnal s sampled to when t s used n the actuator. The total tme delay due to the communcaton s d, see Fgure 2. Fgure 3 shows a smulaton of the system n Fgure 1. The tme delay can n ths case take the values 190, 440, and 690 ms. More complcated delay patters can also be obtaned as dscussed n Secton 7. Notce that the delays can be qute long compared to the basc samplng rates at the converters and n the bus. In ths case the longest delay s almost three tmes the samplng perod n the eld-bus. Descrpton of the delays The delay pattern n Fgure 3 looks qute rregular. To compensate for the tme delay we may try to model them as a random process and use the desgn methods n Nlsson et al. (1998b) and Nlsson (1998) to compensate for the delays. Other references are Ray (1994), Krtolca et al. (1994), and Chan and zguner (1995). The method pursued n Nlsson (1998) s a stochastc approach modelng the delays usng a sequence of Markov chans. Nlsson and Bernhardsson (1997) also gves the optmal LQG controllers for stochastc delays n control loops. Usng tme stampng the delays can be computed and the controllers can then be desgned to compensate for the delays. Event drven versus clock drven events In ths paper t s assumed that the events are clock drven. Clock drven means that events take place at prespeced tmes accordng to parameters set by a tmng devce, usually perodc samplng. It s also possble for events to be event drven, thus an event wll trgger another event. In Nlsson (1998) t s assumed that whle the nput s clock drven, the output and controllers are both event drven, thus they start processng as soon as nformaton s at hand. Here a derent case s beng examned, and all events are assumed to be clock drven, creatng rregular tme delays due to the nested loops. The computatonal tme n the control algorthm can also be ncluded usng the methodology n ths paper. 2. Model structure and assumptons The man part of the modelng s descrbed n further detals n the master thess Bastan (1998). The basc model whch wll be examned s descrbed by a seres of \layers", lke an onon, wth the controller beng encapsulated by the bus, the I/O, etc, see Fgure 4. An ncomng process sgnal must pass through several 0.6 Control delay Level L Sample number Fgure 4 The varous archtecture layers can be seen as layers of an onon. Fgure 3 Control delay due to asynchronous loops of the system n Fgure 1. layers to reach the controller and the outgong control sgnal must agan pass through several layers to get to

3 the process. Layer 0 s the controller process. In our example layer 0 corresponds to the controller process, layer 1 corresponds to the bus layer, and layer 2 to the I/O layer. The layers wll now be examned wth reference to the tme delays caused by ther nteracton. Ths wll be done both for a general model,.e. for any number of layers, and then as a case study for our example, to llustrate the propertes of the derved model. For the model, each layer s modeled by a separate tmng dagram, whch looks lke the one shown n Fgure 5. Input/Output Input Output 3. Dente synchronous systems Layer 0 has a sngle acton whch s the core of the system. Informaton goes no further than layer 0. In the example layer 0 s a controller. Intally layer zero s assumed to be nstantaneous, snce the computatonal delay s neglected, and t s clock drven, wth perod h 0. The case wth only a sngle layer s a trval case, where the tme delay s zero. We now consder a system wth two layers, layers 0 and 1. It s assumed that events don't occur nstantaneously,.e, a sgnal cannot be nput, processed, and output at the same nstant. In ths case layer 1 has two I/O events and at least a sngle event occurs n layer 0 between them. See Fgure 6, whch shows the three cases h 0 = h 1, h 0 h 1, and h 0 < h 1. The gure ndcates that all delays must be a multple of the samplng perod h 1. (For cases wth no phase derence n layer 1 t makes no derence whether the events n layer 0 are clock or event drven.) h θ Level L Fgure 5 The format of the tmng dagrams used for the models. In the case where h 0 = h 1 there s a controller event for every nterval of h 1 thus the total tme delay s equal to h 1. In the case where h 0 > h 1 nformaton 1 s sampled, but no controller event occurs. The nformaton s therefore dscarded when the next sample occurs, wth nformaton 2. Ths then s the nformaton processed when the event on layer 0, the controller event, occurs. The correspondng nformaton s then output at the next output of layer 1. It follows from ths that the total tme delay s h 1. In the case where h 0 < h 1 the nformaton receved by all ntermedate events on In Fgure 5 a crcle ndcates the tmng of the nput to the layer and a cross ndcated the tmng of the output. A sgnal s dened as beng nput when t s movng towards layer 0, and output when movng away from layer 0. Thus n our example the D/A converted sgnal s consdered an output on layer 2. For the analyss we need to ntroduce some notatons. The samplng frequency of layer, h, s dened to be the perod of the nputs of that layer. A layer s dened to be dente synchronous f the nput and the output of that layer occur at exactly the same tmes. See level 0 n Fgure 5. A layer where both nput and output have the same samplng rate, but do not occur at the same tme s dened as partally synchronous. See level 1 n Fgure 5. A layer where the nput and the output have derent samplng tmes s sad to be asynchronous. See level L n Fgure 5. The phase of a layer,, s dened to be the tme derence between the nput of the layer and the next occurrng output. For a dente synchronous system the phase s zero, for a partally synchronous system t s a constant, however, for an asynchronous system the phase wll be tme varyng. a) b) c) h 0 h 1 h h 0 h 1 h 1 Fgure 6 Delays n a dente synchronous system wth two layers for the cases (a) h 0 = h 1, (b) h 0 h 1, and (c) h 0 < h 1.

4 layer 0 s the same durng each nterval h 1. Thus also n ths case the total tme delay s equal to h 1. n τ delay on layer The model can now be generalzed to accommodate for a system wth more than two layers. Informaton can only pass through the layer at samplng tmes. Informaton goes n at tme n h, and leaves at tme n h + k h. The total tme delay for samplng and returnng nformaton from process to controller and back to process s k h where k s a postve nteger. Therefore on layer L (the bottom layer) the total tme delay s d = k L h L (1) where k L s a postve nteger. For our example the tme delay of nterest s the total delay at the I/O layer. delay on layer + 1 It s now assumed that the delay at layer s and constant. From (1) t follows that +1 = k +1 Consder rst the case. See Fgure 7. Now s τ 2 +1 Fgure 7 Delay on layer +1 for a dente synchronous system when. drftng n relaton to due to the derent samplng rates. The possblty that the delay falls wthn a samplng perod of layer + 1 s (? )=. For ths case t follows that +1 =. Ths gves P(k +1 = 1) =? (2) The other opton s that +1 = 2. Ths occurs f and only f a samplng tme n layer + 1 falls n the nterval. Thus P(k +1 = 2) = (3) Now a longer delay tme for layer wll be examned,.e. consder >, then we wrte the delay as = n + where < (4) (n + 1) +1 Fgure 8 delay on layer + 1 for a dente synchronous system when >. Analogously to (2) and (3) and replacng by gves, see Fgure 8, P(k +1 = n + 1) = h? P(k +1 = n + 2) = =? (? n) =? n (5) We thus can conclude that for every delay on level there are two possble delays for level + 1. Example To llustrate the dente synchronous model, the numercal values of our example are used. Snce 1 = h 1 = 256 > h 2 = 250 t follows from (4) that the delay s 500 or 750 ms. The probabltes for the two delays can now be found from (5) P( d = 500) = = 0:9760 P( d = 750) = = 0: Partally synchronous systems We now ntroduce phase derences,, between the nputs and the outputs for all derent levels, see Fgure 5. For the partally synchronous systems the phase for each layer s constant. The derent possbltes for delays when < are shown n Fgure 9. If a sgnal a) b) c) t n t out a t outb t outc +1 Fgure 9 Delay possbltes for for a partally synchronous system when < ; (a) k = 0, (b) k = 1, and (c) k = 2. enters the layer +1 at tme t n, and the correspondng sgnal exts the layer at t out, then t s ntutvely seen that the delay n layer + 1 s +1 = k (6)

5 where k +1 = 0; 1; 2; : : :. Consder the case where. Usng the same dea to that used n the dente synchronous model we nd that for an arbtrary tme the probabltes for the derent cases are found by takng ratos between derent tme ntervals. From (6) and Fgure 9 t s easly found that +1? P(k +1 = 0) = max P(k +1 = 1) =? j +1? j? +1 P(k +1 = 2) = max (7) Note that there are only two possble delays for a constant delay on level, as k = 0 and k = 2 are mutually exclusve. For the case > can be dvded nto = n + where <. Usng the same dea as n dervng (7) but replacng by gves +1? P(k +1 = n) = max P(k +1 = n + 1) =? j +1? j? +1 P(k +1 = n + 2) = max 5. Jonng levels (8) The possble delays on layer L, the bottom layer are gven by k L h L + L. The probablty for any one k s the addtve condtonal probabltes for all tme delay lengths n the layer above. P(k +1 = n) = P(k +1 = nj = +1 )P( = +1 ) + P(k +1 = nj = + +1 )P( = + +1 ) + P(k +1 = nj = )P( = ) + : : : (9) Ths expresson s obtaned snce the derent events are mutually exclusve. Maxmum number of tme delays From the analyss above t can be seen that there s a possble maxmum number of tme delays for both dente synchronous systems and partal synchronous systems. Dente synchronous systems For layer 0 there s no tme delay. For level 1 there s one possble tme delay. For level two, two possble delays. Now say for level there are D possble tme delays. Then at layer + 1 there are 2D possble tme delays because for each tme delay on a layer there are two possble tme delays on layer on the layer below, see Secton 4. Thus, for a dente synchronous system the number of possble tme delay values s equal to 2 L?1 where L s equal to the layer number of the last layer. Partally synchronous systems There s no tme delay on layer 0, on layer 1 there are two possble tme delays, and on layer 2 there are four possble tme delays. Thus for each tme delay on a layer there are two possble tme delays on layer on the layer below, by extenson of the results n Secton 4. Ths shows that, for a system whch s partally synchronous, there are 2 L possble tme delay values. Maxmum possble tme delay The theoretcal maxmum occurs when the phases of the nput layers and the output layers all just about lne up. Thus t can be seen that the maxmum tme s equal to double the added delays from all layers except layer 0. A possble delay n layer 0 s then added. Ths can, for nstance, be a computatonal delay. 6. Example Ths example uses our example n Fgure 1 wth three derent layers, as well as two derent phase derences for each layer. The numbers correspond to the smulaton n Nlsson (1998) and Nlsson et al. (1998a),.e. Fgure 3, where h 1 = 256 ms, h 2 = 250 ms, 1 = 166 ms, and 2 = 190 ms. Frst layer 1 s examned. Here t can be seen that there are two possble tme delays, 1 and 1 + h 1 P( 1 = 1 ) = P( 1 = 166) = = 0:6484 P( 1 = 1 + h 1 ) = P( 1 = 422) = = 0:3516 Possble tme delays n layer 2 correspond to 190 ms and 440 ms due to the rst value of 1 and 440 ms and 690 ms due to the second value of 1. From (9) P( d = 190) = P(k +1 = 0j = 166)P( = 166) = 0:0622 P( d = 440) = P(k +1 = 1j = 166)P( = 166) + P(k +1 = 1j = 422)P( = 166) = 0:6115 P( d = 690) = P(k +1 = 2j = 422)P( = 422) = 0:3263 Fgure 10 shows the estmated hstogram over 2000 samples for the same stuaton as n Fgure 3. The gure conrms the theoretcal calculaton.

6 7. Asynchronous systems Asynchronous systems are obtaned when the nputs and outputs n the derent layers have not the same samplng perods. Ths mples that the nputs and outputs wll drft wth respect to each other. The pattern for the delays wll now become much more complcated and there wll, n general, be a rcher dstrbuton of delays as opposed to the prevous cases where the delays get a few dstnct values. For nstance, f n our example the nput samplng rate s changed from 250 ms to 260 ms we get the pattern n Fgure 11. The gure shows the estmated hstogram from a smulaton of 2000 samples. The values of the tme delays are separated nto quanta separated by 10 ms; that s, the derence between the nput and output samplng rates. The gure agrees wth the theoretcal dstrbuton. More detals about the dervaton can be found n Bastan (1998). Frequency Frequency Control delay Fgure 10 Estmated hstogram over 2000 samples of the delays for the same example as shown n Fgure Control delay Fgure 11 Estmated hstogram over 2000 samples of the delays for the example when the nput samplng rate s changed from 250 ms to 260 ms. 8. Conclusons In ths paper we have shown how the tme delays n nested communcaton loops can be derved and descrbed. It s found the the varatons can be qute large and that the pattern can be very rregular. Ths can make t mportant to consder the delays n the desgn of the controller. Examples n Nlsson (1998) and Bastan (1998) show that t can be advantageous to take the delay varatons nto account n the desgn. Acknowledgments Ths work s partally supported by NUTEK, Swedsh Natonal Board for Industral and Techncal Development, Project Dcosmos P References str m, K. J. and B. Wttenmark (1997): Computer-Controlled Systems, thrd edton. Prentce Hall. Bastan, B. (1998): \Analyss of tme delays n synchronous control loops." Master thess ISRN LUTFD2/TFRT SE. Department of Automatc Control, Lund Insttute of Technology, Lund, Sweden. Chan, H. and U. zguner (1995): \Closed-loop control of systems over a communcatons network wth queues." Internatonal Journal of Control, 62:3, pp. 493{510. Krtolca, R., U. zguner, H. Chan, H. G ktas, J. Wnkelman, and M. Lubakka (1994): \Stablty of lnear feedback systems wth random communcaton delays." Internatonal Journal of Control, 59:4, pp. 925{953. Nlsson, J. (1998): Real- Control Systems wth Delays. PhD thess ISRN LUTFD2/TFRT SE, Department of Automatc Control, Lund Insttute of Technology, Lund, Sweden. Nlsson, J. and B. Bernhardsson (1997): \LQG control over a Markov communcaton network." In Proceedngs of the 36th IEEE Conference on Decson and Control, pp. 4586{4591. San Dego. Nlsson, J., B. Bernhardsson, and B. Wttenmark (1998a): \Some topcs n real-tme control." In Proceedngs Amercan Control Conference, pp. 2391{2395. Phladelpha. Nlsson, J., B. Bernhardsson, and B. Wttenmark (1998b): \Stochastc analyss and control of real-tme systems wth random tme delays." Automatca, 34, pp. 57{64. Ray, A. (1994): \Output feedback control under randomly varyng dstrbuted delays." Journal of Gudance, Control, and Dynamcs, 17:4, pp. 701{711.

Digital Transmission

Digital Transmission Dgtal Transmsson Most modern communcaton systems are dgtal, meanng that the transmtted normaton sgnal carres bts and symbols rather than an analog sgnal. The eect o C/N rato ncrease or decrease on dgtal

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

High Speed ADC Sampling Transients

High Speed ADC Sampling Transients Hgh Speed ADC Samplng Transents Doug Stuetzle Hgh speed analog to dgtal converters (ADCs) are, at the analog sgnal nterface, track and hold devces. As such, they nclude samplng capactors and samplng swtches.

More information

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter Walsh Functon Based Synthess Method of PWM Pattern for Full-Brdge Inverter Sej Kondo and Krt Choesa Nagaoka Unversty of Technology 63-, Kamtomoka-cho, Nagaoka 9-, JAPAN Fax: +8-58-7-95, Phone: +8-58-7-957

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES IEE Electroncs Letters, vol 34, no 17, August 1998, pp. 1622-1624. ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES A. Chatzgeorgou, S. Nkolads 1 and I. Tsoukalas Computer Scence Department, 1 Department

More information

Control of Chaos in Positive Output Luo Converter by means of Time Delay Feedback

Control of Chaos in Positive Output Luo Converter by means of Time Delay Feedback Control of Chaos n Postve Output Luo Converter by means of Tme Delay Feedback Nagulapat nkran.ped@gmal.com Abstract Faster development n Dc to Dc converter technques are undergong very drastc changes due

More information

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode A Hgh-Senstvty Oversamplng Dgtal Sgnal Detecton Technque for CMOS Image Sensors Usng Non-destructve Intermedate Hgh-Speed Readout Mode Shoj Kawahto*, Nobuhro Kawa** and Yoshak Tadokoro** *Research Insttute

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

More information

Section 5. Signal Conditioning and Data Analysis

Section 5. Signal Conditioning and Data Analysis Secton 5 Sgnal Condtonng and Data Analyss 6/27/2017 Engneerng Measurements 5 1 Common Input Sgnals 6/27/2017 Engneerng Measurements 5 2 1 Analog vs. Dgtal Sgnals 6/27/2017 Engneerng Measurements 5 3 Current

More information

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart Control Chart - hstory Control Chart Developed n 920 s By Dr. Walter A. Shewhart 2 Process n control A phenomenon s sad to be controlled when, through the use of past experence, we can predct, at least

More information

MASTER TIMING AND TOF MODULE-

MASTER TIMING AND TOF MODULE- MASTER TMNG AND TOF MODULE- G. Mazaher Stanford Lnear Accelerator Center, Stanford Unversty, Stanford, CA 9409 USA SLAC-PUB-66 November 99 (/E) Abstract n conjuncton wth the development of a Beam Sze Montor

More information

Tunable Wideband Receiver (TWB) Data Processing Description December, 2013

Tunable Wideband Receiver (TWB) Data Processing Description December, 2013 Page 1 of 5 Tunable Wdeband Recever (TWB) Data Processng Descrpton December, 2013 The tunable wdeband recever (TWB) can be manually tuned to any frequency of nterest between 17 and 33 MHz. The recever

More information

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques The th Worshop on Combnatoral Mathematcs and Computaton Theory Effcent Large Integers Arthmetc by Adoptng Squarng and Complement Recodng Technques Cha-Long Wu*, Der-Chyuan Lou, and Te-Jen Chang *Department

More information

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985 NATONAL RADO ASTRONOMY OBSERVATORY Green Bank, West Vrgna SPECTRAL PROCESSOR MEMO NO. 25 MEMORANDUM February 13, 1985 To: Spectral Processor Group From: R. Fsher Subj: Some Experments wth an nteger FFT

More information

Prevention of Sequential Message Loss in CAN Systems

Prevention of Sequential Message Loss in CAN Systems Preventon of Sequental Message Loss n CAN Systems Shengbng Jang Electrcal & Controls Integraton Lab GM R&D Center, MC: 480-106-390 30500 Mound Road, Warren, MI 48090 shengbng.jang@gm.com Ratnesh Kumar

More information

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes Internatonal Journal of Theoretcal & Appled Scences 6(1): 50-54(2014) ISSN No. (Prnt): 0975-1718 ISSN No. (Onlne): 2249-3247 Generalzed Incomplete Trojan-Type Desgns wth Unequal Cell Szes Cn Varghese,

More information

Review: Our Approach 2. CSC310 Information Theory

Review: Our Approach 2. CSC310 Information Theory CSC30 Informaton Theory Sam Rowes Lecture 3: Provng the Kraft-McMllan Inequaltes September 8, 6 Revew: Our Approach The study of both compresson and transmsson requres that we abstract data and messages

More information

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System Int. J. Communcatons, Network and System Scences, 10, 3, 1-5 do:10.36/jcns.10.358 Publshed Onlne May 10 (http://www.scrp.org/journal/jcns/) The Performance Improvement of BASK System for Gga-Bt MODEM Usng

More information

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation T. Kerdchuen and W. Ongsakul / GMSARN Internatonal Journal (09) - Optmal Placement of and by Hybrd Genetc Algorthm and Smulated Annealng for Multarea Power System State Estmaton Thawatch Kerdchuen and

More information

A Simple Satellite Exclusion Algorithm for Advanced RAIM

A Simple Satellite Exclusion Algorithm for Advanced RAIM A Smple Satellte Excluson Algorthm for Advanced RAIM Juan Blanch, Todd Walter, Per Enge Stanford Unversty ABSTRACT Advanced Recever Autonomous Integrty Montorng s a concept that extends RAIM to mult-constellaton

More information

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS INTRODUCTION Because dgtal sgnal rates n computng systems are ncreasng at an astonshng rate, sgnal ntegrty ssues have become far more mportant to

More information

Graph Method for Solving Switched Capacitors Circuits

Graph Method for Solving Switched Capacitors Circuits Recent Advances n rcuts, ystems, gnal and Telecommuncatons Graph Method for olvng wtched apactors rcuts BHUMIL BRTNÍ Department of lectroncs and Informatcs ollege of Polytechncs Jhlava Tolstého 6, 586

More information

1 GSW Multipath Channel Models

1 GSW Multipath Channel Models In the general case, the moble rado channel s pretty unpleasant: there are a lot of echoes dstortng the receved sgnal, and the mpulse response keeps changng. Fortunately, there are some smplfyng assumptons

More information

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

Selective Sensing and Transmission for Multi-Channel Cognitive Radio Networks

Selective Sensing and Transmission for Multi-Channel Cognitive Radio Networks IEEE INFOCOM 2 Workshop On Cogntve & Cooperatve Networks Selectve Sensng and Transmsson for Mult-Channel Cogntve Rado Networks You Xu, Yunzhou L, Yfe Zhao, Hongxng Zou and Athanasos V. Vaslakos Insttute

More information

Space Time Equalization-space time codes System Model for STCM

Space Time Equalization-space time codes System Model for STCM Space Tme Eualzaton-space tme codes System Model for STCM The system under consderaton conssts of ST encoder, fadng channel model wth AWGN, two transmt antennas, one receve antenna, Vterb eualzer wth deal

More information

antenna antenna (4.139)

antenna antenna (4.139) .6.6 The Lmts of Usable Input Levels for LNAs The sgnal voltage level delvered to the nput of an LNA from the antenna may vary n a very wde nterval, from very weak sgnals comparable to the nose level,

More information

Learning Ensembles of Convolutional Neural Networks

Learning Ensembles of Convolutional Neural Networks Learnng Ensembles of Convolutonal Neural Networks Lran Chen The Unversty of Chcago Faculty Mentor: Greg Shakhnarovch Toyota Technologcal Insttute at Chcago 1 Introducton Convolutonal Neural Networks (CNN)

More information

Model mismatch and systematic errors in an optical FMCW distance measurement system

Model mismatch and systematic errors in an optical FMCW distance measurement system Model msmatch and systematc errors n an optcal FMCW dstance measurement system ROBERT GROSCHE ept. of Electrcal Engneerng Ruhr-Unverstät Bochum Unverstätsstrasse 50, -44780 Bochum GERMANY Abstract: - In

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol., No., November 23, 3-9 Rejecton of PSK Interference n DS-SS/PSK System Usng Adaptve Transversal Flter wth Condtonal Response Recalculaton Zorca Nkolć, Bojan

More information

problems palette of David Rock and Mary K. Porter 6. A local musician comes to your school to give a performance

problems palette of David Rock and Mary K. Porter 6. A local musician comes to your school to give a performance palette of problems Davd Rock and Mary K. Porter 1. If n represents an nteger, whch of the followng expressons yelds the greatest value? n,, n, n, n n. A 60-watt lghtbulb s used for 95 hours before t burns

More information

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation 1 Parameter Free Iteratve Decodng Metrcs for Non-Coherent Orthogonal Modulaton Albert Gullén Fàbregas and Alex Grant Abstract We study decoder metrcs suted for teratve decodng of non-coherently detected

More information

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6)

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6) Passve Flters eferences: Barbow (pp 6575), Hayes & Horowtz (pp 360), zzon (Chap. 6) Frequencyselectve or flter crcuts pass to the output only those nput sgnals that are n a desred range of frequences (called

More information

Chapter 1. On-line Choice of On-line Algorithms. Yossi Azar Andrei Z. Broder Mark S. Manasse

Chapter 1. On-line Choice of On-line Algorithms. Yossi Azar Andrei Z. Broder Mark S. Manasse Chapter On-lne Choce of On-lne Algorthms Yoss Azar Andre Z. Broder Mark S. Manasse Abstract Let fa ; A 2; ; Amg be a set of on-lne algorthms for a problem P wth nput set I. We assume that P can be represented

More information

29. Network Functions for Circuits Containing Op Amps

29. Network Functions for Circuits Containing Op Amps 9. Network Functons for Crcuts Contanng Op Amps Introducton Each of the crcuts n ths problem set contans at least one op amp. Also each crcut s represented by a gven network functon. These problems can

More information

Hierarchical Generalized Cantor Set Modulation

Hierarchical Generalized Cantor Set Modulation 8th Internatonal Symposum on Wreless Communcaton Systems, Aachen Herarchcal Generalzed Cantor Set Modulaton Smon Görtzen, Lars Schefler, Anke Schmenk Informaton Theory and Systematc Desgn of Communcaton

More information

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods Beam qualty measurements wth Shack-Hartmann wavefront sensor and M-sensor: comparson of two methods J.V.Sheldakova, A.V.Kudryashov, V.Y.Zavalova, T.Y.Cherezova* Moscow State Open Unversty, Adaptve Optcs

More information

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

More information

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION Phaneendra R.Venkata, Nathan A. Goodman Department of Electrcal and Computer Engneerng, Unversty of Arzona, 30 E. Speedway Blvd, Tucson, Arzona

More information

Guidelines for CCPR and RMO Bilateral Key Comparisons CCPR Working Group on Key Comparison CCPR-G5 October 10 th, 2014

Guidelines for CCPR and RMO Bilateral Key Comparisons CCPR Working Group on Key Comparison CCPR-G5 October 10 th, 2014 Gudelnes for CCPR and RMO Blateral Key Comparsons CCPR Workng Group on Key Comparson CCPR-G5 October 10 th, 2014 These gudelnes are prepared by CCPR WG-KC and RMO P&R representatves, and approved by CCPR,

More information

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate Comparatve Analyss of Reuse and 3 n ular Network Based On IR Dstrbuton and Rate Chandra Thapa M.Tech. II, DEC V College of Engneerng & Technology R.V.. Nagar, Chttoor-5727, A.P. Inda Emal: chandra2thapa@gmal.com

More information

Multi-sensor optimal information fusion Kalman filter with mobile agents in ring sensor networks

Multi-sensor optimal information fusion Kalman filter with mobile agents in ring sensor networks Mult-sensor optmal nformaton fuson Kalman flter wth moble agents n rng sensor networs Behrouz Safarneadan *, Kazem asanpoor ** *Shraz Unversty of echnology, safarnead@sutech.ac.r ** Shraz Unversty of echnology,.hasanpor@gmal.com

More information

ROYAL INSTITUTE OF TECHNOLOGY KUNGL TEKNISKA HÖGSKOLAN. Department of Signals, Sensors & Systems Signal Processing S STOCKHOLM

ROYAL INSTITUTE OF TECHNOLOGY KUNGL TEKNISKA HÖGSKOLAN. Department of Signals, Sensors & Systems Signal Processing S STOCKHOLM A Comparson of Two Systems for Down Lnk Communcaton wth Antenna Arrays at the Base Per Zetterberg 95{1{1 In: IEEE Wreless Communcaton Systems Symposum, 1995 IR{S3{SB{9522 ROYAL INSTITUTE OF TECHNOLOGY

More information

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

More information

STUDY OF MATRIX CONVERTER BASED UNIFIED POWER FLOW CONTROLLER APPLIED PI-D CONTROLLER

STUDY OF MATRIX CONVERTER BASED UNIFIED POWER FLOW CONTROLLER APPLIED PI-D CONTROLLER Journal of Engneerng Scence and Technology Specal Issue on Appled Engneerng and Scences, October (214) 3-38 School of Engneerng, Taylor s Unversty STUDY OF MATRIX CONVERTER BASED UNIFIED POWER FLOW CONTROLLER

More information

MTBF PREDICTION REPORT

MTBF PREDICTION REPORT MTBF PREDICTION REPORT PRODUCT NAME: BLE112-A-V2 Issued date: 01-23-2015 Rev:1.0 Copyrght@2015 Bluegga Technologes. All rghts reserved. 1 MTBF PREDICTION REPORT... 1 PRODUCT NAME: BLE112-A-V2... 1 1.0

More information

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme Performance Analyss of Mult User MIMO System wth Block-Dagonalzaton Precodng Scheme Yoon Hyun m and Jn Young m, wanwoon Unversty, Department of Electroncs Convergence Engneerng, Wolgye-Dong, Nowon-Gu,

More information

Traffic balancing over licensed and unlicensed bands in heterogeneous networks

Traffic balancing over licensed and unlicensed bands in heterogeneous networks Correspondence letter Traffc balancng over lcensed and unlcensed bands n heterogeneous networks LI Zhen, CUI Qme, CUI Zhyan, ZHENG We Natonal Engneerng Laboratory for Moble Network Securty, Bejng Unversty

More information

ECE315 / ECE515 Lecture 5 Date:

ECE315 / ECE515 Lecture 5 Date: Lecture 5 Date: 18.08.2016 Common Source Amplfer MOSFET Amplfer Dstorton Example 1 One Realstc CS Amplfer Crcut: C c1 : Couplng Capactor serves as perfect short crcut at all sgnal frequences whle blockng

More information

THE GENERATION OF 400 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES *

THE GENERATION OF 400 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES * SLAC PUB 874 3/1999 THE GENERATION OF 4 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES * Sam G. Tantaw, Arnold E. Vleks, and Rod J. Loewen Stanford Lnear Accelerator Center, Stanford Unversty P.O. Box

More information

Chaotic Filter Bank for Computer Cryptography

Chaotic Filter Bank for Computer Cryptography Chaotc Flter Bank for Computer Cryptography Bngo Wng-uen Lng Telephone: 44 () 784894 Fax: 44 () 784893 Emal: HTwng-kuen.lng@kcl.ac.ukTH Department of Electronc Engneerng, Dvson of Engneerng, ng s College

More information

Hardware Design of Filter Bank-Based Narrowband/Wideband Interference Canceler for Overlaid TDMA/CDMA Systems

Hardware Design of Filter Bank-Based Narrowband/Wideband Interference Canceler for Overlaid TDMA/CDMA Systems Hardware Desgn of Flter anased arrowband/deband Interference Canceler for Overlad TDMA/CDMA Systems Toyoau Ktano Kaunor Hayash Htosh Masutan and Shnsue Hara Graduate School of Engneerng Osaa Unversty YamadaOa

More information

Revision of Lecture Twenty-One

Revision of Lecture Twenty-One Revson of Lecture Twenty-One FFT / IFFT most wdely found operatons n communcaton systems Important to know what are gong on nsde a FFT / IFFT algorthm Wth the ad of FFT / IFFT, ths lecture looks nto OFDM

More information

Malicious User Detection in Spectrum Sensing for WRAN Using Different Outliers Detection Techniques

Malicious User Detection in Spectrum Sensing for WRAN Using Different Outliers Detection Techniques Malcous User Detecton n Spectrum Sensng for WRAN Usng Dfferent Outlers Detecton Technques Mansh B Dave #, Mtesh B Nakran #2 Assstant Professor, C. U. Shah College of Engg. & Tech., Wadhwan cty-363030,

More information

Generator of Time Series of Rain Attenuation: Results of Parameter Extraction

Generator of Time Series of Rain Attenuation: Results of Parameter Extraction 32 M. GRÁBNER U.-. FIEBIG V. KVIERA GENERATOR OF TIME SERIES OF RAIN ATTENUATION: RESULTS... Generator of Tme Seres of Ran Attenuaton: Results of Parameter Extracton Martn GRÁBNER 1 Uwe-arsten FIEBIG 2

More information

Prediction-based Interacting Multiple Model Estimation Algorithm for Target Tracking with Large Sampling Periods

Prediction-based Interacting Multiple Model Estimation Algorithm for Target Tracking with Large Sampling Periods 44 Internatonal Jon Ha Journal Ryu, Du of Hee Control, Han, Automaton, Kyun Kyung and Lee, Systems, and Tae vol. Lyul 6, Song no., pp. 44-53, February 8 Predcton-based Interactng Multple Model Estmaton

More information

Adaptive System Control with PID Neural Networks

Adaptive System Control with PID Neural Networks Adaptve System Control wth PID Neural Networs F. Shahra a, M.A. Fanae b, A.R. Aromandzadeh a a Department of Chemcal Engneerng, Unversty of Sstan and Baluchestan, Zahedan, Iran. b Department of Chemcal

More information

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes 5-95 Fall 08 # Games and Nmbers A. Game 0.5 seconds, 64 megabytes There s a legend n the IT Cty college. A student that faled to answer all questons on the game theory exam s gven one more chance by hs

More information

Test 2. ECON3161, Game Theory. Tuesday, November 6 th

Test 2. ECON3161, Game Theory. Tuesday, November 6 th Test 2 ECON36, Game Theory Tuesday, November 6 th Drectons: Answer each queston completely. If you cannot determne the answer, explanng how you would arrve at the answer may earn you some ponts.. (20 ponts)

More information

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks 74 Internatonal Journal of Communcaton Networks and Informaton Securty (IJCNIS) Vol. 3, No., Aprl 0 A Fuzzy-based Routng Strategy for Multhop Cogntve Rado Networks Al El Masr, Naceur Malouch and Hcham

More information

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

Tile Values of Information in Some Nonzero Sum Games

Tile Values of Information in Some Nonzero Sum Games lnt. ournal of Game Theory, Vot. 6, ssue 4, page 221-229. Physca- Verlag, Venna. Tle Values of Informaton n Some Nonzero Sum Games By P. Levne, Pars I ), and ZP, Ponssard, Pars 2 ) Abstract: The paper

More information

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages Low Swtchng Frequency Actve Harmonc Elmnaton n Multlevel Converters wth Unequal DC Voltages Zhong Du,, Leon M. Tolbert, John N. Chasson, Hu L The Unversty of Tennessee Electrcal and Computer Engneerng

More information

Throughput Maximization by Adaptive Threshold Adjustment for AMC Systems

Throughput Maximization by Adaptive Threshold Adjustment for AMC Systems APSIPA ASC 2011 X an Throughput Maxmzaton by Adaptve Threshold Adjustment for AMC Systems We-Shun Lao and Hsuan-Jung Su Graduate Insttute of Communcaton Engneerng Department of Electrcal Engneerng Natonal

More information

Secure Transmission of Sensitive data using multiple channels

Secure Transmission of Sensitive data using multiple channels Secure Transmsson of Senstve data usng multple channels Ahmed A. Belal, Ph.D. Department of computer scence and automatc control Faculty of Engneerng Unversty of Alexandra Alexandra, Egypt. aabelal@hotmal.com

More information

Research on Controller of Micro-hydro Power System Nan XIE 1,a, Dezhi QI 2,b,Weimin CHEN 2,c, Wei WANG 2,d

Research on Controller of Micro-hydro Power System Nan XIE 1,a, Dezhi QI 2,b,Weimin CHEN 2,c, Wei WANG 2,d Advanced Materals Research Submtted: 2014-05-13 ISSN: 1662-8985, Vols. 986-987, pp 1121-1124 Accepted: 2014-05-19 do:10.4028/www.scentfc.net/amr.986-987.1121 Onlne: 2014-07-18 2014 Trans Tech Publcatons,

More information

Adaptive Modulation for Multiple Antenna Channels

Adaptive Modulation for Multiple Antenna Channels Adaptve Modulaton for Multple Antenna Channels June Chul Roh and Bhaskar D. Rao Department of Electrcal and Computer Engneerng Unversty of Calforna, San Dego La Jolla, CA 993-7 E-mal: jroh@ece.ucsd.edu,

More information

ELECTRONIC WAVELENGTH TRANSLATION IN OPTICAL NETWORKS. Milan Kovacevic and Anthony Acampora. Center for Telecommunications Research

ELECTRONIC WAVELENGTH TRANSLATION IN OPTICAL NETWORKS. Milan Kovacevic and Anthony Acampora. Center for Telecommunications Research ELECTRONIC WAVELENGTH TRANSLATION IN OPTICAL NETWORKS Mlan Kovacevc Anthony Acampora Department of Electrcal Engneerng Center for Telecommuncatons Research Columba Unversty, New York, NY 0027-6699 Abstract

More information

A Current Differential Line Protection Using a Synchronous Reference Frame Approach

A Current Differential Line Protection Using a Synchronous Reference Frame Approach A Current Dfferental Lne rotecton Usng a Synchronous Reference Frame Approach L. Sousa Martns *, Carlos Fortunato *, and V.Fernão res * * Escola Sup. Tecnologa Setúbal / Inst. oltécnco Setúbal, Setúbal,

More information

Figure 1. DC-DC Boost Converter

Figure 1. DC-DC Boost Converter EE46, Power Electroncs, DC-DC Boost Converter Verson Oct. 3, 11 Overvew Boost converters make t possble to effcently convert a DC voltage from a lower level to a hgher level. Theory of Operaton Relaton

More information

An Energy Efficient Hierarchical Clustering Algorithm for Wireless Sensor Networks

An Energy Efficient Hierarchical Clustering Algorithm for Wireless Sensor Networks An Energy Effcent Herarchcal Clusterng Algorthm for Wreless Sensor Networks Seema Bandyopadhyay and Edward J. Coyle School of Electrcal and Computer Engneerng Purdue Unversty West Lafayette, IN, USA {seema,

More information

Distributed Fault Detection of Wireless Sensor Networks

Distributed Fault Detection of Wireless Sensor Networks Dstrbuted Fault Detecton of Wreless Sensor Networs Jnran Chen, Shubha Kher, and Arun Soman Dependable Computng and Networng Lab Iowa State Unversty Ames, Iowa 50010 {jrchen, shubha, arun}@astate.edu ABSTRACT

More information

UNIT 11 TWO-PERSON ZERO-SUM GAMES WITH SADDLE POINT

UNIT 11 TWO-PERSON ZERO-SUM GAMES WITH SADDLE POINT UNIT TWO-PERSON ZERO-SUM GAMES WITH SADDLE POINT Structure. Introducton Obectves. Key Terms Used n Game Theory.3 The Maxmn-Mnmax Prncple.4 Summary.5 Solutons/Answers. INTRODUCTION In Game Theory, the word

More information

Exact Probabilistic Analysis of the Limited Scheduling Algorithm for Symmetrical Bluetooth Piconets

Exact Probabilistic Analysis of the Limited Scheduling Algorithm for Symmetrical Bluetooth Piconets Exact Probablstc Analyss of the Lmted Schedulng Algorthm for Symmetrcal Bluetooth Pconets Gl Zussman *, Ur Yechal 2, and Adran Segall Department of Electrcal Engneerng Technon Israel Insttute of Technology,

More information

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs Journal of Communcatons Vol. 9, No. 9, September 2014 A New Type of Weghted DV-Hop Algorthm Based on Correcton Factor n WSNs Yng Wang, Zhy Fang, and Ln Chen Department of Computer scence and technology,

More information

A study of turbo codes for multilevel modulations in Gaussian and mobile channels

A study of turbo codes for multilevel modulations in Gaussian and mobile channels A study of turbo codes for multlevel modulatons n Gaussan and moble channels Lamne Sylla and Paul Forter (sylla, forter)@gel.ulaval.ca Department of Electrcal and Computer Engneerng Laval Unversty, Ste-Foy,

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network Avalable onlne at www.scencedrect.com Proceda Engneerng 5 (2 44 445 A Prelmnary Study on Targets Assocaton Algorthm of Radar and AIS Usng BP Neural Networ Hu Xaoru a, Ln Changchuan a a Navgaton Insttute

More information

Priority based Dynamic Multiple Robot Path Planning

Priority based Dynamic Multiple Robot Path Planning 2nd Internatonal Conference on Autonomous obots and Agents Prorty based Dynamc Multple obot Path Plannng Abstract Taxong Zheng Department of Automaton Chongqng Unversty of Post and Telecommuncaton, Chna

More information

CDMA Uplink Power Control as a Noncooperative Game

CDMA Uplink Power Control as a Noncooperative Game Wreless Networks 8, 659 670, 2002 2002 Kluwer Academc Publshers. Manufactured n The Netherlands. CDMA Uplnk Power Control as a Noncooperatve Game TANSU APCAN, TAMER BAŞAR and R. SRIKANT Coordnated Scence

More information

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13 A Hgh Gan DC - DC Converter wth Soft Swtchng and Power actor Correcton for Renewable Energy Applcaton T. Selvakumaran* and. Svachdambaranathan Department of EEE, Sathyabama Unversty, Chenna, Inda. *Correspondng

More information

Monitoring large-scale power distribution grids

Monitoring large-scale power distribution grids Montorng large-scale power dstrbuton grds D. Gavrlov, M. Gouzman, and S. Lury Center for Advanced Technology n Sensor Systems, Stony Brook Unversty, Stony Brook, NY 11794 Keywords: smart grd; sensor network;

More information

Energy Efficiency Analysis of a Multichannel Wireless Access Protocol

Energy Efficiency Analysis of a Multichannel Wireless Access Protocol Energy Effcency Analyss of a Multchannel Wreless Access Protocol A. Chockalngam y, Wepng u, Mchele Zorz, and Laurence B. Mlsten Department of Electrcal and Computer Engneerng, Unversty of Calforna, San

More information

Redes de Comunicação em Ambientes Industriais Aula 8

Redes de Comunicação em Ambientes Industriais Aula 8 Redes de Comuncação em Ambentes Industras Aula 8 Luís Almeda lda@det.ua.pt Electronc Systems Lab-IEETA / DET Unversdade de Avero Avero, Portugal RCAI 2005/2006 1 In the prevous epsode... Cooperaton models:

More information

Sensors for Motion and Position Measurement

Sensors for Motion and Position Measurement Sensors for Moton and Poston Measurement Introducton An ntegrated manufacturng envronment conssts of 5 elements:- - Machne tools - Inspecton devces - Materal handlng devces - Packagng machnes - Area where

More information

Application of Intelligent Voltage Control System to Korean Power Systems

Application of Intelligent Voltage Control System to Korean Power Systems Applcaton of Intellgent Voltage Control System to Korean Power Systems WonKun Yu a,1 and HeungJae Lee b, *,2 a Department of Power System, Seol Unversty, South Korea. b Department of Power System, Kwangwoon

More information

Topology Control for C-RAN Architecture Based on Complex Network

Topology Control for C-RAN Architecture Based on Complex Network Topology Control for C-RAN Archtecture Based on Complex Network Zhanun Lu, Yung He, Yunpeng L, Zhaoy L, Ka Dng Chongqng key laboratory of moble communcatons technology Chongqng unversty of post and telecommuncaton

More information

A Feasible Approach to the Evaluation of the Tractions of Vehicle Wheels Driven by DC Motors

A Feasible Approach to the Evaluation of the Tractions of Vehicle Wheels Driven by DC Motors A Feasble Approach to the Evaluaton of the Tractons of Vehcle Wheels Drven by DC Motors Jeh-Shan Young Insttute of Vehcle Engneerng, Natonal Changhua Unversty of Educaton Changhua, Tawan, R.O.C. and Sheng-You

More information

Adaptive Control and On-line Controller Design for Multivariable Systems in State-Space

Adaptive Control and On-line Controller Design for Multivariable Systems in State-Space Adaptve Control and On-lne Controller Desgn for Multvarable Systems n State-Space István Harmat Department of Control Engneerng and Informaton Technology Techncal nversty of Budapest H- Budapest, Pázmány

More information

Performance Analysis of the Weighted Window CFAR Algorithms

Performance Analysis of the Weighted Window CFAR Algorithms Performance Analyss of the Weghted Wndow CFAR Algorthms eng Xangwe Guan Jan He You Department of Electronc Engneerng, Naval Aeronautcal Engneerng Academy, Er a road 88, Yanta Cty 6400, Shandong Provnce,

More information

The Pennsylvania State University. The Graduate School. Department of Electrical Engineering MULTI-OBJECTIVE OPTIMIZATION FOR UNMANNED SURVEILLANCE

The Pennsylvania State University. The Graduate School. Department of Electrical Engineering MULTI-OBJECTIVE OPTIMIZATION FOR UNMANNED SURVEILLANCE The Pennsylvana State Unversty The Graduate School Department of Electrcal Engneerng MULTI-OBJECTIVE OPTIMIZATION FOR UNMANNED SURVEILLANCE NETWORKS USING EVOLUTIONARY ALGORITHMS A Thess n Electrcal Engneerng

More information

熊本大学学術リポジトリ. Kumamoto University Repositor

熊本大学学術リポジトリ. Kumamoto University Repositor 熊本大学学術リポジトリ Kumamoto Unversty Repostor Ttle Wreless LAN Based Indoor Poston and Its Smulaton Author(s) Ktasuka, Teruak; Nakansh, Tsune CtatonIEEE Pacfc RIM Conference on Comm Computers, and Sgnal Processng

More information

Modeling Hierarchical Event Streams in System Level Performance Analysis

Modeling Hierarchical Event Streams in System Level Performance Analysis Modelng Herarchcal Event Streams n System Level Performance Analyss IK Report 9 obas Ren, Ka Lampka, Lothar hele Computer Engneerng and Networks Laboratory Swss Federal Instsute of echnology (EH) Zurch,

More information

Comparison of Two Measurement Devices I. Fundamental Ideas.

Comparison of Two Measurement Devices I. Fundamental Ideas. Comparson of Two Measurement Devces I. Fundamental Ideas. ASQ-RS Qualty Conference March 16, 005 Joseph G. Voelkel, COE, RIT Bruce Sskowsk Rechert, Inc. Topcs The Problem, Eample, Mathematcal Model One

More information

AC-DC CONVERTER FIRING ERROR DETECTION

AC-DC CONVERTER FIRING ERROR DETECTION BNL- 63319 UC-414 AGS/AD/96-3 INFORMAL AC-DC CONVERTER FIRING ERROR DETECTION O.L. Gould July 15, 1996 OF THIS DOCUMENT IS ALTERNATING GRADIENT SYNCHROTRON DEPARTMENT BROOKHAVEN NATIONAL LABORATORY ASSOCIATED

More information

Cooperative perimeter surveillance with a team of mobile robots under communication constraints

Cooperative perimeter surveillance with a team of mobile robots under communication constraints 213 IEEE/RSJ Internatonal Conference on Intellgent Robots and Systems (IROS) November 3-7, 213. Toyo, Japan Cooperatve permeter survellance wth a team of moble robots under communcaton constrants J.J.

More information

FAST ELECTRON IRRADIATION EFFECTS ON MOS TRANSISTOR MICROSCOPIC PARAMETERS EXPERIMENTAL DATA AND THEORETICAL MODELS

FAST ELECTRON IRRADIATION EFFECTS ON MOS TRANSISTOR MICROSCOPIC PARAMETERS EXPERIMENTAL DATA AND THEORETICAL MODELS Journal of Optoelectroncs and Advanced Materals Vol. 7, No., June 5, p. 69-64 FAST ELECTRON IRRAIATION EFFECTS ON MOS TRANSISTOR MICROSCOPIC PARAMETERS EXPERIMENTAL ATA AN THEORETICAL MOELS G. Stoenescu,

More information