IMECE Proceedings of IMECE2002 ASME International Mechanical Engineering Congress & Exposition November 17 22, 2002, New Orleans, Louisiana

Size: px
Start display at page:

Download "IMECE Proceedings of IMECE2002 ASME International Mechanical Engineering Congress & Exposition November 17 22, 2002, New Orleans, Louisiana"

Transcription

1 Proceeings of IMECE2002 ASME International Mechanical Engineering Congress & Exposition November 17 22, 2002, New Orleans, Louisiana IMECE CONTROL OF THE RUTGERS ANKLE REHABILITATION INTERFACE Jungwon Yoon, Jeha Ryu, Dynamics an Control Laboratory, Department of Mechatronics, Kwangju Institute of Science an Technology, Bukgu, Kwangju , Korea. Grigore Burea*, Rares Boian Human-Machine Interface Laboratory, CAIP Center, Rutgers The State University of New Jersey, Piscataway, NJ, 08854, USA. ABSTRACT This paper presents the control system evelopment of the Rutgers Ankle rehabilitation evice. The Rutgers Ankle is a haptic interface with a Stewart platform structure riven by six ouble-acting pneumatic actuators. Each cyliner input is controlle by one set of on/off solenoi valves. For overall system control, an interrupt hanler loop is esigne base on harware interrupts. For precise flow rate control of the solenoi valves, a PWM scheme is propose for a set of two on/off valves. The propose PWM logic compensates the ea ban of the valve response time. A istribution metho for the esire pressure ifferential of the two air chambers of an actuator is propose. The metho is base on the minimization of the ifference between the esire an measure pressure. During experiments, one actuator achieve a rise time of 90 ms an 0.3 mm resolution in an inepenent position control loop. The Rutgers Ankle has a 7 Hz mechanical banwith an allows stiffness control for haptic interaction uring rehabilitation exercises. The measure performance is believe to be sufficient for ankle rehabilitation purposes. 1. INTRODUCTION The Rutgers Ankle is a component of the Telerehabilitation System with Virtual Force Feeback project (Popescu et al., 1999) (See Fig.1). The Rutgers Ankle was evelope to a a new rehabilitation evice to the existing telerehabilitation system. It can move an supply forces an torques in six egrees of freeom (DOF) as require by ankle rehabilitation exercise scenarios. This haptic interface has been use successfully in orthopeic rehabilitation (Girone, et al., 1999), post-stroke rehabilitation (Deutsch, et al., 2001a), an rehabilitation of musculo-skeletal injuries (Deutsch et al., 2001b). Figure 1.The Rutgers Ankle Haptic Interface (Girone, et al., 1999). ASME. Reprinte by The evice is base on a Stewart platform architecture with ouble acting pneumatic actuators. The avantages of the pneumatic cyliners are high power-toweight ratio, ease of maintenance, cleanliness, an the ability to maintain high forces without overheating. These qualities are especially valuable since the Rutgers Ankle is esigne for the at-home-exercising rehabilitation. Noritsugu an Tanaka (1997) evelope a therapy robot *Corresponing author: burea@caip.rutgers.eu 1 Copyright 2002 by ASME

2 with two egrees of freeom. Their actuators were riven by Pulse Coe Moulation (PCM) igital control valve, which is operate as an equivalent proportional valve with 8 ON OFF valves for one actuator. Therefore, expansion to a multi-axis system for 6 DOF motion an force generation is expensive an bulky. Takaiwa an Noritsugu (1999) evelope a haptic interface base on a pneumatic parallel manipulator. Their single-acting actuators are riven by a large an expensive electropneumatic proportional valve. Ben-Dove an Salcuean (1995) presente a new pneumatic actuator with voice coil flapper valves for use in teleoperation. The force was controlle through the ifferential pressure of two single acting actuators. Use of two actuators for one axis control makes the pneumatic system expensive an too large for home use. On-off valves with multi-moular type esign (such as the Matrix valve) make a multi DOF system cheaper an more compact than the servo valves mentione above. Therefore, the Rutgers Ankle is actuate by high-spee on/off solenoi valves, which are riven by Pulse With Moulation (PWM) logic. However, fine control of on/off solenoi valves is ifficult because of the large valve response time an its iscrete on/off nature. These valve characteristics must be consiere in the control esign to assure fast an reliable system response. This paper escribes the pneumatic control system of the Rutgers Ankle rehabilitation evice. The following section gives an overview of the Rutgers Ankle haptic interface with emphasis on the valve configuration for each actuator. Section 3 presents the esign of the interrupt hanler loop for overall system control. Section 4 suggests a PWM approach for a set of two on/off valves. In section 5, the inner an outer pneumatic actuator control loops are presente. Section 6 escribes the impeance control implemente for use in rehabilitation exercises. Section 7 conclues this paper. 2. THE RUTGERS ANKLE HAPTIC INTERFACE Overall system escription The Rutgers Ankle control box is shown in Figure 2 (Bouzit et al., 2002). It outputs 12 air channels that rive the six ouble-acting actuators. Each of the 12 pressures is controlle by two solenoi pneumatic valves: one for intake an the other for exhaust. Seeking to maximize the haptic banwith, the interface MATRIX valves were specially chosen for their low response time (300 Hz) an high air flow (100 Nl/min). Sensors rea the pressure in each of the actuator compartments. These signals are amplifie an sent to an embee PC (Pentium-233) via an A/D I/O car. These pressure values serve as inputs to the inner pressure control loop. The embee PC outputs through the same A/D I/O boar a control signal for each of the 24 pneumatic valves. These control signals specify the uty cycle of the PWM scheme. Figure 2. Rutgers Ankle Controller Overview (Bouzit, et al., 2002). Rutgers University. Reprinte by Intake Pressure supply Lower Exhaust Intake Upper Double acting pneumatic actuator Atmospheric pressure Exhaust Upper platform Figure 3. Valve Configuration for One Actuator. Rutgers University. Reprinte by Valve structure Each on-off valve is two way such that two sets of valves can control the flow rate at each sie of a ouble acting pneumatic actuator. Thus the on-off valves sets can have the following four states: close-close, openclose, close-open, an open-open. As shown in Figure 3, Valve L is pressurize by opening the intake valve an by closing its exhaust valve. Similarly, Valve U is epressurize by closing its intake valve an by opening its exhaust valve. The close-close state is use for holing the pressures an the open-open state is not use. 2 Copyright 2002 by ASME

3 3. DESGIN OF THE INTERRUPT HANDLER LOOP Task scheuling The controller has two simultaneously execute loops: the main program an the timer interrupt hanler. A harware interrupt generate by one of the A/D I/O boars is use to insure exact timing. The interrupt hanler executes the time-critical tasks, such as sensor reaings, filtering an control. The main program oes the rest of the tasks, mainly interfacing with the host PC over a serial port. Although the serial communication is not time -critical from the control point of view, it nees to run at a suitable spee to upate the virtual environment frequently. The communication will stop whenever the timer issues a harware interrupt. To avoi stalling, it is important that the time the hanler nees to finish its tasks be as constant as possible. Having the work balance across interrupts reuces the risk of having interrupts raise while the previous instance is still working. The work balancing is one by efining a number of sub-tasks an assigning them evenly to interrupts. Consiering that the interrupt hanler has to execute N tasks each having an occurrence perio of T k we compute T as the least common multiple of T 1,, T N. To achieve an even sprea of the tasks we assign to each of them a starting interrupt (offset). These offsets are chosen to get the best istribution over the first T interrupts. Starting from the smaller perios to the larger ones, offsets are assigne to the tasks so that the maximum number of tasks in an interrupt is minimize. Table 1 shows the scheuling for pressure control of the Rutgers Ankle platform. The columns show the tasks while the rows show the interrupts. An X symbolizes the assignment of a task to an interrupt. The uty-cycle-upate task has a perio of 1; the rea-sensors task has a perio of 7; an the cylinercontrol-input task has a perio of 28. After scheuling, every interrupt executes at most two tasks. Interrupt Interval Determination The proper interrupt frequency nees to be selecte in orer to guarantee a proper functioning of the system control. The interrupt interval can be etermine base on the frequency of the on/off valves an the resolution of the PWM signal, as well as on the computational amount of the interrupt hanler. Among the tasks that nee to be execute in the interrupt hanler are: sensor reaing, ata filtering, pressure control an position control. For goo control performance, PWM frequency shoul take into account the solenoi valve characteristic response time an airflow. Base on the technical specifications, the solenoi valves can achieve a maximum on/off frequency of 300 Hz. A higher PWM frequency may overheat the valves reucing their lifetime ue to excessive wear. Even a PWM frequency of 300Hz can cause valve overheating. However, the pressure transient Table 1. Example of Work Scheuling. Rutgers University. Reprinte by INTR Duty Rea Cyliner control input upate sensors X X 2 X X 3 X X 4 X X 5 X X 6 X X 7 X X 8 X X 9 X 10 X 11 X 12 X 13 X 14 X 15 X X 16 X 17 X 18 X 19 X 20 X 21 X 22 X X 23 X 24 X 25 X 26 X 27 X 28 X 29 X X 30 X X 31 X X Figure 4. Pressure Transient Response With Respect To The PWM Frequency. Rutgers University. Reprinte by response graph in Figure 4 shows faster response for the higher PWM frequencies. After several experiments, 250 Hz was selecte as the best choice between better 3 Copyright 2002 by ASME

4 performance an longer valve lifetime. Finer resolution of the PWM will generate finer control input. But the interrupt intervals must be long enough for the hanler to finish executing the controlling coe. Otherwise, the controller will freeze. Consiering task scheuling an PC spee, a uty cycle resolution of 1/28 was selecte. Hence the interrupt interval is 4msec/28 or ms. 4. PWM LOGIC FOR A SET OF TWO ON/OFF VALVES The ea ban ue to the finite valve response time (Figure 5) in opening an closing valves prevents a 100% PWM uty cycle. van Varsevel an Bone (1997) applie a novel PWM scheme for position control by using two stanar 3-way solenoi valves. The propose Rutgers Ankle PWM scheme for a set of two two-way on/off solenoi valves is similar. This PWM scheme is esigne to remove the nonlinearities ue to the open an close response time of the Matrix valves.. Figure 6. Achievable Duty cycle. Rutgers University. Reprinte by Figure 5. Dea ban in a PWM Perio. Rutgers University. Reprinte by When using on/off solenoi valves to control the flow rate of the pneumatic actuator, the controller output must be resolve into the iniviual pulsing of the two valves. When control input u to the valve solenoi circuit is positive, the intake valve will be open an the exhaust valve will be close. When control input u is negative, the intake valve will be close an the exhaust valve will be open. Figure 6 shows the valve uty cycle (%) that can be achieve from a set of two on/off solenoi valves with ea bans. This figure shows that we cannot get the uty cycle below minimum possible cycle an above the maximum possible cycle. The minimum possible uty cycle Dea is efine as; Dea = ( Tv / TPWM )100% (1) where T v is the valve response time (roughly 1ms) an T PWM is the PWM perio (4 ms). It shoul be note that if the uty cycle of either the intake or the exhaust valve is below minimum Dea, intake or exhaust valves will not open. Assuming that the opening an closing time of the valve are the same, the same size of minimum possible uty cycles are locate at the valve opening an closing time as shown in Figure 5. a) b) Figure 7. Dea Ban Compensate PWM: a) pressure step response; b) uty cycle; Rutgers University. Reprinte by 4 Copyright 2002 by ASME

5 In orer to overcome the ea ban, the control input can be mappe into the uty cycle as follows; = 100 (2) max Dea = Dea + Sv u ( Dea ) / 100 ; u > 0 Sv = (3) ( Dea ) / 100 ; u < 0 where u is the esire control input, is the applie control uty cycle, is maximum applicable uty max cycle, an S v is the slope shown in Figure 6. Equation (3) compensates for the opening an closing ea ban shown in Figure 5. Namely, even though the range of control input u is 0 u 100, PWM uty cycle will be locate in the range of ea max. Figure 7(a) shows the close step response of the pressure with ea ban compensate an without compensate ea ban. Figure 7(b) shows uty cycle in each case. In the case of the ea ban compensate PWM, the system is more stable, especially after 150msec. 5. CONTROLLER DESIGN The Rutgers Ankle is controlle by an inepenent joint control strategy, which is compose of an inner control loop (pressure control) an outer control loop (position or force control loop). The Inner control loop (pressure control) The inner control loop ivies the esire force ifferential that comes from the outer control loop into the esire pressure ifferential across the upper an lower cyliners. The esire pressure ifferential is generate consiering the ratio of upper an lower cyliner areas an the minimization of pressure change from the current pressure. The esire force ifferential f can be generate by inepenently controlling the pressures at each sie of ouble acting cyliner as f = Al Pl Au Pu Au = Al ( Pl rpu ) = Al P ( r = ) (4) Al where Al an Au are lower an upper sie area of ouble acting cyliner, respectively, r is the area ratio, an P is the esire pressure ifferential. In orer to generate the esire pressure ifferential as rapily as possible, two errors of Pl an rpu shoul be minimize. el = Pl Plm (5) eu = rpu rpum (6) where e l, e u, Plm, an Pum are the lower an upper pressure errors, an the measure lower an upper pressures. In orer to minimize the pressure change from the current pressure, performance inex J is efine as 1/ J = P P = e + e (7) = + m l u 2 2 ( Pl Plm ) + ( rpu rpum ) 2 2 2Pl ( 2 P + 2Plm + 2rPum Pl + P r Pum + plm = ) + 2 PP um r (8) The partial ifferential of J with respect to P l is zero at local minimum point as J Pl = 4 Pl 2( P + Plm + rpum ) = 0 (9) The esire lower an upper pressures are then given by Plm + rpum P P l= (10) 1 Plm + rpum P P u= ( ) r 2 2 (11) In aition, Pl, Pu must satisfy the bounary conitions Pcritical Pl, Pu Ps (12) where P critial an Ps are the critical an supply pressure, respectively. If P l, Pu are less than P critical, the intake pressure will be choke, which will cause flow saturation an limit controllability (Ben-Dove an Salcuean, 1995). After the esire pressures are calculate by equation (10) an (11), a PI controller is applie for each esire pressures. u k e + k e, u k e + k e (13) l = pl l il l u = pu u iu u The control input etermine by equation (13) will change the PWM iscrete uty accoring to equation (3). Figure 8 shows the block iagram of the propose inner pressure control loop. The Outer control loop (position control) The position control of each actuator is one as follows; L = ( L c Lm ) (14) P = ( K + K s) L + G (15) p where L c an Lm are the commane an measure cyliner isplacements, K, K are proportional an p erivative gains, respectively, an G p is the gravity compensation term of one actuator for moving actuator an platform mass. p 5 Copyright 2002 by ASME

6 L c + Inner Control Loop Upper input Dea ban - + Pressure 1/2 1/r PI compensate A + - Dynamics u PWM r PD + P controller 1/ Moving Mass Dynamics L m G p Dea ban Pressure 1/ PI compensate A i - Dynamics PWM Lower input Figure 8. Joint Position Control of Each Actuator. Rutgers University. Reprinte by a) Figure 9 shows the experimental results of inepenent joint position control. Figure 9(a) show that outer loop position control is successfully implemente without overshoots an with fast response about the rise time of 90 ms. The rise time of this pneumatic actuator with pressure feeback an two sets of 2-way valves at each part of the ouble acting actuator is twice as fast as the pneumatic system controlle by the 3-way solenoi valves escribe in van Varrevel an Bone (1997). Figure 9 (b) an (c) show the response of the lower pressure an upper pressures, respectively. Each pressure is changing with minimum ifference change from current pressure. By using inepenent joint control, we can control the posture of the Rutgers Ankle interface. Experimentally, it was etermine that the pitch angle of the Rutgers ankle can follow a 7 Hz sinusoial input as shown in Figure 10. The other axes have similar response. This spee is thought to be sufficiently fast enough for rehabilitation exercise purposes. b) c) Figure 9. Position Control Results: a) isplacement; b) lower pressure; c) upper pressure; Rutgers University. Reprinte by Figure 10. Rutgers Ankle Banwith (pitch angle). Rutgers University. Reprinte by 6 Copyright 2002 by ASME

7 6. REHABILITATION CONTROL USING THE RUTGERS ANKLE This section presents a rehabilitation exercise scheme using the Rutgers Ankle interface. Our platform can be applie for creating exercises training the flexibility, strength an balance of the subjects. Strength exercises are similar to conventional weighttraining exercises. Patients move their feet as the evice applies resistive forces. Flexibility exercises involve improving the patients range of motion by performing repetitive movements near their current range limits with little or no opposing forces. Balance exercises may require the simultaneous use of two mechanical evices, one for each foot. The large variety of exercises will allow patients immeiate access to many ifferent forms of rehabilitation through a single system. In orer to generate these exercise types, a position base impeance control is applie as shown in Fig. 11. The ifference between the esire foot position X for rehabilitation exercises (Cartesian Space) an the value of X m generate by filtering the measure interaction forces an torques to satisfy equation (16) will become the esire inepenent joint position input after mapping by inverse kinematics (IK). F = KX m + BX& m (16) Force an position will be relate as F = K ( X X foot ) + B( X& X& foot ) (17) where F is a vector of the forces an torques on the Rutgers Ankle, a) b) Figure 12. Plantar Flexion an Dorsiflexion Exercise with the Position Impeance Control: a) X foot (pitch axis); b) F (pitch axis); Rutgers University. Reprinte by X I K Lc Inepenant joint acutator control PD Pressure control Rutgers Ankle L m X foot FK Virtual environment X m Gp L & m 1/(K+Bs) F Force Sensor F foot Operator X & foot Manipulator Jacobian J Figure 11. Impeance Control Block Diagram for Rehabilitation Exercises. Rutgers University. Reprinte by 7 Copyright 2002 by ASME

8 _ K = iag{ K K, K, K, K, K yaw } is a stiffness x, y z pitch roll matrix, B = iag { B, B, B, B B B } is a x y amping matrix, an the X is the measure foot position of a patient attache to the Rutgers Ankle. The will be use to manipulate the object in the virtual X foot environment. If X - is ieally equal to X, the X m esire impeance in equation (17) can be achieve. Figure 12 shows the strength exercise for ankle plantarflexion an orsiflexion base on the impeance control. In this experiment, X = 0 an the stiffness K pitch was 50 NM/ra. With this impeance control, we can manipulate the level of the strength exercise by changing the stiffness an amping accoring to the patient conition. z foot pitch, roll, yaw 7. CONCLUSION This paper presente the pneumatic control system evelopment for the Rutgers Ankle rehabilitation evice. A PWM scheme for a set of two 2-way solenoi valves can precisely control pressures with flow rate control. The inepenent position control achieve a rise time of 90 msec with mass of pneumatic system an platform. This response time is faster than previous research results reporte for 3-way solenoi valves. Base on position control of pneumatic system, position base impeance control was implemente in orer to generate exercise types accoring to the patient conition. Thus cheap an compact solenoi valves allowe a 6 DOF ankle rehabilitation evice to achieve precise response at about 7Hz banwith. Future research involves the implementation of task-level haptic effects necessary in the rehabilitation simulations foot case stuy, Presence, MIT Press, Vol. 10(4), pp , August Deutsch, J. E., J. Latonio, G. Burea, an R. Boian, Rehabilitation of Musculo-skeletal Injuries Using the Rutgers Ankle Haptic Interface: Three Case Reports, EuroHaptics Conference, pp.11-16, July Girone, M. J., G. Burea, an M. Bouzit, The Rutgers Ankle Orthopeic Rehabilitation Interface, Proc. of the ASME, Dynamic Systems an Control Division,DSC VOL.67, pp , Girone, M., G. Burea, an M. Bouzit, Ankle Rehabilitation System, U.S. patent, , Dec Matrix Corporation, Noritsugu, T. an T. Tanaka, Application of Rubber Artificial Muscle Manipulator as a Rehabilitation Robot, IEEE/ASME Transactions on Mechatronics, Vol. 2, No. 4, pp , December Popescu, V., G. Burea, M. Bouzit, M. Girone, an V. Hentz, PC-base Telerehabilitation System with Force Feeback, Proceeings of Meicine Meets Virtual Reality 7 Conference, IOS Press, Amsteram, pp , Takaiwa, M. an T. Noritsugu, Application of Pneumatic parallel manipulator as Haptic Human interface, IEEE/ASME International Conference on Avance Intelligent Mechatronics, pp , Van Varsevel, R. an G. Bone, Accurate Position Control of a Pneumatic Actuator Using On/Off Solenoi Valves, IEEE/ASME Transaction on Mechatronics, Vol. 2(3), pp , September ACKNOWLEDGEMENT Research reporte here was supporte by grants from the Brain Korea 21, the CAIP Center an the New Jersey Commission on Science an Technology. REFERENCES Bouzit, M., G. Popescu, G. Burea, an R. Boian, The Rutgers Master II-ND Force Feeback Glove, Proceeings of IEEE VR 2002 Haptics Symposium, Orlano FL, pp , March Ben-Dov, D. an S. E. Salcuean, A force-controlle pneumatic actuator, IEEE Trans. Robot. Automat., vol. 11, pp , Dec Deutsch, J., J. Latonio, G. Burea an R. Boian, Post- Stroke Rehabilitation with the Rutgers Ankle System - A 8 Copyright 2002 by ASME

Double Closed-loop Control System Design of PMSM Based on DSP MoupengTao1, a,songjianguo2, b, SongQiang3, c

Double Closed-loop Control System Design of PMSM Based on DSP MoupengTao1, a,songjianguo2, b, SongQiang3, c 4th International Conference on Mechatronics, Materials, Chemistry an Computer Engineering (ICMMCCE 2015) Double Close-loop Control System Design of PMSM Base on DSP MoupengTao1, a,songjianguo2, b, SongQiang3,

More information

The Analysis and Complementarity of Abbe Principle Application Limited in Coordinate Measurement

The Analysis and Complementarity of Abbe Principle Application Limited in Coordinate Measurement Proceeings of the Worl Congress on Engineering 00 Vol III The Analysis an Complementarity of Abbe Principle Application Limite in Coorinate Measurement Fei Yetai, Shang Ping, Chen Xiaohuai, Huang Qiangxian

More information

Controller Design for Cuk Converter Using Model Order Reduction

Controller Design for Cuk Converter Using Model Order Reduction n International Conference on Power, Control an Embee Systems Controller Design for Cuk Converter Using Moel Orer Reuction Brijesh Kumar Kushwaha an Mr. Aniruha Narain Abstract: Cuk converter contain two

More information

AN-1140 APPLICATION NOTE

AN-1140 APPLICATION NOTE APPLICATION NOTE One Technology Way P.O. Box 9106 Norwoo, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Microphone Array Beamforming by Jera Lewis INTRODUCTION All MEMS microphones

More information

DETERMINATION OF OPTIMAL DIRECT LOAD CONTROL STRATEGY USING LINEAR PROGRAMMING

DETERMINATION OF OPTIMAL DIRECT LOAD CONTROL STRATEGY USING LINEAR PROGRAMMING DETERMINATION OF OPTIMAL DIRECT LOAD CONTROL STRATEGY USING LINEAR PROGRAMMING Zelko Popovic Distribution engineer Rae Koncara 57, 24300 Backa Topola, Yugoslavia Phone: +38 24 74 220 Fax: +38 24 74 898

More information

buck/boost DC/DC converter

buck/boost DC/DC converter NAOSTE: Nagasaki University's Ac Title Author(s) Citation Control of power leveling unit with buck/boost DC/DC converter Hamasaki, Shin-ichi; Mukai, Ryosuke Renewable Energy Research an Appli nternational

More information

Shared Virtual Environments for Telerehabilitation

Shared Virtual Environments for Telerehabilitation Proceedings of Medicine Meets Virtual Reality 2002 Conference, IOS Press Newport Beach CA, pp. 362-368, January 23-26 2002 Shared Virtual Environments for Telerehabilitation George V. Popescu 1, Grigore

More information

A Kickball Game for Ankle Rehabilitation by JAVA, JNI and VRML

A Kickball Game for Ankle Rehabilitation by JAVA, JNI and VRML A Kickball Game for Ankle Rehabilitation by JAVA, JNI and VRML a a b Hyungjeen Choi, Jeha Ryu, and Chansu Lee a Human Machine Computer Interface Lab, Kwangju Institute of Science and Technology, Kwangju,

More information

RCGA based PID controller with feedforward control for a heat exchanger system

RCGA based PID controller with feedforward control for a heat exchanger system Journal of the Korean Society of Marine Engineering, Vol. 1, No. pp. 11~17, 17 ISSN 223-7925 (Print) J. Korean Soc. of Marine Engineering (JKOSME) ISSN 223-8352 (Online) https://oi.org/.5916/jkosme.17.1..11

More information

XIII International PhD Workshop OWD 2011, October Single-Stage DC-AC Converter Based On Two DC-DC Converters

XIII International PhD Workshop OWD 2011, October Single-Stage DC-AC Converter Based On Two DC-DC Converters XIII International Ph Workshop OW 20, 22 25 October 20 Single-Stage C-AC Converter Base On Two C-C Converters Tine Konjeic, University of Maribor (0.09.200, prof. Miro Milanovič, University of Maribor)

More information

An Observer Design Strategy in Electric Power Steering System

An Observer Design Strategy in Electric Power Steering System An Observer Design Strategy in Electric Power Steering System Jingying Lu,a, Wei Jiang,b, Tomokazu Abe 2, Yu Fujimura 2, Seiji Hashimoto 2,c an Mitsunobu Kajitani 3, Yangzhou University, Huayang west roa

More information

High Performance Control of a Single-Phase Shunt Active Filter

High Performance Control of a Single-Phase Shunt Active Filter High Performance Control of a Single-Phase Shunt Active Filter R. Costa-Castelló, R. Griñó, R. Caroner, E. Fossas Abstract Shunt active power filters are evices connecte in parallel with nonlinear an reactive

More information

Miniaturization of a Quasi-Servo Valve and Its Application to Positon Control of a Rubber Artificial Muscle with Built-in Sensor

Miniaturization of a Quasi-Servo Valve and Its Application to Positon Control of a Rubber Artificial Muscle with Built-in Sensor MATEC Web of Conferences 82, Miniaturization of a Quasi-Servo Valve and Its Application to Positon Control of a Rubber Artificial Muscle with Built-in Sensor Yoshinori Moriwake 1, Shujiro Dohta 1,a, Tetsuya

More information

Wireless Event-driven Networked Predictive Control Over Internet

Wireless Event-driven Networked Predictive Control Over Internet UKACC International Conference on Control 22 Cariff, UK, 3-5 September 22 Wireless Event-riven Networke Preictive Control Over Internet Wenshan Hu, Hong Zhou, an Qijun Deng Abstract In networke control

More information

SECONDARY TRANSMISSION POWER OF COGNITIVE RADIOS FOR DYNAMIC SPECTRUM ACCESS

SECONDARY TRANSMISSION POWER OF COGNITIVE RADIOS FOR DYNAMIC SPECTRUM ACCESS SECONDARY TRANSMISSION POWER OF COGNITIVE RADIOS FOR DYNAMIC SPECTRUM ACCESS Xiaohua Li 1 1 Department of ECE State University of New York at Binghamton Binghamton, NY 139, USA {xli,jhwu1}@binghamton.eu

More information

An Intelligent 3D User Interface Adapting to User Control Behaviors

An Intelligent 3D User Interface Adapting to User Control Behaviors An Intelligent 3D User Interface Aapting to User Control Behaviors Tsai-Yen Li Computer Science Department National Chengchi University Taipei, Taiwan 11623, R.O.C. +886 2 2938 7170 li@nccu.eu.tw Shu-Wei

More information

Hybrid Posicast Controller for a DC-DC Buck Converter

Hybrid Posicast Controller for a DC-DC Buck Converter SERBIAN JOURNAL OF ELETRIAL ENGINEERING Vol. 5, No. 1, May, 11-13 Hybri Posicast ontroller for a D-D Buck onverter Kaithamalai Uhayakumar 1, Ponnusamy Lakshmi, Kanasamy Boobal Abstract: A new Posicast

More information

Analog Input. Current

Analog Input. Current A Continuous-Time Switche- Moulator with Reuce Loop Delay Louis Luh John Choma,Jr. Jerey Draper Electrical Engineering Information Sciences Institute University of Southern California University of Southern

More information

Teaching Control Using NI Starter Kit Robot

Teaching Control Using NI Starter Kit Robot UKACC International Conference on Control 2012 Cariff, UK, 3-5 September 2012 Teaching Control Using NI Starter Kit Robot Payman Shakouri, Member IEEE, (Research stuent) Gorana Collier, Member IEEE, Anrzej

More information

Model Reference Adaptive Fuzzy Controller for Permanent Magnet Synchronous Motor

Model Reference Adaptive Fuzzy Controller for Permanent Magnet Synchronous Motor Volume 50, Number 1, 2009 25 Moel Reference Aaptive Fuzzy Controller for Permanent Magnet Synchronous Motor A. MEROUFEL, M. MASSOUM an B. BELABBES Abstract: Conventional control epens on the mathematical

More information

UNIT IV CONTROLLER TUNING:

UNIT IV CONTROLLER TUNING: UNIT IV CONTROLLER TUNING: Evaluation Criteria IAE, ISE, ITAE An ¼ Decay Ratio - Tuning:- Process Reaction Curve Metho, Continuous Cycling Metho An Dampe Oscillation Metho Determination Of Optimum Settings

More information

Lightning Protection Optimization for Large Wind Turbines with Method-of-Moments

Lightning Protection Optimization for Large Wind Turbines with Method-of-Moments Lightning Protection Optimization for Large Win Turbines with Metho-of-Moments Florian Krug, Ralph Teichmann General Electric - Global Research Freisinger Lanstrasse 50, 85748 Munich, GERMAY Ulrich Jakobus,

More information

Chapter 2 Review of the PWM Control Circuits for Power Converters

Chapter 2 Review of the PWM Control Circuits for Power Converters Chapter 2 Review of the PWM Control Circuits for Power Converters 2. Voltage-Moe Control Circuit for Power Converters Power converters are electrical control circuits that transfer energy from a DC voltage

More information

BI-DIRECTIONAL MIXED SIGNAL CONNECTION MODULES FOR AUTOMATIC INSERTION

BI-DIRECTIONAL MIXED SIGNAL CONNECTION MODULES FOR AUTOMATIC INSERTION BI-DIRECTIONAL MIXED SIGNAL CONNECTION MODULES FOR AUTOMATIC INSERTION Olaf Zinke Caence Design Systems San Diego, CA, USA oinke@caence.com Abstract Efficient simulation of mie signal esigns requires the

More information

Using Chaos to Detect IIR and FIR Filters

Using Chaos to Detect IIR and FIR Filters PIERS ONLINE, VOL. 6, NO., 00 90 Using Chaos to Detect IIR an FIR Filters T. L. Carroll US Naval Research Lab, Coe 66, Washington, DC 07, USA Abstract In many signal processing applications, IIR an FIR

More information

2013 Texas Instruments Motor Control Training Series. -V th. InstaSPIN Training

2013 Texas Instruments Motor Control Training Series. -V th. InstaSPIN Training 2013 Texas Instruments Motor Control Training Series -V th InstaSPIN Training How Do You Control Torque on a DC Motor? Brush DC Motor Desire Current + - Error Signal PI Controller PWM Power Stage Texas

More information

Extension of the Nearest-Three Virtual-Space-Vector PWM to the Four-Level Diode-Clamped dc-ac Converter

Extension of the Nearest-Three Virtual-Space-Vector PWM to the Four-Level Diode-Clamped dc-ac Converter Etension of the Nearest-Three irtual-space-ector PWM to the Four-Level Dioe-Clampe c-ac Converter S. Busquets-Monge, J. Boronau, an J. Rocabert Dept. of Electronic Engineering Technical University of Catalonia

More information

Study on the Control System of the End Effector in Minimally Invasive Surgery Robot

Study on the Control System of the End Effector in Minimally Invasive Surgery Robot IOSR Journal of Engineering (IOSRJE) ISS (e): 2250-3021, ISS (p): 2278-8719 Vol. 07, Issue 05 (May. 2017), V1 PP 31-35 www.iosrjen.org Stuy on the Control System of the En Effector in Minimally Invasive

More information

Resource Allocation for Cooperative Transmission in Wireless Networks with Orthogonal Users

Resource Allocation for Cooperative Transmission in Wireless Networks with Orthogonal Users Resource Allocation for Cooperative Transmission in Wireless Networks with Orthogonal Users D. Richar Brown III Electrical an Computer Engineering Department Worcester Polytechnic Institute Worcester,

More information

Fuzzy Polar Dynamic Voltage Restorer as Voltage Sag Restorer and Active Filter Without Zero Sequence Blocking

Fuzzy Polar Dynamic Voltage Restorer as Voltage Sag Restorer and Active Filter Without Zero Sequence Blocking Fuzzy Polar Dynamic Voltage Restorer as Voltage Sag Restorer an Active Filter Without Zero Sequence Blocking Margo P, M Hery P, M Ashari, Zaenal P *),Takashi Hiyama **) *) Dept. of Electrical Eng, Sepuluh

More information

HOW SYMMETRICAL COMPONENTS MAY HELP TO SUPPRESS VOLTAGE SENSORS IN DIRECTIONAL RELAYS FOR DISTRIBUTION NETWORKS

HOW SYMMETRICAL COMPONENTS MAY HELP TO SUPPRESS VOLTAGE SENSORS IN DIRECTIONAL RELAYS FOR DISTRIBUTION NETWORKS C E D 17 th nternational Conference on Electricity Distribution Barcelona, 12-15 May 2003 HOW SYMMETCAL COMPONENTS MAY HELP TO SUPPESS VOLTAGE SENSOS N DECTONAL ELAYS FO DSTBUTON NETWOKS Xavier LE PVET

More information

Power Electronics Laboratory

Power Electronics Laboratory THE UNERSTY OF NEW SOUTH WALES School of Electrical Engineering & Telecommunications ELEC4614 Experiment : C-C Step-up (Boost) Converter 1.0 Objectives This experiment introuces you to a step-up C-C converter

More information

RCT. RDT Tapping Attachments

RCT. RDT Tapping Attachments RCT. RDT Tapping Attachments Threa prouction on machining centers with constant spee tapping CST Constant Spee Tapping relies on a compact tapping attachment to provie tap reversal. The machine spinle

More information

Elimination of Harmonics and Dc Voltage Fluctuations Due to Non Linear Loads using Hysteresis Controlled Active Power Filter

Elimination of Harmonics and Dc Voltage Fluctuations Due to Non Linear Loads using Hysteresis Controlled Active Power Filter Elimination of Harmonics an Dc Voltage Fluctuations Due to Non Linear Loas using Hysteresis Controlle Active Power Filter J Venkatesh M Tech stuent Department of EEE AVANTHI S St. Theresa College of Engineering

More information

Field Visualization by Image Processing

Field Visualization by Image Processing The 0th International Symposium on Flow Visualiation August 6-9, 00, Kyoto, Japan F008 Fiel Visualiation by Image Processing Image refining an fiel characteristics arinova, I. *, Eno, H. *, Hayano, S.

More information

Department of Mechanical Engineering, CEG Campus, Anna University, Chennai, India

Department of Mechanical Engineering, CEG Campus, Anna University, Chennai, India Applied Mechanics and Materials Online: 2014-03-12 ISSN: 1662-7482, Vols. 541-542, pp 1233-1237 doi:10.4028/www.scientific.net/amm.541-542.1233 2014 Trans Tech Publications, Switzerland Comparison of Servo

More information

Effect of Carrier Frequency Offset on the BER Performance of Variable Spreading Factor OFCDM Systems

Effect of Carrier Frequency Offset on the BER Performance of Variable Spreading Factor OFCDM Systems This full text paper was peer reviewe at the irection of IEEE Communications Society subject matter experts for publication in the ICC 008 proceeings. Effect of Carrier Frequency Offset on the erformance

More information

DETC AN ADMITTANCE GLOVE MECHANISM FOR CONTROLLING A MOBILE ROBOT

DETC AN ADMITTANCE GLOVE MECHANISM FOR CONTROLLING A MOBILE ROBOT Proceedings of the ASME 212 International Design Engineering Technical Conferences & Computers and Information in Engineering Conference IDETC/CIE 212 August 12-15, 212, Chicago, IL, USA DETC212-71284

More information

The use of Facts devices in disturbed Power Systems-Modeling, Interface, and Case Study

The use of Facts devices in disturbed Power Systems-Modeling, Interface, and Case Study nternational Journal of Computer an Electrical Engineering, ol., No., April 009 793-898 The use of Facts evices in isturbe Power Systems-Moeling, nterface, an Case Stuy Salim. Haa, A. Haouche, an H. ouyea

More information

New M-ary QAM Transmission Payload System

New M-ary QAM Transmission Payload System r AIAA ICSSC-005 New M-ary QAM Transmission Payloa System Masayoshi TANAKA * Nihon University, College of Inustrial Technology, --, Izumicho, Narashino, 75-8575, Japan This paper presents a new M-ary moulation

More information

Lecture 7 Fiber Optical Communication Lecture 7, Slide 1

Lecture 7 Fiber Optical Communication Lecture 7, Slide 1 Lecture 7 Optical receivers p i n ioes Avalanche ioes Receiver esign Receiver noise Shot noise Thermal noise Signal-to-noise ratio Fiber Optical Communication Lecture 7, Slie 1 Optical receivers The purpose

More information

2 Dept. of Electrical and Electronic Engineering ( ) = d

2 Dept. of Electrical and Electronic Engineering ( ) = d Close-Loop Control Design for a Three-Level Three-Phase Neutral-Point-Clampe Inverter Using the Optimize Nearest-Three Virtual-Space-Vector Moulation S. Busquets-Monge 1, J. D. Ortega 1, J. Boronau 1,

More information

RECENTLY, the 2G standard GSM was enhanced by

RECENTLY, the 2G standard GSM was enhanced by 274 IEEE TRANSACTIONS ON WIREESS COMMUNICATIONS, VO. 5, NO. 2, FEBRUARY 2006 The Training Sequence Coe Depenence of EDGE Receivers using Zero IF Sampling Martin Krueger, Member, IEEE, Robert Denk, an Bin

More information

Minimization of EMC Filter for Interconnection Inverter by High Switching Frequency

Minimization of EMC Filter for Interconnection Inverter by High Switching Frequency Minimization of EMC Filter for Interconnection Inverter by High Switching Frequency Takuya Kataoka, Masakazu Kato Nagaoka University of Technology Nagaoka, Niigata,Japan takuya_kataoka@stn.nagaokaut.ac.jp

More information

Dynamic Hybrid Duplex for Rate Maximization in OFDMA. Sangmin Oh and Chae Y. Lee

Dynamic Hybrid Duplex for Rate Maximization in OFDMA. Sangmin Oh and Chae Y. Lee Dynamic Hybri Duplex for Rate Maximization in OFDMA Sangmin Oh an Chae Y. Lee Dept. of Inustrial Engineering, KAIST, 373-1 Kusung Dong, Taeon, Korea Tel: +82-42-350-5916, FAX: +82-42-350-3110 Email: {sangmin.oh,

More information

A COMPACT, TOTALLY PASSIVE, MULTI-PASS SLAB LASER AMPLIFIER BASED ON STABLE, DEGENERATE OPTICAL RESONATORS

A COMPACT, TOTALLY PASSIVE, MULTI-PASS SLAB LASER AMPLIFIER BASED ON STABLE, DEGENERATE OPTICAL RESONATORS A COMPACT, TOTALLY PASSIVE, MULTI-PASS SLAB LASER AMPLIFIER BASED ON STABLE, DEGENERATE OPTICAL RESONATORS John J. Degnan, Sigma Space Corporation, Lanham, MD 76 USA John.Degnan@sigmaspace.com, FAX: +---9

More information

A Novel Driving Method for Fast Switching of a Cell for Display of Moving Pictures

A Novel Driving Method for Fast Switching of a Cell for Display of Moving Pictures Japanese Journal of Applie Physics Vol. 43, No. 4A, 2004, pp. 1416 1420 #2004 The Japan Society of Applie Physics A Novel Driving Metho for Fast Switching of a Cell for Display of Moving Pictures Seo Hern

More information

Dynamic Wireless Power Transfer System for Electric Vehicles to Simplify Ground Facilities - Real-time Power Control and Efficiency Maximization -

Dynamic Wireless Power Transfer System for Electric Vehicles to Simplify Ground Facilities - Real-time Power Control and Efficiency Maximization - Worl Electric Vehicle Journal Vol. 8 - ISSN 232-6653 - 26 WEVA Page WEVJ8-5 EVS29 Symposium Montréal, Québec, Canaa, June 9-22, 26 Dynamic Wireless Power Transfer System for Electric Vehicles to Simplify

More information

1119 A/B - Enhancing close loop axis solution with new AxisPro valves

1119 A/B - Enhancing close loop axis solution with new AxisPro valves 1119 A/B - Enhancing close loop axis solution with new AxisPro valves Nalin Shah, Kevin Alstrin, John Blomster EDM 2011 AGENDA Introuction of AxisPro Valves an Close loop moes Centralize VS. Distribute

More information

Design and Control of the BUAA Four-Fingered Hand

Design and Control of the BUAA Four-Fingered Hand Proceedings of the 2001 IEEE International Conference on Robotics & Automation Seoul, Korea May 21-26, 2001 Design and Control of the BUAA Four-Fingered Hand Y. Zhang, Z. Han, H. Zhang, X. Shang, T. Wang,

More information

Tracking Control of Automatic Pipe Cutting Robot with Magnetic Binder

Tracking Control of Automatic Pipe Cutting Robot with Magnetic Binder Materials Science Forum Vols. 505-507 (2006) pp. 1201-1206 online at http://www.scientific.net (2006) Trans Tech Publications, Switzerlan Tracking Control of Automatic Pipe Cutting Robot with Magnetic

More information

ASYMMETRIC MODULATION FOR COGNITIVE RADIO AND INTELLIGENT ENVIRONMENTS

ASYMMETRIC MODULATION FOR COGNITIVE RADIO AND INTELLIGENT ENVIRONMENTS ASYMMTRIC MODULATION FOR COGNITIV RADIO AND INTLLIGNT NVIRONMNTS ric. Kreb (SAIC, Chantilly, VA, USA; ekreb@ieee.org); Robert H. Morelos-Zaragoza (San Jose State University, San Jose, CA, USA, r.morelos-zaragoza@ieee.org)

More information

Digital Load Share Controller Design of Paralleled Phase-Shifted Full-Bridge Converters Referencing the Highest Current

Digital Load Share Controller Design of Paralleled Phase-Shifted Full-Bridge Converters Referencing the Highest Current Digital Loa Share Controller Design of Parallele Phase-Shifte Full-Brige Converters Referencing the Highest Current Hyun-Wook Seong, Je-Hyung Cho, Gun-Woo Moon, an Myung-Joong Youn Department of Electrical

More information

The Concept of Virtual Laboratory and PIL Modeling with REX Control System

The Concept of Virtual Laboratory and PIL Modeling with REX Control System 2017 21st International Conference on Process Control (PC) June 6 9, 2017, Štrbské Pleso, Slovakia The Concept of Virtual Laboratory an PIL Moeling with REX Control System Stepan Ozana VSB-Technical University

More information

Deformed Antenna Pattern Compensation Technique for Multi-beam Antennas for Broadband and Scalable Mobile Communications Satellite

Deformed Antenna Pattern Compensation Technique for Multi-beam Antennas for Broadband and Scalable Mobile Communications Satellite Deforme Antenna Pattern Compensation Technique for Multi-beam Antennas for Broaban an Scalable Mobile Communications Satellite Yoshinori SUZUKI 1, Satoshi HARADA 2, Kiyoshi KOBAYASHI 3, Masazumi UEBA 4

More information

On the Real Time Implementation of a Controller for an Electromechanical System

On the Real Time Implementation of a Controller for an Electromechanical System On the Real Time Implementation of a Controller for an Electromechanical System Ruben Salas-Cabrera, Jonathan C. Mayo-Malonao, Erika Y. Renon-Fraga, Euaro N. Salas-Cabrera an Aaron Gonzalez-Roriguez Abstract

More information

AN APPLICATION OF A GENERALISED JAKES MODEL FOR MIMO CHANNELS

AN APPLICATION OF A GENERALISED JAKES MODEL FOR MIMO CHANNELS AN APPLICATION OF A GENERALISED JAKES MODEL FOR MIMO CHANNELS Davi B. Smith (1) (1) Faculty of Engineering (Telecommunications), University of Technology Syney PO Box 13 Broaway NS 007 Australia E-mail:

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the worl s leaing publisher of Open Access books Built by scientists, for scientists 3,500 108,000 1.7 M Open access books available International authors an eitors Downloas Our authors

More information

Hybrid Adaptive Algorithm to Fast Distance Relaying

Hybrid Adaptive Algorithm to Fast Distance Relaying International Journal of Recent Trens in Engineering, Vol.,o., ay 009 Hybri Aaptive Algorithm to Fast Distance Relaying S.G. Srivani an K. Panuranga Vittal, ember, IEEE R V College of Engineering, Electrical

More information

2.35 Tuning PID Controllers

2.35 Tuning PID Controllers 2.35 Tuning PID Controllers P. W. MURRILL (1970) P. D. SCHNELLE, JR. (1985) B. G. LIPTÁK (1995) J. GERRY, M. RUEL, F. G. SHINSKEY (2005) In orer for the reaer to fully unerstan the content an concepts

More information

A Feasibility Study of Time-Domain Passivity Approach for Bilateral Teleoperation of Mobile Manipulator

A Feasibility Study of Time-Domain Passivity Approach for Bilateral Teleoperation of Mobile Manipulator International Conference on Control, Automation and Systems 2008 Oct. 14-17, 2008 in COEX, Seoul, Korea A Feasibility Study of Time-Domain Passivity Approach for Bilateral Teleoperation of Mobile Manipulator

More information

DESIGN AND IMPLEMENTATION OF FULL BRIDGE MODULAR DC-DC CONVERTER FOR SOLAR CONVERSION SYSTEMS

DESIGN AND IMPLEMENTATION OF FULL BRIDGE MODULAR DC-DC CONVERTER FOR SOLAR CONVERSION SYSTEMS VOL. 13, NO. 4, FEBRUARY 18 ISSN 1819-668 ARPN Journal o Engineering an Applie Sciences 6-18 Asian Research Publishing Network (ARPN). All rights reserve. DESIGN AND IMPLEMENTATION OF FULL BRIDGE MODULAR

More information

Virtual Reality-Integrated Telerehabilitation System: Patient and Technical Performance

Virtual Reality-Integrated Telerehabilitation System: Patient and Technical Performance Virtual Reality-Integrated Telerehabilitation System: Patient and Technical Performance Judith E. Deutsch, Jeffrey A. Lewis, Member, IEEE and Grigore Burdea, Senior Member, IEEE Abstract Telerehabilitation

More information

RF Microelectronics. Hanyang University. Oscillator. Changsik Yoo. Div. Electrical and Computer Eng. Hanyang University.

RF Microelectronics. Hanyang University. Oscillator. Changsik Yoo. Div. Electrical and Computer Eng. Hanyang University. RF Microelectronics Oscillator Changsik Yoo Div. Electrical an Computer Eng. anyang University. Barkausen s Criterion RF oscillators can be viewe as a feeback circuit with frequency selective network.

More information

KEY FEATURES TEST CAPABILITIES 8000S HIGH POWER EARTH TESTING SYSTEM STANDARDS COMPLIANCE

KEY FEATURES TEST CAPABILITIES 8000S HIGH POWER EARTH TESTING SYSTEM STANDARDS COMPLIANCE KEY FEATURES 8000S HIGH POWER EARTH TESTING SYSTEM High power earth systems (Substations, Transmission towers, etc) have to be perioically monitore to check if they comply with safety levels establishe

More information

Performance Analysis and Comparison of ZF and MRT Based Downlink Massive MIMO Systems

Performance Analysis and Comparison of ZF and MRT Based Downlink Massive MIMO Systems Performance Analysis an Comparison of ZF an MRT Base Downlink Massive MIMO Systems Tebe Parfait, Yujun uang, 1,2 ponyo Jerry 1 Mobilelink Lab Univ of Electronic Sci an Tech of China, UESTC Chengu, China

More information

Improvement of Power Factor and Harmonic Reduction with VSC for HVDC System

Improvement of Power Factor and Harmonic Reduction with VSC for HVDC System International Journal of Engineering an Management Research, Volume-3, Issue-2, April 2013 ISSN No.: 2250-0758 Pages: 6-12 www.ijemr.net Improvement of Power Factor an Harmonic Reuction with VSC for HVDC

More information

REPORT 2/9_12_2001 Position Error Signal Estimation at High Sampling Rates Using Data and Servo Sector Measurements Abstract

REPORT 2/9_12_2001 Position Error Signal Estimation at High Sampling Rates Using Data and Servo Sector Measurements Abstract REPORT 2/9_12_2001 Position Error Signal Estimation at High Sampling Rates Using Data an Servo Sector Measurements by Petros A. Ioannou an Elias B. Kosmatopoulos Department of Electrical Engineering Systems

More information

Principal Component Analysis-Based Compensation for Measurement Errors Due to Mechanical Misalignments in PCB Testing

Principal Component Analysis-Based Compensation for Measurement Errors Due to Mechanical Misalignments in PCB Testing Principal Component Analysis-Base Compensation for Measurement Errors Due to Mechanical Misalignments in PCB Testing Xin He 1, Yashwant Malaiya 2, Anura P. Jayasumana 1 Kenneth P. Parker 3 an Stephen Hir

More information

IOSR Journal of Engineering (IOSRJEN) e-issn: , p-issn: , Volume 2, Issue 11 (November 2012), PP 37-43

IOSR Journal of Engineering (IOSRJEN) e-issn: , p-issn: ,  Volume 2, Issue 11 (November 2012), PP 37-43 IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 11 (November 2012), PP 37-43 Operative Precept of robotic arm expending Haptic Virtual System Arnab Das 1, Swagat

More information

Introduction to Wireless Communication Systems ECE 476/ECE 501C/CS 513 Winter 2003

Introduction to Wireless Communication Systems ECE 476/ECE 501C/CS 513 Winter 2003 Introuction to Wireless ommunication Systems EE 476/EE 5/S 53 Winter 3 Review for Exam # April 5, 3 Exam Details Must follow seating chart - Poste 3 minutes before exam. heating will be treate very seriously.

More information

IN GENERAL, an optical network can consist of a

IN GENERAL, an optical network can consist of a 1 Geometric Capacity Provisioning for Wavelength-Switche WDM Networks Li-Wei Chen, Eytan Moiano Abstract In this paper, we use an asymptotic analysis similar to the sphere-packing argument in the proof

More information

Universities of Leeds, Sheffield and York

Universities of Leeds, Sheffield and York promoting access to White Rose research papers Universities of Lees, Sheffiel an York http://eprints.whiterose.ac.uk/ White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/4495/

More information

EXPERIMENTAL DEMONSTRATION OF MULTIPLE ROBOT COOPERATIVE TARGET INTERCEPT

EXPERIMENTAL DEMONSTRATION OF MULTIPLE ROBOT COOPERATIVE TARGET INTERCEPT EXPERIMENTAL DEMONSTRATION OF MULTIPLE ROBOT COOPERATIVE TARGET INTERCEPT Timothy W. McLain Ranal W. Bear Je M. Kelsey Department of Mechanical Engineering, Brigham Young University, Provo, Utah 86 Department

More information

ON-LINE PARAMETER ESTIMATION AND ADAPTIVE CONTROL OF PERMANENT MAGNET SYNCHRONOUS MACHINES. A Dissertation. Presented to

ON-LINE PARAMETER ESTIMATION AND ADAPTIVE CONTROL OF PERMANENT MAGNET SYNCHRONOUS MACHINES. A Dissertation. Presented to ON-LINE PARAMETER ESTIMATION AND ADAPTIVE CONTROL OF PERMANENT MAGNET SYNCHRONOUS MACHINES A Dissertation Presente to The Grauate Faculty of the University of Akron In Partial Fulfillment Of the Reuirements

More information

ROLLING ELEMENT BEARING FREQUENCIES FROM 1986 FOILES REPORT, ROLLING ELEMENT BEARING FREQUENCIES 1. INTRODUCTION

ROLLING ELEMENT BEARING FREQUENCIES FROM 1986 FOILES REPORT, ROLLING ELEMENT BEARING FREQUENCIES 1. INTRODUCTION ROLLING ELEMENT BEARING FREQUENCIES FROM 1986 FOILES REPORT, ROLLING ELEMENT BEARING FREQUENCIES WILLIAM C. FOILES 1. INTRODUCTION FIGURE 1. Rolling element bearing geometry These calculate frequencies

More information

SSM2040 Filter Analysis Part 1 - Ryan Williams

SSM2040 Filter Analysis Part 1 - Ryan Williams SSM2040 Filter Analysis Part 1 - Ryan Williams http://www.siy.org/estrukto The following analysis is use to etermine the maximum bias current neee for the iscrete OTA cells in the ssm2040 filter (René

More information

Performance evaluation of decentralized wireless sensing and control in civil structures

Performance evaluation of decentralized wireless sensing and control in civil structures Performance evaluation of ecentralize wireless sensing an control in civil structures Yang Wang *a, R. Anrew Swartz b, Jerome P. Lynch b, Kincho H. Law a, Chin-Hsiung Loh c a Dept. of Civil an Environmental

More information

PID CONTROLLERS DESIGN APPLIED TO POSITIONING OF BALL ON THE STEWART PLATFORM

PID CONTROLLERS DESIGN APPLIED TO POSITIONING OF BALL ON THE STEWART PLATFORM DOI 1.2478/ama-214-39 PID CONTROLLERS DESIGN APPLIED TO POSITIONING OF BALL ON THE STEWART PLATFORM Andrzej KOSZEWNIK *, Kamil TROC *, Maciej SŁOWIK * * Faculty of Mechanical Engineering, Bialystok University

More information

C2. Design of Digital Filters

C2. Design of Digital Filters C2. Design of Digital Filters Objectives Unerstan what is an ieal filter vs a non-ieal filter Given signal an noise specifications in the frequency omain, how to esign a igital filter; For the same problem,

More information

MAGNETIC LEVITATION SUSPENSION CONTROL SYSTEM FOR REACTION WHEEL

MAGNETIC LEVITATION SUSPENSION CONTROL SYSTEM FOR REACTION WHEEL IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) ISSN 2321-8843 Vol. 1, Issue 4, Sep 2013, 1-6 Impact Journals MAGNETIC LEVITATION SUSPENSION CONTROL SYSTEM FOR REACTION

More information

Modeling and Experimental Studies of a Novel 6DOF Haptic Device

Modeling and Experimental Studies of a Novel 6DOF Haptic Device Proceedings of The Canadian Society for Mechanical Engineering Forum 2010 CSME FORUM 2010 June 7-9, 2010, Victoria, British Columbia, Canada Modeling and Experimental Studies of a Novel DOF Haptic Device

More information

Relay Deployment and Power Control for Lifetime Elongation in Sensor Networks

Relay Deployment and Power Control for Lifetime Elongation in Sensor Networks Relay Deployment an Power Control for Lifetime Elongation in Sensor Networks Yufeng Xin, Tuna Güven, Mark Shayman Institute of Avance Computer Stuies University of Marylan, College Park, MD 074 e-mail:

More information

Control Scheme for Wide-Bandgap Motor Inverters with an Observer-Based Active Damped Sine Wave Filter

Control Scheme for Wide-Bandgap Motor Inverters with an Observer-Based Active Damped Sine Wave Filter PCIM Europe 28 5 7 June 28 Nuremberg Germany Control Scheme for Wie-Bangap Motor Inverters with an Observer-Base Active Dampe Sine Wave Filter F. Maislinger an H. Ertl TU-Wien Institute of Energy Systems

More information

REDUCING THE STEADY-STATE ERROR BY TWO-STEP CURRENT INPUT FOR A FULL-DIGITAL PNEUMATIC MOTOR SPEED CONTROL

REDUCING THE STEADY-STATE ERROR BY TWO-STEP CURRENT INPUT FOR A FULL-DIGITAL PNEUMATIC MOTOR SPEED CONTROL REDUCING THE STEADY-STATE ERROR BY TWO-STEP CURRENT INPUT FOR A FULL-DIGITAL PNEUMATIC MOTOR SPEED CONTROL Chin-Yi Cheng *, Jyh-Chyang Renn ** * Department of Mechanical Engineering National Yunlin University

More information

Taylor, Muthiah, Kulakowski, Mahoney and Porter 1 AN ARTIFICIAL NEURAL NETWORK SPEED PROFILE MODEL FOR HIGH- SPEED HIGHWAY CONSTRUCTION WORK ZONES

Taylor, Muthiah, Kulakowski, Mahoney and Porter 1 AN ARTIFICIAL NEURAL NETWORK SPEED PROFILE MODEL FOR HIGH- SPEED HIGHWAY CONSTRUCTION WORK ZONES Taylor, Muthiah, Kulakowski, Mahoney an Porter 1 AN ARTIFICIAL NEURAL NETWORK SPEED PROFILE MODEL FOR HIGH- SPEED HIGHWAY CONSTRUCTION WORK ZONES Submission Date: August 1, 2005 Wor Count: 57 wors DOUGLAS

More information

The 5th International Power Engineering and Optimization Conference (PEOCO2011), Shah Alam, Selangor, Malaysia : 6-7 June 2011

The 5th International Power Engineering and Optimization Conference (PEOCO2011), Shah Alam, Selangor, Malaysia : 6-7 June 2011 The 5th International Power Engineering an Optimization onference (PEOO211), Shah Alam, Selangor, Malaysia : 6-7 June 211 Moeling an Simulation of Umlazi suburb of Durban Municipality Network (South Africa)

More information

Dynamics and Control of Three-Phase Four-Leg Inverter

Dynamics and Control of Three-Phase Four-Leg Inverter RECENT ADVANCES in ELECTRONICS HARDWARE WIRELESS an OPTICAL COMMUNICATIONS Dynamics an Control of Three-Phase Four-Leg Inverter JENICA ILEANA CORCAU Avionics Division University of Craiova Faculty of Electrical

More information

DISCUSSION ON THE APPLICATION OF WIRELESS ACTIVE SENSING UNIT

DISCUSSION ON THE APPLICATION OF WIRELESS ACTIVE SENSING UNIT 4 th Worl Conference on Structural Control an Monitoring 4WCSCM-261 DISCUSSION ON HE APPLICAION OF WIRELESS ACIVE SENSING UNI FOR SRUCURAL CONROL C.H. Loh an K.C. Lu National aiwan University, aipei 106-17,aiwan

More information

Improving the Near-Metal Performance of UHF RFID Tags

Improving the Near-Metal Performance of UHF RFID Tags Improving the Near-Metal Performance of UHF RFID Tags Daniel D. Deavours Information an Telecommunications Technology Center University of Kansas, Lawrence, KS Email: eavours@ittc.ku.eu Abstract It is

More information

Wavelet Transform Based Relay Algorithm for the Detection of Stochastic High Impedance Faults

Wavelet Transform Based Relay Algorithm for the Detection of Stochastic High Impedance Faults International Conference on Power Systems Transients IPST 3 in New Orleans, USA Wavelet Transm Base Relay Algorithm the Detection of Stochastic High Impeance Faults T. M. ai,.a. Snier an E. o () Dept.

More information

Acoustical Localization in Schools of Submersibles

Acoustical Localization in Schools of Submersibles Oceans 6, Singapore (authors manuscript o not istribute) Acoustical Localization in Schools of Submersibles Navina Kottege & Uwe R. Zimmer Research School of Information Sciences an Engineering Autonomous

More information

Joint Cooperative Relaying and Jamming for Maximum Secrecy Capacity in Wireless Networks

Joint Cooperative Relaying and Jamming for Maximum Secrecy Capacity in Wireless Networks Joint Cooperative Relaying an Jamming for Maximum Secrecy Capacity in Wireless Networks Li Wang, Chunyan Cao, Mei Song an Yu Cheng Beijing Key Laboratory of Work Safety Intelligent Monitoring School of

More information

Indoor Positioning Using Ultrasound and Radio Combination

Indoor Positioning Using Ultrasound and Radio Combination Inoor Positioning Using Ultrasoun an Raio Combination Gintautas Salcius, Evalas Povilaitis, Algimantas Tacilauskas Centre of Real Time Computer Systems, Kaunas University of Technology Stuentu St. 50,

More information

Code-Carrier Divergence Monitoring for the GPS Local Area Augmentation System

Code-Carrier Divergence Monitoring for the GPS Local Area Augmentation System Coe-Carrier Divergence Monitoring for the GPS Local Area Augmentation System Dwaraanath V. Simili an Boris Pervan, Illinois Institute of Technology, Chicago, IL Abstract Coe-carrier smoothing is a commonly

More information

Constant Force Feedback Controller Design Using PID-Like Fuzzy Technique for Tapping Mode Atomic Force Microscopes

Constant Force Feedback Controller Design Using PID-Like Fuzzy Technique for Tapping Mode Atomic Force Microscopes Intelligent Control an Automation, 23, 4, 263-279 http://x.oi.org/.4236/ica.23.433 Publishe Online August 23 (http://www.scirp.org/journal/ica) Constant Force Feeback Controller Design Using PID-Like Fuzzy

More information

Measurement of Semi-Anechoic Chamber Using Modified VSWR method above 1GHz

Measurement of Semi-Anechoic Chamber Using Modified VSWR method above 1GHz Measurement of Semi-Anechoic Chamber Using Moifie VSWR metho above 1GHz M. Bittera, K. Kováč, J. Hallon Department of Measurement, Faculty of Electrical Engineering an Information Technology, Slovak University

More information

Radio Range Adjustment for Energy Efficient Wireless Sensor Networks. Electronic Engineering, Aston University, Birmingham B4 7ET,United Kingdom b

Radio Range Adjustment for Energy Efficient Wireless Sensor Networks. Electronic Engineering, Aston University, Birmingham B4 7ET,United Kingdom b Raio Range Ajustment for Energy Efficient Wireless Sensor Networks Q. Gao a,, K. J. Blow a 1, D. J. Holing a, I. W. Marshall b, X. H. Peng a a Electronic Engineering, Aston University, Birmingham B4 7ET,Unite

More information

Shadowing Correlation Model for Indoor Multi-hop Radio Link in Office Environment

Shadowing Correlation Model for Indoor Multi-hop Radio Link in Office Environment JAVA, International Journal of Electrical Electronics Engineering Volume 4, Number, April 26 Shaowing Moel for Inoor Multi-hop Raio Link in Office Environment Mohamma Fahli Inustrial Engineering Department

More information

APPLICATION OF OPTIMAL-TUNING PID CONTROL TO INDUSTRIAL HYDRAULIC SYSTEMS. G. P. Liu*, S. Daley + and G. R. Duan

APPLICATION OF OPTIMAL-TUNING PID CONTROL TO INDUSTRIAL HYDRAULIC SYSTEMS. G. P. Liu*, S. Daley + and G. R. Duan Copyright 2002 IFAC 5th Triennial Worl Congress, Barcelona, Spain APPLICATION OF OPTIMAL-TUNING PID CONTROL TO INDUSTRIAL HYDRAULIC SYSTEMS G. P. Liu*, S. Daley + an G. R. Duan * University of Nottingham

More information