Control theoryis a field ofcontrol engineeringandapplied mathematicsthat deals with thecontrolofdynamical systemsin engineered processes and machines. The objective is to develop a model or algorithm governing the application of system inputs to drive the system to a desired state, while minimizing anydelay,overshoot,orsteady-state errorand ensuring a level of controlstability;often with the aim to achieve a degree ofoptimality.

To do this, acontrollerwith the requisite corrective behavior is required. This controller monitors the controlledprocess variable(PV), and compares it with the reference orset point(SP). The difference between actual and desired value of the process variable, called theerrorsignal, or SP-PV error, is applied as feedback to generate a control action to bring the controlled process variable to the same value as the set point. Other aspects which are also studied arecontrollabilityandobservability.Control theory is used incontrol system engineeringto design automation that have revolutionized manufacturing, aircraft, communications and other industries, and created new fields such asrobotics.

Extensive use is usually made of a diagrammatic style known as theblock diagram.In it thetransfer function,also known as the system function or network function, is a mathematical model of the relation between the input and output based on thedifferential equationsdescribing the system.

Control theory dates from the 19th century, when the theoretical basis for the operation of governors was first described byJames Clerk Maxwell.[1]Control theory was further advanced byEdward Routhin 1874,Charles Sturmand in 1895,Adolf Hurwitz,who all contributed to the establishment of control stability criteria; and from 1922 onwards, the development ofPID controltheory byNicolas Minorsky.[2] Although a major application ofmathematicalcontrol theory is incontrol systems engineering,which deals with the design ofprocess controlsystems for industry, other applications range far beyond this. As the general theory of feedback systems, control theory is useful wherever feedback occurs - thus control theory also has applications in life sciences, computer engineering, sociology andoperations research.[3]

History

edit
Centrifugal governorin aBoulton & Watt engineof 1788

Although control systems of various types date back to antiquity, a more formal analysis of the field began with a dynamics analysis of thecentrifugal governor,conducted by the physicistJames Clerk Maxwellin 1868, entitledOn Governors.[4]A centrifugal governor was already used to regulate the velocity of windmills.[5]Maxwell described and analyzed the phenomenon ofself-oscillation,in which lags in the system may lead to overcompensation and unstable behavior. This generated a flurry of interest in the topic, during which Maxwell's classmate,Edward John Routh,abstracted Maxwell's results for the general class of linear systems.[6]Independently,Adolf Hurwitzanalyzed system stability using differential equations in 1877, resulting in what is now known as theRouth–Hurwitz theorem.[7][8]

A notable application of dynamic control was in the area of crewed flight. TheWright brothersmade their first successful test flights on December 17, 1903, and were distinguished by their ability to control their flights for substantial periods (more so than the ability to produce lift from an airfoil, which was known). Continuous, reliable control of the airplane was necessary for flights lasting longer than a few seconds.

ByWorld War II,control theory was becoming an important area of research.Irmgard Flügge-Lotzdeveloped the theory of discontinuous automatic control systems, and applied thebang-bang principleto the development ofautomatic flight control equipmentfor aircraft.[9][10]Other areas of application for discontinuous controls includedfire-control systems,guidance systemsandelectronics.

Sometimes, mechanical methods are used to improve the stability of systems. For example,ship stabilizersare fins mounted beneath the waterline and emerging laterally. In contemporary vessels, they may be gyroscopically controlled active fins, which have the capacity to change their angle of attack to counteract roll caused by wind or waves acting on the ship.

TheSpace Racealso depended on accurate spacecraft control, and control theory has also seen an increasing use in fields such as economics and artificial intelligence. Here, one might say that the goal is to find aninternal modelthat obeys thegood regulator theorem.So, for example, in economics, the more accurately a (stock or commodities) trading model represents the actions of the market, the more easily it can control that market (and extract "useful work" (profits) from it). In AI, an example might be a chatbot modelling the discourse state of humans: the more accurately it can model the human state (e.g. on a telephone voice-support hotline), the better it can manipulate the human (e.g. into performing the corrective actions to resolve the problem that caused the phone call to the help-line). These last two examples take the narrow historical interpretation of control theory as a set of differential equations modeling and regulating kinetic motion, and broaden it into a vast generalization of aregulatorinteracting with aplant.

Open-loop and closed-loop (feedback) control

edit

Fundamentally, there are two types of control loop:open-loop control(feedforward), andclosed-loop control(feedback).

An electromechanical timer, normally used for open-loop control based purely on a timing sequence, with no feedback from the process

In open-loop control, the control action from the controller is independent of the "process output" (or "controlled process variable" ). A good example of this is a central heating boiler controlled only by a timer, so that heat is applied for a constant time, regardless of the temperature of the building. The control action is the switching on/off of the boiler, but the controlled variable should be the building temperature, but is not because this is open-loop control of the boiler, which does not give closed-loop control of the temperature.

In closed loop control, the control action from the controller is dependent on the process output. In the case of the boiler analogy this would include a thermostat to monitor the building temperature, and thereby feed back a signal to ensure the controller maintains the building at the temperature set on the thermostat. A closed loop controller therefore has a feedback loop which ensures the controller exerts a control action to give a process output the same as the "reference input" or "set point". For this reason, closed loop controllers are also called feedback controllers.[11]

The definition of a closed loop control system according to theBritish Standards Institutionis "a control system possessing monitoring feedback, the deviation signal formed as a result of this feedback being used to control the action of a final control element in such a way as to tend to reduce the deviation to zero."[12]

Likewise; "AFeedback Control Systemis a system which tends to maintain a prescribed relationship of one system variable to another by comparing functions of these variables and using the difference as a means of control. "[13]

Classical control theory

edit
Example of a single industrial control loop; showing continuously modulated control of process flow.

Aclosed-loop controlleror feedback controller is acontrol loopwhich incorporatesfeedback,in contrast to anopen-loop controllerornon-feedback controller. A closed-loop controller uses feedback to controlstatesoroutputsof adynamical system.Its name comes from the information path in the system: process inputs (e.g.,voltageapplied to anelectric motor) have an effect on the process outputs (e.g., speed or torque of the motor), which is measured withsensorsand processed by the controller; the result (the control signal) is "fed back" as input to the process, closing the loop.[14]

In the case of linearfeedbacksystems, acontrol loopincludingsensors,control algorithms, and actuators is arranged in an attempt to regulate a variable at asetpoint(SP). An everyday example is thecruise controlon a road vehicle; where external influences such as hills would cause speed changes, and the driver has the ability to alter the desired set speed. ThePID algorithmin the controller restores the actual speed to the desired speed in an optimum way, with minimal delay orovershoot,by controlling the power output of the vehicle's engine. Control systems that include some sensing of the results they are trying to achieve are making use of feedback and can adapt to varying circumstances to some extent.Open-loop control systemsdo not make use of feedback, and run only in pre-arranged ways.

Closed-loop controllers have the following advantages over open-loop controllers:

  • disturbance rejection (such as hills in the cruise control example above)
  • guaranteed performance even withmodeluncertainties, when the model structure does not match perfectly the real process and the model parameters are not exact
  • unstableprocesses can be stabilized
  • reduced sensitivity to parameter variations
  • improved reference tracking performance
  • improved rectification of random fluctuations[15]

In some systems, closed-loop and open-loop control are used simultaneously. In such systems, the open-loop control is termedfeedforwardand serves to further improve reference tracking performance.

A common closed-loop controller architecture is thePID controller.

A basic feedback loop

Linear and nonlinear control theory

edit

The field of control theory can be divided into two branches:

Analysis techniques - frequency domain and time domain

edit

Mathematical techniques for analyzing and designing control systems fall into two different categories:

In contrast to the frequency domain analysis of the classical control theory, modern control theory utilizes the time-domainstate spacerepresentation,[citation needed]a mathematical model of a physical system as a set of input, output and state variables related by first-order differential equations. To abstract from the number of inputs, outputs, and states, the variables are expressed as vectors and the differential and algebraic equations are written in matrix form (the latter only being possible when the dynamical system is linear). The state space representation (also known as the "time-domain approach" ) provides a convenient and compact way to model and analyze systems with multiple inputs and outputs. With inputs and outputs, we would otherwise have to write down Laplace transforms to encode all the information about a system. Unlike the frequency domain approach, the use of the state-space representation is not limited to systems with linear components and zero initial conditions. "State space" refers to the space whose axes are the state variables. The state of the system can be represented as a point within that space.[17][18]

System interfacing - SISO & MIMO

edit

Control systems can be divided into different categories depending on the number of inputs and outputs.

  • Single-input single-output(SISO) – This is the simplest and most common type, in which one output is controlled by one control signal. Examples are the cruise control example above, or anaudio system,in which the control input is the input audio signal and the output is the sound waves from the speaker.
  • Multiple-input multiple-output(MIMO) – These are found in more complicated systems. For example, modern largetelescopessuch as theKeckandMMThave mirrors composed of many separate segments each controlled by anactuator.The shape of the entire mirror is constantly adjusted by a MIMOactive opticscontrol system using input from multiple sensors at the focal plane, to compensate for changes in the mirror shape due to thermal expansion, contraction, stresses as it is rotated and distortion of thewavefrontdue to turbulence in the atmosphere. Complicated systems such asnuclear reactorsand humancellsare simulated by a computer as large MIMO control systems.

Classical SISO system design

edit

The scope of classical control theory is limited tosingle-input and single-output(SISO) system design, except when analyzing for disturbance rejection using a second input. The system analysis is carried out in the time domain usingdifferential equations,in the complex-s domain with theLaplace transform,or in the frequency domain by transforming from the complex-s domain. Many systems may be assumed to have a second order and single variable system response in the time domain. A controller designed using classical theory often requires on-site tuning due to incorrect design approximations. Yet, due to the easier physical implementation of classical controller designs as compared to systems designed using modern control theory, these controllers are preferred in most industrial applications. The most common controllers designed using classical control theory arePID controllers.A less common implementation may include either or both a Lead or Lag filter. The ultimate end goal is to meet requirements typically provided in the time-domain called the step response, or at times in the frequency domain called the open-loop response. The step response characteristics applied in a specification are typically percent overshoot, settling time, etc. The open-loop response characteristics applied in a specification are typically Gain and Phase margin and bandwidth. These characteristics may be evaluated through simulation including a dynamic model of the system under control coupled with the compensation model.

Modern MIMO system design

edit

Modern control theory is carried out in thestate space,and can deal withmultiple-input and multiple-output(MIMO) systems. This overcomes the limitations of classical control theory in more sophisticated design problems, such as fighter aircraft control, with the limitation that no frequency domain analysis is possible. In modern design, a system is represented to the greatest advantage as a set of decoupled first orderdifferential equationsdefined usingstate variables.Nonlinear,multivariable,adaptiveandrobust controltheories come under this division. Matrix methods are significantly limited for MIMO systems where linear independence cannot be assured in the relationship between inputs and outputs.[citation needed]Being fairly new, modern control theory has many areas yet to be explored. Scholars likeRudolf E. KálmánandAleksandr Lyapunovare well known among the people who have shaped modern control theory.

Topics in control theory

edit

Stability

edit

Thestabilityof a generaldynamical systemwith no input can be described withLyapunov stabilitycriteria.

For simplicity, the following descriptions focus on continuous-time and discrete-timelinear systems.

Mathematically, this means that for a causal linear system to be stable all of thepolesof itstransfer functionmust have negative-real values, i.e. the real part of each pole must be less than zero. Practically speaking, stability requires that the transfer function complex poles reside

The difference between the two cases is simply due to the traditional method of plotting continuous time versus discrete time transfer functions. The continuous Laplace transform is inCartesian coordinateswhere theaxis is the real axis and the discrete Z-transform is incircular coordinateswhere theaxis is the real axis.

When the appropriate conditions above are satisfied a system is said to beasymptotically stable;the variables of an asymptotically stable control system always decrease from their initial value and do not show permanent oscillations. Permanent oscillations occur when a pole has a real part exactly equal to zero (in the continuous time case) or amodulusequal to one (in the discrete time case). If a simply stable system response neither decays nor grows over time, and has no oscillations, it ismarginally stable;in this case the system transfer function has non-repeated poles at the complex plane origin (i.e. their real and complex component is zero in the continuous time case). Oscillations are present when poles with real part equal to zero have an imaginary part not equal to zero.

If a system in question has animpulse responseof

then the Z-transform (seethis example), is given by

which has a pole in(zeroimaginary part). This system is BIBO (asymptotically) stable since the pole isinsidethe unit circle.

However, if the impulse response was

then the Z-transform is

which has a pole atand is not BIBO stable since the pole has a modulus strictly greater than one.

Numerous tools exist for the analysis of the poles of a system. These include graphical systems like theroot locus,Bode plotsor theNyquist plots.

Mechanical changes can make equipment (and control systems) more stable. Sailors add ballast to improve the stability of ships. Cruise ships useantiroll finsthat extend transversely from the side of the ship for perhaps 30 feet (10 m) and are continuously rotated about their axes to develop forces that oppose the roll.

Controllability and observability

edit

Controllabilityandobservabilityare main issues in the analysis of a system before deciding the best control strategy to be applied, or whether it is even possible to control or stabilize the system. Controllability is related to the possibility of forcing the system into a particular state by using an appropriate control signal. If a state is not controllable, then no signal will ever be able to control the state. If a state is not controllable, but its dynamics are stable, then the state is termedstabilizable.Observability instead is related to the possibility ofobserving,through output measurements, the state of a system. If a state is not observable, the controller will never be able to determine the behavior of an unobservable state and hence cannot use it to stabilize the system. However, similar to the stabilizability condition above, if a state cannot be observed it might still be detectable.

From a geometrical point of view, looking at the states of each variable of the system to be controlled, every "bad" state of these variables must be controllable and observable to ensure a good behavior in the closed-loop system. That is, if one of theeigenvaluesof the system is not both controllable and observable, this part of the dynamics will remain untouched in the closed-loop system. If such an eigenvalue is not stable, the dynamics of this eigenvalue will be present in the closed-loop system which therefore will be unstable. Unobservable poles are not present in the transfer function realization of a state-space representation, which is why sometimes the latter is preferred in dynamical systems analysis.

Solutions to problems of an uncontrollable or unobservable system include adding actuators and sensors.

Control specification

edit

Several different control strategies have been devised in the past years. These vary from extremely general ones (PID controller), to others devoted to very particular classes of systems (especiallyroboticsor aircraft cruise control).

A control problem can have several specifications. Stability, of course, is always present. The controller must ensure that the closed-loop system is stable, regardless of the open-loop stability. A poor choice of controller can even worsen the stability of the open-loop system, which must normally be avoided. Sometimes it would be desired to obtain particular dynamics in the closed loop: i.e. that the poles have,whereis a fixed value strictly greater than zero, instead of simply asking that.

Another typical specification is the rejection of a step disturbance; including anintegratorin the open-loop chain (i.e. directly before the system under control) easily achieves this. Other classes of disturbances need different types of sub-systems to be included.

Other "classical" control theory specifications regard the time-response of the closed-loop system. These include therise time(the time needed by the control system to reach the desired value after a perturbation), peakovershoot(the highest value reached by the response before reaching the desired value) and others (settling time,quarter-decay). Frequency domain specifications are usually related torobustness(see after).

Modern performance assessments use some variation of integrated tracking error (IAE, ISA, CQI).

Model identification and robustness

edit

A control system must always have some robustness property. Arobust controlleris such that its properties do not change much if applied to a system slightly different from the mathematical one used for its synthesis. This requirement is important, as no real physical system truly behaves like the series of differential equations used to represent it mathematically. Typically a simpler mathematical model is chosen in order to simplify calculations, otherwise, the truesystem dynamicscan be so complicated that a complete model is impossible.

System identification

The process of determining the equations that govern the model's dynamics is calledsystem identification.This can be done off-line: for example, executing a series of measures from which to calculate an approximated mathematical model, typically itstransfer functionor matrix. Such identification from the output, however, cannot take account of unobservable dynamics. Sometimes the model is built directly starting from known physical equations, for example, in the case of amass-spring-dampersystem we know that.Even assuming that a "complete" model is used in designing the controller, all the parameters included in these equations (called "nominal parameters" ) are never known with absolute precision; the control system will have to behave correctly even when connected to a physical system with true parameter values away from nominal.

Some advanced control techniques include an "on-line" identification process (see later). The parameters of the model are calculated ( "identified" ) while the controller itself is running. In this way, if a drastic variation of the parameters ensues, for example, if the robot's arm releases a weight, the controller will adjust itself consequently in order to ensure the correct performance.

Analysis

Analysis of the robustness of a SISO (single input single output) control system can be performed in the frequency domain, considering the system's transfer function and usingNyquistandBode diagrams.Topics includegain and phase marginand amplitude margin. For MIMO (multi-input multi output) and, in general, more complicated control systems, one must consider the theoretical results devised for each control technique (see next section). I.e., if particular robustness qualities are needed, the engineer must shift their attention to a control technique by including these qualities in its properties.

Constraints

A particular robustness issue is the requirement for a control system to perform properly in the presence of input and state constraints. In the physical world every signal is limited. It could happen that a controller will send control signals that cannot be followed by the physical system, for example, trying to rotate a valve at excessive speed. This can produce undesired behavior of the closed-loop system, or even damage or break actuators or other subsystems. Specific control techniques are available to solve the problem:model predictive control(see later), andanti-wind up systems.The latter consists of an additional control block that ensures that the control signal never exceeds a given threshold.

System classifications

edit

Linear systems control

edit

For MIMO systems, pole placement can be performed mathematically using astate space representationof the open-loop system and calculating a feedback matrix assigning poles in the desired positions. In complicated systems this can require computer-assisted calculation capabilities, and cannot always ensure robustness. Furthermore, all system states are not in general measured and so observers must be included and incorporated in pole placement design.

Nonlinear systems control

edit

Processes in industries likeroboticsand theaerospace industrytypically have strong nonlinear dynamics. In control theory it is sometimes possible to linearize such classes of systems and apply linear techniques, but in many cases it can be necessary to devise from scratch theories permitting control of nonlinear systems. These, e.g.,feedback linearization,backstepping,sliding mode control,trajectory linearization control normally take advantage of results based onLyapunov's theory.Differential geometryhas been widely used as a tool for generalizing well-known linear control concepts to the nonlinear case, as well as showing the subtleties that make it a more challenging problem. Control theory has also been used to decipher the neural mechanism that directs cognitive states.[19]

Decentralized systems control

edit

When the system is controlled by multiple controllers, the problem is one of decentralized control. Decentralization is helpful in many ways, for instance, it helps control systems to operate over a larger geographical area. The agents in decentralized control systems can interact using communication channels and coordinate their actions.

Deterministic and stochastic systems control

edit

A stochastic control problem is one in which the evolution of the state variables is subjected to random shocks from outside the system. A deterministic control problem is not subject to external random shocks.

Main control strategies

edit

Every control system must guarantee first the stability of the closed-loop behavior. Forlinear systems,this can be obtained by directly placing the poles. Nonlinear control systems use specific theories (normally based onAleksandr Lyapunov's Theory) to ensure stability without regard to the inner dynamics of the system. The possibility to fulfill different specifications varies from the model considered and the control strategy chosen.

List of the main control techniques
  • Optimal controlis a particular control technique in which the control signal optimizes a certain "cost index": for example, in the case of a satellite, the jet thrusts needed to bring it to desired trajectory that consume the least amount of fuel. Two optimal control design methods have been widely used in industrial applications, as it has been shown they can guarantee closed-loop stability. These areModel Predictive Control(MPC) andlinear-quadratic-Gaussian control(LQG). The first can more explicitly take into account constraints on the signals in the system, which is an important feature in many industrial processes. However, the "optimal control" structure in MPC is only a means to achieve such a result, as it does not optimize a true performance index of the closed-loop control system. Together with PID controllers, MPC systems are the most widely used control technique inprocess control.
  • Robust controldeals explicitly with uncertainty in its approach to controller design. Controllers designed usingrobust controlmethods tend to be able to cope with small differences between the true system and the nominal model used for design.[20]The early methods ofBodeand others were fairly robust; the state-space methods invented in the 1960s and 1970s were sometimes found to lack robustness. Examples of modern robust control techniques includeH-infinity loop-shapingdeveloped by Duncan McFarlane andKeith Glover,Sliding mode control(SMC) developed byVadim Utkin,and safe protocols designed for control of large heterogeneous populations of electric loads in Smart Power Grid applications.[21]Robust methods aim to achieve robust performance and/orstabilityin the presence of small modeling errors.
  • Stochastic controldeals with control design with uncertainty in the model. In typical stochastic control problems, it is assumed that there exist random noise and disturbances in the model and the controller, and the control design must take into account these random deviations.
  • Adaptive controluses on-line identification of the process parameters, or modification of controller gains, thereby obtaining strong robustness properties. Adaptive controls were applied for the first time in theaerospace industryin the 1950s, and have found particular success in that field.
  • Ahierarchical control systemis a type ofcontrol systemin which a set of devices and governing software is arranged in ahierarchicaltree.When the links in the tree are implemented by acomputer network,then that hierarchical control system is also a form ofnetworked control system.
  • Intelligent controluses various AI computing approaches likeartificial neural networks,Bayesian probability,fuzzy logic,[22]machine learning,evolutionary computationandgenetic algorithmsor a combination of these methods, such asneuro-fuzzyalgorithms, to control adynamic system.
  • Self-organized criticality controlmay be defined as attempts to interfere in the processes by which theself-organizedsystem dissipates energy.

People in systems and control

edit

Many active and historical figures made significant contribution to control theory including

See also

edit
Examples of control systems
Topics in control theory
Other related topics

References

edit
  1. ^Maxwell, J. C.(1868)."On Governors"(PDF).Proceedings of the Royal Society.100.Archived(PDF)from the original on December 19, 2008.
  2. ^Minorsky, Nicolas(1922). "Directional stability of automatically steered bodies".Journal of the American Society of Naval Engineers.34(2): 280–309.doi:10.1111/j.1559-3584.1922.tb04958.x.
  3. ^GND."Katalog der Deutschen Nationalbibliothek (Authority control)".portal.dnb.de.RetrievedApril 26,2020.
  4. ^Maxwell, J.C. (1868). "On Governors".Proceedings of the Royal Society of London.16:270–283.doi:10.1098/rspl.1867.0055.JSTOR112510.
  5. ^Fernandez-Cara, E.; Zuazua, E."Control Theory: History, Mathematical Achievements and Perspectives".Boletin de la Sociedad Espanola de Matematica Aplicada.CiteSeerX10.1.1.302.5633.ISSN1575-9822.
  6. ^Routh, E.J.; Fuller, A.T. (1975).Stability of motion.Taylor & Francis.
  7. ^Routh, E.J. (1877).A Treatise on the Stability of a Given State of Motion, Particularly Steady Motion: Particularly Steady Motion.Macmillan and co.
  8. ^Hurwitz, A. (1964). "On The Conditions Under Which An Equation Has Only Roots With Negative Real Parts".Selected Papers on Mathematical Trends in Control Theory.
  9. ^Flugge-Lotz, Irmgard; Titus, Harold A. (October 1962)."Optimum and Quasi-Optimum Control of Third and Fourth-Order Systems"(PDF).Stanford University Technical Report(134): 8–12. Archived fromthe original(PDF)on April 27, 2019.
  10. ^Hallion, Richard P. (1980). Sicherman, Barbara; Green, Carol Hurd; Kantrov, Ilene; Walker, Harriette (eds.).Notable American Women: The Modern Period: A Biographical Dictionary.Cambridge, Mass.: Belknap Press of Harvard University Press. pp.241–242.ISBN9781849722704.
  11. ^"Feedback and control systems" - JJ Di Steffano, AR Stubberud, IJ Williams. Schaums outline series, McGraw-Hill 1967
  12. ^Mayr, Otto(1970).The Origins of Feedback Control.Clinton, MA US: The Colonial Press, Inc.
  13. ^Mayr, Otto(1969).The Origins of Feedback Control.Clinton, MA US: The Colonial Press, Inc.
  14. ^Bechhoefer, John (August 31, 2005)."Feedback for physicists: A tutorial essay on control".Reviews of Modern Physics.77(3): 783–836.doi:10.1103/RevModPhys.77.783.
  15. ^Cao, F. J.; Feito, M. (April 10, 2009)."Thermodynamics of feedback controlled systems".Physical Review E.79(4): 041118.arXiv:0805.4824.doi:10.1103/PhysRevE.79.041118.
  16. ^"trim point".
  17. ^Donald M Wiberg (1971).State space & linear systems.Schaum's outline series. McGraw Hill.ISBN978-0-07-070096-3.
  18. ^Terrell, William (1999)."Some fundamental control theory I: Controllability, observability, and duality —AND— Some fundamental control Theory II: Feedback linearization of single input nonlinear systems".American Mathematical Monthly.106(9): 705–719 and 812–828.doi:10.2307/2589614.JSTOR2589614.
  19. ^Gu Shi; et al. (2015)."Controllability of structural brain networks (Article Number 8414)".Nature Communications.6(6): 8414.arXiv:1406.5197.Bibcode:2015NatCo...6.8414G.doi:10.1038/ncomms9414.PMC4600713.PMID26423222.Here we use tools from control and network theories to offer a mechanistic explanation for how the brain moves between cognitive states drawn from the network organization of white matter microstructure
  20. ^Melby, Paul; et., al. (2002). "Robustness of Adaptation in Controlled Self-Adjusting Chaotic Systems".Fluctuation and Noise Letters.02(4): L285–L292.doi:10.1142/S0219477502000919.
  21. ^N. A. Sinitsyn. S. Kundu, S. Backhaus (2013). "Safe Protocols for Generating Power Pulses with Heterogeneous Populations of Thermostatically Controlled Loads".Energy Conversion and Management.67:297–308.arXiv:1211.0248.Bibcode:2013ECM....67..297S.doi:10.1016/j.enconman.2012.11.021.S2CID32067734.
  22. ^Liu, Jie; Wilson Wang; Farid Golnaraghi; Eric Kubica (2010). "A novel fuzzy framework for nonlinear system control".Fuzzy Sets and Systems.161(21): 2746–2759.doi:10.1016/j.fss.2010.04.009.
  23. ^Richard Bellman(1964). "Control Theory".Scientific American.Vol. 211, no. 3. pp. 186–200.doi:10.1038/scientificamerican0964-186.

Further reading

edit
For Chemical Engineering
  • Luyben, William (1989).Process Modeling, Simulation, and Control for Chemical Engineers.McGraw Hill.ISBN978-0-07-039159-8.
edit