Protective Wrapper Development: A Case Study

Size: px
Start display at page:

Download "Protective Wrapper Development: A Case Study"

Transcription

1 Protective Wraer Develoment: A Cae Study Tom Anderon, Mei eng, Steve Riddle, Alexander Romanovky School of Comuting Science Univerity of Newcatle uon Tyne, Newcatle uon Tyne, NE 7RU, UK Abtract. We have recently rooed a general aroach to engineering rotective wraer a a mean of detecting error or unwanted behaviour in ytem emloying an OTS Off-The-Shelf item, and launching aroriate recovery action. Thi aer reent reult of a cae tudy in rotective wraer develoment, uing a Simulink model of a team boiler ytem together with an OTS PID Proortional, Integral and Derivative controller. The rotective wraer are develoed for the model of the ytem in uch a way that they allow detection and tolerance of tyical error caued by unavailability of ignal, violation of contraint, and ocillation. Introduction There are many economical reaon why integration of Off-The-Shelf OTS comonent into ytem with high deendability requirement including the afety-critical one i becoming a viable otion for ytem develoer ee, for examle, []. The main obtacle i that emloying uch comonent can undermine overall ytem deendability unle ecial care i taken. Coniderable evidence uort the judgement that comlex ytem built uing OTS comonent could have a higher rik of failure. Thi i due to a number of reaon: OTS comonent are tyically aimed at a ma-market and are often of a lower quality than beoke comonent; OTS comonent are eldom intended for the ecific etting and environment in which they are emloyed - conequently a ytem in which an OTS comonent i integrated may miue or miinterret it; information about the COTS item which the ytem integrator ha at hi/her dioal i often incomlete, ambiguou or, even, erroneou; We take a ragmatic view in develoing our aroach by acceting that, in ite of all effort to imrove the quality of OTS comonent and of the ytem in which they are to be integrated, their ue will be a ource of failure. The olution we are advocating i a defenive trategy of emloying ecialied fault tolerance technique during ytem integration.. Protective Wraer ault tolerance [2] a a general mean for imroving overall ytem deendability ha been an area of very active reearch and develoment over the lat 3 year. Many fault tolerance technique roceed by emloying redundant oftware in ome form; for examle, recovery block, N-verion rogramming, excetion handling [3, 4]. The main hae of roviding fault tolerance are error detection, error diagnoi and error recovery [5]. At the firt hae an erroneou tate i identified a uch; after that error diagnoi i ued to examine the damaged area to allow it to be relaced by an error-free tate during error recovery. Emloying roer ytem tructuring technique e.g. clae, rocee, layer, module i vital for achieving fault tolerance becaue it allow erroneou information to be contained within tructural unit. Our work aim to aly thee general fault tolerance technique in the context of integrating OTS item into comlex ytem. Comonent wraing i an etablihed technique ued to intercet data and control flow between a comonent and it environment [6]. Tyical alication include adding data cacheing and buffering, imlifying the comonent interface, and roviding tranarent comonent relication. In a comonent-baed ytem develoment the OTS item are natural unit of ytem tructuring. Unfortunately, a we have exlained above, they uually do not rovide enough aurance of correct behaviour. In reviou work [7] we rooed the develoment of rotective wraer a art of ytem integration activitie. A rotective wraer i a iece of redundant, beoke oftware interceting all

2 information going to and from the OTS item. Such a wraer may detect error or uiciou activitie, and initiate aroriate recovery when oible. A wraer i a iece of oftware and, clearly, may contain oftware defect itelf. Deloying a wraer to erform rotection function oblige u to take coniderable care over iue uch a relative comlexity and common-mode failure between the wraer and the wraed comonent. or thi reaon, wraer mut be rigorouly ecified, develoed and executed a a mean of rotecting OTS item againt fault in the Ret Of the Sytem ROS, and the ROS againt fault in OTS item. Information required for wraer develoment i obtained by analying everal ource of information [7], including: Secification of the OTS item behaviour, a rovided by both the item deigner and the integrated ytem deigner. The latter characterie the behaviour the ytem deigner require of the OTS item in order to integrate it with the ytem. Erroneou behaviour of the OTS item, for examle a known failure to react to timuli a ecified by the item deigner thee may be known, for examle, from teting or from reviou exerience in uing the OTS item, or behaviour which the ytem deigner eecially want to rotect againt. Secification of the correct behaviour of the ROS with reect to the OTS item..2 Cae Study In thi aer we reort the reult of alying the rooed aroach to develoing a rotective wraer for an Off-The-Shelf PID Proortional, Integral and Derivative controller. It i our intention to demontrate how the aroach could be alied in ractice. The reult of thi tudy will be ued to aid the develoment of a generic aroach for wraing OTS item. Rather than conduct an exeriment with rotective wraing in the real world environment, with all the aociated cot and otential damage to equiment and life, we have emloyed oftware model of the PID controller and of the team boiler ytem in which it i to be integrated. Emloying oftware model of the controller and the boiler ytem i an active area of R&D carried out by many leading control roduct comanie including Honeywell [8]. We believe that the deciion to ue a third-arty model add credibility to our reult. A related cae tudy in team boiler control ecification wa examined at the Dagtuhl eminar on Method for Semantic and Secification [9]; the eminar wa run a a cometition to how the trength and weaknee of articular formal method. Rather than adat thi ecification to our need, we choe to ue a model develoed within a reearch roject conducted by Honeywell for their control roduct [8]. Thi model imulate a real controller and the controlled team boiler ytem, enabling u to invetigate the effect of wraing with a more rereentative model than the idealied ecification emloyed at Dagtuhl. In the coure of our work we extended the Honeywell model by incororating rotective wraer..3 Roadma The remainder of thi aer i organied a follow. In the following ection we decribe the imulation environment, the controller and the boiler model we are uing, and our aroach to monitoring the model variable. Section 3 dicue the requirement for a rotective wraer and outline the categorie of error to be detected and tolerated at the level of the wraer. The next ection outline deign and imlementation of the wraer to detect thee categorie of error. Section 5 conclude the aer by ummariing the reult, dicuing the limitation of our aroach, and indicating avenue for future work. 2 Simulation 2. Simulink Simulink Mathwork [] i one of the built-in tool in MATLAB, roviding a latform for modelling, imulating and analying dynamical ytem. It uort linear and nonlinear ytem modelled in continuou time or amled time, a well a a hybrid of the two. Sytem can alo be multi-rate, i.e., have different art that are amled or udated at different rate. Simulink contain a

3 comrehenive block library of ink, ource, linear and nonlinear comonent, and connector to allow modelling of very ohiticated ytem. Model can alo be develoed through elf-defined block by mean of the S-function feature of Simulink or by invoking MATLAB function. After a model ha been defined, it can be imulated and, uing coe and other dilay block, imulation reult can be dilayed while the imulation i running. Simulink rovide a ractical and afe latform for imulating the boiler ytem and it PID control ytem, for detecting oerational error when boiler and control ytem interact, and for develoing and imlementing a rotective wraer dealing with uch error. 2.2 The Structure of the Model The abtract tructure of the ytem we are modelling i hown in ig.. The overall ytem ha two rincial comonent: the boiler ytem and the control ytem. In turn, the control ytem comrie a PID controller the OTS item, and the ROS which i imly the remainder of the control ytem. The ROS conit of : the boiler enor. Thee are mart enor which monitor variable roviding inut to the PID controller: Drum Level, Steam low, Steam Preure, Ga Concentration and Coal eeder Rate; actuator. Thee device control a heating burner which can be ON/O, and adjut inlet/outlet valve in reone to outut from the PID controller: eed Water low, Coal eeder Rate and Air low; configuration etting. Thee are the et-oint for the ytem: Oxygen and Bu Preure, which mut be et u in advance by the oerator. Smart enor and actuator interact with the PID controller through a tandard rotocol. Drum Level, Steam low, Steam Preure, Ga Concentration and Coal eeder Rate O 2 et oint and reure et oint Control Sytem ROS Configuration Coal Quality Steam Load Boiler Sytem Senor Actuator Inut to OTS Outut from OTS PID controller OTS item eed Water low, Coal eeder Rate and Air low ig.. Boiler Sytem and Control Sytem including the PID Controller Simulink outut block can be introduced into the model in uch a way that the variable of the MATLAB working ace can be controlled a neceary. Working with the Simulink model we were able to erform reeatable exeriment by maniulating any of the changeable variable and the connection between ytem comonent o a to roduce and analye a range of oible error that would be reaonably tyical for the ytem we are imulating. 2.3 The Simulink Model The Simulink model hown in ig. 2 actually rereent the OTS item a three earate PID controller that handle the feed water flow, the coal feeder rate and the air flow. Thee controller outut three eonymou variable: eed Water low wf, Coal eeder Rate Cfr and Air low

4 Airf; thee three variable, together with two external variable Coal Quality and Steam Load contitute the arameter which determine the behaviour of the boiler ytem. There are alo everal internal variable generated by the mart enor; ome of thee, together with the configuration etoint, rovide the inut to the PID controller. Table lit all of the variable ued in the model. The Simulink model wa develoed on the bai of the et of mathematical relationhi hown in Aendix. wf wf Coal Quality Dl Sf Dl Sf Dl Sf wf wf PID Controller for eed Water low Coal Quality Cfr Cfr Pd Pb Pd Pb Pref Pb Pref Pb Cfr Cfr PID Controller 2 for Coal eeder rm Steam Load Airf Steam Load Airf O2eco COeco NOxeco O2eco COeco NOxeco O2ref Cfr O2ref Airf O2eco Cfr Airf PID Controller 3 for Air low Boiler Sytem ig. 2. Simulink Model of the Boiler Sytem with PID Controller 2.4 Variable Monitoring Simulink coe and other dilay block enable u to develo modelling comonent that monitor the intermediate reult while the imulation i running. In our exeriment we can monitor and dilay a total of 5 variable, comriing all the variable lited in Table excet for the two et-oint, lu three internal variable which rereent two internal air flow and one internal team flow. The imulation time for all of our exeriment i et to 2 te. Some monitoring reult are reented in ig. 3 and full reult including all of the monitored variable are howed in Aendix 2. Thi articular chart demontrate the behaviour of the three PID outut and two external inut of the boiler ytem when at te 2 the team load i increaed, and at te 5 the coal quality change: in both thee cenario the boiler ytem return to teady oeration reaonably oon. Table. Variable ued in the model Variable Rereentation Variable Rereentation Steam Load Steam load, ton er hour Dl Drum level Coal Quality Coal quality, fraction of ure combutible Sf Steam flow wf eed water flow Pd Steam reure /drum Cfr Coal feeder rate Pb Steam reure / bu Airf Air flow controlled air O2eco O2 concentration at economizer Pref Bu reure et-oint COeco CO concentration at economizer O2ref O2 et-oint NOxeco NOx concentration at economizer

5 three PID outut and team load coal feeder rate.65 team load coal quality air flow feed water flow Simulation Ste Coal Quality ig. 3. Normal Performance of the Boiler Sytem with PID Controller 2.5 Proertie of the Boiler Sytem and the PID Controller In thi ection we ummarie the information which we collected to guide u in develoing the rotective wraer. The baic boiler ecification rovide information on team flow, bu reure, outut temerature and coal calorific value. A the OTS item the PID controller i treated a a black box, any information about it roertie mut be deduced from the interface or from relevant ource where available. In an ideal world the ytem deigner will have a comlete and correct ecification of the boiler ytem, the PID controller and the ROS. Unfortunately, we only had acce to limited information about the boiler ytem and the ROS which i tyical for many ractical ituation. rom an invetigation of the boiler model and information acquired from all available ource, we have formulated the following decrition. Information from the documentation available to u i: Outut temerature 54 deg C Coal calorific value 6-8 MJ/kg Steam load 5-25 ton/hour Coal quality i meaured a a fraction of ure combutible where ure ; actual value about Three controlled outut wf, Cfr, Airf are each given a a ercentage Information obtained by analying the interface and by invetigating the imulated model: Set-oint of bu reure range from to 2 actual value about 9.4 Set-oint of O2 concentration at economier range from to. actual value about.3 Internal variable inut to PID controller: Drum level: outut value between - and actual value cloe to Steam low: to 25 Bu reure: to 2 O2 concentration at economier: to.5 3 Requirement for a Protective Wraer In the reviou ection we reented an outline ecification of the modelled boiler ytem, a deduced from the model and other ource. In thi ection we conider the error which could arie from

6 integrating an OTS PID controller in the ytem, in order to derive the requirement for a rotective wraer. We make the following aumtion: The value of each variable can be detected intantaneouly through microroceor. In articular, we aume that the value of inut and outut variable of the PID controller are detected intantaneouly. Thi highly imlifying aumtion enable u to illutrate the method for rotective wraer develoment without regard to iue relating to reone time. The wraer rogram can be inerted into the control ytem, either by a artial hardware imlementation which intercet the hyical connection, or urely in oftware. We are not concerned at thi tage with the detail of thi imlementation. In order to clarify the requirement for a rotective wraer, it i neceary to form a view of what the PID controller and the ROS can, and cannot, do at their hared interface. Thi view can be formulated a a collection of Accetable Behaviour Contraint ABC [7] defined from the erective of the ytem integrator. Once defined, thee ABC can be thought of a contract [] which a ytem deigner could ue a the bai for defining a rotective wraer, which would emloy conventional mechanim for error detection, containment and recovery [2]. 3. Tye of cue, and examle or our cae tudy, Table 2 rovide a lit of error ymtom cue and aociated action, following a tructural analyi of the oible error detectable at the interface between the ROS and the PID controller. Since the OTS PID controller i a black box item we can only reaon about error concerning the inut and outut to the PID from the ROS. Thi give four grou for the cue, a hown in firt column of the table. The econd column claifie the tye of error we are concerned with, and the third column give an examle of each tye of error. The recovery action given in the fourth column i a uggeted action which a rotective wraer could be deigned to launch; we do not claim that thee illutrative action are the mot aroriate in each cae. The cue highlighted in bold i elected a an examle for further dicuion. Table 2. Cue for rotective wraer Tye of cue Examle Action Error in PID inut w.r.t. ROS outut contraint Error in PID inut w.r.t. PID contraint Error in PID outut w.r.t. PID contraint Error in PID outut w.r.t. ROS inut contraint Illegal outut from ROS according to ROS ecification Outut from ROS i detectably erroneou Outut from ROS i illegal w.r.t. the ytem deigner ecification of ytem oeration Inut to PID i illegal according to PID ecification Inut to PID that i uect Inut to PID which i known to be untrutworthy Illegal outut from PID according to PID ecification Illegal inut to ROS according to ROS ecification Inut to ROS i illegal w.r.t. the ytem deigner ecification of ytem oeration An outut from ROS i diconnected from PID ROS amling rate uddenly exceed the normal rate A ROS outut i outide the enveloe of value anticiated by the ytem deigner Set-oint value are mi-configured and violate the PID ecification The meaured derivative of a PID inut exceed the maximum level for which it ha been teted A PID inut or it derivative i cloe to the boundary ecified for the PID, at a level which i known to create roblem An outut from PID i diconnected from ROS The PID controller change it rate of roceing and end meage to ROS too frequently A PID outut i outide the enveloe of value anticiated by the ytem deigner Shutdown Shutdown

7 The examle, Inut to PID which i known to be untrutworthy, i illutrated in ig. 4. Steam load i ket contant at 7.8 ton er hour during the oeration. After 5 imulation te, the coal quality i increaed from.5 to an artificial value jut under 3, and a a conequence ome inut to the OTS would aroach untrutworthy value which are cloe to the boundary of the PID controller' ractical ecification. The curve hown on ig. 4 converge to a teady tate, but if the overhoot of the initial ocillation were of greater magnitude than the ecification of the boiler ytem ermit, or the ocillation ket going longer than the boiler ytem can uort, the ituation would be regarded a critical. 8 coal feeder rate three PID outut feed water flow coal quality air flow coal quality imulation te ig. 4. Inut to the PID for which it i known to be untrutworthy: a PID inut exceed the boundary ecified for the PID controller A more extreme verion of thi examle i hown in ig. 5. Here, the coal quality not hown on the igure i increaed unrealitically to almot 4.5 at te, with team load contant a before. The curve are no longer convergent, leading to a dangerouly untable ituation. 5 4 air flow 3 three PID outut 2 feed water flow - coal feeder rate imulation te ig. 5. Inut to the PID for which it i known to be untrutworthy: a more extreme examle leading to dangerou ocillation

8 3.2 Summary Analyi Error may occur anywhere in the boiler ytem or the PID. However, a rotective wraer for the OTS PID controller can only check for error condition a cue at the PID/ROS interface. In the reviou ubection we have characterized thee cue in term of their ource, but the wraer can only detect them by their behavioural attribute. We have therefore laced the cue into three ditinguihable categorie:. Unavailability of inut/outut to/from the PID controller Either the PID controller crahe, reulting in no outut from the PID controller to the ROS and beyond, or the boiler ytem or ROS or ome connection between thee and the PID i diruted, o that inut to the PID controller are unavailable. 2. Violation of ecification of monitored variable Set-oint to the PID controller, or any monitored variable, violate their ecification. 3. Ocillation in monitored variable Monitored variable, and their derivative, take on exceive and raidly changing value. Thi categorization of error tye inform the deign of a rotective wraer, which i addreed in the next ection. 4 Deign and Imlementation of a Wraer 4. Deign of Wraer In thi ection we addre the deign of a wraer to be imlemented uing MATLAB function. The main function of the wraer i to cyclically check for each tye of error identified in the reviou ection 3.2. It ue two ub-function: noignalalarm, to check for abence of a ignal after a given eriod of time checkocillate, to check whether ocillating variable revert to a table tate before a maximum number of ocillation. The given eriod of time and maximum number of ocillation referred to here hould in general be determined after conulting the ecification of the ytem. Since thi information wa not available, we have et the number of te for detecting abence of ignal to the imulation itelf run for 2 te, a thi erve to illutrate the rotective wraer deign. The wraer imlement a number of ABC baed on the roertie dicued in Section 2.5 of inut and outut variable wf, Cfr, Airf, Dl, Sf, Pb, Pref, O2eko and O2ref, with an addition of two more ABC tating that the ignal cannot be lot and that the variable cannot ocillate beyond the maximum number of ocillation. we view thee a dangerou condition which have to be revented. If the ignal do not violate any of the ABC they go through the wraer unchanged otherwie an alarm i raied, or the ytem i hut down. Thu, in thi cae we are adoting an elementary monitoring and alerting trategy, a an obviou tarting oint on the way to the develoment of a more general engineering methodology for wraer deign. Our aroach, a outlined in Section 3 above, i to derive wraer requirement from a conideration of oible interface error claified by their ymtom cue; thi lead to the formulation of a et of ABC. We touch on more general iue in [7] but clearly there i coniderable coe for further reearch. 4.2 Wraer Imlementation Although there are many ragmatic conideration to be addreed in order to achieve an effective imlementation of wraer technology, the choice of the aroriate mechanim will be largely determined by the environment. A more detailed dicuion i reented in [7]. 4.3 Examle We now illutrate the oeration of the wraer for the error dicued in Section 3. ig. 4, due to ocillation of ignal. ig. 6 demontrate the cae where the boiler ytem can only withtand three ocillation in ignal. Thi i the ame ituation a wa reented in ig. 4.

9 coal feeder rate, feed water flow and air flow coal feeder feed water flow coal quality imulation te air flow coal quality ig. 6. Demontration for wraer working on ignal ocillation A maximum eak lu one minimum eak i counted a one ocillation. After the forth ocillation wa generated, the wraer hut down the boiler ytem. 5 Concluion Thi aer ha invetigated the tye of error which can occur in the modelled boiler ytem Section 3.2 and then addreed the deign of a wraer to detect thee error. We would like to emhaie that thi work focue on error detection and error recovery reventing ytem from failure rather than on fault diagnoi and fault treatment [2]. The rotective wraer detect erroneou information going to and coming from the PID controller and erform recovery action raiing alarm or hutting the ytem down. In real ytem emloying PID controller uch error can be clearly caued by variou reaon fault, uch a deign fault in the PID or in the ytem emloying it, mimatche between thee two entitie in which cae it may be imoible to identify the fault location, failure of the underlying hardware, etc. The error were categoried a:. Unavailability of ignal to/from PID controller, either through the controller themelve not working or a fault in the boiler ytem 2. Violation of limitation ecified for variable, due to a fault in the boiler ytem or miconfigured et-oint 3. Ocillation in the value of ome variable A imle wraer to check for thee error and take aroriate action ha been deigned and demontrated Section 4.2 for a rereentative examle. Ue of Simulink to rogram the wraer ha ome diadvantage. Simulink i not a exreive a conventional object-oriented rogramming language, uch a C, a it i ecifically deigned to allow mathematical modelling and analyi without the full range of general uroe rogramming feature. Model of ytem are aembled from a limited library of block. Uer can define their own block uing S-function, but thee are contrained by mean of a temlate which uer mut adhere to. In ite of thi limitation, Simulink i till a ractical and intuitive latform to demontrate and invetigate indutrial roce ytem, uch a the team boiler ytem conidered in thi aer. Ue of modelling and imulation i commonlace in the deign of rotection ytem, and for thi reaon we have not felt that the aroach taken here i unrealitic. However, a further iece of work will be to conider a more real-world cenario. Thi would in turn require an extended wraing trategy which take account of a wider range of action to be taken if an error ha been detected. In addition, future work will develo more generic monitoring activitie uing a combination of error detection and fault injection technique, to meaure the effect a wraer ha on the overall ytem deendability. Other avenue could include invetigating the otential ue of wraer to cature behaviour that ha not been exlicitly ecified.

10 Acknowledgement Thi work i uorted by the UK EPSRC roject DOTS: Diverity with Off-The-Shelf Comonent A. Romanovky i uorted by the Euroean IST roject DSoS: Deendable Sytem of Sytem. We are grateful to Vladimir Havlena for haring with u ome of the reult of hi reearch, and to Prof. Lorenzo Strigini for comment on an early draft of thi aer. Reference. IEEE Comuter, Secial iue on COTS, IEEE Comuter, 36, P. A. Lee, T. Anderon, ault Tolerance: Princile and Practice, Wien - New York, Sringer-Verlag, M. R. Lyu. Software ault Tolerance. John Wiley and Son, A. Romanovky. Excetion Handling in Comonent-Baed Sytem Develoment. 25th Int. Comuter Software and Alication Conference COMPSAC 2, Chicago, IL, October, J.-C. Larie. Deendable Comuting: Concet, Limit, Challenge. Secial Iue of the 25th International Symoium On ault-tolerant Comuting. IEEE Comuter Society Pre. Paadena, CA. June J. Voa. Certifying Off-The-Shelf Software Comonent. IEEE Comuter, 36, 998, P. Poov, S. Riddle, A. Romanovky, L. Strigini. On Sytematic Deign of Protector for Emloying OTS Item. In Proc. of the 27th Euromicro conference. Waraw, Poland, Setember 2 IEEE CS V. Havlena, Develoment of ACC Controller with MATLAB/SIMULINK. MATLAB '99. Praha: VSCHT - Utav fyziky a merici techniky, 999, J-R. Abrial, E. Börger, H. Langmaack. ormal Method for Indutrial Alication: Secifying and Programming the Steam Boiler Control. LNCS 65, Sringer Verlag, October Mathwork, Uing Simulink: reference guide, htt:// B. Meyer. Programming by Contract. In D. Mandrioli, B. Meyer ed., Advance in Object-Oriented Software Engineering. Prentice Hall, 992.

11 Aendix Mathematical Relationhi inide the Boiler Sytem and PID Controller Qir eta eff Qir Quality Coal Qir Quality Coal t V alha alha kom NOx alha eta t V raek tot alha alha alha kom O alha kom CO , max 4.8.6, max ,.8 max { } { } { }, 27, 27, 27 < > if ab if ab if ab berna kotel Load Steam kotel berna b P kotel vyvin kotel d P kotel f S % 5 ± P uhli raek l raek eff Qir vyvin , 36 6 PID mer P mer mer celk tot vyvin wf l D kom NOx NOxeko kom CO COeko kom O eko O

12 PID Controller: fr C mer O ref O f Air mer ref fr C b l wf vyvin wf l D

13 Aendix 2 Normal erformance of boiler ytem with PID controller

Modeling and Simulation of Digital Filter Jie Zhao

Modeling and Simulation of Digital Filter Jie Zhao 4th National Conference on Electrical, Electronic and Comuter Engineering (NCEECE 05) Modeling and Simulation of Digital Filter Jie Zhao School of Electronic Information and Electrical Engineering, Shangluo

More information

7. Positive-Feedback Oscillators (continued)

7. Positive-Feedback Oscillators (continued) ecture : Introduction to electronic analog circuit 6--66 7. Poitive-Feedback Ocillator (continued) Eugene Paerno, 8 7.. Ocillator for high frequencie: ocillator: Our aim i to develo ocillator with high

More information

Design of a Fuzzy Based Digital PID Controller for Control of Nonlinear HVAC Systems

Design of a Fuzzy Based Digital PID Controller for Control of Nonlinear HVAC Systems Deign of a Fuzzy Baed Digital PID Controller for Control of Nonlinear HVAC Sytem VAHID JOHARI MAJD, FARHAD BESHARATI and FARZAN RASHIDI Faculty of Engineering, Tarbiat Modarre Univerity Tehran Iran Abtract-

More information

Design of a Nonlinear Fuzzy PID Controller for Control of Nonlinear HVAC Systems

Design of a Nonlinear Fuzzy PID Controller for Control of Nonlinear HVAC Systems Deign of a Nonlinear Fuzzy PID Controller for Control of Nonlinear HVAC Sytem Farzan Rahidi Ilamic Azad Univerity of Buhehr Buhehr, Iran Abtract- Heating, Ventilating and Air Conditioning (HVAC) lant i

More information

Estimating the parameters of a photovoltaic array and solving equations of maximum power point using a numerical method and fuzzy controller

Estimating the parameters of a photovoltaic array and solving equations of maximum power point using a numerical method and fuzzy controller Etimating the arameter of a hotovoltaic array and olving equation of maximum ower oint uing a numerical method and fuzzy controller Amin Taheri 1, Majid Dehghani 2 Deartment of Electrical Engineering,

More information

Effects and Analysis of Minimum Pulse Width Limitation on Adaptive DC Voltage Control of Grid Converters

Effects and Analysis of Minimum Pulse Width Limitation on Adaptive DC Voltage Control of Grid Converters Aalborg Univeritet Effect and Analyi of Minimum Pule Width Limitation on Adative DC Voltage Control of Grid Converter Sun, Bo; Trinti, Ionut; Munk-Nielen, Stig; Guerrero, Joe M. Publihed in: Proceeding

More information

LCR Meters SR715 and SR720 LCR meters with RS-232 interface

LCR Meters SR715 and SR720 LCR meters with RS-232 interface LC Meter S75 and S70 LC meter with S-3 interface S75/S70 LC Meter 0.05 % baic accuracy (S70), 0. % (S75) 5-digit dilay of L, C, and or Tet frequencie to 00 khz (S70) U to 0 meaurement er econd Binning

More information

Non-linearity Correction of ADCs in Software Radio Systems

Non-linearity Correction of ADCs in Software Radio Systems on-linearity Correction of ADC in Software Radio Sytem Luca De Vito,2, Linu Michaeli 3, Sergio Rauano Deartment of Engineering, Univerity of Sannio, Piazza Roma, 82, Benevento, Italy Ph.: +39 824 3587,

More information

Transformer. 1.2 Applications of Transformer. Why do we need transformer? 1.2 Applications of Transformer. Why do we need transformer?

Transformer. 1.2 Applications of Transformer. Why do we need transformer? 1.2 Applications of Transformer. Why do we need transformer? . ntroduction to Tranformer. DKT 3 CHAPTER Tranformer By Roemizi Abd Rahim Tranformer i a device that change ac electrical ower at one voltage level to ac electric ower at another voltage level through

More information

Loss Reduction of AS/AC Networks with Holographic Optical Switches

Loss Reduction of AS/AC Networks with Holographic Optical Switches 7th WEA International Conference on Electric Power ytem, High Voltage, Electric Machine, Venice, Italy, ovember -3, 007 36 Lo Reduction of A/AC etwork with Holograhic Otical witche Jiun-hiou Deng, Chien-Yi

More information

Heuristic Channel Estimation Based on Compressive Sensing in LTE Downlink Channel

Heuristic Channel Estimation Based on Compressive Sensing in LTE Downlink Channel Communication and etwork, 013, 5, 93-97 htt://dx.doi.org/10.436/cn.013.53b018 Publihed Online Setember 013 (htt://www.cir.org/journal/cn) Heuritic Channel Etimation Baed on Comreive Sening in LTE Downlink

More information

Performance analysis in cognitive radio system under perfect spectrum sensing Chen Song, Gu Shuainan, Zhang Yankui

Performance analysis in cognitive radio system under perfect spectrum sensing Chen Song, Gu Shuainan, Zhang Yankui International Conference on Automation, Mechanical Control and Comutational Engineering (AMCCE 205) Performance analyi in cognitive radio ytem under erfect ectrum ening Chen Song, Gu Shuainan, Zhang Yankui

More information

Observation and Calculation of Different Harmonics in Fly Back Converter

Observation and Calculation of Different Harmonics in Fly Back Converter International Journal of Recent Develoment in Engineering and Technology Webite: www.ijrdet.com (ISSN 2347-6435 (Online)) Volume 2, Iue 3, March 214) Obervation and Calculation of Different Harmonic in

More information

Development of A Cost Effective 2.5kva Uninterruptible Power Supply System

Development of A Cost Effective 2.5kva Uninterruptible Power Supply System American Journal of Engineering eearch (AJE e-ss: 30-0847 -SS : 30-0936 olume-5, ue-, -5-35 www.ajer.org eearch Paer Oen Acce Develoment of A Cot Effective.5kva Uninterrutible Power Suly Sytem Olanrewaju

More information

New Smith Predictor and Nonlinear Control for Networked Control Systems

New Smith Predictor and Nonlinear Control for Networked Control Systems New Smith Predictor and Nonlinear Control for Networked Control Sytem Du Feng, Du Wencai, Lei Zhi Abtract In order to effectively retrain the imact of network delay for the networked control ytem (NCS),

More information

High-Frequency Modeling and Analyses for Buck and Multiphase Buck Converters

High-Frequency Modeling and Analyses for Buck and Multiphase Buck Converters High-Frequency Modeling and Analye for Buck and Multihae Buck Converter Yang Qiu Diertation ubmitted to the Faculty of the Virginia Polytechnic Intitute and State Univerity in artial fulfillment of the

More information

5. ANKARA INTERNATIONAL AEROSPACE CONFERENCE AIAC August METU, Ankara TURKEY

5. ANKARA INTERNATIONAL AEROSPACE CONFERENCE AIAC August METU, Ankara TURKEY 5. ANKARA INTERNATIONAL AEROSPACE CONFERENCE AIAC-2009-034 17-19 Augut 2009 - METU, Ankara TURKEY ACTIVE VIBRATION SUPPRESSION OF A SMART BEAM VIA SELF-SENSING PIEZOELECTRIC ACTUATOR Uğur Arıdoğan 1 Havelan

More information

Learn to Grasp Utilizing Anthropomorphic Fingertips together with a Vision Sensor

Learn to Grasp Utilizing Anthropomorphic Fingertips together with a Vision Sensor Learn to Gra Utilizing Anthroomorhic Fingerti together with a Viion Senor Yaunori Tada, Koh Hooda, and Minoru Aada Adative Machine Sytem, Graduate School of Engineering HANDAI Frontier Reearch Center Oaka

More information

Frequency Calibration of A/D Converter in Software GPS Receivers

Frequency Calibration of A/D Converter in Software GPS Receivers Frequency Calibration of A/D Converter in Software GPS Receiver L. L. Liou, D. M. Lin, J. B. Tui J. Schamu Senor Directorate Air Force Reearch Laboratory Abtract--- Thi paper preent a oftware-baed method

More information

PID Controllers. Control Engineering by Dr. L. K. Wong. Dr. WONG, Lik-Kin

PID Controllers. Control Engineering by Dr. L. K. Wong. Dr. WONG, Lik-Kin PID Controller Control Engineering by Dr. L.. Wong Dr. WONG, Lik-in Page Outut Feedback Control Sytem Reference Controller Plant Outut Feed back only the outut ignal Eay acce Obtainable in ractice Dr.

More information

A Design of Sine-wave Oscillator Based on an Improved OP-amp Differentiator Zinan Zhou

A Design of Sine-wave Oscillator Based on an Improved OP-amp Differentiator Zinan Zhou 6th International onference on Mechatronic Material Biotechnology and Environment (IMMBE 6) A Deign of Sine-wave Ocillator Baed on an Imroved OP-am Differentiator Zinan Zhou Deartment of Jiangu Union echnical

More information

Characteristics of Lead and Lag Compensators

Characteristics of Lead and Lag Compensators Characteritic of Lea an Lag Comenator Lea Comenator ue hae avance at the zero-croing increae high frequency gain an hift c to the right increae banwith limite amount of comenation oible Lag Comenator ue

More information

A Multistage Approach to the Design of Prototype Filters for Modulated Filter Banks

A Multistage Approach to the Design of Prototype Filters for Modulated Filter Banks Proceeding of the World Congre on Engineering Vol II WCE, June 3 - July,, London, U.K. A ultitage Aroach to the Deign of Prototye Filter for odulated Filter Bank Neela R. Rayavarau(ember IEEE) and Neelam

More information

Categories and Subject Descriptors [Data Converter]: Delta-sigma, RSD-cyclic, algorithmic architecture. General Terms Algorithms, Design, Verification

Categories and Subject Descriptors [Data Converter]: Delta-sigma, RSD-cyclic, algorithmic architecture. General Terms Algorithms, Design, Verification Hybrid RSD-yclic-Sigma-Delta Analog-to-Digital onverter Architecture Youef H. Atri Motorola Inc 1645 W Baele Rd #134 Mea Az 850 480-449-3869 r43451@motorola.com Larry D. Paarmann Deartment of Electrical

More information

STIMULATED BRILLOUIN-BASED SCATTERING, FAST SPEED DETECTION, ANALYSIS ON REAL APPLICATION DURING MALFUNCTION IN SUBMARINE OPTICAL CABLE

STIMULATED BRILLOUIN-BASED SCATTERING, FAST SPEED DETECTION, ANALYSIS ON REAL APPLICATION DURING MALFUNCTION IN SUBMARINE OPTICAL CABLE STIMULATED RILLOUIN-ASED SCATTERING, FAST SPEED DETECTION, ANALYSIS ON REAL APPLICATION DURING MALFUNCTION IN SUMARINE OPTICAL CALE Zai QingHua (zaiqh@gmail.com) ZTT Submarine Cable Co., Ltd. Nantong,

More information

CHAPTER 2 WOUND ROTOR INDUCTION MOTOR WITH PID CONTROLLER

CHAPTER 2 WOUND ROTOR INDUCTION MOTOR WITH PID CONTROLLER 16 CHAPTER 2 WOUND ROTOR INDUCTION MOTOR WITH PID CONTROLLER 2.1 INTRODUCTION Indutrial application have created a greater demand for the accurate dynamic control of motor. The control of DC machine are

More information

An Experimental Setup to Measure the Conductivity of a Solid or Liquid Sample Utilizing Multi-Frequency LCR Meter

An Experimental Setup to Measure the Conductivity of a Solid or Liquid Sample Utilizing Multi-Frequency LCR Meter An Exerimental Setu to Meaure the Conductivity of a Solid or Liquid Samle Utilizing Multi-Frequency LCR Meter Shahryar Darayan Deartment of Engineering Technologie Texa Southern Univerity Abtract A comuter-controlled

More information

A Comprehensive Simulation Study of Dual band Planar Inverted-F Antenna

A Comprehensive Simulation Study of Dual band Planar Inverted-F Antenna Volume 4, Iue 2, Setember (2015) A Comrehenive Simulation Study o Dual band Planar Inverted-F Antenna Chinchu Jacob Reearch Scholar, Deartment o ECE., SNGCE Kadayiruu, Kolenchery, Kerala, India Neethu

More information

Lab 7 Rev. 2 Open Lab Due COB Friday April 27, 2018

Lab 7 Rev. 2 Open Lab Due COB Friday April 27, 2018 EE314 Sytem Spring Semeter 2018 College of Engineering Prof. C.R. Tolle South Dakota School of Mine & Technology Lab 7 Rev. 2 Open Lab Due COB Friday April 27, 2018 In a prior lab, we et up the baic hardware

More information

Frequency Response Modeling of Inductive Position Sensor with Finite Element Tools

Frequency Response Modeling of Inductive Position Sensor with Finite Element Tools Frequency Reone Modeling of Inductive Poition Senor with Finite Element Tool A. K. Palit Lemfoerder Electronic GmbH (ZF-Friedrichhafen AG grou), DE-32339 Eelkam, Germany, email: ajoy.alit@zf.com Abtract:

More information

Quantitative Analysis of a Wireless Power Transfer Cell with Planar Spiral Structures

Quantitative Analysis of a Wireless Power Transfer Cell with Planar Spiral Structures Quantitative Analyi of a Wirele Power Tranfer Cell with Planar Siral Structure Xiu Zhang, S. L. Ho, and W. N. Fu Deartment of Electrical Engineering, The Hong Kong Polytechnic Univerity, Hong Kong An emerging

More information

COST OF TRANSMISSION TRANSACTIONS: Comparison and Discussion of Used Methods

COST OF TRANSMISSION TRANSACTIONS: Comparison and Discussion of Used Methods INTERNATIONAL CONFERENCE ON RENEWABLE ENERGY AND POWER QUALITY (ICREPQ 03) COST OF TRANSMISSION TRANSACTIONS: Comparion and Dicuion of Ued Method Judite Ferreira 1, Zita Vale 2, A. Almeida Vale 3 and Ricardo

More information

Effect of the Series Resonance LC Tank on the Mitigation of Fault Current in Radial Distribution Networks

Effect of the Series Resonance LC Tank on the Mitigation of Fault Current in Radial Distribution Networks Indian Journal of Science and Technology, Vol 9(7), DOI:.7485/ijt/6/v9i7/43495, February 6 ISSN (Print) : 974-6846 ISSN (Online) : 974-5645 Effect of the Serie Reonance LC Tank on the Mitigation of Fault

More information

A New Unity Power Factor Rectifier System using an Active Waveshaping Technique

A New Unity Power Factor Rectifier System using an Active Waveshaping Technique A ew Unity Power Factor Rectifier Sytem uing 173 JPE 9-2-5 A ew Unity Power Factor Rectifier Sytem uing an Active Wavehaing Technique Se-Wan Choi and Young-Sang Bae * * Det. of Control and ntrumentation

More information

ROLLING ELEMENT BEARING FAULT DIAGNOSIS BASED ON GENETIC ALGORITHMS. Yongxiang Zhang 1, R. B. Randall 2

ROLLING ELEMENT BEARING FAULT DIAGNOSIS BASED ON GENETIC ALGORITHMS. Yongxiang Zhang 1, R. B. Randall 2 ICSV4 Cairn Autralia 9- July, 007 ROLLING ELEMENT BEARING FAULT DIAGNOSIS BASED ON GENETIC ALGORITHMS Yongxiang Zhang, R. B. Randall School of Mechanical and Manufacturing Engineering, Huazhong Univerity

More information

REAL-TIME IMPLEMENTATION OF A NEURO-AVR FOR SYNCHRONOUS GENERATOR. M. M. Salem** A. M. Zaki** O. P. Malik*

REAL-TIME IMPLEMENTATION OF A NEURO-AVR FOR SYNCHRONOUS GENERATOR. M. M. Salem** A. M. Zaki** O. P. Malik* Copyright 2002 IFAC 5th Triennial World Congre, Barcelona, Spain REAL-TIME IMPLEMENTATION OF A NEURO- FOR SYNCHRONOUS GENERATOR M. M. Salem** A. M. Zaki** O. P. Malik* *The Univerity of Calgary, Canada

More information

This version was downloaded from Northumbria Research Link:

This version was downloaded from Northumbria Research Link: Citation: Dorrell, D. and Jovanovic, Milutin (8) On the oibilitie of uing a bruhle doubly-fed reluctance generator in a MW wind turbine. In: 8 IEEE Indutry Alication Society Annual Meeting. IEEE Xlore,

More information

Project: IEEE P Working Group for Wireless Personal Area Networks N

Project: IEEE P Working Group for Wireless Personal Area Networks N Project: IEEE P8.5 Working Grou or Wirele Peronal Area Network N (WPAN) Submiion Title: M-ary Code Shit Keying/Binary PPM (MCSK/BPPM) Baed Imule Radio Date Submitted: January 5 Source: [Dong In Kim (),

More information

Designing Stable Digital Power Supplies. Dr Ali Shirsavar Biricha Digital Power Ltd

Designing Stable Digital Power Supplies. Dr Ali Shirsavar Biricha Digital Power Ltd Deigning Stable Digital Power Sulie Dr Ali Shiravar Biricha Digital Power Ltd Biricha Digital Power 0 Agenda Welcome and Introduction Introduction to digital ower Benefit of digital ower Digital ower challenge

More information

Chapter Introduction

Chapter Introduction Chapter-6 Performance Analyi of Cuk Converter uing Optimal Controller 6.1 Introduction In thi chapter two control trategie Proportional Integral controller and Linear Quadratic Regulator for a non-iolated

More information

HIGH VOLTAGE DC-DC CONVERTER USING A SERIES STACKED TOPOLOGY

HIGH VOLTAGE DC-DC CONVERTER USING A SERIES STACKED TOPOLOGY HIGH VOLTAGE DC-DC CONVERTER USING A SERIES STACKED TOPOLOGY Author: P.D. van Rhyn, Co Author: Prof. H. du T. Mouton Power Electronic Group (PEG) Univerity of the Stellenboch Tel / Fax: 21 88-322 e-mail:

More information

EXPERIMENT 6 CLOSED-LOOP TEMPERATURE CONTROL OF AN ELECTRICAL HEATER

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

More information

FRAME SYNCHRONIZATION FOR PSAM IN AWGN AND RAYLEIGH FADING CHANNELS

FRAME SYNCHRONIZATION FOR PSAM IN AWGN AND RAYLEIGH FADING CHANNELS FRAME SYCHROIZATIO FOR PSAM I AWG AD RAYLEIGH FADIG CHAELS Haozhang Jia Deartment of Electrical Engineering Univerity of Sakatchewan Sakatoon, Canada, S7 5A9 email: haj53@mail.uak.ca David E. Dodd Deartment

More information

HARMONIC COMPENSATION ANALYSIS USING UNIFIED SERIES SHUNT COMPENSATOR IN DISTRIBUTION SYSTEM

HARMONIC COMPENSATION ANALYSIS USING UNIFIED SERIES SHUNT COMPENSATOR IN DISTRIBUTION SYSTEM HARMONIC COMPENSATION ANAYSIS USING UNIFIED SERIES SHUNT COMPENSATOR IN DISTRIBUTION SYSTEM * Montazeri M. 1, Abai Garavand S. 1 and Azadbakht B. 2 1 Department of Electrical Engineering, College of Engineering,

More information

AN EVALUATION OF DIGILTAL ANTI-ALIASING FILTER FOR SPACE TELEMETRY SYSTEMS

AN EVALUATION OF DIGILTAL ANTI-ALIASING FILTER FOR SPACE TELEMETRY SYSTEMS AN EVALUATION OF DIGILTAL ANTI-ALIASING FILTER FOR SPACE TELEMETRY SYSTEMS Alion de Oliveira Morae (1), Joé Antonio Azevedo Duarte (1), Sergio Fugivara (1) (1) Comando-Geral de Tecnologia Aeroepacial,

More information

STRUCTURAL SEMI-ACTIVE CONTROL DEVICE

STRUCTURAL SEMI-ACTIVE CONTROL DEVICE STRUCTURAL SEMI-ACTIVE CONTROL DEVICE Ming-Hiang SHIH SUMMARY Method for vibration reduction of tructure under dynamic excitation uch a wind and earthquake were generally claified into active control and

More information

A Two-Stage Optimization PID Algorithm

A Two-Stage Optimization PID Algorithm PID' Brecia (Italy), March 8-3, ThB. A Two-Stage Optimization PID Algorithm Gíli Herjólfon Anna Soffía Haukdóttir Sven Þ. Sigurðon Department of Electrical and Computer Engineering,Univerity of Iceland

More information

Integral Control AGC of Interconnected Power Systems Using Area Control Errors Based On Tie Line Power Biasing

Integral Control AGC of Interconnected Power Systems Using Area Control Errors Based On Tie Line Power Biasing ISSN (Online) 232 24 ISSN (Print) 232 5526 Vol. 2, Iue 4, April 24 Integral Control AGC of Interconnected Power Sytem Uing Area Control Error Baed On Tie Line Power Biaing Charudatta B. Bangal Profeor,

More information

Adaptive Space/Frequency Processing for Distributed Aperture Radars

Adaptive Space/Frequency Processing for Distributed Aperture Radars Adaptive Space/Frequency Proceing for Ditributed Aperture Radar Raviraj Adve a, Richard Schneible b, Robert McMillan c a Univerity of Toronto Department of Electrical and Computer Engineering 10 King College

More information

SCK LAB MANUAL SAMPLE

SCK LAB MANUAL SAMPLE SCK LAB MANUAL SAMPLE VERSION 1.2 THIS SAMPLE INCLUDES: TABLE OF CONTENTS TWO SELECTED LABS FULL VERSION IS PROVIDED FREE WITH KITS Phone: +92 51 8356095, Fax: +92 51 8311056 Email: info@renzym.com, URL:www.renzym.com

More information

Active Harmonic Elimination in Multilevel Converters Using FPGA Control

Active Harmonic Elimination in Multilevel Converters Using FPGA Control Active Harmonic Elimination in Multilevel Converter Uing FPGA Control Zhong Du, Leon M. Tolbert, John N. Chiaon Electrical and Computer Engineering The Univerity of Tenneee Knoxville, TN 7996- E-mail:

More information

Active vibration isolation for a 6 degree of freedom scale model of a high precision machine

Active vibration isolation for a 6 degree of freedom scale model of a high precision machine Active vibration iolation for a 6 degree of freedom cale model of a high preciion machine W.B.A. Boomma Supervior Report nr : Prof. Dr. Ir. M. Steinbuch : DCT 8. Eindhoven Univerity of Technology Department

More information

A New Equivalent Transmission Line Modeling of Dumbbell Type Defected Ground Structure

A New Equivalent Transmission Line Modeling of Dumbbell Type Defected Ground Structure A New Equivalent Tranmiion Line Modeling of Dumbbell Tye Defected Ground Structure JONGIM PARK Diviion of Information Technology Engineering, Soonchunhyang Univ. 646 Eunae Shinchang Aan Chungnam 336-745

More information

NOISE BARRIERS CERC 1. INTRODUCTION

NOISE BARRIERS CERC 1. INTRODUCTION Augut 217 P33/1B/17 NOISE BARRIERS CERC In thi document ADMS refer to ADMS-Road 4.1, ADMS-Urban 4.1 and ADMS-Airport 4.1. Where information refer to a ubet of the lited model, the model name i given in

More information

Control of Electromechanical Systems using Sliding Mode Techniques

Control of Electromechanical Systems using Sliding Mode Techniques Proceeding of the 44th IEEE Conference on Deciion and Control, and the European Control Conference 25 Seville, Spain, December 2-5, 25 MoC7. Control of Electromechanical Sytem uing Sliding Mode Technique

More information

Position Control of a Large Antenna System

Position Control of a Large Antenna System Poition Control of a Large Antenna Sytem uldip S. Rattan Department of Electrical Engineering Wright State Univerity Dayton, OH 45435 krattan@c.wright.edu ABSTRACT Thi report decribe the deign of a poition

More information

Study and Comparison of photovoltaic Conversion with fuzzy Control

Study and Comparison of photovoltaic Conversion with fuzzy Control Study and Comarion of hotovoltaic Converion with fuzzy Control L. achedi, C.Fetha and H. Bouzeria 4 Bahi 4 Det.of Electrotechnic, Engineering Science Faculty Univerity of Hadj Lakhdar Batna, Algeria nouflot@yahoo.fr

More information

Analysis. Control of a dierential-wheeled robot. Part I. 1 Dierential Wheeled Robots. Ond ej Stan k

Analysis. Control of a dierential-wheeled robot. Part I. 1 Dierential Wheeled Robots. Ond ej Stan k Control of a dierential-wheeled robot Ond ej Stan k 2013-07-17 www.otan.cz SRH Hochchule Heidelberg, Mater IT, Advanced Control Engineering project Abtract Thi project for the Advanced Control Engineering

More information

Francisco M. Gonzalez-Longatt Juan Manuel Roldan Jose Luis Rueda. Line 5: City, Country

Francisco M. Gonzalez-Longatt Juan Manuel Roldan Jose Luis Rueda. Line 5: City, Country Impact of DC Control Strategie on Dynamic Behaviour of Multi-Terminal Voltage-Source Converter-Baed HVDC after Sudden Diconnection of a Converter Station Francico M. Gonzalez-Longatt Juan Manuel Roldan

More information

Constant Switching Frequency Self-Oscillating Controlled Class-D Amplifiers

Constant Switching Frequency Self-Oscillating Controlled Class-D Amplifiers http://dx.doi.org/.5755/j.eee..6.773 ELEKTRONIKA IR ELEKTROTECHNIKA, ISSN 39 5, OL., NO. 6, 4 Contant Switching Frequency Self-Ocillating Controlled Cla-D Amplifier K. Nguyen-Duy, A. Knott, M. A. E. Anderen

More information

Sampling Theory MODULE XIII LECTURE - 41 NON SAMPLING ERRORS

Sampling Theory MODULE XIII LECTURE - 41 NON SAMPLING ERRORS Sampling Theory MODULE XIII LECTURE - 41 NON SAMPLING ERRORS DR. SHALABH DEPARTMENT OF MATHEMATICS AND STATISTICS INDIAN INSTITUTE OF TECHNOLOG KANPUR 1 It i a general aumption in ampling theory that the

More information

Making Use Of What You Don t See: Negative Information In Markov Localization

Making Use Of What You Don t See: Negative Information In Markov Localization Making Ue Of What You Don t See: Negative Information In Markov Localization Jan Hoffmann, Michael Spranger, Daniel Göhring, and Matthia Jüngel Department of Computer Science Artificial Intelligence Laboratory

More information

AC : TEACHING DIGITAL FILTER IMPLEMENTATIONS US- ING THE 68HC12 MICROCONTROLLER

AC : TEACHING DIGITAL FILTER IMPLEMENTATIONS US- ING THE 68HC12 MICROCONTROLLER AC 2011-549: TEACHING DIGITAL FILTER IMPLEMENTATIONS US- ING THE 68HC12 MICROCONTROLLER Li Tan, Purdue Univerity North Central DR. LI TAN i currently with the College of Engineering and Technology at Purdue

More information

Keywords Narrow Band Filter (FFT), 4:2 Compressor, Xilinx.

Keywords Narrow Band Filter (FFT), 4:2 Compressor, Xilinx. Volume 6, Iue 1, January 2016 ISSN: 2277 128X International Journal of Advanced Reearch in Comuter Science and Software Engineering Reearch Paer Available online at: www.ijarce.com High Seed and Area Efficient

More information

Reactive Power Control of Photovoltaic Systems Based on the Voltage Sensitivity Analysis Rasool Aghatehrani, Member, IEEE, and Anastasios Golnas

Reactive Power Control of Photovoltaic Systems Based on the Voltage Sensitivity Analysis Rasool Aghatehrani, Member, IEEE, and Anastasios Golnas 1 Reactive ower Control of hotovoltaic ytem Baed on the Voltage enitivity Analyi Raool Aghatehrani, Member, IEEE, and Anataio Golna Abtract: Thi paper addree the voltage fluctuation caued by the output

More information

Analysis of Reflection and Scattering Characteristics at the 60GHz Frequency

Analysis of Reflection and Scattering Characteristics at the 60GHz Frequency Analyi of eflection and Scattering Characteritic at the 6GH Frequency Myoung-Won Jung* Jong Ho Kim* Young Keun Yoon* Young Jun Chong* *Technology eearch Deartment TI 6 Gajeong-dong Yueong-gu Daejeon 35-7

More information

Effect of Solar Irradiance and Temperature on Photovoltaic Module Electrical Characteristics

Effect of Solar Irradiance and Temperature on Photovoltaic Module Electrical Characteristics reedg of the nternational otgraduate Conference on Engeerg (CE 1) 16-17 October 1, erli, alayia Effect of Solar rradiance and emerature on hotovoltaic odule Electrical Characteritic. rwanto *, Daut *,.

More information

A Simple DSP Laboratory Project for Teaching Real-Time Signal Sampling Rate Conversions

A Simple DSP Laboratory Project for Teaching Real-Time Signal Sampling Rate Conversions A Simple DSP Laboratory Project for Teaching Real-Time Signal Sampling Rate Converion by Li Tan, Ph.D. lizhetan@pnc.edu Department of ECET Purdue Univerity North Central Wetville, Indiana Jean Jiang, Ph.D.

More information

Hardware-in-the-loop tuning of a feedback controller for a buck converter using a GA

Hardware-in-the-loop tuning of a feedback controller for a buck converter using a GA SPEEDAM 8 International Sympoium on Power Electronic, Electrical Drive, Automation and Motion Hardware-in-the-loop tuning of a feedback controller for a buck converter uing a GA Mr K. D. Wilkie, Dr M.

More information

PAVEMENT OVERLAY THICKNESS EVALUATION USING GROUND PENTRATING RADAR (GPR) INTRODUCTION

PAVEMENT OVERLAY THICKNESS EVALUATION USING GROUND PENTRATING RADAR (GPR) INTRODUCTION PVEMENT OVERLY THICKNESS EVLUTION USING GROUN PENTRTING RR (GPR) wayne Harri, M.Sc., PG, Tranortation Sytem Engineer. Sammy Noureldin, Ph..,PE, Tranortation Reearch Section Manager Indiana eartment of

More information

Self-Programmable PID Compensator for Digitally Controlled SMPS

Self-Programmable PID Compensator for Digitally Controlled SMPS 6 IEEE COMPEL Workhop, Renelaer Polytechnic Intitute, Troy, NY, USA, July 16-19, 6 Self-Programmable PID Compenator for Digitally Controlled SMPS Zhenyu Zhao and Alekandar Prodi Univerity of Toronto Toronto,

More information

Hashiwokakero. T. Morsink. August 31, 2009

Hashiwokakero. T. Morsink. August 31, 2009 Hahiwokakero T. Morink Augut 31, 2009 Content 1 Introduction 3 2 What i Hahiwokakero? 3 2.1 The rule............................. 3 2.2 Eay olving tatement..................... 4 3 Building an Own Solver

More information

DESIGN OF SECOND ORDER SIGMA-DELTA MODULATOR FOR AUDIO APPLICATIONS

DESIGN OF SECOND ORDER SIGMA-DELTA MODULATOR FOR AUDIO APPLICATIONS DESIGN OF SECOND ORDER SIGMA-DELTA MODULATOR FOR AUDIO APPLICATIONS 1 DHANABAL R, 2 BHARATHI V, 3 NAAMATHEERTHAM R SAMHITHA, 4 G.SRI CHANDRAKIRAN, 5 SAI PRAMOD KOLLI 1 Aitant Profeor (Senior Grade), VLSI

More information

Efficiency and Damping Control Evaluation of a Matrix Converter with a Boost-up AC Chopper in Adjustable Speed Drive System

Efficiency and Damping Control Evaluation of a Matrix Converter with a Boost-up AC Chopper in Adjustable Speed Drive System Efficiency and Damping Control Evaluation of a Matrix Converter with a Boot-up AC Chopper in Adjutable Speed Drive Sytem Kazuhiro Koiwa and Jun-ichi Itoh Department of Electrical Engineering Nagaoka Univerity

More information

New Resonance Type Fault Current Limiter

New Resonance Type Fault Current Limiter New Reonance Type Fault Current imiter Mehrdad Tarafdar Hagh 1, Member, IEEE, Seyed Behzad Naderi 2 and Mehdi Jafari 2, Student Member, IEEE 1 Mechatronic Center of Excellence, Univerity of Tabriz, Tabriz,

More information

ECE451/551 Matlab and Simulink Controller Design Project

ECE451/551 Matlab and Simulink Controller Design Project ECE451/551 Matlab and Simulink Controller Deign Project Aim: Ue Matlab and Simulink to build and imulate variou control configuration a dicued in the Modern Control ection (chapter 18-23) in the intructor

More information

Comparison Study in Various Controllers in Single-Phase Inverters

Comparison Study in Various Controllers in Single-Phase Inverters Proceeding of 2010 IEEE Student Conference on Reearch and Development (SCOReD 2010), 13-14 Dec 2010, Putrajaya, Malayia Comparion Study in ariou Controller in Single-Phae Inverter Shamul Aizam Zulkifli

More information

SIMULINK for Process Control

SIMULINK for Process Control SIMULINK for Proce Control Simulink for Control MATLAB, which tand for MATrix LABoratory, i a technical computing environment for high-performance numeric computation and viualization. SIMULINK i a part

More information

Time-Domain Coupling to a Device on Printed Circuit Board Inside a Cavity. Chatrpol Lertsirimit, David R. Jackson and Donald R.

Time-Domain Coupling to a Device on Printed Circuit Board Inside a Cavity. Chatrpol Lertsirimit, David R. Jackson and Donald R. Time-Domain Coupling to a Device on Printed Circuit Board Inide a Cavity Chatrpol Lertirimit, David R. Jackon and Donald R. Wilton Applied Electromagnetic Laboratory Department of Electrical Engineering,

More information

A Miniaturized Monolithic 2.4/5.7 GHz Concurrent Dual-Band Low Noise Amplifier Using InGaP/GaAs HBT Technology

A Miniaturized Monolithic 2.4/5.7 GHz Concurrent Dual-Band Low Noise Amplifier Using InGaP/GaAs HBT Technology A iaturized onolithic.4/ Concurrent Dual-Band Low oie Amlifier Ug InGaP/GaA HBT Technology KU-A LIAO and YO-SHEG LI, ember, IEEE Deartment of Electrical Engeerg ational Chi-an Univerity Univerity Rd. Puli,

More information

SETTING UP A GRID SIMULATOR A. Notholt 1, D. Coll-Mayor 2, A. Engler 1

SETTING UP A GRID SIMULATOR A. Notholt 1, D. Coll-Mayor 2, A. Engler 1 SETTING U A GRID SIMULATOR A. Notholt, D. CollMayor 2, A. Engler Intitut für Solare Energieverorgungtechnik (ISET). Königtor 9. D349 Kael anotholt@iet.unikael.de 2 Department of hyic. Univerity of Balearic

More information

Stability Analysis in a Cognitive Radio System with Cooperative Beamforming

Stability Analysis in a Cognitive Radio System with Cooperative Beamforming Stability Analyi in a Cognitive Radio Sytem with Cooperative Beamforming Mohammed Karmooe, Ahmed Sultan, Moutafa Youef Department of Electrical Engineering, Alexandria Univerity, Alexandria, Egypt Wirele

More information

A HIGH PERFORMANCE 50 KW THREE-PHASE PFC POWER SUPPLY FOR USE WITH A DC ARC PLASMA TORCH

A HIGH PERFORMANCE 50 KW THREE-PHASE PFC POWER SUPPLY FOR USE WITH A DC ARC PLASMA TORCH A HIGH PEFOMANCE 5 KW THEE-PHASE PFC POWE SUPPLY FO USE WITH A DC AC PLASMA TOCH Jean-Paul Dubut, Alexandre Magnu Fernande Guimarãe, André Ortiz Salazar*, André Laurindo Maitelli*, Clodomiro Alve Júnior**

More information

Design, Realization, and Analysis of PIFA for an RFID Mini-Reader

Design, Realization, and Analysis of PIFA for an RFID Mini-Reader Deign, Realization, and Analyi of PIFA for an RFID Mini-Reader SUNG-FEI YANG ; TROY-CHI CHIU ; CHIN-CHUNG NIEN Indutrial Technology Reearch Intitute (ITRI) Rm. 5, Bldg. 5, 95, Sec., Chung Hing Rd., Chutung,

More information

EDUCATION INEQUALITY AND

EDUCATION INEQUALITY AND EDUCATION INEQUALITY AND INCOME INEQUALITY Daniele Checchi - Univerity of Milan - Italy Mailing addre: Daniele Checchi Diartimento di Economia Politica e Aziendale Univerità degli Studi di Milano via Conervatorio

More information

Lab 4: The transformer

Lab 4: The transformer Lab 4: The tranformer ELEC 305 July 8 05 Read thi lab before your lab eriod and anwer the quetion marked a relaboratory. You mut how your re-laboratory anwer to the TA rior to tarting the lab. It i a long

More information

ASSISTING PERSONAL POSITIONING IN INDOOR ENVIRONMENTS USING MAP MATCHING

ASSISTING PERSONAL POSITIONING IN INDOOR ENVIRONMENTS USING MAP MATCHING Archive of Photogrammetry, Cartography and Remote Sening, Vol., 0, pp. 39-49 ISSN 083-4 ASSISTING PERSONAL POSITIONING IN INDOOR ENVIRONMENTS USING MAP MATCHING Mohamed Attia, Adel Moua, ing Zhao 3, Naer

More information

Innovation activity of corporations in emerging economies

Innovation activity of corporations in emerging economies Innovation activity of corporation in emerging economie Ekaterina N. Soboleva 1a, Mikhail V. Chikov 2, and Anataia S. Zaikovkaya 1 1 National Reearch Tomk Polytechnic Univerity, Tomk, 634050, Ruia 2 National

More information

Voltage Analysis of Distribution Systems with DFIG Wind Turbines

Voltage Analysis of Distribution Systems with DFIG Wind Turbines 1 Voltage Analyi of Ditribution Sytem with DFIG Wind Turbine Baohua Dong, Sohrab Agarpoor, and Wei Qiao Department of Electrical Engineering Univerity of Nebraka Lincoln Lincoln, Nebraka 68588-0511, USA

More information

MODAL ANALYSIS OF A BEAM WITH CLOSELY SPACED MODE SHAPES

MODAL ANALYSIS OF A BEAM WITH CLOSELY SPACED MODE SHAPES ME 164 Senior Captone Deign The Cooper Union Spring 2011 MODAL ANALYSIS O A BEAM WITH CLOSELY SPACED MODE SHAPES Eglind Myftiu The Cooper Union New York City, NY, USA ABSTRACT Thi paper invetigate the

More information

Design of PID Controller Based on an Expert System

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

More information

Gemini. The errors from the servo system are considered as the superposition of three things:

Gemini. The errors from the servo system are considered as the superposition of three things: Gemini Mount Control Sytem Report Prediction Of Servo Error Uing Simulink Model Gemini 9 July 1996 MCSJDW (Iue 3) - Decribe the proce of etimating the performance of the main axi ervo uing the non-linear

More information

LCL Interface Filter Design for Shunt Active Power Filters

LCL Interface Filter Design for Shunt Active Power Filters [Downloaded from www.aece.ro on Sunday, November 4, 00 at 8::03 (TC) by 79.7.55.48. Retriction apply.] Advance in Electrical and Computer Engineering Volume 0, Number 3, 00 LCL nterface Filter Deign for

More information

High Voltage Dry-Type Air-Core Shunt Reactors

High Voltage Dry-Type Air-Core Shunt Reactors 1, rue d Artoi, F-75008 PARIS A3-101 CIGRE 014 http : //www.cigre.org High Voltage Dry-Type Air-Core Shunt Reactor K. PAPP* M. R. SHARP D.F. PEELO Trench Autria GmbH Trench Limited Conultant Autria Canada

More information

Reinforcement Learning Based Anti-jamming with Wideband Autonomous Cognitive Radios

Reinforcement Learning Based Anti-jamming with Wideband Autonomous Cognitive Radios 1 Reinforcement Learning Baed Anti-jamming with Wideband Autonomou Cognitive Radio Stephen Machuzak, Student Member, IEEE, and Sudharman K. Jayaweera, Senior Member, IEEE Communication and Information

More information

Published in: Proceedings of the 26th European Solid-State Circuits Conference, 2000, ESSCIRC '00, September 2000, Stockholm, Sweden

Published in: Proceedings of the 26th European Solid-State Circuits Conference, 2000, ESSCIRC '00, September 2000, Stockholm, Sweden Uing capacitive cro-coupling technique in RF low noie amplifier and down-converion mixer deign Zhuo, Wei; Embabi, S.; Pineda de Gyvez, J.; Sanchez-Sinencio, E. Publihed in: Proceeding of the 6th European

More information

S - MAQ. d 1 (t) F.F.R. Symb-clock recovery circuit F.F.R. d 2 (t) Figure 2 Block diagram of the QAM receiver

S - MAQ. d 1 (t) F.F.R. Symb-clock recovery circuit F.F.R. d 2 (t) Figure 2 Block diagram of the QAM receiver r(t) BF i(t) c(t) Quadrature mlitude Modulation - QM - beide it emloyment a uch to tranmit two indeendent data flow, the QM i ued a a method of modulation-demodulation of other amlitude, frequency or hae

More information

Identification of Image Noise Sources in Digital Scanner Evaluation

Identification of Image Noise Sources in Digital Scanner Evaluation Identification of Image Noie Source in Digital Scanner Evaluation Peter D. Burn and Don William Eatman Kodak Company, ocheter, NY USA 4650-95 ABSTACT For digital image acquiition ytem, analyi of image

More information

Parallel DCMs APPLICATION NOTE AN:030. Introduction. Sample Circuit

Parallel DCMs APPLICATION NOTE AN:030. Introduction. Sample Circuit APPLICATION NOTE AN:030 Parallel DCM Ugo Ghila Application Engineering Content Page Introduction 1 Sample Circuit 1 Output Voltage Regulation 2 Load Sharing 4 Startup 5 Special Application: Optimizing

More information

Subcarrier exclusion techniques

Subcarrier exclusion techniques Subcarrier excluion technique for coded OFDM ytem Kai-Uwe Schmidt, Jochen Ertel, Michael Benedix, and Adolf Finger Communication Laboratory, Dreden Univerity of Technology, 62 Dreden, Germany email: {chmidtk,

More information