WorldWideScience

Sample records for reachable timed state

  1. Minimum-Cost Reachability for Priced Timed Automata

    DEFF Research Database (Denmark)

    Behrmann, Gerd; Fehnker, Ansgar; Hune, Thomas Seidelin

    2001-01-01

    This paper introduces the model of linearly priced timed automata as an extension of timed automata, with prices on both transitions and locations. For this model we consider the minimum-cost reachability problem: i.e. given a linearly priced timed automaton and a target state, determine...... the minimum cost of executions from the initial state to the target state. This problem generalizes the minimum-time reachability problem for ordinary timed automata. We prove decidability of this problem by offering an algorithmic solution, which is based on a combination of branch-and-bound techniques...... and a new notion of priced regions. The latter allows symbolic representation and manipulation of reachable states together with the cost of reaching them....

  2. Reachability analysis of real-time systems using time Petri nets.

    Science.gov (United States)

    Wang, J; Deng, Y; Xu, G

    2000-01-01

    Time Petri nets (TPNs) are a popular Petri net model for specification and verification of real-time systems. A fundamental and most widely applied method for analyzing Petri nets is reachability analysis. The existing technique for reachability analysis of TPNs, however, is not suitable for timing property verification because one cannot derive end-to-end delay in task execution, an important issue for time-critical systems, from the reachability tree constructed using the technique. In this paper, we present a new reachability based analysis technique for TPNs for timing property analysis and verification that effectively addresses the problem. Our technique is based on a concept called clock-stamped state class (CS-class). With the reachability tree generated based on CS-classes, we can directly compute the end-to-end time delay in task execution. Moreover, a CS-class can be uniquely mapped to a traditional state class based on which the conventional reachability tree is constructed. Therefore, our CS-class-based analysis technique is more general than the existing technique. We show how to apply this technique to timing property verification of the TPN model of a command and control (C2) system.

  3. Distributed Algorithms for Time Optimal Reachability Analysis

    DEFF Research Database (Denmark)

    Zhang, Zhengkui; Nielsen, Brian; Larsen, Kim Guldstrand

    2016-01-01

    . We propose distributed computing to accelerate time optimal reachability analysis. We develop five distributed state exploration algorithms, implement them in \\uppaal enabling it to exploit the compute resources of a dedicated model-checking cluster. We experimentally evaluate the implemented...... algorithms with four models in terms of their ability to compute near- or proven-optimal solutions, their scalability, time and memory consumption and communication overhead. Our results show that distributed algorithms work much faster than sequential algorithms and have good speedup in general.......Time optimal reachability analysis is a novel model based technique for solving scheduling and planning problems. After modeling them as reachability problems using timed automata, a real-time model checker can compute the fastest trace to the goal states which constitutes a time optimal schedule...

  4. Minimum-Cost Reachability for Priced Timed Automata

    DEFF Research Database (Denmark)

    Behrmann, Gerd; Fehnker, Ansgar; Hune, Thomas Seidelin

    2001-01-01

    This paper introduces the model of linearly priced timed automata as an extension of timed automata, with prices on both transitions and locations. For this model we consider the minimum-cost reachability problem: i.e. given a linearly priced timed automaton and a target state, determine...... the minimum cost of executions from the initial state to the target state. This problem generalizes the minimum-time reachability problem for ordinary timed automata. We prove decidability of this problem by offering an algorithmic solution, which is based on a combination of branch-and-bound techniques...

  5. Time Optimal Reachability Analysis Using Swarm Verification

    DEFF Research Database (Denmark)

    Zhang, Zhengkui; Nielsen, Brian; Larsen, Kim Guldstrand

    2016-01-01

    Time optimal reachability analysis employs model-checking to compute goal states that can be reached from an initial state with a minimal accumulated time duration. The model-checker may produce a corresponding diagnostic trace which can be interpreted as a feasible schedule for many scheduling...... and planning problems, response time optimization etc. We propose swarm verification to accelerate time optimal reachability using the real-time model-checker Uppaal. In swarm verification, a large number of model checker instances execute in parallel on a computer cluster using different, typically randomized...... search strategies. We develop four swarm algorithms and evaluate them with four models in terms scalability, and time- and memory consumption. Three of these cooperate by exchanging costs of intermediate solutions to prune the search using a branch-and-bound approach. Our results show that swarm...

  6. Reachability for Finite-state Process Algebras Using Horn Clauses

    DEFF Research Database (Denmark)

    Skrypnyuk, Nataliya; Nielson, Flemming

    2013-01-01

    of the Data Flow Analysis are used in order to build a set of Horn clauses whose least model corresponds to an overapproximation of the reachable states. The computed model can be refined after each transition, and the algorithm runs until either a state whose reachability should be checked is encountered...... or it is not in the least model for all constructed states and thus is definitely unreachable. The advantages of the algorithm are that in many cases only a part of the Labelled Transition System will be built which leads to lower time and memory consumption. Also, it is not necessary to save all the encountered states...... which leads to further reduction of the memory requirements of the algorithm....

  7. Reachability for Finite-State Process Algebras Using Static Analysis

    DEFF Research Database (Denmark)

    Skrypnyuk, Nataliya; Nielson, Flemming

    2011-01-01

    of the Data Flow Analysis are used in order to “cut off” some of the branches in the reachability analysis that are not important for determining, whether or not a state is reachable. In this way, it is possible for our reachability algorithm to avoid building large parts of the system altogether and still......In this work we present an algorithm for solving the reachability problem in finite systems that are modelled with process algebras. Our method uses Static Analysis, in particular, Data Flow Analysis, of the syntax of a process algebraic system with multi-way synchronisation. The results...... solve the reachability problem in a precise way....

  8. The power of reachability testing for timed automata

    DEFF Research Database (Denmark)

    Aceto, Luca; Bouyer, Patricia; Burgueno, A.

    2003-01-01

    The computational engine of the verification tool UPPAAL consists of a collection of efficient algorithms for the analysis of reachability properties of systems. Model-checking of properties other than plain reachability ones may currently be carried out in such a tool as follows. Given a propert...... be reached. Finally, the property language characterizing the power of reachability testing is used to provide a definition of characteristic properties with respect to a timed version of the ready simulation preorder, for nodes of tau-free, deterministic timed automata....

  9. Improved Undecidability Results for Reachability Games on Recursive Timed Automata

    Directory of Open Access Journals (Sweden)

    Shankara Narayanan Krishna

    2014-08-01

    Full Text Available We study reachability games on recursive timed automata (RTA that generalize Alur-Dill timed automata with recursive procedure invocation mechanism similar to recursive state machines. It is known that deciding the winner in reachability games on RTA is undecidable for automata with two or more clocks, while the problem is decidable for automata with only one clock. Ouaknine and Worrell recently proposed a time-bounded theory of real-time verification by claiming that restriction to bounded-time recovers decidability for several key decision problem related to real-time verification. We revisited games on recursive timed automata with time-bounded restriction in the hope of recovering decidability. However, we found that the problem still remains undecidable for recursive timed automata with three or more clocks. Using similar proof techniques we characterize a decidability frontier for a generalization of RTA to recursive stopwatch automata.

  10. Constraint-based reachability

    Directory of Open Access Journals (Sweden)

    Arnaud Gotlieb

    2013-02-01

    Full Text Available Iterative imperative programs can be considered as infinite-state systems computing over possibly unbounded domains. Studying reachability in these systems is challenging as it requires to deal with an infinite number of states with standard backward or forward exploration strategies. An approach that we call Constraint-based reachability, is proposed to address reachability problems by exploring program states using a constraint model of the whole program. The keypoint of the approach is to interpret imperative constructions such as conditionals, loops, array and memory manipulations with the fundamental notion of constraint over a computational domain. By combining constraint filtering and abstraction techniques, Constraint-based reachability is able to solve reachability problems which are usually outside the scope of backward or forward exploration strategies. This paper proposes an interpretation of classical filtering consistencies used in Constraint Programming as abstract domain computations, and shows how this approach can be used to produce a constraint solver that efficiently generates solutions for reachability problems that are unsolvable by other approaches.

  11. Approximating the Value of a Concurrent Reachability Game in the Polynomial Time Hierarchy

    DEFF Research Database (Denmark)

    Frederiksen, Søren Kristoffer Stiil; Miltersen, Peter Bro

    2013-01-01

    We show that the value of a finite-state concurrent reachability game can be approximated to arbitrary precision in TFNP[NP], that is, in the polynomial time hierarchy. Previously, no better bound than PSPACE was known for this problem. The proof is based on formulating a variant of the state red...... reduction algorithm for Markov chains using arbitrary precision floating point arithmetic and giving a rigorous error analysis of the algorithm.......We show that the value of a finite-state concurrent reachability game can be approximated to arbitrary precision in TFNP[NP], that is, in the polynomial time hierarchy. Previously, no better bound than PSPACE was known for this problem. The proof is based on formulating a variant of the state...

  12. Reachability cuts for the vehicle routing problem with time windows

    DEFF Research Database (Denmark)

    Lysgaard, Jens

    2004-01-01

    This paper introduces a class of cuts, called reachability cuts, for the Vehicle Routing Problem with Time Windows (VRPTW). Reachability cuts are closely related to cuts derived from precedence constraints in the Asymmetric Traveling Salesman Problem with Time Windows and to k-path cuts...

  13. Optimal Conditional Reachability for Multi-Priced Timed Automata

    DEFF Research Database (Denmark)

    Larsen, Kim Guldstrand; Rasmussen, Jacob Illum

    2005-01-01

    In this paper, we prove decidability of the optimal conditional reachability problem for multi-priced timed automata, an extension of timed automata with multiple cost variables evolving according to given rates for each location. More precisely, we consider the problem of determining the minimal...

  14. A Forward Reachability Algorithm for Bounded Timed-Arc Petri Nets

    DEFF Research Database (Denmark)

    David, Alexandre; Jacobsen, Lasse; Jacobsen, Morten

    2012-01-01

    Timed-arc Petri nets (TAPN) are a well-known time extension of thePetri net model and several translations to networks of timedautomata have been proposed for this model.We present a direct, DBM-basedalgorithm for forward reachability analysis of bounded TAPNs extended with transport arcs...

  15. Reachability analysis for timed automata using max-plus algebra

    DEFF Research Database (Denmark)

    Lu, Qi; Madsen, Michael; Milata, Martin

    2012-01-01

    We show that max-plus polyhedra are usable as a data structure in reachability analysis of timed automata. Drawing inspiration from the extensive work that has been done on difference bound matrices, as well as previous work on max-plus polyhedra in other areas, we develop the algorithms needed...

  16. Reachable volume RRT

    KAUST Repository

    McMahon, Troy

    2015-05-01

    © 2015 IEEE. Reachable volumes are a new technique that allows one to efficiently restrict sampling to feasible/reachable regions of the planning space even for high degree of freedom and highly constrained problems. However, they have so far only been applied to graph-based sampling-based planners. In this paper we develop the methodology to apply reachable volumes to tree-based planners such as Rapidly-Exploring Random Trees (RRTs). In particular, we propose a reachable volume RRT called RVRRT that can solve high degree of freedom problems and problems with constraints. To do so, we develop a reachable volume stepping function, a reachable volume expand function, and a distance metric based on these operations. We also present a reachable volume local planner to ensure that local paths satisfy constraints for methods such as PRMs. We show experimentally that RVRRTs can solve constrained problems with as many as 64 degrees of freedom and unconstrained problems with as many as 134 degrees of freedom. RVRRTs can solve problems more efficiently than existing methods, requiring fewer nodes and collision detection calls. We also show that it is capable of solving difficult problems that existing methods cannot.

  17. Reachable volume RRT

    KAUST Repository

    McMahon, Troy; Thomas, Shawna; Amato, Nancy M.

    2015-01-01

    © 2015 IEEE. Reachable volumes are a new technique that allows one to efficiently restrict sampling to feasible/reachable regions of the planning space even for high degree of freedom and highly constrained problems. However, they have so far only been applied to graph-based sampling-based planners. In this paper we develop the methodology to apply reachable volumes to tree-based planners such as Rapidly-Exploring Random Trees (RRTs). In particular, we propose a reachable volume RRT called RVRRT that can solve high degree of freedom problems and problems with constraints. To do so, we develop a reachable volume stepping function, a reachable volume expand function, and a distance metric based on these operations. We also present a reachable volume local planner to ensure that local paths satisfy constraints for methods such as PRMs. We show experimentally that RVRRTs can solve constrained problems with as many as 64 degrees of freedom and unconstrained problems with as many as 134 degrees of freedom. RVRRTs can solve problems more efficiently than existing methods, requiring fewer nodes and collision detection calls. We also show that it is capable of solving difficult problems that existing methods cannot.

  18. On some methods for improving time of reachability sets computation for the dynamic system control problem

    Science.gov (United States)

    Zimovets, Artem; Matviychuk, Alexander; Ushakov, Vladimir

    2016-12-01

    The paper presents two different approaches to reduce the time of computer calculation of reachability sets. First of these two approaches use different data structures for storing the reachability sets in the computer memory for calculation in single-threaded mode. Second approach is based on using parallel algorithms with reference to the data structures from the first approach. Within the framework of this paper parallel algorithm of approximate reachability set calculation on computer with SMP-architecture is proposed. The results of numerical modelling are presented in the form of tables which demonstrate high efficiency of parallel computing technology and also show how computing time depends on the used data structure.

  19. Bidirectional reachability-based modules

    CSIR Research Space (South Africa)

    Nortje, R

    2011-07-01

    Full Text Available The authors introduce an algorithm for MinA extraction in EL based on bidirectional reachability. They obtain a significant reduction in the size of modules extracted at almost no additional cost to that of extracting standard reachability...

  20. Internal ellipsoidal estimates of reachable set of impulsive control systems

    Energy Technology Data Exchange (ETDEWEB)

    Matviychuk, Oksana G. [Institute of Mathematics and Mechanics, Russian Academy of Sciences, 16 S. Kovalevskaya str., Ekaterinburg, 620990, Russia and Ural Federal University, 19 Mira str., Ekaterinburg, 620002 (Russian Federation)

    2014-11-18

    A problem of estimating reachable sets of linear impulsive control system with uncertainty in initial data is considered. The impulsive controls in the dynamical system belong to the intersection of a special cone with a generalized ellipsoid both taken in the space of functions of bounded variation. Assume that an ellipsoidal state constraints are imposed. The algorithms for constructing internal ellipsoidal estimates of reachable sets for such control systems and numerical simulation results are given.

  1. Sampling-based motion planning with reachable volumes: Theoretical foundations

    KAUST Repository

    McMahon, Troy

    2014-05-01

    © 2014 IEEE. We introduce a new concept, reachable volumes, that denotes the set of points that the end effector of a chain or linkage can reach. We show that the reachable volume of a chain is equivalent to the Minkowski sum of the reachable volumes of its links, and give an efficient method for computing reachable volumes. We present a method for generating configurations using reachable volumes that is applicable to various types of robots including open and closed chain robots, tree-like robots, and complex robots including both loops and branches. We also describe how to apply constraints (both on end effectors and internal joints) using reachable volumes. Unlike previous methods, reachable volumes work for spherical and prismatic joints as well as planar joints. Visualizations of reachable volumes can allow an operator to see what positions the robot can reach and can guide robot design. We present visualizations of reachable volumes for representative robots including closed chains and graspers as well as for examples with joint and end effector constraints.

  2. Sampling-based motion planning with reachable volumes: Theoretical foundations

    KAUST Repository

    McMahon, Troy; Thomas, Shawna; Amato, Nancy M.

    2014-01-01

    © 2014 IEEE. We introduce a new concept, reachable volumes, that denotes the set of points that the end effector of a chain or linkage can reach. We show that the reachable volume of a chain is equivalent to the Minkowski sum of the reachable volumes of its links, and give an efficient method for computing reachable volumes. We present a method for generating configurations using reachable volumes that is applicable to various types of robots including open and closed chain robots, tree-like robots, and complex robots including both loops and branches. We also describe how to apply constraints (both on end effectors and internal joints) using reachable volumes. Unlike previous methods, reachable volumes work for spherical and prismatic joints as well as planar joints. Visualizations of reachable volumes can allow an operator to see what positions the robot can reach and can guide robot design. We present visualizations of reachable volumes for representative robots including closed chains and graspers as well as for examples with joint and end effector constraints.

  3. Extending ALCQIO with reachability

    OpenAIRE

    Kotek, Tomer; Simkus, Mantas; Veith, Helmut; Zuleger, Florian

    2014-01-01

    We introduce a description logic ALCQIO_{b,Re} which adds reachability assertions to ALCQIO, a sub-logic of the two-variable fragment of first order logic with counting quantifiers. ALCQIO_{b,Re} is well-suited for applications in software verification and shape analysis. Shape analysis requires expressive logics which can express reachability and have good computational properties. We show that ALCQIO_{b,Re} can describe complex data structures with a high degree of sharing and allows compos...

  4. Sampling based motion planning with reachable volumes: Application to manipulators and closed chain systems

    KAUST Repository

    McMahon, Troy

    2014-09-01

    © 2014 IEEE. Reachable volumes are a geometric representation of the regions the joints of a robot can reach. They can be used to generate constraint satisfying samples for problems including complicated linkage robots (e.g. closed chains and graspers). They can also be used to assist robot operators and to help in robot design.We show that reachable volumes have an O(1) complexity in unconstrained problems as well as in many constrained problems. We also show that reachable volumes can be computed in linear time and that reachable volume samples can be generated in linear time in problems without constraints. We experimentally validate reachable volume sampling, both with and without constraints on end effectors and/or internal joints. We show that reachable volume samples are less likely to be invalid due to self-collisions, making reachable volume sampling significantly more efficient for higher dimensional problems. We also show that these samples are easier to connect than others, resulting in better connected roadmaps. We demonstrate that our method can be applied to 262-dof, multi-loop, and tree-like linkages including combinations of planar, prismatic and spherical joints. In contrast, existing methods either cannot be used for these problems or do not produce good quality solutions.

  5. Sampling based motion planning with reachable volumes: Application to manipulators and closed chain systems

    KAUST Repository

    McMahon, Troy; Thomas, Shawna; Amato, Nancy M.

    2014-01-01

    © 2014 IEEE. Reachable volumes are a geometric representation of the regions the joints of a robot can reach. They can be used to generate constraint satisfying samples for problems including complicated linkage robots (e.g. closed chains and graspers). They can also be used to assist robot operators and to help in robot design.We show that reachable volumes have an O(1) complexity in unconstrained problems as well as in many constrained problems. We also show that reachable volumes can be computed in linear time and that reachable volume samples can be generated in linear time in problems without constraints. We experimentally validate reachable volume sampling, both with and without constraints on end effectors and/or internal joints. We show that reachable volume samples are less likely to be invalid due to self-collisions, making reachable volume sampling significantly more efficient for higher dimensional problems. We also show that these samples are easier to connect than others, resulting in better connected roadmaps. We demonstrate that our method can be applied to 262-dof, multi-loop, and tree-like linkages including combinations of planar, prismatic and spherical joints. In contrast, existing methods either cannot be used for these problems or do not produce good quality solutions.

  6. Stochastic Reachability Analysis of Hybrid Systems

    CERN Document Server

    Bujorianu, Luminita Manuela

    2012-01-01

    Stochastic reachability analysis (SRA) is a method of analyzing the behavior of control systems which mix discrete and continuous dynamics. For probabilistic discrete systems it has been shown to be a practical verification method but for stochastic hybrid systems it can be rather more. As a verification technique SRA can assess the safety and performance of, for example, autonomous systems, robot and aircraft path planning and multi-agent coordination but it can also be used for the adaptive control of such systems. Stochastic Reachability Analysis of Hybrid Systems is a self-contained and accessible introduction to this novel topic in the analysis and development of stochastic hybrid systems. Beginning with the relevant aspects of Markov models and introducing stochastic hybrid systems, the book then moves on to coverage of reachability analysis for stochastic hybrid systems. Following this build up, the core of the text first formally defines the concept of reachability in the stochastic framework and then...

  7. Monomial strategies for concurrent reachability games and other stochastic games

    DEFF Research Database (Denmark)

    Frederiksen, Søren Kristoffer Stiil; Miltersen, Peter Bro

    2013-01-01

    We consider two-player zero-sum finite (but infinite-horizon) stochastic games with limiting average payoffs. We define a family of stationary strategies for Player I parameterized by ε > 0 to be monomial, if for each state k and each action j of Player I in state k except possibly one action, we...... have that the probability of playing j in k is given by an expression of the form c ε d for some non-negative real number c and some non-negative integer d. We show that for all games, there is a monomial family of stationary strategies that are ε-optimal among stationary strategies. A corollary...... is that all concurrent reachability games have a monomial family of ε-optimal strategies. This generalizes a classical result of de Alfaro, Henzinger and Kupferman who showed that this is the case for concurrent reachability games where all states have value 0 or 1....

  8. Deducing the reachable space from fingertip positions.

    Science.gov (United States)

    Hai-Trieu Pham; Pathirana, Pubudu N

    2015-01-01

    The reachable space of the hand has received significant interests in the past from relevant medical researchers and health professionals. The reachable space was often computed from the joint angles acquired from a motion capture system such as gloves or markers attached to each bone of the finger. However, the contact between the hand and device can cause difficulties particularly for hand with injuries, burns or experiencing certain dermatological conditions. This paper introduces an approach to find the reachable space of the hand in a non-contact measurement form utilizing the Leap Motion Controller. The approach is based on the analysis of each position in the motion path of the fingertip acquired by the Leap Motion Controller. For each position of the fingertip, the inverse kinematic problem was solved under the physiological multiple constraints of the human hand to find a set of all possible configurations of three finger joints. Subsequently, all the sets are unified to form a set of all possible configurations specific for that motion. Finally, a reachable space is computed from the configuration corresponding to the complete extension and the complete flexion of the finger joint angles in this set.

  9. Planning with Reachable Distances

    KAUST Repository

    Tang, Xinyu; Thomas, Shawna; Amato, Nancy M.

    2009-01-01

    reachable distance space (RD-space), in which all configurations lie in the set of constraint-satisfying subspaces. This enables us to directly sample the constrained subspaces with complexity linear in the robot's number of degrees of freedom. In addition

  10. Reachable set estimation for Takagi-Sugeno fuzzy systems against unknown output delays with application to tracking control of AUVs.

    Science.gov (United States)

    Zhong, Zhixiong; Zhu, Yanzheng; Ahn, Choon Ki

    2018-03-20

    In this paper, we address the problem of reachable set estimation for continuous-time Takagi-Sugeno (T-S) fuzzy systems subject to unknown output delays. Based on the reachable set concept, a new controller design method is also discussed for such systems. An effective method is developed to attenuate the negative impact from the unknown output delays, which likely degrade the performance/stability of systems. First, an augmented fuzzy observer is proposed to capacitate a synchronous estimation for the system state and the disturbance term owing to the unknown output delays, which ensures that the reachable set of the estimation error is limited via the intersection operation of ellipsoids. Then, a compensation technique is employed to eliminate the influence on the system performance stemmed from the unknown output delays. Finally, the effectiveness and correctness of the obtained theories are verified by the tracking control of autonomous underwater vehicles. Copyright © 2018 ISA. Published by Elsevier Ltd. All rights reserved.

  11. Replication, refinement & reachability: complexity in dynamic condition-response graphs

    DEFF Research Database (Denmark)

    Debois, Søren; Hildebrandt, Thomas T.; Slaats, Tijs

    2017-01-01

    We explore the complexity of reachability and run-time refinement under safety and liveness constraints in event-based process models. Our study is framed in the DCR? process language, which supports modular specification through a compositional operational semantics. DCR? encompasses the “Dynami...

  12. Functional range of movement of the hand: declination angles to reachable space.

    Science.gov (United States)

    Pham, Hai Trieu; Pathirana, Pubudu N; Caelli, Terry

    2014-01-01

    The measurement of the range of hand joint movement is an essential part of clinical practice and rehabilitation. Current methods use three finger joint declination angles of the metacarpophalangeal, proximal interphalangeal and distal interphalangeal joints. In this paper we propose an alternate form of measurement for the finger movement. Using the notion of reachable space instead of declination angles has significant advantages. Firstly, it provides a visual and quantifiable method that therapists, insurance companies and patients can easily use to understand the functional capabilities of the hand. Secondly, it eliminates the redundant declination angle constraints. Finally, reachable space, defined by a set of reachable fingertip positions, can be measured and constructed by using a modern camera such as Creative Senz3D or built-in hand gesture sensors such as the Leap Motion Controller. Use of cameras or optical-type sensors for this purpose have considerable benefits such as eliminating and minimal involvement of therapist errors, non-contact measurement in addition to valuable time saving for the clinician. A comparison between using declination angles and reachable space were made based on Hume's experiment on functional range of movement to prove the efficiency of this new approach.

  13. Reachability Analysis in Probabilistic Biological Networks.

    Science.gov (United States)

    Gabr, Haitham; Todor, Andrei; Dobra, Alin; Kahveci, Tamer

    2015-01-01

    Extra-cellular molecules trigger a response inside the cell by initiating a signal at special membrane receptors (i.e., sources), which is then transmitted to reporters (i.e., targets) through various chains of interactions among proteins. Understanding whether such a signal can reach from membrane receptors to reporters is essential in studying the cell response to extra-cellular events. This problem is drastically complicated due to the unreliability of the interaction data. In this paper, we develop a novel method, called PReach (Probabilistic Reachability), that precisely computes the probability that a signal can reach from a given collection of receptors to a given collection of reporters when the underlying signaling network is uncertain. This is a very difficult computational problem with no known polynomial-time solution. PReach represents each uncertain interaction as a bi-variate polynomial. It transforms the reachability problem to a polynomial multiplication problem. We introduce novel polynomial collapsing operators that associate polynomial terms with possible paths between sources and targets as well as the cuts that separate sources from targets. These operators significantly shrink the number of polynomial terms and thus the running time. PReach has much better time complexity than the recent solutions for this problem. Our experimental results on real data sets demonstrate that this improvement leads to orders of magnitude of reduction in the running time over the most recent methods. Availability: All the data sets used, the software implemented and the alignments found in this paper are available at http://bioinformatics.cise.ufl.edu/PReach/.

  14. TAPAAL and Reachability Analysis of P/T Nets

    DEFF Research Database (Denmark)

    Jensen, Jonas Finnemann; Nielsen, Thomas Søndersø; Østergaard, Lars Kærlund

    2016-01-01

    We discuss selected model checking techniques used in the tool TAPAAL for the reachability analysis of weighted Petri nets with inhibitor arcs. We focus on techniques that had the most significant effect at the 2015 Model Checking Contest (MCC). While the techniques are mostly well known, our...... contribution lies in their adaptation to the MCC reachability queries, their efficient implementation and the evaluation of their performance on a large variety of nets from MCC'15....

  15. The Reach-and-Evolve Algorithm for Reachability Analysis of Nonlinear Dynamical Systems

    NARCIS (Netherlands)

    P.J. Collins (Pieter); A. Goldsztejn

    2008-01-01

    htmlabstractThis paper introduces a new algorithm dedicated to the rigorous reachability analysis of nonlinear dynamical systems. The algorithm is initially presented in the context of discrete time dynamical systems, and then extended to continuous time dynamical systems driven by ODEs. In

  16. Importance Sampling for Stochastic Timed Automata

    DEFF Research Database (Denmark)

    Jegourel, Cyrille; Larsen, Kim Guldstrand; Legay, Axel

    2016-01-01

    We present an importance sampling framework that combines symbolic analysis and simulation to estimate the probability of rare reachability properties in stochastic timed automata. By means of symbolic exploration, our framework first identifies states that cannot reach the goal. A state-wise cha......We present an importance sampling framework that combines symbolic analysis and simulation to estimate the probability of rare reachability properties in stochastic timed automata. By means of symbolic exploration, our framework first identifies states that cannot reach the goal. A state...

  17. Reachability problems in scheduling and planning

    NARCIS (Netherlands)

    Eggermont, C.E.J.

    2012-01-01

    Reachability problems are fundamental in the context of many mathematical models and abstractions which describe various computational processes. Intuitively, when many objects move within a shared environment, objects may have to wait for others before moving and so slow down, or objects may even

  18. On the reachability and observability of path and cycle graphs

    OpenAIRE

    Parlangeli, Gianfranco; Notarstefano, Giuseppe

    2011-01-01

    In this paper we investigate the reachability and observability properties of a network system, running a Laplacian based average consensus algorithm, when the communication graph is a path or a cycle. More in detail, we provide necessary and sufficient conditions, based on simple algebraic rules from number theory, to characterize all and only the nodes from which the network system is reachable (respectively observable). Interesting immediate corollaries of our results are: (i) a path graph...

  19. Decomposing Huge Networks into Skeleton Graphs by Reachable Relations

    Science.gov (United States)

    2017-06-07

    efficiently process approximate queries, i.e., reachable nodes , on the original dataset, i.e., the given network. Finally, by focusing on spatial networks...centralized control (e.g., the Arab Spring). These problems have mostly been studied from the view point of identifying influential nodes under some...where we set k = 26 for calculation of the bottom-k sketches of all the nodes . Figure 1(a) compares the actual processing times of these methods

  20. Reachability modules for the description logic SRIQ

    CSIR Research Space (South Africa)

    Nortje, R

    2013-12-01

    Full Text Available In this paper we investigate module extraction for the Description Logic SRIQ. We formulate modules in terms of the reachability problem for directed hypergraphs. Using inseperability relations, we investigate the module-theoretic properties...

  1. Mobility Tolerant Firework Routing for Improving Reachability in MANETs

    Directory of Open Access Journals (Sweden)

    Gen Motoyoshi

    2014-03-01

    Full Text Available In this paper, we investigate our mobility-assisted and adaptive broadcast routing mechanism, called Mobility Tolerant Firework Routing (MTFR, which utilizes the concept of potentials for routing and improves node reachability, especially in situations with high mobility, by including a broadcast mechanism. We perform detailed evaluations by simulations in a mobile environment and demonstrate the advantages of MTFR over conventional potential-based routing. In particular, we show that MTFR produces better reachability in many aspects at the expense of a small additional transmission delay and intermediate traffic overhead, making MTFR a promising routing protocol and feasible for future mobile Internet infrastructures.

  2. Criteria for reachability of quantum states

    Energy Technology Data Exchange (ETDEWEB)

    Schirmer, S.G.; Solomon, A.I. [Quantum Processes Group and Department of Applied Maths, Open University, Milton Keynes (United Kingdom)]. E-mails: S.G.Schirmer@open.ac.uk; A.I.Solomon@open.ac.uk; Leahy, J.V. [Department of Mathematics and Institute of Theoretical Science, University of Oregon, Eugene, OR (United States)]. E-mail: leahy@math.uoregon.edu

    2002-10-11

    We address the question of which quantum states can be inter-converted under the action of a time-dependent Hamiltonian. In particular, we consider the problem as applied to mixed states, and investigate the difference between pure- and mixed-state controllabilities introduced in previous work. We provide a complete characterization of the eigenvalue spectrum for which the state is controllable under the action of the symplectic group. We also address the problem of which states can be prepared if the dynamical Lie group is not sufficiently large to allow the system to be controllable. (author)

  3. Reachability Trees for High-level Petri Nets

    DEFF Research Database (Denmark)

    Jensen, Kurt; Jensen, Arne M.; Jepsen, Leif Obel

    1986-01-01

    the necessary analysis methods. In other papers it is shown how to generalize the concept of place- and transition invariants from place/transition nets to high-level Petri nets. Our present paper contributes to this with a generalization of reachability trees, which is one of the other important analysis...

  4. Re-verification of a Lip Synchronization Protocol using Robust Reachability

    Directory of Open Access Journals (Sweden)

    Piotr Kordy

    2010-03-01

    Full Text Available The timed automata formalism is an important model for specifying and analysing real-time systems. Robustness is the correctness of the model in the presence of small drifts on clocks or imprecision in testing guards. A symbolic algorithm for the analysis of the robustness of timed automata has been implemented. In this paper, we re-analyse an industrial case lip synchronization protocol using the new robust reachability algorithm. This lip synchronization protocol is an interesting case because timing aspects are crucial for the correctness of the protocol. Several versions of the model are considered: with an ideal video stream, with anchored jitter, and with non-anchored jitter.

  5. A Comparison of Sequential and GPU Implementations of Iterative Methods to Compute Reachability Probabilities

    Directory of Open Access Journals (Sweden)

    Elise Cormie-Bowins

    2012-10-01

    Full Text Available We consider the problem of computing reachability probabilities: given a Markov chain, an initial state of the Markov chain, and a set of goal states of the Markov chain, what is the probability of reaching any of the goal states from the initial state? This problem can be reduced to solving a linear equation Ax = b for x, where A is a matrix and b is a vector. We consider two iterative methods to solve the linear equation: the Jacobi method and the biconjugate gradient stabilized (BiCGStab method. For both methods, a sequential and a parallel version have been implemented. The parallel versions have been implemented on the compute unified device architecture (CUDA so that they can be run on a NVIDIA graphics processing unit (GPU. From our experiments we conclude that as the size of the matrix increases, the CUDA implementations outperform the sequential implementations. Furthermore, the BiCGStab method performs better than the Jacobi method for dense matrices, whereas the Jacobi method does better for sparse ones. Since the reachability probabilities problem plays a key role in probabilistic model checking, we also compared the implementations for matrices obtained from a probabilistic model checker. Our experiments support the conjecture by Bosnacki et al. that the Jacobi method is superior to Krylov subspace methods, a class to which the BiCGStab method belongs, for probabilistic model checking.

  6. Winning Concurrent Reachability Games Requires Doubly-Exponential Patience

    DEFF Research Database (Denmark)

    Hansen, Kristoffer Arnsfelt; Koucký, Michal; Miltersen, Peter Bro

    2009-01-01

    We exhibit a deterministic concurrent reachability game PURGATORYn with n non-terminal positions and a binary choice for both players in every position so that any positional strategy for Player 1 achieving the value of the game within given isin ... that are less than (isin2/(1 - isin))2n-2 . Also, even to achieve the value within say 1 - 2-n/2, doubly exponentially small behavior probabilities in the number of positions must be used. This behavior is close to worst case: We show that for any such game and 0 ... with all non-zero behavior probabilities being 20(n) at least isin2O(n). As a corollary to our results, we conclude that any (deterministic or nondeterministic) algorithm that given a concurrent reachability game explicitly manipulates isin-optimal strategies for Player 1 represented in several standard...

  7. On Time with Minimal Expected Cost!

    DEFF Research Database (Denmark)

    David, Alexandre; Jensen, Peter Gjøl; Larsen, Kim Guldstrand

    2014-01-01

    (Priced) timed games are two-player quantitative games involving an environment assumed to be completely antogonistic. Classical analysis consists in the synthesis of strategies ensuring safety, time-bounded or cost-bounded reachability objectives. Assuming a randomized environment, the (priced......) timed game essentially defines an infinite-state Markov (reward) decision proces. In this setting the objective is classically to find a strategy that will minimize the expected reachability cost, but with no guarantees on worst-case behaviour. In this paper, we provide efficient methods for computing...... reachability strategies that will both ensure worst case time-bounds as well as provide (near-) minimal expected cost. Our method extends the synthesis algorithms of the synthesis tool Uppaal-Tiga with suitable adapted reinforcement learning techniques, that exhibits several orders of magnitude improvements w...

  8. Bisimulation, Logic and Reachability Analysis for Markovian Systems

    NARCIS (Netherlands)

    Bujorianu, L.M.; Bujorianu, M.C.

    2008-01-01

    In the recent years, there have been a large amount of investigations on safety verification of uncertain continuous systems. In engineering and applied mathematics, this verification is called stochastic reachability analysis, while in computer science this is called probabilistic model checking

  9. Exponential formula for the reachable sets of quantum stochastic differential inclusions

    International Nuclear Information System (INIS)

    Ayoola, E.O.

    2001-07-01

    We establish an exponential formula for the reachable sets of quantum stochastic differential inclusions (QSDI) which are locally Lipschitzian with convex values. Our main results partially rely on an auxiliary result concerning the density, in the topology of the locally convex space of solutions, of the set of trajectories whose matrix elements are continuously differentiable By applying the exponential formula, we obtain results concerning convergence of the discrete approximations of the reachable set of the QSDI. This extends similar results of Wolenski for classical differential inclusions to the present noncommutative quantum setting. (author)

  10. Mutual proximity graphs for improved reachability in music recommendation.

    Science.gov (United States)

    Flexer, Arthur; Stevens, Jeff

    2018-01-01

    This paper is concerned with the impact of hubness, a general problem of machine learning in high-dimensional spaces, on a real-world music recommendation system based on visualisation of a k-nearest neighbour (knn) graph. Due to a problem of measuring distances in high dimensions, hub objects are recommended over and over again while anti-hubs are nonexistent in recommendation lists, resulting in poor reachability of the music catalogue. We present mutual proximity graphs, which are an alternative to knn and mutual knn graphs, and are able to avoid hub vertices having abnormally high connectivity. We show that mutual proximity graphs yield much better graph connectivity resulting in improved reachability compared to knn graphs, mutual knn graphs and mutual knn graphs enhanced with minimum spanning trees, while simultaneously reducing the negative effects of hubness.

  11. On Nonlinear Prices in Timed Automata

    Directory of Open Access Journals (Sweden)

    Devendra Bhave

    2016-12-01

    Full Text Available Priced timed automata provide a natural model for quantitative analysis of real-time systems and have been successfully applied in various scheduling and planning problems. The optimal reachability problem for linearly-priced timed automata is known to be PSPACE-complete. In this paper we investigate priced timed automata with more general prices and show that in the most general setting the optimal reachability problem is undecidable. We adapt and implement the construction of Audemard, Cimatti, Kornilowicz, and Sebastiani for non-linear priced timed automata using state-of-the-art theorem prover Z3 and present some preliminary results.

  12. Planning with Reachable Distances

    KAUST Repository

    Tang, Xinyu

    2009-01-01

    Motion planning for spatially constrained robots is difficult due to additional constraints placed on the robot, such as closure constraints for closed chains or requirements on end effector placement for articulated linkages. It is usually computationally too expensive to apply sampling-based planners to these problems since it is difficult to generate valid configurations. We overcome this challenge by redefining the robot\\'s degrees of freedom and constraints into a new set of parameters, called reachable distance space (RD-space), in which all configurations lie in the set of constraint-satisfying subspaces. This enables us to directly sample the constrained subspaces with complexity linear in the robot\\'s number of degrees of freedom. In addition to supporting efficient sampling, we show that the RD-space formulation naturally supports planning, and in particular, we design a local planner suitable for use by sampling-based planners. We demonstrate the effectiveness and efficiency of our approach for several systems including closed chain planning with multiple loops, restricted end effector sampling, and on-line planning for drawing/sculpting. We can sample single-loop closed chain systems with 1000 links in time comparable to open chain sampling, and we can generate samples for 1000-link multi-loop systems of varying topology in less than a second. © 2009 Springer-Verlag.

  13. Symbolic Reachability for Process Algebras with Recursive Data Types

    NARCIS (Netherlands)

    Blom, Stefan; van de Pol, Jan Cornelis; Fitzgerald, J.S.; Haxthausen, A.E.; Yenigun, H.

    2008-01-01

    In this paper, we present a symbolic reachability algorithm for process algebras with recursive data types. Like the various saturation based algorithms of Ciardo et al, the algorithm is based on partitioning of the transition relation into events whose influence is local. As new features, our

  14. The influence of anxiety and personality factors on comfort and reachability space: a correlational study.

    Science.gov (United States)

    Iachini, Tina; Ruggiero, Gennaro; Ruotolo, Francesco; Schiano di Cola, Armando; Senese, Vincenzo Paolo

    2015-09-01

    Although the effects of several personality factors on interpersonal space (i.e. social space within personal comfort area) are well documented, it is not clear whether they also extend to peripersonal space (i.e. reaching space). Indeed, no study has directly compared these spaces in relation to personality and anxiety factors even though such a comparison would help to clarify to what extent they share similar mechanisms and characteristics. The aim of the present paper was to investigate whether personality dimensions and anxiety levels are associated with reaching and comfort distances. Seventy university students (35 females) were administered the Big Five Questionnaire and the State-Trait Anxiety Inventory; afterwards, they had to provide reachability- and comfort-distance judgments towards human confederates while standing still (passive) or walking towards them (active). The correlation analyses showed that both spaces were positively related to anxiety and negatively correlated with the Dynamism in the active condition. Moreover, in the passive condition higher Emotional Stability was related to shorter comfort distance, while higher cognitive Openness was associated with shorter reachability distance. The implications of these results are discussed.

  15. Iterable Forward Reachability Analysis of Monitor-DPNs

    Directory of Open Access Journals (Sweden)

    Benedikt Nordhoff

    2013-09-01

    Full Text Available There is a close connection between data-flow analysis and model checking as observed and studied in the nineties by Steffen and Schmidt. This indicates that automata-based analysis techniques developed in the realm of infinite-state model checking can be applied as data-flow analyzers that interpret complex control structures, which motivates the development of such analysis techniques for ever more complex models. One approach proposed by Esparza and Knoop is based on computation of predecessor or successor sets for sets of automata configurations. Our goal is to adapt and exploit this approach for analysis of multi-threaded Java programs. Specifically, we consider the model of Monitor-DPNs for concurrent programs. Monitor-DPNs precisely model unbounded recursion, dynamic thread creation, and synchronization via well-nested locks with finite abstractions of procedure- and thread-local state. Previous work on this model showed how to compute regular predecessor sets of regular configurations and tree-regular successor sets of a fixed initial configuration. By combining and extending different previously developed techniques we show how to compute tree-regular successor sets of tree-regular sets. Thereby we obtain an iterable, lock-sensitive forward reachability analysis. We implemented the analysis for Java programs and applied it to information flow control and data race detection.

  16. Cascading effect of contagion in Indian stock market: Evidence from reachable stocks

    Directory of Open Access Journals (Sweden)

    Rajan Sruthi

    2017-12-01

    Full Text Available The financial turbulence in a country percolates to another along the trajectories of reachable stocks owned by foreign investors. To indemnify the losses originating from the crisis country, foreign investors dispose of shares in other markets triggering a contagion in an unrelated market. This paper provides empirical evidence for the stock market crisis that spreads globally through investors owning international portfolios, with special reference to the global financial crisis of 2008–09. Using two-step Limited Information Maximum Likelihood estimation and Murphy-Topel variance estimate, the results show that reachability plays a crucial role in the transposal of distress from one country to another, explaining investor-induced contagion in the Indian stock market.

  17. Methods for Reachability-based Hybrid Controller Design

    Science.gov (United States)

    2012-05-10

    approaches for airport runways ( Teo and Tomlin, 2003). The results of the reachability calculations were validated in extensive simulations as well as...UAV flight experiments (Jang and Tomlin, 2005; Teo , 2005). While the focus of these previous applications lies largely in safety verification, the work...B([15, 0],a0)× [−π,π])\\ V,∀qi ∈ Q, where a0 = 30m is the protected radius (chosen based upon published data of the wingspan of a Boeing KC -135

  18. The effect of response-delay on estimating reachability.

    Science.gov (United States)

    Gabbard, Carl; Ammar, Diala

    2008-11-01

    The experiment was conducted to compare visual imagery (VI) and motor imagery (MI) reaching tasks in a response-delay paradigm designed to explore the hypothesized dissociation between vision for perception and vision for action. Although the visual systems work cooperatively in motor control, theory suggests that they operate under different temporal constraints. From this perspective, we expected that delay would affect MI but not VI because MI operates in real time and VI is postulated to be memory-driven. Following measurement of actual reach, right-handers were presented seven (imagery) targets at midline in eight conditions: MI and VI with 0-, 1-, 2-, and 4-s delays. Results indicted that delay affected the ability to estimate reachability with MI but not with VI. These results are supportive of a general distinction between vision for perception and vision for action.

  19. Reachable Distance Space: Efficient Sampling-Based Planning for Spatially Constrained Systems

    KAUST Repository

    Xinyu Tang,; Thomas, S.; Coleman, P.; Amato, N. M.

    2010-01-01

    reachable distance space (RD-space), in which all configurations lie in the set of constraint-satisfying subspaces. This enables us to directly sample the constrained subspaces with complexity linear in the number of the robot's degrees of freedom

  20. Reachability by paths of bounded curvature in a convex polygon

    KAUST Repository

    Ahn, Heekap; Cheong, Otfried; Matoušek, Jiřǐ; Vigneron, Antoine E.

    2012-01-01

    Let B be a point robot moving in the plane, whose path is constrained to forward motions with curvature at most 1, and let P be a convex polygon with n vertices. Given a starting configuration (a location and a direction of travel) for B inside P, we characterize the region of all points of P that can be reached by B, and show that it has complexity O(n). We give an O(n2) time algorithm to compute this region. We show that a point is reachable only if it can be reached by a path of type CCSCS, where C denotes a unit circle arc and S denotes a line segment. © 2011 Elsevier B.V.

  1. Large scale analysis of signal reachability.

    Science.gov (United States)

    Todor, Andrei; Gabr, Haitham; Dobra, Alin; Kahveci, Tamer

    2014-06-15

    Major disorders, such as leukemia, have been shown to alter the transcription of genes. Understanding how gene regulation is affected by such aberrations is of utmost importance. One promising strategy toward this objective is to compute whether signals can reach to the transcription factors through the transcription regulatory network (TRN). Due to the uncertainty of the regulatory interactions, this is a #P-complete problem and thus solving it for very large TRNs remains to be a challenge. We develop a novel and scalable method to compute the probability that a signal originating at any given set of source genes can arrive at any given set of target genes (i.e., transcription factors) when the topology of the underlying signaling network is uncertain. Our method tackles this problem for large networks while providing a provably accurate result. Our method follows a divide-and-conquer strategy. We break down the given network into a sequence of non-overlapping subnetworks such that reachability can be computed autonomously and sequentially on each subnetwork. We represent each interaction using a small polynomial. The product of these polynomials express different scenarios when a signal can or cannot reach to target genes from the source genes. We introduce polynomial collapsing operators for each subnetwork. These operators reduce the size of the resulting polynomial and thus the computational complexity dramatically. We show that our method scales to entire human regulatory networks in only seconds, while the existing methods fail beyond a few tens of genes and interactions. We demonstrate that our method can successfully characterize key reachability characteristics of the entire transcriptions regulatory networks of patients affected by eight different subtypes of leukemia, as well as those from healthy control samples. All the datasets and code used in this article are available at bioinformatics.cise.ufl.edu/PReach/scalable.htm. © The Author 2014

  2. Counter-Based Broadcast Scheme Considering Reachability, Network Density, and Energy Efficiency for Wireless Sensor Networks.

    Science.gov (United States)

    Jung, Ji-Young; Seo, Dong-Yoon; Lee, Jung-Ryun

    2018-01-04

    A wireless sensor network (WSN) is emerging as an innovative method for gathering information that will significantly improve the reliability and efficiency of infrastructure systems. Broadcast is a common method to disseminate information in WSNs. A variety of counter-based broadcast schemes have been proposed to mitigate the broadcast-storm problems, using the count threshold value and a random access delay. However, because of the limited propagation of the broadcast-message, there exists a trade-off in a sense that redundant retransmissions of the broadcast-message become low and energy efficiency of a node is enhanced, but reachability become low. Therefore, it is necessary to study an efficient counter-based broadcast scheme that can dynamically adjust the random access delay and count threshold value to ensure high reachability, low redundant of broadcast-messages, and low energy consumption of nodes. Thus, in this paper, we first measure the additional coverage provided by a node that receives the same broadcast-message from two neighbor nodes, in order to achieve high reachability with low redundant retransmissions of broadcast-messages. Second, we propose a new counter-based broadcast scheme considering the size of the additional coverage area, distance between the node and the broadcasting node, remaining battery of the node, and variations of the node density. Finally, we evaluate performance of the proposed scheme compared with the existing counter-based broadcast schemes. Simulation results show that the proposed scheme outperforms the existing schemes in terms of saved rebroadcasts, reachability, and total energy consumption.

  3. Liveness and Reachability Analysis of BPMN Process Models

    Directory of Open Access Journals (Sweden)

    Anass Rachdi

    2016-06-01

    Full Text Available Business processes are usually defined by business experts who require intuitive and informal graphical notations such as BPMN (Business Process Management Notation for documenting and communicating their organization activities and behavior. However, BPMN has not been provided with a formal semantics, which limits the analysis of BPMN models to using solely informal techniques such as simulation. In order to address this limitation and use formal verification, it is necessary to define a certain “mapping” between BPMN and a formal language such as Concurrent Sequential Processes (CSP and Petri Nets (PN. This paper proposes a method for the verification of BPMN models by defining formal semantics of BPMN in terms of a mapping to Time Petri Nets (TPN, which are equipped with very efficient analytical techniques. After the translation of BPMN models to TPN, verification is done to ensure that some functional properties are satisfied by the model under investigation, namely liveness and reachability properties. The main advantage of our approach over existing ones is that it takes into account the time components in modeling Business process models. An example is used throughout the paper to illustrate the proposed method.

  4. Abstraction of Dynamical Systems by Timed Automata

    DEFF Research Database (Denmark)

    Wisniewski, Rafael; Sloth, Christoffer

    2011-01-01

    To enable formal verification of a dynamical system, given by a set of differential equations, it is abstracted by a finite state model. This allows for application of methods for model checking. Consequently, it opens the possibility of carrying out the verification of reachability and timing re...

  5. Analyzing Real-Time Systems: Theory and Tools

    DEFF Research Database (Denmark)

    Hune, Thomas Seidelin

    bounded matrix (DBM) data-structure for representing zones, used in most timed model checkers. Using an extension of the region construction, the minimum-cost reachability problem can also be solved for LPTAs. However, the standard way of using zones for representing the state-space cannot be used...... for LPTAs, since there is no way of capturing the cost of states. Based on the notion of facets, zones can be split into smaller zones which can be represented by extended DBMs in an effective way. Minimum-cost reachability for both UPTAs and LPTAs have been implemented in extensions of UPPAAL...... for the parameters has been show to be undecidable. To represent the state-space we extend the DBM data-structure to parametric DBMs, capable of representing zones were the bounds are given by expressions including parameters. The semi-decision procedure is implemented in UPPAAL and constraints ensuring correctness...

  6. A reachability test for systems over polynomial rings using Gröbner bases

    NARCIS (Netherlands)

    Habets, L.C.G.J.M.

    1992-01-01

    Conditions for the reachability of a system over a polynomial ring are well known in the literature. However, the verification of these conditions remained a difficult problem in general. Application of the Gröbner Basis method from constructive commutative algebra makes it possible to carry out

  7. The Role of Haptic Exploration of Ground Surface Information in Perception of Overhead Reachability

    NARCIS (Netherlands)

    Pepping, Gert-Jan; Li, Francois-Xavier

    2008-01-01

    The authors performed an experiment in which participants (N = 24) made judgments about maximum jump and reachability on ground surfaces with different elastic properties: sand and a trampoline. Participants performed judgments in two conditions: (a) while standing and after having recently jumped

  8. Computing and Visualizing Reachable Volumes for Maneuvering Satellites

    Science.gov (United States)

    Jiang, M.; de Vries, W.; Pertica, A.; Olivier, S.

    2011-09-01

    Detecting and predicting maneuvering satellites is an important problem for Space Situational Awareness. The spatial envelope of all possible locations within reach of such a maneuvering satellite is known as the Reachable Volume (RV). As soon as custody of a satellite is lost, calculating the RV and its subsequent time evolution is a critical component in the rapid recovery of the satellite. In this paper, we present a Monte Carlo approach to computing the RV for a given object. Essentially, our approach samples all possible trajectories by randomizing thrust-vectors, thrust magnitudes and time of burn. At any given instance, the distribution of the "point-cloud" of the virtual particles defines the RV. For short orbital time-scales, the temporal evolution of the point-cloud can result in complex, multi-reentrant manifolds. Visualization plays an important role in gaining insight and understanding into this complex and evolving manifold. In the second part of this paper, we focus on how to effectively visualize the large number of virtual trajectories and the computed RV. We present a real-time out-of-core rendering technique for visualizing the large number of virtual trajectories. We also examine different techniques for visualizing the computed volume of probability density distribution, including volume slicing, convex hull and isosurfacing. We compare and contrast these techniques in terms of computational cost and visualization effectiveness, and describe the main implementation issues encountered during our development process. Finally, we will present some of the results from our end-to-end system for computing and visualizing RVs using examples of maneuvering satellites.

  9. Computing and Visualizing Reachable Volumes for Maneuvering Satellites

    International Nuclear Information System (INIS)

    Jiang, M.; de Vries, W.H.; Pertica, A.J.; Olivier, S.S.

    2011-01-01

    Detecting and predicting maneuvering satellites is an important problem for Space Situational Awareness. The spatial envelope of all possible locations within reach of such a maneuvering satellite is known as the Reachable Volume (RV). As soon as custody of a satellite is lost, calculating the RV and its subsequent time evolution is a critical component in the rapid recovery of the satellite. In this paper, we present a Monte Carlo approach to computing the RV for a given object. Essentially, our approach samples all possible trajectories by randomizing thrust-vectors, thrust magnitudes and time of burn. At any given instance, the distribution of the 'point-cloud' of the virtual particles defines the RV. For short orbital time-scales, the temporal evolution of the point-cloud can result in complex, multi-reentrant manifolds. Visualization plays an important role in gaining insight and understanding into this complex and evolving manifold. In the second part of this paper, we focus on how to effectively visualize the large number of virtual trajectories and the computed RV. We present a real-time out-of-core rendering technique for visualizing the large number of virtual trajectories. We also examine different techniques for visualizing the computed volume of probability density distribution, including volume slicing, convex hull and isosurfacing. We compare and contrast these techniques in terms of computational cost and visualization effectiveness, and describe the main implementation issues encountered during our development process. Finally, we will present some of the results from our end-to-end system for computing and visualizing RVs using examples of maneuvering satellites.

  10. Testing reachability and stabilizability of systems over polynomial rings using Gröbner bases

    NARCIS (Netherlands)

    Habets, L.C.G.J.M.

    1993-01-01

    Conditions for the reachability and stabilizability of systems over polynomial rings are well-known in the literature. For a system $ \\Sigma = (A,B)$ they can be expressed as right-invertibility cconditions on the matrix $(zI - A \\mid B)$. Therefore there is quite a strong algebraic relationship

  11. A transmission power optimization with a minimum node degree for energy-efficient wireless sensor networks with full-reachability.

    Science.gov (United States)

    Chen, Yi-Ting; Horng, Mong-Fong; Lo, Chih-Cheng; Chu, Shu-Chuan; Pan, Jeng-Shyang; Liao, Bin-Yih

    2013-03-20

    Transmission power optimization is the most significant factor in prolonging the lifetime and maintaining the connection quality of wireless sensor networks. Un-optimized transmission power of nodes either interferes with or fails to link neighboring nodes. The optimization of transmission power depends on the expected node degree and node distribution. In this study, an optimization approach to an energy-efficient and full reachability wireless sensor network is proposed. In the proposed approach, an adjustment model of the transmission range with a minimum node degree is proposed that focuses on topology control and optimization of the transmission range according to node degree and node density. The model adjusts the tradeoff between energy efficiency and full reachability to obtain an ideal transmission range. In addition, connectivity and reachability are used as performance indices to evaluate the connection quality of a network. The two indices are compared to demonstrate the practicability of framework through simulation results. Furthermore, the relationship between the indices under the conditions of various node degrees is analyzed to generalize the characteristics of node densities. The research results on the reliability and feasibility of the proposed approach will benefit the future real deployments.

  12. A Transmission Power Optimization with a Minimum Node Degree for Energy-Efficient Wireless Sensor Networks with Full-Reachability

    Science.gov (United States)

    Chen, Yi-Ting; Horng, Mong-Fong; Lo, Chih-Cheng; Chu, Shu-Chuan; Pan, Jeng-Shyang; Liao, Bin-Yih

    2013-01-01

    Transmission power optimization is the most significant factor in prolonging the lifetime and maintaining the connection quality of wireless sensor networks. Un-optimized transmission power of nodes either interferes with or fails to link neighboring nodes. The optimization of transmission power depends on the expected node degree and node distribution. In this study, an optimization approach to an energy-efficient and full reachability wireless sensor network is proposed. In the proposed approach, an adjustment model of the transmission range with a minimum node degree is proposed that focuses on topology control and optimization of the transmission range according to node degree and node density. The model adjusts the tradeoff between energy efficiency and full reachability to obtain an ideal transmission range. In addition, connectivity and reachability are used as performance indices to evaluate the connection quality of a network. The two indices are compared to demonstrate the practicability of framework through simulation results. Furthermore, the relationship between the indices under the conditions of various node degrees is analyzed to generalize the characteristics of node densities. The research results on the reliability and feasibility of the proposed approach will benefit the future real deployments. PMID:23519351

  13. Mapping of control functions of critical systems by reachability analysis in a network of communicating automata

    International Nuclear Information System (INIS)

    Lemattre, Thibault

    2013-01-01

    The design of operational control architectures is a very important step of the design of energy production systems. This step consists in mapping the functional architecture of the system onto its hardware architecture while respecting capacity and safety constraints, i.e. in allocating control functions to a set of controllers while respecting these constraints. The work presented in this thesis presents: i) a formalization of the data and constraints of the function allocation problem; ii) a mapping method, by reachability analysis, based on a request/response mechanism in a network of communicating automata with integer variables; iii) a comparison between this method and a resolution method by integer linear programming. The results of this work have been validated on examples of actual size and open the way to the coupling between reachability analysis and integer linear programming for the resolution of satisfaction problems for non-linear constraint systems. (author)

  14. Reachability in Biochemical Dynamical Systems by Quantitative Discrete Approximation (extended abstract

    Directory of Open Access Journals (Sweden)

    L. Brim

    2011-09-01

    Full Text Available In this paper, a novel computational technique for finite discrete approximation of continuous dynamical systems suitable for a significant class of biochemical dynamical systems is introduced. The method is parameterized in order to affect the imposed level of approximation provided that with increasing parameter value the approximation converges to the original continuous system. By employing this approximation technique, we present algorithms solving the reachability problem for biochemical dynamical systems. The presented method and algorithms are evaluated on several exemplary biological models and on a real case study.

  15. On the Symbolic Verification of Timed Systems

    DEFF Research Database (Denmark)

    Moeller, Jesper; Lichtenberg, Jacob; Andersen, Henrik Reif

    1999-01-01

    This paper describes how to analyze a timed system symbolically. That is, given a symbolic representation of a set of (timed) states (as an expression), we describe how to determine an expression that represents the set of states that can be reached either by firing a discrete transition...... or by advancing time. These operations are used to determine the set of reachable states symbolically. We also show how to symbolically determine the set of states that can reach a given set of states (i.e., a backwards step), thus making it possible to verify TCTL-formulae symbolically. The analysis is fully...... symbolic in the sense that both the discrete and the continuous part of the state space are represented symbolically. Furthermore, both the synchronous and asynchronous concurrent composition of timed systems can be performed symbolically. The symbolic representations are given as formulae expressed...

  16. Efficient On-the-fly Algorithms for the Analysis of Timed Games

    DEFF Research Database (Denmark)

    Cassez, Franck; David, Alexandre; Fleury, Emmanuel

    2005-01-01

    In this paper, we propose the first efficient on-the-fly algorithm for solving games based on timed game automata with respect to reachability and safety properties The algorithm we propose is a symbolic extension of the on-the-fly algorithm suggested by Liu & Smolka [15] for linear-time model-ch...... symbolic algorithm are proposed as well as methods for obtaining time-optimal winning strategies (for reachability games). Extensive evaluation of an experimental implementation of the algorithm yields very encouraging performance results.......In this paper, we propose the first efficient on-the-fly algorithm for solving games based on timed game automata with respect to reachability and safety properties The algorithm we propose is a symbolic extension of the on-the-fly algorithm suggested by Liu & Smolka [15] for linear-time model...

  17. States in Process Calculi

    Directory of Open Access Journals (Sweden)

    Christoph Wagner

    2014-08-01

    Full Text Available Formal reasoning about distributed algorithms (like Consensus typically requires to analyze global states in a traditional state-based style. This is in contrast to the traditional action-based reasoning of process calculi. Nevertheless, we use domain-specific variants of the latter, as they are convenient modeling languages in which the local code of processes can be programmed explicitly, with the local state information usually managed via parameter lists of process constants. However, domain-specific process calculi are often equipped with (unlabeled reduction semantics, building upon a rich and convenient notion of structural congruence. Unfortunately, the price for this convenience is that the analysis is cumbersome: the set of reachable states is modulo structural congruence, and the processes' state information is very hard to identify. We extract from congruence classes of reachable states individual state-informative representatives that we supply with a proper formal semantics. As a result, we can now freely switch between the process calculus terms and their representatives, and we can use the stateful representatives to perform assertional reasoning on process calculus models.

  18. Time-Darts: A Data Structure for Verification of Closed Timed Automata

    Directory of Open Access Journals (Sweden)

    Jiří Srba

    2012-11-01

    Full Text Available Symbolic data structures for model checking timed systems have been subject to a significant research, with Difference Bound Matrices (DBMs still being the preferred data structure in several mature verification tools. In comparison, discretization offers an easy alternative, with all operations having linear-time complexity in the number of clocks, and yet valid for a large class of closed systems. Unfortunately, fine-grained discretization causes itself a state-space explosion. We introduce a new data structure called time-darts for the symbolic representation of state-spaces of timed automata. Compared with the complete discretization, a single time-dart allows to represent an arbitrary large set of states, yet the time complexity of operations on time-darts remain linear in the number of clocks. We prove the correctness of the suggested reachability algorithm and perform several experiments in order to compare the performance of time-darts and the complete discretization. The main conclusion is that in all our experiments the time-dart method outperforms the complete discretization and it scales significantly better for models with larger constants.

  19. Control mechanisms for stochastic biochemical systems via computation of reachable sets.

    Science.gov (United States)

    Lakatos, Eszter; Stumpf, Michael P H

    2017-08-01

    Controlling the behaviour of cells by rationally guiding molecular processes is an overarching aim of much of synthetic biology. Molecular processes, however, are notoriously noisy and frequently nonlinear. We present an approach to studying the impact of control measures on motifs of molecular interactions that addresses the problems faced in many biological systems: stochasticity, parameter uncertainty and nonlinearity. We show that our reachability analysis formalism can describe the potential behaviour of biological (naturally evolved as well as engineered) systems, and provides a set of bounds on their dynamics at the level of population statistics: for example, we can obtain the possible ranges of means and variances of mRNA and protein expression levels, even in the presence of uncertainty about model parameters.

  20. Verification of Liveness Properties on Closed Timed-Arc Petri Nets

    DEFF Research Database (Denmark)

    Andersen, Mathias; Larsen, Heine G.; Srba, Jiri

    2012-01-01

    Verification of closed timed models by explicit state-space exploration methods is an alternative to the wide-spread symbolic techniques based on difference bound matrices (DBMs). A few experiments found in the literature confirm that for the reachability analysis of timed automata explicit...... techniques can compete with DBM-based algorithms, at least for situations where the constants used in the models are relatively small. To the best of our knowledge, the explicit methods have not yet been employed in the verification of liveness properties in Petri net models extended with time. We present...

  1. Consensus states of local majority rule in stochastic process

    Energy Technology Data Exchange (ETDEWEB)

    Luo, Yu-Pin [Department of Electronic Engineering, National Formosa University, Huwei, 63201, Taiwan (China); Tang, Chia-Wei; Xu, Hong-Yuan [Department of Physics, Chung-Yuan Christian University, Chungli, 32023, Taiwan (China); Wu, Jinn-Wen [Department of Applied Mathematics, Chung-Yuan Christian University, Chungli, 32023, Taiwan (China); Huang, Ming-Chang, E-mail: mchuang@cycu.edu.tw [Center for Theoretical Science and Department of Physics, Chung-Yuan Christian University, Chungli, 32023, Taiwan (China)

    2015-04-03

    A sufficient condition for a network system to reach a consensus state of the local majority rule is shown. The influence of interpersonal environment on the occurrence probability of consensus states for Watts–Strogatz and scale-free networks with random initial states is analyzed by numerical method. We also propose a stochastic local majority rule to study the mean first passage time from a random state to a consensus and the escape rate from a consensus state for systems in a noisy environment. Our numerical results show that there exists a window of fluctuation strengths for which the mean first passage time from a random to a consensus state reduces greatly, and the escape rate of consensus states obeys the Arrhenius equation in the window. - Highlights: • A sufficient condition for reaching a consensus. • The relation between the geometry of networks and the reachability of a consensus. • Stochastic local majority rule. • The mean first-passage time and the escape rate of consensus states.

  2. Consensus states of local majority rule in stochastic process

    International Nuclear Information System (INIS)

    Luo, Yu-Pin; Tang, Chia-Wei; Xu, Hong-Yuan; Wu, Jinn-Wen; Huang, Ming-Chang

    2015-01-01

    A sufficient condition for a network system to reach a consensus state of the local majority rule is shown. The influence of interpersonal environment on the occurrence probability of consensus states for Watts–Strogatz and scale-free networks with random initial states is analyzed by numerical method. We also propose a stochastic local majority rule to study the mean first passage time from a random state to a consensus and the escape rate from a consensus state for systems in a noisy environment. Our numerical results show that there exists a window of fluctuation strengths for which the mean first passage time from a random to a consensus state reduces greatly, and the escape rate of consensus states obeys the Arrhenius equation in the window. - Highlights: • A sufficient condition for reaching a consensus. • The relation between the geometry of networks and the reachability of a consensus. • Stochastic local majority rule. • The mean first-passage time and the escape rate of consensus states

  3. Reachable Distance Space: Efficient Sampling-Based Planning for Spatially Constrained Systems

    KAUST Repository

    Xinyu Tang,

    2010-01-25

    Motion planning for spatially constrained robots is difficult due to additional constraints placed on the robot, such as closure constraints for closed chains or requirements on end-effector placement for articulated linkages. It is usually computationally too expensive to apply sampling-based planners to these problems since it is difficult to generate valid configurations. We overcome this challenge by redefining the robot\\'s degrees of freedom and constraints into a new set of parameters, called reachable distance space (RD-space), in which all configurations lie in the set of constraint-satisfying subspaces. This enables us to directly sample the constrained subspaces with complexity linear in the number of the robot\\'s degrees of freedom. In addition to supporting efficient sampling of configurations, we show that the RD-space formulation naturally supports planning and, in particular, we design a local planner suitable for use by sampling-based planners. We demonstrate the effectiveness and efficiency of our approach for several systems including closed chain planning with multiple loops, restricted end-effector sampling, and on-line planning for drawing/sculpting. We can sample single-loop closed chain systems with 1,000 links in time comparable to open chain sampling, and we can generate samples for 1,000-link multi-loop systems of varying topologies in less than a second. © 2010 The Author(s).

  4. Sweeping the State Space

    DEFF Research Database (Denmark)

    Mailund, Thomas

    The thesis describes the sweep-line method, a newly developed reduction method for alleviating the state explosion problem inherent in explicit-state state space exploration. The basic idea underlying the sweep-line method is, when calculating the state space, to recognise and delete states...... that are not reachable from the currently unprocessed states. Intuitively we drag a sweep-line through the state space with the invariant that all states behind the sweep-line have been processed and are unreachable from the states in front of the sweep-line. When calculating the state space of a system we iteratively...

  5. Structure and Hierarchy in Real-Time Systems

    DEFF Research Database (Denmark)

    Möller, Michael Oliver

    The development of digital systems is particularly challenging, if their correctness depends on the right timing of operations. One approach to enhance the reliability of such systems is model-based development. This allows for a formal analysis throughout all stages of design. Model......-based development is hindered mainly by the lack of adequate modeling languages and the high computational cost of the analysis. In this thesis we improve the situation along both axes. First, we bring the mathematical model closer to the human designer. This we achieve by casting hierarchical structures--as known...... that have the potential to reduce time and memory consumption drastically. The first technique makes use of structural information, in particular loops, to exploit regularities in the reachable state space. Via shortcut-like additions to the model we avoid repetition of similar states during an exhaustive...

  6. Priced Timed Automata

    DEFF Research Database (Denmark)

    Behrmann, Gerd; Larsen, Kim Guldstrand; Rasmussen, Jacob Illum

    2004-01-01

    This contribution reports on the considerable effort made recently towards extending and applying well-established timed automata technology to optimal scheduling and planning problems. The effort of the authors in this direction has to a large extent been carried out as part of the European...... projects VHS [22] and AMETIST [17] and are available in the recently released UPPAAL CORA [12], a variant of the real-time verification tool UPPAAL [20,5] specialized for cost-optimal reachability for the extended model of priced timed automata....

  7. Reachability Does Not Explain the Middle Preference: A Comment on Bar-Hillel (2015

    Directory of Open Access Journals (Sweden)

    Paul Rodway

    2016-03-01

    Full Text Available Choosing an object from an array of similar objects is a task that people complete frequently throughout their lives (e.g., choosing a can of soup from many cans of soup. Research has also demonstrated that items in the middle of an array or scene are looked at more often and are more likely to be chosen. This middle preference is surprisingly robust and widespread, having been found in a wide range of perceptual-motor tasks. In a recent review of the literature, Bar-Hillel (2015 proposes, among other things, that the middle preference is largely explained by the middle item being easier to reach, either physically or mentally. We specifically evaluate Bar-Hillel’s reachability explanation for choice in non-interactive situations in light of evidence showing an effect of item valence on such choices. This leads us to conclude that the center-stage heuristic account is a more plausible explanation of the middle preference.

  8. Real-time shadows

    CERN Document Server

    Eisemann, Elmar; Assarsson, Ulf; Wimmer, Michael

    2011-01-01

    Important elements of games, movies, and other computer-generated content, shadows are crucial for enhancing realism and providing important visual cues. In recent years, there have been notable improvements in visual quality and speed, making high-quality realistic real-time shadows a reachable goal. Real-Time Shadows is a comprehensive guide to the theory and practice of real-time shadow techniques. It covers a large variety of different effects, including hard, soft, volumetric, and semi-transparent shadows.The book explains the basics as well as many advanced aspects related to the domain

  9. Optimal Time-Abstract Schedulers for CTMDPs and Markov Games

    Directory of Open Access Journals (Sweden)

    Markus Rabe

    2010-06-01

    Full Text Available We study time-bounded reachability in continuous-time Markov decision processes for time-abstract scheduler classes. Such reachability problems play a paramount role in dependability analysis and the modelling of manufacturing and queueing systems. Consequently, their analysis has been studied intensively, and techniques for the approximation of optimal control are well understood. From a mathematical point of view, however, the question of approximation is secondary compared to the fundamental question whether or not optimal control exists. We demonstrate the existence of optimal schedulers for the time-abstract scheduler classes for all CTMDPs. Our proof is constructive: We show how to compute optimal time-abstract strategies with finite memory. It turns out that these optimal schedulers have an amazingly simple structure---they converge to an easy-to-compute memoryless scheduling policy after a finite number of steps. Finally, we show that our argument can easily be lifted to Markov games: We show that both players have a likewise simple optimal strategy in these more general structures.

  10. Consensus Analysis of Second-Order Multiagent Systems with General Topology and Time Delay

    Directory of Open Access Journals (Sweden)

    Bo Liu

    2013-01-01

    Full Text Available This paper addresses the consensus of second-order multiagent systems with general topology and time delay based on the nearest neighbor rule. By using the Laplace transform technique, it is proved that the second-order multi-agent system in the presence of time-delay can reach consensus if the network topology contains a globally reachable node and time delay is bounded. The bound of time-delay only depends on eigenvalues of the Laplacian matrix of the system. The main contribution of this paper is that the accurate state of the consensus center and the upper bound of the communication delay to make the agents reach consensus are given. Some numerical simulations are given to illustrate the theoretical results.

  11. Properties of Distributed Timed-Arc Petri Nets

    DEFF Research Database (Denmark)

    Nielsen, M.; Sassone, V.; Srba, J.

    2001-01-01

    In [12] we started a research on a distributed-timed extension of Petri nets where time parameters are associated with tokens and arcs carry constraints that qualify the age of tokens required for enabling. This formalism enables to model e.g. hardware architectures like GALS. We give a formal...... definition of process semantics for our model and investigate several properties of local versus global timing: expressiveness, reachability and coverability....

  12. Global control methods for Greenberger-Horne-Zeilinger-state generation on a one-dimensional Ising chain

    International Nuclear Information System (INIS)

    Wang Xiaoting; Schirmer, Sophie G.; Bayat, Abolfazl; Bose, Sougato

    2010-01-01

    We discuss how to prepare an Ising chain in a GHZ state using a single global control field only. This model does not require the spins to be individually addressable and is applicable to quantum systems such as cold atoms in optical lattices, some liquid- or solid-state NMR experiments, and many nanoscale quantum structures. We show that GHZ states can always be reached asymptotically from certain easy-to-prepare initial states using adiabatic passage, and under certain conditions finite-time reachability can be ensured. To provide a reference useful for future experimental implementations, three different control strategies to achieve the objective--adiabatic passage, Lyapunov control, and optimal control--are compared, and their advantages and disadvantages discussed, in particular in the presence of realistic imperfections such as imperfect initial state preparation, system inhomogeneity, and dephasing.

  13. Modelling temporal networks of human face-to-face contacts with public activity and individual reachability

    Science.gov (United States)

    Zhang, Yi-Qing; Cui, Jing; Zhang, Shu-Min; Zhang, Qi; Li, Xiang

    2016-02-01

    Modelling temporal networks of human face-to-face contacts is vital both for understanding the spread of airborne pathogens and word-of-mouth spreading of information. Although many efforts have been devoted to model these temporal networks, there are still two important social features, public activity and individual reachability, have been ignored in these models. Here we present a simple model that captures these two features and other typical properties of empirical face-to-face contact networks. The model describes agents which are characterized by an attractiveness to slow down the motion of nearby people, have event-triggered active probability and perform an activity-dependent biased random walk in a square box with periodic boundary. The model quantitatively reproduces two empirical temporal networks of human face-to-face contacts which are testified by their network properties and the epidemic spread dynamics on them.

  14. Analysis of hybrid systems: An ounce of realism can save an infinity of states

    DEFF Research Database (Denmark)

    Fränzle, Martin

    1999-01-01

    Hybrid automata have been introduced in both control engineering and computer science as a formal model for the dynamics of hybrid discrete-continuous systems. In the case of so-called linear hybrid automata this formalization supports semi-decision procedures for state reachability, yet no decis...

  15. Controllability of a Class of Bimodal Discrete-Time Piecewise Linear Systems

    NARCIS (Netherlands)

    Yurtseven, E.; Camlibel, M.K.; Heemels, W.P.M.H.

    2013-01-01

    In this paper we will provide algebraic necessary and sufficient conditions for the controllability/reachability/null controllability of a class of bimodal discrete-time piecewise linear systems including several instances of interest that are not covered by existing works which focus primarily on

  16. Optimal scheduling using priced timed automata

    DEFF Research Database (Denmark)

    Behrmann, Gerd; Larsen, Kim Guldstrand; Rasmussen, Jacob Illum

    2005-01-01

    This contribution reports on the considerable effort made recently towards extending and applying well-established timed automata technology to optimal scheduling and planning problems. The effort of the authors in this direction has to a large extent been carried out as part of the European...... projects VHS [20] and AMETIST [16] and are available in the recently released UPPAAL CORA [12], a variant of the real-time verification tool UPPAAL [18, 5] specialized for cost-optimal reachability for the extended model of so-called priced timed automata....

  17. Resource-Optimal Scheduling Using Priced Timed Automata

    DEFF Research Database (Denmark)

    Larsen, Kim Guldstrand; Rasmussen, Jacob Illum; Subramani, K.

    2004-01-01

    In this paper, we show how the simple structure of the linear programs encountered during symbolic minimum-cost reachability analysis of priced timed automata can be exploited in order to substantially improve the performance of the current algorithm. The idea is rooted in duality of linear......-80 percent performance gain. As a main application area, we show how to solve energy-optimal task graph scheduling problems using the framework of priced timed automata....

  18. Minimal Time Problem with Impulsive Controls

    Energy Technology Data Exchange (ETDEWEB)

    Kunisch, Karl, E-mail: karl.kunisch@uni-graz.at [University of Graz, Institute for Mathematics and Scientific Computing (Austria); Rao, Zhiping, E-mail: zhiping.rao@ricam.oeaw.ac.at [Austrian Academy of Sciences, Radon Institute of Computational and Applied Mathematics (Austria)

    2017-02-15

    Time optimal control problems for systems with impulsive controls are investigated. Sufficient conditions for the existence of time optimal controls are given. A dynamical programming principle is derived and Lipschitz continuity of an appropriately defined value functional is established. The value functional satisfies a Hamilton–Jacobi–Bellman equation in the viscosity sense. A numerical example for a rider-swing system is presented and it is shown that the reachable set is enlargered by allowing for impulsive controls, when compared to nonimpulsive controls.

  19. Compositional Performability Evaluation for STATEMATE

    NARCIS (Netherlands)

    Böde, Eckard; Herbstritt, Marc; Hermanns, Holger; Johr, Sven; Peikenkamp, Thomas; Pulungan, Reza; Wimmer, Ralf; Becker, Bernd

    2006-01-01

    This paper reports on our efforts to link an industrial state-of-the-art modelling tool to academic state-of-the-art analysis algorithms. In a nutshell, we enable timed reachability analysis of uniform continuous-time Markov decision processes, which are generated from STATEMATE models. We give a

  20. Is networking different with doctors working part-time? Differences in social networks of part-time and full-time doctors.

    Science.gov (United States)

    Heiligers, Phil J M; de Jong, Judith D; Groenewegen, Peter P; Hingstman, Lammert; Völker, Beate; Spreeuwenberg, Peter

    2008-10-04

    Part-time working is a growing phenomenon in medicine, which is expected to influence informal networks at work differently compared to full-time working. The opportunity to meet and build up social capital at work has offered a basis for theoretical arguments. Twenty-eight teams of medical specialists in the Netherlands, including 226 individuals participated in this study. Interviews with team representatives and individual questionnaires were used. Data were gathered on three types of networks: relationships of consulting, communication and trust. For analyses, network and multilevel applications were used. Differences between individual doctors and between teams were both analysed, taking the dependency structure of the data into account, because networks of individual doctors are not independent. Teams were divided into teams with and without doctors working part-time. Contrary to expectations we found no impact of part-time working on the size of personal networks, neither at the individual nor at the team level. The same was found regarding efficient reachability. Whereas we expected part-time doctors to choose their relations as efficiently as possible, we even found the opposite in intended relationships of trust, implying that efficiency in reaching each other was higher for full-time doctors. But we found as expected that in mixed teams with part-time doctors the frequency of regular communication was less compared to full-time teams. Furthermore, as expected the strength of the intended relationships of trust of part-time and full-time doctors was equally high. From these findings we can conclude that part-time doctors are not aiming at efficiency by limiting the size of networks or by efficient reachability, because they want to contact their colleagues directly in order to prevent from communication errors. On the other hand, together with the growth of teams, we found this strategy, focussed on reaching all colleagues, was diminishing. And our data

  1. Control of discrete event systems modeled as hierarchical state machines

    Science.gov (United States)

    Brave, Y.; Heymann, M.

    1991-01-01

    The authors examine a class of discrete event systems (DESs) modeled as asynchronous hierarchical state machines (AHSMs). For this class of DESs, they provide an efficient method for testing reachability, which is an essential step in many control synthesis procedures. This method utilizes the asynchronous nature and hierarchical structure of AHSMs, thereby illustrating the advantage of the AHSM representation as compared with its equivalent (flat) state machine representation. An application of the method is presented where an online minimally restrictive solution is proposed for the problem of maintaining a controlled AHSM within prescribed legal bounds.

  2. Timed-Arc Petri Nets vs. Networks of Timed Automata

    DEFF Research Database (Denmark)

    Srba, Jiri

    We establish mutual translations between the classes of 1-safe timed-arc Petri nets (and its extension with testing arcs) and networks of timed automata (and its subclass where every clock used in the guard has to be reset). The presented translations are very tight (up to isomorphism of labelled...... transition systems with time). This provides a convenient characterization from the theoretical point of view but is not always satisfactory from the practical point of view because of the possible non-polynomial blow up in the size (in the direction from automata to nets). Hence we relax the isomorphism...... requirement and provide efficient (polynomial time) reductions between networks of timed automata and 1-safe timed-arc Petri nets preserving the answer to the reachability question. This makes our techniques suitable for automatic translation into a format required by tools like UPPAAL and KRONOS. A direct...

  3. Labeling RDF Graphs for Linear Time and Space Querying

    Science.gov (United States)

    Furche, Tim; Weinzierl, Antonius; Bry, François

    Indices and data structures for web querying have mostly considered tree shaped data, reflecting the view of XML documents as tree-shaped. However, for RDF (and when querying ID/IDREF constraints in XML) data is indisputably graph-shaped. In this chapter, we first study existing indexing and labeling schemes for RDF and other graph datawith focus on support for efficient adjacency and reachability queries. For XML, labeling schemes are an important part of the widespread adoption of XML, in particular for mapping XML to existing (relational) database technology. However, the existing indexing and labeling schemes for RDF (and graph data in general) sacrifice one of the most attractive properties of XML labeling schemes, the constant time (and per-node space) test for adjacency (child) and reachability (descendant). In the second part, we introduce the first labeling scheme for RDF data that retains this property and thus achieves linear time and space processing of acyclic RDF queries on a significantly larger class of graphs than previous approaches (which are mostly limited to tree-shaped data). Finally, we show how this labeling scheme can be applied to (acyclic) SPARQL queries to obtain an evaluation algorithm with time and space complexity linear in the number of resources in the queried RDF graph.

  4. Can a quantum state over time resemble a quantum state at a single time?

    Science.gov (United States)

    Horsman, Dominic; Heunen, Chris; Pusey, Matthew F; Barrett, Jonathan; Spekkens, Robert W

    2017-09-01

    The standard formalism of quantum theory treats space and time in fundamentally different ways. In particular, a composite system at a given time is represented by a joint state, but the formalism does not prescribe a joint state for a composite of systems at different times. If there were a way of defining such a joint state, this would potentially permit a more even-handed treatment of space and time, and would strengthen the existing analogy between quantum states and classical probability distributions. Under the assumption that the joint state over time is an operator on the tensor product of single-time Hilbert spaces, we analyse various proposals for such a joint state, including one due to Leifer and Spekkens, one due to Fitzsimons, Jones and Vedral, and another based on discrete Wigner functions. Finding various problems with each, we identify five criteria for a quantum joint state over time to satisfy if it is to play a role similar to the standard joint state for a composite system: that it is a Hermitian operator on the tensor product of the single-time Hilbert spaces; that it represents probabilistic mixing appropriately; that it has the appropriate classical limit; that it has the appropriate single-time marginals; that composing over multiple time steps is associative. We show that no construction satisfies all these requirements. If Hermiticity is dropped, then there is an essentially unique construction that satisfies the remaining four criteria.

  5. Reachability and Real-Time Actuation Strategies for the Active SLIP Model

    Science.gov (United States)

    2015-06-01

    time. In gen- eral, animals’ anatomy is far more complex than what the SLIP model captures, due to the presence of joints, ankles , knees, hips, leg...strategies for locomotion. These strategies can then be applied to an anchor , a more complex and realistic model to mimic the animal’s morphology and...model. As clearly explained in [1], the ideal SLIP model is a template that can then be ” anchored ” to systems with more complex dynamics. The prototype

  6. Reachability Analysis of Probabilistic Systems

    DEFF Research Database (Denmark)

    D'Argenio, P. R.; Jeanett, B.; Jensen, Henrik Ejersbo

    2001-01-01

    than the original model, and may safely refute or accept the required property. Otherwise, the abstraction is refined and the process repeated. As the numerical analysis involved in settling the validity of the property is more costly than the refinement process, the method profits from applying...... such numerical analysis on smaller state spaces. The method is significantly enhanced by a number of novel strategies: a strategy for reducing the size of the numerical problems to be analyzed by identification of so-called {essential states}, and heuristic strategies for guiding the refinement process....

  7. State Space Methods for Timed Petri Nets

    DEFF Research Database (Denmark)

    Christensen, Søren; Jensen, Kurt; Mailund, Thomas

    2001-01-01

    it possible to condense the usually infinite state space of a timed Petri net into a finite condensed state space without loosing analysis power. The second method supports on-the-fly verification of certain safety properties of timed systems. We discuss the application of the two methods in a number......We present two recently developed state space methods for timed Petri nets. The two methods reconciles state space methods and time concepts based on the introduction of a global clock and associating time stamps to tokens. The first method is based on an equivalence relation on states which makes...

  8. Verification and Performance Evaluation of Timed Game Strategies

    DEFF Research Database (Denmark)

    David, Alexandre; Fang, Huixing; Larsen, Kim Guldstrand

    2014-01-01

    Control synthesis techniques, based on timed games, derive strategies to ensure a given control objective, e.g., time-bounded reachability. Model checking verifies correctness properties of systems. Statistical model checking can be used to analyse performance aspects of systems, e.g., energy...... consumption. In this work, we propose to combine these three techniques. In particular, given a strategy synthesized for a timed game and a given control objective, we want to make a deeper examination of the consequences of adopting this strategy. Firstly, we want to apply model checking to the timed game...... under the synthesized strategy in order to verify additional correctness properties. Secondly, we want to apply statistical model checking to evaluate various performance aspects of the synthesized strategy. For this, the underlying timed game is extended with relevant price and stochastic information...

  9. A Framework for Relating Timed Transition Systems and Preserving TCTL Model Checking

    DEFF Research Database (Denmark)

    Jacobsen, Lasse; Jacobsen, Morten; Møller, Mikael Harkjær

    2010-01-01

    Many formal translations between time dependent models have been proposed over the years. While some of them produce timed bisimilar models, others preserve only reachability or (weak) trace equivalence. We suggest a general framework for arguing when a translation preserves Timed Computation Tree...... Logic (TCTL) or its safety fragment.The framework works at the level of timed transition systems, making it independent of the modeling formalisms and applicable to many of the translations published in the literature. Finally, we present a novel translation from extended Timed-Arc Petri Nets...... to Networks of Timed Automata and using the framework argue that itpreserves the full TCTL. The translation has been implemented in the verification tool TAPAAL....

  10. Coherent states for certain time-dependent systems

    International Nuclear Information System (INIS)

    Pedrosa, I.A.

    1989-01-01

    Hartley and Ray have constructed and studied coherent states for the time-dependent oscillator. Here we show how to construct states for more general time-dependent systems. We also show that these states are equivalent to the well-known squeezed states. (author) [pt

  11. Timely and Effective Care - State

    Data.gov (United States)

    U.S. Department of Health & Human Services — Timely and Effective Care measures - state data. This data set includes state-level data for measures of heart attack care, heart failure care, pneumonia care,...

  12. Converse Theorems for Safety and Barrier Certificates

    OpenAIRE

    Ratschan, Stefan

    2017-01-01

    An important tool for proving safety of dynamical systems is the notion of a barrier certificate. In this paper we prove that every robustly safe ordinary differential equation has a barrier certificate. Moreover, we show a construction of such a barrier certificate based on a set of states that is reachable in finite time.

  13. Rewriting Modulo SMT and Open System Analysis

    Science.gov (United States)

    Rocha, Camilo; Meseguer, Jose; Munoz, Cesar

    2014-01-01

    This paper proposes rewriting modulo SMT, a new technique that combines the power of SMT solving, rewriting modulo theories, and model checking. Rewriting modulo SMT is ideally suited to model and analyze infinite-state open systems, i.e., systems that interact with a non-deterministic environment. Such systems exhibit both internal non-determinism, which is proper to the system, and external non-determinism, which is due to the environment. In a reflective formalism, such as rewriting logic, rewriting modulo SMT can be reduced to standard rewriting. Hence, rewriting modulo SMT naturally extends rewriting-based reachability analysis techniques, which are available for closed systems, to open systems. The proposed technique is illustrated with the formal analysis of: (i) a real-time system that is beyond the scope of timed-automata methods and (ii) automatic detection of reachability violations in a synchronous language developed to support autonomous spacecraft operations.

  14. Model checking of time Petri nets using the state class timed automaton

    DEFF Research Database (Denmark)

    Lime, Didier; Roux, Olivier H.

    2006-01-01

    In this paper, we propose a method for building the state class graph of a bounded time Petri net (TPN) as a timed automaton (TA), which we call the state class timed automaton. We consider bounded TPN, whose underlying net is not necessarily bounded. We prove that our translation preserves the b...

  15. Timing analysis of safety properties using fault trees with time dependencies and timed state-charts

    International Nuclear Information System (INIS)

    Magott, Jan; Skrobanek, Pawel

    2012-01-01

    Behavior in time domain is often crucial for safety critical systems. Standard fault trees cannot express time-dependent behavior. In the paper, timing analysis of safety properties using fault trees with time dependencies (FTTDs) and timed state-charts is presented. A new version of timed state-charts (TSCs) is also proposed. These state-charts can model the dynamics of technical systems, e.g. controllers, controlled objects, and people. In TSCs, activity and communication times are represented by time intervals. In the proposed approach the structure of FTTD is fixed by a human. Time properties of events and gates of FTTD are expressed by time intervals, and are calculated using TSCs. The minimal and maximal values of these time intervals of FTTD can be calculated by finding paths with minimal and maximal time lengths in TSCs, which is an NP-hard problem. In order to reduce the practical complexity of computing the FTTD time parameters, some reductions of TSCs are defined in the paper, such as sequential, alternative, loop (iteration), and parallel. Some of the reductions are intuitive, in case of others—theorems are required. Computational complexity of each reduction is not greater than linear in the size of reduced TSC. Therefore, the obtained results enable decreasing of the costs of FTTD time parameters calculation when system dynamics is expressed by TSCs. Case study of a railroad crossing with a controller that controls semaphores, gate, light-audio signal close to the gate will be analyzed.

  16. Timely and Effective Care - State

    Data.gov (United States)

    U.S. Department of Health & Human Services — Timely and Effective Care measures - provider data. This data set includes state-level data for measures of cataract surgery outcome, colonoscopy follow-up, heart...

  17. The SSABLE system - Automated archive, catalog, browse and distribution of satellite data in near-real time

    Science.gov (United States)

    Simpson, James J.; Harkins, Daniel N.

    1993-01-01

    Historically, locating and browsing satellite data has been a cumbersome and expensive process. This has impeded the efficient and effective use of satellite data in the geosciences. SSABLE is a new interactive tool for the archive, browse, order, and distribution of satellite date based upon X Window, high bandwidth networks, and digital image rendering techniques. SSABLE provides for automatically constructing relational database queries to archived image datasets based on time, data, geographical location, and other selection criteria. SSABLE also provides a visual representation of the selected archived data for viewing on the user's X terminal. SSABLE is a near real-time system; for example, data are added to SSABLE's database within 10 min after capture. SSABLE is network and machine independent; it will run identically on any machine which satisfies the following three requirements: 1) has a bitmapped display (monochrome or greater); 2) is running the X Window system; and 3) is on a network directly reachable by the SSABLE system. SSABLE has been evaluated at over 100 international sites. Network response time in the United States and Canada varies between 4 and 7 s for browse image updates; reported transmission times to Europe and Australia typically are 20-25 s.

  18. Minimum Energy Control of 2D Positive Continuous-Discrete Linear Systems

    Directory of Open Access Journals (Sweden)

    Kaczorek Tadeusz

    2014-09-01

    Full Text Available The minimum energy control problem for the 2D positive continuous-discrete linear systems is formulated and solved. Necessary and sufficient conditions for the reachability at the point of the systems are given. Sufficient conditions for the existence of solution to the problem are established. It is shown that if the system is reachable then there exists an optimal input that steers the state from zero boundary conditions to given final state and minimizing the performance index for only one step (q = 1. A procedure for solving of the problem is proposed and illustrated by a numerical example.

  19. Probabilistic Reachability for Parametric Markov Models

    DEFF Research Database (Denmark)

    Hahn, Ernst Moritz; Hermanns, Holger; Zhang, Lijun

    2011-01-01

    Given a parametric Markov model, we consider the problem of computing the rational function expressing the probability of reaching a given set of states. To attack this principal problem, Daws has suggested to first convert the Markov chain into a finite automaton, from which a regular expression...

  20. Subgeometric Ergodicity Analysis of Continuous-Time Markov Chains under Random-Time State-Dependent Lyapunov Drift Conditions

    Directory of Open Access Journals (Sweden)

    Mokaedi V. Lekgari

    2014-01-01

    Full Text Available We investigate random-time state-dependent Foster-Lyapunov analysis on subgeometric rate ergodicity of continuous-time Markov chains (CTMCs. We are mainly concerned with making use of the available results on deterministic state-dependent drift conditions for CTMCs and on random-time state-dependent drift conditions for discrete-time Markov chains and transferring them to CTMCs.

  1. State-space prediction model for chaotic time series

    Science.gov (United States)

    Alparslan, A. K.; Sayar, M.; Atilgan, A. R.

    1998-08-01

    A simple method for predicting the continuation of scalar chaotic time series ahead in time is proposed. The false nearest neighbors technique in connection with the time-delayed embedding is employed so as to reconstruct the state space. A local forecasting model based upon the time evolution of the topological neighboring in the reconstructed phase space is suggested. A moving root-mean-square error is utilized in order to monitor the error along the prediction horizon. The model is tested for the convection amplitude of the Lorenz model. The results indicate that for approximately 100 cycles of the training data, the prediction follows the actual continuation very closely about six cycles. The proposed model, like other state-space forecasting models, captures the long-term behavior of the system due to the use of spatial neighbors in the state space.

  2. Time scales of tunneling decay of a localized state

    International Nuclear Information System (INIS)

    Ban, Yue; Muga, J. G.; Sherman, E. Ya.; Buettiker, M.

    2010-01-01

    Motivated by recent time-domain experiments on ultrafast atom ionization, we analyze the transients and time scales that characterize, aside from the relatively long lifetime, the decay of a localized state by tunneling. While the tunneling starts immediately, some time is required for the outgoing flux to develop. This short-term behavior depends strongly on the initial state. For the initial state, tightly localized so that the initial transients are dominated by over-the-barrier motion, the time scale for flux propagation through the barrier is close to the Buettiker-Landauer traversal time. Then a quasistationary, slow-decay process follows, which sets ideal conditions for observing diffraction in time at longer times and distances. To define operationally a tunneling time at the barrier edge, we extrapolate backward the propagation of the wave packet that escaped from the potential. This extrapolated time is considerably longer than the time scale of the flux and density buildup at the barrier edge.

  3. Verification of Stochastic Process Calculi

    DEFF Research Database (Denmark)

    Skrypnyuk, Nataliya

    algorithms for constructing bisimulation relations, computing (overapproximations of) sets of reachable states and computing the expected time reachability, the last for a linear fragment of IMC. In all the cases we have the complexities of algorithms which are low polynomial in the size of the syntactic....... In support of this claim we have developed analysis methods that belong to a particular type of Static Analysis { Data Flow / Pathway Analysis. These methods have previously been applied to a number of non-stochastic process calculi. In this thesis we are lifting them to the stochastic calculus...... of Interactive Markov Chains (IMC). We have devised the Pathway Analysis of IMC that is not only correct in the sense of overapproximating all possible behaviour scenarios, as is usual for Static Analysis methods, but is also precise. This gives us the possibility to explicitly decide on the trade-o between...

  4. Quasi-bound states, resonance tunnelling, and tunnelling times ...

    Indian Academy of Sciences (India)

    analysis of bound states below the threshold energy E = 0 and continuum above the threshold .... p are time reversal states of each other. Similarly, the ... are occurring at above-barrier energies and we do not treat them as QB states. They can ...

  5. Model-based schedulability analysis of safety critical hard real-time Java programs

    DEFF Research Database (Denmark)

    Bøgholm, Thomas; Kragh-Hansen, Henrik; Olsen, Petur

    2008-01-01

    verifiable by the Uppaal model checker [23]. Schedulability analysis is reduced to a simple reachability question, checking for deadlock freedom. Model-based schedulability analysis has been developed by Amnell et al. [2], but has so far only been applied to high level specifications, not actual...

  6. Time-Dependent-Asymmetric-Linear-Parsimonious Ancestral State Reconstruction.

    Science.gov (United States)

    Didier, Gilles

    2017-10-01

    The time-dependent-asymmetric-linear parsimony is an ancestral state reconstruction method which extends the standard linear parsimony (a.k.a. Wagner parsimony) approach by taking into account both branch lengths and asymmetric evolutionary costs for reconstructing quantitative characters (asymmetric costs amount to assuming an evolutionary trend toward the direction with the lowest cost). A formal study of the influence of the asymmetry parameter shows that the time-dependent-asymmetric-linear parsimony infers states which are all taken among the known states, except for some degenerate cases corresponding to special values of the asymmetry parameter. This remarkable property holds in particular for the Wagner parsimony. This study leads to a polynomial algorithm which determines, and provides a compact representation of, the parametric reconstruction of a phylogenetic tree, that is for all the unknown nodes, the set of all the possible reconstructed states associated with the asymmetry parameters leading to them. The time-dependent-asymmetric-linear parsimony is finally illustrated with the parametric reconstruction of the body size of cetaceans.

  7. Real-Time Tropospheric Delay Estimation using IGS Products

    Science.gov (United States)

    Stürze, Andrea; Liu, Sha; Söhne, Wolfgang

    2014-05-01

    The Federal Agency for Cartography and Geodesy (BKG) routinely provides zenith tropospheric delay (ZTD) parameter for the assimilation in numerical weather models since more than 10 years. Up to now the results flowing into the EUREF Permanent Network (EPN) or E-GVAP (EUMETNET EIG GNSS water vapour programme) analysis are based on batch processing of GPS+GLONASS observations in differential network mode. For the recently started COST Action ES1206 about "Advanced Global Navigation Satellite Systems tropospheric products for monitoring severe weather events and climate" (GNSS4SWEC), however, rapid updates in the analysis of the atmospheric state for nowcasting applications require changing the processing strategy towards real-time. In the RTCM SC104 (Radio Technical Commission for Maritime Services, Special Committee 104) a format combining the advantages of Precise Point Positioning (PPP) and Real-Time Kinematic (RTK) is under development. The so-called State Space Representation approach is defining corrections, which will be transferred in real-time to the user e.g. via NTRIP (Network Transport of RTCM via Internet Protocol). Meanwhile messages for precise orbits, satellite clocks and code biases compatible to the basic PPP mode using IGS products are defined. Consequently, the IGS Real-Time Service (RTS) was launched in 2013 in order to extend the well-known precise orbit and clock products by a real-time component. Further messages e.g. with respect to ionosphere or phase biases are foreseen. Depending on the level of refinement, so different accuracies up to the RTK level shall be reachable. In co-operation of BKG and the Technical University of Darmstadt the real-time software GEMon (GREF EUREF Monitoring) is under development. GEMon is able to process GPS and GLONASS observation and RTS product data streams in PPP mode. Furthermore, several state-of-the-art troposphere models, for example based on numerical weather prediction data, are implemented. Hence, it

  8. Analysis of multi-stage open shop processing systems

    NARCIS (Netherlands)

    Eggermont, C.E.J.; Schrijver, A.; Woeginger, G.J.; Schwentick, T.; Dürr, C.

    2011-01-01

    We study algorithmic problems in multi-stage open shop processing systems that are centered around reachability and deadlock detection questions. We characterize safe and unsafe system states. We show that it is easy to recognize system states that can be reached from the initial state (where the

  9. A Comparison of Modular Verification Techniques

    DEFF Research Database (Denmark)

    Andersen, Henrik Reif; Staunstrup, Jørgen; Maretti, Niels

    1997-01-01

    This paper presents and compares three techniques for mechanized verification of state oriented design descriptions. One is a traditional forwardgeneration of a fixed point characterizing the reachable states. The two others can utilize a modular structure provided by the designer. Onerequires...

  10. Online Synchrophasor-Based Dynamic State Estimation using Real-Time Digital Simulator

    DEFF Research Database (Denmark)

    Khazraj, Hesam; Adewole, Adeyemi Charles; Udaya, Annakkage

    2018-01-01

    Dynamic state estimation is a very important control center application used in the dynamic monitoring of state variables. This paper presents and validates a time-synchronized phasor measurement unit (PMU)-based for dynamic state estimation by unscented Kalman filter (UKF) method using the real-...... using the RTDS (real-time digital simulator). The dynamic state variables of multi-machine systems are monitored and measured for the study on the transient behavior of power systems.......Dynamic state estimation is a very important control center application used in the dynamic monitoring of state variables. This paper presents and validates a time-synchronized phasor measurement unit (PMU)-based for dynamic state estimation by unscented Kalman filter (UKF) method using the real......-time digital simulator (RTDS). The dynamic state variables of the system are the rotor angle and speed of the generators. The performance of the UKF method is tested with PMU measurements as inputs using the IEEE 14-bus test system. This test system was modeled in the RSCAD software and tested in real time...

  11. State-based Communication on Time-predictable Multicore Processors

    DEFF Research Database (Denmark)

    Sørensen, Rasmus Bo; Schoeberl, Martin; Sparsø, Jens

    2016-01-01

    Some real-time systems use a form of task-to-task communication called state-based or sample-based communication that does not impose any flow control among the communicating tasks. The concept is similar to a shared variable, where a reader may read the same value multiple times or may not read...... a given value at all. This paper explores time-predictable implementations of state-based communication in network-on-chip based multicore platforms through five algorithms. With the presented analysis of the implemented algorithms, the communicating tasks of one core can be scheduled independently...... of tasks on other cores. Assuming a specific time-predictable multicore processor, we evaluate how the read and write primitives of the five algorithms contribute to the worst-case execution time of the communicating tasks. Each of the five algorithms has specific capabilities that make them suitable...

  12. Trajectories of goods in distributed allocation

    NARCIS (Netherlands)

    Chevaleyre, Y.; Endriss, U.; Maudet, N.; Padgham, L.; Parkes, D.; Müller, J.; Parsons, S.

    2008-01-01

    Distributed allocation mechanisms rely on the agents' autonomous (and supposedly rational) behaviour: states evolve as a result of agents contracting deals and exchanging resources. It is no surprise that restrictions on potential deals also restrict the reachability of some desirable states, for

  13. Time-dependent problems in quantum-mechanical state reconstruction

    International Nuclear Information System (INIS)

    Leonhardt, U.; Bardroff, P. J.

    1997-01-01

    We study the state reconstruction of wave packets that travel in time-dependent potentials. We solve the problem for explicitly time-dependent potentials. We solve the problem for explicitly time-dependent harmonic oscillators and sketch a general adaptive technique for finding the wave function that matches and observed evolution. (authors)

  14. Synchronization of nonidentical chaotic neural networks with leakage delay and mixed time-varying delays

    Directory of Open Access Journals (Sweden)

    Cao Jinde

    2011-01-01

    Full Text Available Abstract In this paper, an integral sliding mode control approach is presented to investigate synchronization of nonidentical chaotic neural networks with discrete and distributed time-varying delays as well as leakage delay. By considering a proper sliding surface and constructing Lyapunov-Krasovskii functional, as well as employing a combination of the free-weighting matrix method, Newton-Leibniz formulation and inequality technique, a sliding mode controller is designed to achieve the asymptotical synchronization of the addressed nonidentical neural networks. Moreover, a sliding mode control law is also synthesized to guarantee the reachability of the specified sliding surface. The provided conditions are expressed in terms of linear matrix inequalities, and are dependent on the discrete and distributed time delays as well as leakage delay. A simulation example is given to verify the theoretical results.

  15. Instrumental Supporting System for Developing and Analysis of Software-Defined Networks of Mobile Objects

    Directory of Open Access Journals (Sweden)

    V. A. Sokolov

    2015-01-01

    Full Text Available This article describes the organization principles for wireless mesh-networks (software-defined net-works of mobile objects. The emphasis is on the questions of getting effective routing algorithms for such networks. The mathematical model of the system is the standard transportation network. The key parameter of the routing system is the node reachability coefficient — the function depending on several basic and additional parameters (“mesh-factors”, which characterize the route between two network nodes. Each pair (arc, node is juxtaposed to a composite parameter which characterizes the “reacha-bility” of the node by the route which begins with this arc. The best (“shortest” route between two nodes is the route with the maximum reachability coefficient. The rules of building and refreshing the routing tables by the network nodes are described. With the announcement from the neighbor the node gets the information about the connection energy and reliability, the announcement time of receipt, the absence of transitional nodes and also about the connection capability. On the basis of this informationthe node applies the penalization (decreasing the reachability coefficient or the reward (increasing the reachability coefficient to all routes through this neighbor node. The penalization / reward scheme has some separate aspects: 1. Penalization for the actuality of information. 2. Penalization / reward for the reliability of a node. 3. Penalization for the connection energy. 4. Penalization for the present connection capability. The simulator of the wireless mesh-network of mobile objects is written. It is based on the suggested heuristic algorithms. The description and characteristics of the simulator are stated in the article. The peculiarities of its program realization are also examined.

  16. Coherent states of general time-dependent harmonic oscillator

    Indian Academy of Sciences (India)

    Abstract. By introducing an invariant operator, we obtain exact wave functions for a general time-dependent quadratic harmonic oscillator. The coherent states, both in x- and p-spaces, are calculated. We confirm that the uncertainty product in coherent state is always larger than Η/2 and is equal to the minimum of the ...

  17. Response time patterns in a stated choice experiment

    DEFF Research Database (Denmark)

    Börjesson, Maria; Fosgerau, Mogens

    2015-01-01

    This paper studies how response times vary between unlabelled binary choice occasions in a stated choice (SC) experiment, with alternatives differing with respect to in-vehicle travel time and travel cost. The pattern of response times is interpreted as an indicator of the cognitive processes...... employed by the respondents when making their choices. We find clear signs of reference-dependence in response times in the form of a strong gain–loss asymmetry. Moreover, different patterns of response times for travel time and travel cost indicate that these attributes are processed in different ways...

  18. Time evolution of quenched state and correlation to glassy effects

    International Nuclear Information System (INIS)

    Kilic, K.; Kilic, A.; Altinkok, A.; Yetis, H.; Cetin, O.; Durust, Y.

    2005-01-01

    In this work, dynamic changes generated by the driving current were studied in superconducting bulk polycrystalline YBCO sample via transport relaxation measurements (V-t curves). The evolution of nonlinear V-t curves was interpreted in terms of the formation of resistive and nonresistive flow channels and the spatial reorganization of the transport current in a multiply connected network of weak-link structure. The dynamic re-organization of driving current could cause an enhancement or suppression in the superconducting order parameter due to the magnitude of the driving current and coupling strength of weak-link structure along with the chemical and anisotropic states of the sample as the time proceeds. A nonzero voltage decaying with time, correlated to the quenched state, was recorded when the magnitude of initial driving current is reduced to a finite value. It was found that, after sufficiently long waiting time, the evolution of the quenched state could result in a superconducting state, depending on the magnitude of the driving current and temperature. We showed that the decays in voltage over time are consistent with an exponential time dependence which is related to the glassy state. Further, the effect of doping of organic material Bis dimethyl-glyoximato Copper (II) to YBCO could be monitored apparently via the comparison of the V-t curves corresponding to doped and undoped YBCO samples

  19. Exactly solvable quantum state reduction models with time-dependent coupling

    International Nuclear Information System (INIS)

    Brody, Dorje C; Constantinou, Irene C; Dear, James D C; Hughston, Lane P

    2006-01-01

    A closed-form solution to the energy-based stochastic Schroedinger equation with a time-dependent coupling is obtained. The solution is algebraic in character, and is expressed directly in terms of independent random data. The data consist of (i) a random variable H which has the distribution P(H=E i ) = π i , where π i is the transition probability vertical bar (ψ 0 vertical bar Φ i ) vertical bar 2 from the initial state vertical bar ψ 0 ) to the Lueders state vertical bar Φ i ) with energy E i , and (ii) an independent P-Brownian motion, where P is the physical probability measure associated with the dynamics of the reduction process. When the coupling is time independent, it is known that state reduction occurs asymptotically-that is to say, over an infinite time horizon. In the case of a time-dependent coupling, we show that if the magnitude of the coupling decreases sufficiently rapidly, then the energy variance will be reduced under the dynamics, but the state need not reach an energy eigenstate. This situation corresponds to the case of a 'partial' or 'incomplete' measurement of the energy. We also construct an example of a model where the opposite situation prevails, in which complete state reduction is achieved after the passage of a finite period of time

  20. Comparison of Time/Phase Lags in the Hard State and Plateau State of GRS 1915+105

    NARCIS (Netherlands)

    Pahari, M.; Neilsen, J.; Yadav, J.S.; Misra, R.; Uttley, P.

    2013-01-01

    We investigate the complex behavior of energy- and frequency-dependent time/phase lags in the plateau state and the radio-quiet hard (χ) state of GRS 1915+105. In our timing analysis, we find that when the source is faint in the radio, quasi-periodic oscillations (QPOs) are observed above 2 Hz and

  1. Space-time complexity in solid state models

    International Nuclear Information System (INIS)

    Bishop, A.R.

    1985-01-01

    In this Workshop on symmetry-breaking it is appropriate to include the evolving fields of nonlinear-nonequilibrium systems in which transitions to and between various degrees of ''complexity'' (including ''chaos'') occur in time or space or both. These notions naturally bring together phenomena of pattern formation and chaos and therefore have ramifications for a huge array of natural sciences - astrophysics, plasmas and lasers, hydrodynamics, field theory, materials and solid state theory, optics and electronics, biology, pattern recognition and evolution, etc. Our particular concerns here are with examples from solid state and condensed matter

  2. Time-optimal thermalization of single-mode Gaussian states

    Science.gov (United States)

    Carlini, Alberto; Mari, Andrea; Giovannetti, Vittorio

    2014-11-01

    We consider the problem of time-optimal control of a continuous bosonic quantum system subject to the action of a Markovian dissipation. In particular, we consider the case of a one-mode Gaussian quantum system prepared in an arbitrary initial state and which relaxes to the steady state due to the action of the dissipative channel. We assume that the unitary part of the dynamics is represented by Gaussian operations which preserve the Gaussian nature of the quantum state, i.e., arbitrary phase rotations, bounded squeezing, and unlimited displacements. In the ideal ansatz of unconstrained quantum control (i.e., when the unitary phase rotations, squeezing, and displacement of the mode can be performed instantaneously), we study how control can be optimized for speeding up the relaxation towards the fixed point of the dynamics and we analytically derive the optimal relaxation time. Our model has potential and interesting applications to the control of modes of electromagnetic radiation and of trapped levitated nanospheres.

  3. 45 CFR 303.11 - Case closure criteria.

    Science.gov (United States)

    2010-10-01

    ... Federal government or a company with headquarters or offices in the United States, and has no reachable...) There has been a finding by the responsible State agency of good cause or other exceptions to cooperation with the IV-D agency and the State or local IV-A, IV-D, IV-E, Medicaid or food stamp agency has...

  4. Simultaneous Observation of Hybrid States for Cyber-Physical Systems: A Case Study of Electric Vehicle Powertrain.

    Science.gov (United States)

    Lv, Chen; Liu, Yahui; Hu, Xiaosong; Guo, Hongyan; Cao, Dongpu; Wang, Fei-Yue

    2017-08-22

    As a typical cyber-physical system (CPS), electrified vehicle becomes a hot research topic due to its high efficiency and low emissions. In order to develop advanced electric powertrains, accurate estimations of the unmeasurable hybrid states, including discrete backlash nonlinearity and continuous half-shaft torque, are of great importance. In this paper, a novel estimation algorithm for simultaneously identifying the backlash position and half-shaft torque of an electric powertrain is proposed using a hybrid system approach. System models, including the electric powertrain and vehicle dynamics models, are established considering the drivetrain backlash and flexibility, and also calibrated and validated using vehicle road testing data. Based on the developed system models, the powertrain behavior is represented using hybrid automata according to the piecewise affine property of the backlash dynamics. A hybrid-state observer, which is comprised of a discrete-state observer and a continuous-state observer, is designed for the simultaneous estimation of the backlash position and half-shaft torque. In order to guarantee the stability and reachability, the convergence property of the proposed observer is investigated. The proposed observer are validated under highly dynamical transitions of vehicle states. The validation results demonstrates the feasibility and effectiveness of the proposed hybrid-state observer.

  5. Wind Corrections in Flight Path Planning

    Directory of Open Access Journals (Sweden)

    Martin Selecký

    2013-05-01

    Full Text Available Abstract When operating autonomous unmanned aerial vehicles (UAVs in real environments it is necessary to deal with the effects of wind that causes the aircraft to drift in a certain direction. In such conditions it is hard or even impossible for UAVs with a bounded turning rate to follow certain trajectories. We designed a method based on an Accelerated A* algorithm that allows the trajectory planner to take the wind effects into account and to generate states that are reachable by UAV. This method was tested on hardware UAV and the reachability of its generated trajectories was compared to the trajectories computed by the original Accelerated A*.

  6. Vibrational frequencies and dephasing times in excited electronic states by femtosecond time-resolved four-wave mixing

    Science.gov (United States)

    Joo, Taiha; Albrecht, A. C.

    1993-06-01

    Time-resolved degenerate four-wave mixing (TRDFWM) for an electronically resonant system in a phase-matching configuration that measures population decay is reported. Because the spectral width of input light exceeds the vibrational Bohr frequency of a strong Raman active mode, the vibrational coherence produces strong oscillations in the TRDFWM signal together with the usual population decay from the excited electronic state. The data are analyzed in terms of a four-level system: ground and excited electronic states each split by a vibrational quantum of a Raman active mode. Absolute frequencies and their dephasing times of the vibrational modes at ≈590 cm -1 are obtained for the excited as well as the ground electronic state. The vibrational dephasing rate in the excited electronic state is about an order of magnitude faster than that in the ground state, the origin of which is speculated upon.

  7. Reachable Sets for Multiple Asteroid Sample Return Missions

    Science.gov (United States)

    2005-12-01

    Vtdot Massdot Sc al ed U ni ts Minimum Derivative Values Maximum Derivative Values Figure 15 Actual Range of State Derivates When these plots are...0.0563 -0.0016 Vtdot -0.0065 -0.0579 0.0119 0.0070 Massdot -0.0148 -0.0148 -0.0075 -0.0075 Control low bound low guess upper guess upper

  8. Decay of hollow states in time-dependent density functional theory

    Energy Technology Data Exchange (ETDEWEB)

    Kapoor, Varun; Bauer, Dieter [Institut fuer Physik, Wismarsche Str. 43-45, Universitaet Rostock, Rostock-18051 (Germany)

    2012-07-01

    Hollow or multiply excited states are inaccessible in time dependent density functional theory (TDDFT) using adiabatic Kohn-Sham potentials. We determine the exact Kohn Sham (KS) potential for doubly excited states in an exactly solvable model Helium atom. The exact single-particle density corresponds to the energetically lowest quasi-stationary state in the exact KS potential. We describe how this exact potential controls the decay by a barrier whose origin is traced back to phase of the exact KS orbital. The potential controls the barrier height and width in order for the density to tunnel out and decay with the same rate as the doubly excited state in the ab initio time-dependent Schroedinger calculation. Instead, adiabatic KS potentials only show direct photoionization but no autoionization. A frequency-dependent linear response kernel would be necessary in order to capture the decay of autoionizing states.

  9. A coarse grained description of time evolution: Irreversible state reduction and time-energy relation

    International Nuclear Information System (INIS)

    Bonifacio, R.; Milan Univ.

    1983-05-01

    We show that a proper coarse-grained description of time evolution leads to a finite difference equation with step tau for the density operator. This implies state reduction to the diagonal form in the energy representation and a quasi ergodic behaviour of quantum mechanical ensemble averages. An intrinsic time-energy relation tauΔE>=(h/2π)/2 is proposed, and its equivalence to a time quantization is discussed. (author)

  10. Verus: A Tool for Quantitative Analysis of Finite-State Real-Time Systems.

    Science.gov (United States)

    1996-08-12

    Symbolic model checking is a technique for verifying finite-state concurrent systems that has been extended to handle real - time systems . Models with...up to 10(exp 30) states can often be verified in minutes. In this paper, we present a new tool to analyze real - time systems , based on this technique...We have designed a language, called Verus, for the description of real - time systems . Such a description is compiled into a state-transition graph and

  11. Time-resolved measurement of the quantum states of photons using two-photon interference with short-time reference pulses

    International Nuclear Information System (INIS)

    Ren Changliang; Hofmann, Holger F.

    2011-01-01

    To fully utilize the energy-time degree of freedom of photons for optical quantum-information processes, it is necessary to control and characterize the temporal quantum states of the photons at extremely short time scales. For measurements of the temporal coherence of the quantum states beyond the time resolution of available detectors, two-photon interference with a photon in a short-time reference pulse may be a viable alternative. In this paper, we derive the temporal measurement operators for the bunching statistics of a single-photon input state with a photon from a weak coherent reference pulse. It is shown that the effects of the pulse shape of the reference pulse can be expressed in terms of a spectral filter selecting the bandwidth within which the measurement can be treated as an ideal projection on eigenstates of time. For full quantum tomography, temporal coherence can be determined by using superpositions of reference pulses at two different times. Moreover, energy-time entanglement can be evaluated based on the two-by-two entanglement observed in the coherences between pairs of detection times.

  12. The effect of decaying atomic states on integral and time differential Moessbauer spectra

    International Nuclear Information System (INIS)

    Kankeleit, E.

    1975-01-01

    Moessbauer spectra for time dependent monopole interaction have been calculated for the case that the nuclear transition feeding the Moessbauer state excites an electric state of the atom. This is assumed to decay in a time comparable with the lifetime of the Moessbauer state. Spectra have been calculated for both time differential and integral experiments. (orig.) [de

  13. Tools and Methods for RTCP-Nets Modeling and Verification

    Directory of Open Access Journals (Sweden)

    Szpyrka Marcin

    2016-09-01

    Full Text Available RTCP-nets are high level Petri nets similar to timed colored Petri nets, but with different time model and some structural restrictions. The paper deals with practical aspects of using RTCP-nets for modeling and verification of real-time systems. It contains a survey of software tools developed to support RTCP-nets. Verification of RTCP-nets is based on coverability graphs which represent the set of reachable states in the form of directed graph. Two approaches to verification of RTCP-nets are considered in the paper. The former one is oriented towards states and is based on translation of a coverability graph into nuXmv (NuSMV finite state model. The later approach is oriented towards transitions and uses the CADP toolkit to check whether requirements given as μ-calculus formulae hold for a given coverability graph. All presented concepts are discussed using illustrative examples

  14. On excited states in real-time AdS/CFT

    Energy Technology Data Exchange (ETDEWEB)

    Botta-Cantcheff, Marcelo; Martínez, Pedro J.; Silva, Guillermo A. [Instituto de Física de La Plata - CONICET & Departamento de Física - UNLP,C.C. 67, 1900 La Plata (Argentina)

    2016-02-25

    The Skenderis-van Rees prescription, which allows the calculation of time-ordered correlation functions of local operators in CFT’s using holographic methods is studied and applied for excited states. Calculation of correlators and matrix elements of local CFT operators between generic in/out states are carried out in global Lorentzian AdS. We find the precise form of such states, obtain an holographic formula to compute the inner product between them, and using the consistency with other known prescriptions, we argue that the in/out excited states built according to the Skenderis-Van Rees prescription correspond to coherent states in the (large-N) AdS-Hilbert space. This is confirmed by explicit holographic computations. The outcome of this study has remarkable implications on generalizing the Hartle-Hawking construction for wave functionals of excited states in AdS quantum gravity.

  15. Measurability and Safety Verification for Stochastic Hybrid Systems

    DEFF Research Database (Denmark)

    Fränzle, Martin; Hahn, Ernst Moritz; Hermanns, Holger

    2011-01-01

    method that establishes safe upper bounds on reachability probabilities. To arrive there requires us to solve semantic intricacies as well as practical problems. In particular, we show that measurability of a complete system follows from the measurability of its constituent parts. On the practical side......-time behaviour is given by differential equations, as for usual hybrid systems, but the targets of discrete jumps are chosen by probability distributions. These distributions may be general measures on state sets. Also non-determinism is supported, and the latter is exploited in an abstraction and evaluation...

  16. Energy Optimal Path Planning: Integrating Coastal Ocean Modelling with Optimal Control

    Science.gov (United States)

    Subramani, D. N.; Haley, P. J., Jr.; Lermusiaux, P. F. J.

    2016-02-01

    A stochastic optimization methodology is formulated for computing energy-optimal paths from among time-optimal paths of autonomous vehicles navigating in a dynamic flow field. To set up the energy optimization, the relative vehicle speed and headings are considered to be stochastic, and new stochastic Dynamically Orthogonal (DO) level-set equations that govern their stochastic time-optimal reachability fronts are derived. Their solution provides the distribution of time-optimal reachability fronts and corresponding distribution of time-optimal paths. An optimization is then performed on the vehicle's energy-time joint distribution to select the energy-optimal paths for each arrival time, among all stochastic time-optimal paths for that arrival time. The accuracy and efficiency of the DO level-set equations for solving the governing stochastic level-set reachability fronts are quantitatively assessed, including comparisons with independent semi-analytical solutions. Energy-optimal missions are studied in wind-driven barotropic quasi-geostrophic double-gyre circulations, and in realistic data-assimilative re-analyses of multiscale coastal ocean flows. The latter re-analyses are obtained from multi-resolution 2-way nested primitive-equation simulations of tidal-to-mesoscale dynamics in the Middle Atlantic Bight and Shelbreak Front region. The effects of tidal currents, strong wind events, coastal jets, and shelfbreak fronts on the energy-optimal paths are illustrated and quantified. Results showcase the opportunities for longer-duration missions that intelligently utilize the ocean environment to save energy, rigorously integrating ocean forecasting with optimal control of autonomous vehicles.

  17. EEG Eye State Identification Using Incremental Attribute Learning with Time-Series Classification

    Directory of Open Access Journals (Sweden)

    Ting Wang

    2014-01-01

    Full Text Available Eye state identification is a kind of common time-series classification problem which is also a hot spot in recent research. Electroencephalography (EEG is widely used in eye state classification to detect human's cognition state. Previous research has validated the feasibility of machine learning and statistical approaches for EEG eye state classification. This paper aims to propose a novel approach for EEG eye state identification using incremental attribute learning (IAL based on neural networks. IAL is a novel machine learning strategy which gradually imports and trains features one by one. Previous studies have verified that such an approach is applicable for solving a number of pattern recognition problems. However, in these previous works, little research on IAL focused on its application to time-series problems. Therefore, it is still unknown whether IAL can be employed to cope with time-series problems like EEG eye state classification. Experimental results in this study demonstrates that, with proper feature extraction and feature ordering, IAL can not only efficiently cope with time-series classification problems, but also exhibit better classification performance in terms of classification error rates in comparison with conventional and some other approaches.

  18. Power System Real-Time Monitoring by Using PMU-Based Robust State Estimation Method

    DEFF Research Database (Denmark)

    Zhao, Junbo; Zhang, Gexiang; Das, Kaushik

    2016-01-01

    Accurate real-time states provided by the state estimator are critical for power system reliable operation and control. This paper proposes a novel phasor measurement unit (PMU)-based robust state estimation method (PRSEM) to real-time monitor a power system under different operation conditions...... the system real-time states with good robustness and can address several kinds of BD.......-based bad data (BD) detection method, which can handle the smearing effect and critical measurement errors, is presented. We evaluate PRSEM by using IEEE benchmark test systems and a realistic utility system. The numerical results indicate that, in short computation time, PRSEM can effectively track...

  19. Efficient Approximation of Optimal Control for Markov Games

    DEFF Research Database (Denmark)

    Fearnley, John; Rabe, Markus; Schewe, Sven

    2011-01-01

    We study the time-bounded reachability problem for continuous-time Markov decision processes (CTMDPs) and games (CTMGs). Existing techniques for this problem use discretisation techniques to break time into discrete intervals, and optimal control is approximated for each interval separately...

  20. Parallel symbolic state-space exploration is difficult, but what is the alternative?

    Directory of Open Access Journals (Sweden)

    Gianfranco Ciardo

    2009-12-01

    Full Text Available State-space exploration is an essential step in many modeling and analysis problems. Its goal is to find the states reachable from the initial state of a discrete-state model described. The state space can used to answer important questions, e.g., "Is there a dead state?" and "Can N become negative?", or as a starting point for sophisticated investigations expressed in temporal logic. Unfortunately, the state space is often so large that ordinary explicit data structures and sequential algorithms cannot cope, prompting the exploration of (1 parallel approaches using multiple processors, from simple workstation networks to shared-memory supercomputers, to satisfy large memory and runtime requirements and (2 symbolic approaches using decision diagrams to encode the large structured sets and relations manipulated during state-space generation. Both approaches have merits and limitations. Parallel explicit state-space generation is challenging, but almost linear speedup can be achieved; however, the analysis is ultimately limited by the memory and processors available. Symbolic methods are a heuristic that can efficiently encode many, but not all, functions over a structured and exponentially large domain; here the pitfalls are subtler: their performance varies widely depending on the class of decision diagram chosen, the state variable order, and obscure algorithmic parameters. As symbolic approaches are often much more efficient than explicit ones for many practical models, we argue for the need to parallelize symbolic state-space generation algorithms, so that we can realize the advantage of both approaches. This is a challenging endeavor, as the most efficient symbolic algorithm, Saturation, is inherently sequential. We conclude by discussing challenges, efforts, and promising directions toward this goal.

  1. Finite-time stabilisation of a class of switched nonlinear systems with state constraints

    Science.gov (United States)

    Huang, Shipei; Xiang, Zhengrong

    2018-06-01

    This paper investigates the finite-time stabilisation for a class of switched nonlinear systems with state constraints. Some power orders of the system are allowed to be ratios of positive even integers over odd integers. A Barrier Lyapunov function is introduced to guarantee that the state constraint is not violated at any time. Using the convex combination method and a recursive design approach, a state-dependent switching law and state feedback controllers of individual subsystems are constructed such that the closed-loop system is finite-time stable without violation of the state constraint. Two examples are provided to show the effectiveness of the proposed method.

  2. H∞ state estimation for discrete-time memristive recurrent neural networks with stochastic time-delays

    Science.gov (United States)

    Liu, Hongjian; Wang, Zidong; Shen, Bo; Alsaadi, Fuad E.

    2016-07-01

    This paper deals with the robust H∞ state estimation problem for a class of memristive recurrent neural networks with stochastic time-delays. The stochastic time-delays under consideration are governed by a Bernoulli-distributed stochastic sequence. The purpose of the addressed problem is to design the robust state estimator such that the dynamics of the estimation error is exponentially stable in the mean square, and the prescribed ? performance constraint is met. By utilizing the difference inclusion theory and choosing a proper Lyapunov-Krasovskii functional, the existence condition of the desired estimator is derived. Based on it, the explicit expression of the estimator gain is given in terms of the solution to a linear matrix inequality. Finally, a numerical example is employed to demonstrate the effectiveness and applicability of the proposed estimation approach.

  3. Assessing the mean strength and variations of the time-to-time fluctuations of resting-state brain activity.

    Science.gov (United States)

    Li, Zhengjun; Zang, Yu-Feng; Ding, Jianping; Wang, Ze

    2017-04-01

    The time-to-time fluctuations (TTFs) of resting-state brain activity as captured by resting-state fMRI (rsfMRI) have been repeatedly shown to be informative of functional brain structures and disease-related alterations. TTFs can be characterized by the mean and the range of successive difference. The former can be measured with the mean squared successive difference (MSSD), which is mathematically similar to standard deviation; the latter can be calculated by the variability of the successive difference (VSD). The purpose of this study was to evaluate both the resting state-MSSD and VSD of rsfMRI regarding their test-retest stability, sensitivity to brain state change, as well as their biological meanings. We hypothesized that MSSD and VSD are reliable in resting brain; both measures are sensitive to brain state changes such as eyes-open compared to eyes-closed condition; both are predictive of age. These hypotheses were tested with three rsfMRI datasets and proven true, suggesting both MSSD and VSD as reliable and useful tools for resting-state studies.

  4. Survey of Part-Time Faculty at Ferris State College.

    Science.gov (United States)

    Snyder, Chryl A.; Terzin, Margaret A.

    The status of part-time faculty at Ferris State College during the 1984 fall quarter was investigated. A total of 53 part-timers completed the survey, which was based on the concerns of members of the Ferris Professional Women's organization. It was found that part-time faculty members were likely to be female, 36-50 years old, married, with a…

  5. Time evolution of a new superconducting state in long ferromagnetic superconductors

    International Nuclear Information System (INIS)

    Dharmadurai, G.

    1980-01-01

    We examine the unique features associated with the onset of a time dependent superconducting state in long reentrant ferromagnetic superconductors due to the self-heating induced breakdown of the ferromagnetic normal state. After solving the relevant one-dimensional heat flow equations in an analytic approximation we estimate the duration of the resulting metastable superconducting state and discuss the qualitative aspects of the temporal behaviour of this new superconducting state. (orig.)

  6. Comparison of time/phase lags in the hard state and plateau state of GRS 1915+105

    Energy Technology Data Exchange (ETDEWEB)

    Pahari, Mayukh; Yadav, J. S. [Tata Institute of Fundamental Research, Homi Bhabha Road, Mumbai, India (MP) (India); Neilsen, Joseph [Boston University, Boston, MA 02215 (United States); Misra, Ranjeev [Inter University Center for Astronomy and Astrophysics, Pune (India); Uttley, Phil, E-mail: mp@tifr.res.in [Astronomical Institute, " Anton Pannekoek," University of Amsterdam, Science Park 904, 1098-XH Amsterdam (Netherlands)

    2013-12-01

    We investigate the complex behavior of energy- and frequency-dependent time/phase lags in the plateau state and the radio-quiet hard (χ) state of GRS 1915+105. In our timing analysis, we find that when the source is faint in the radio, quasi-periodic oscillations (QPOs) are observed above 2 Hz and typically exhibit soft lags (soft photons lag hard photons), whereas QPOs in the radio-bright plateau state are found below 2.2 Hz and consistently show hard lags. The phase lag at the QPO frequency is strongly anti-correlated with that frequency, changing sign at 2.2 Hz. However, the phase lag at the frequency of the first harmonic is positive and nearly independent of that frequency at ∼0.172 rad, regardless of the radio emission. The lag energy dependence at the first harmonic is also independent of radio flux. However, the lags at the QPO frequency are negative at all energies during the radio-quiet state, but lags at the QPO frequency during the plateau state are positive at all energies and show a 'reflection-type' evolution of the lag energy spectra with respect to the radio-quiet state. The lag energy dependence is roughly logarithmic, but there is some evidence for a break around 4-6 keV. Finally, the Fourier-frequency-dependent phase lag spectra are fairly flat during the plateau state, but increase from negative to positive during the radio-quiet state. We discuss the implications of our results in light of some generic models.

  7. Event-Based $H_\\infty $ State Estimation for Time-Varying Stochastic Dynamical Networks With State- and Disturbance-Dependent Noises.

    Science.gov (United States)

    Sheng, Li; Wang, Zidong; Zou, Lei; Alsaadi, Fuad E

    2017-10-01

    In this paper, the event-based finite-horizon H ∞ state estimation problem is investigated for a class of discrete time-varying stochastic dynamical networks with state- and disturbance-dependent noises [also called (x,v) -dependent noises]. An event-triggered scheme is proposed to decrease the frequency of the data transmission between the sensors and the estimator, where the signal is transmitted only when certain conditions are satisfied. The purpose of the problem addressed is to design a time-varying state estimator in order to estimate the network states through available output measurements. By employing the completing-the-square technique and the stochastic analysis approach, sufficient conditions are established to ensure that the error dynamics of the state estimation satisfies a prescribed H ∞ performance constraint over a finite horizon. The desired estimator parameters can be designed via solving coupled backward recursive Riccati difference equations. Finally, a numerical example is exploited to demonstrate the effectiveness of the developed state estimation scheme.

  8. 42 CFR 457.160 - Notice and timing of CMS action on State plan material.

    Science.gov (United States)

    2010-10-01

    ... 42 Public Health 4 2010-10-01 2010-10-01 false Notice and timing of CMS action on State plan... § 457.160 Notice and timing of CMS action on State plan material. (a) Notice of final determination. The... amendment. (b) Timing. (1) A State plan or plan amendment will be considered approved unless CMS, within 90...

  9. Time evolution of gibbs states for an anharmonic lattice

    Energy Technology Data Exchange (ETDEWEB)

    Marchioro, C; Pellegrinotti, A; Suhov, Y [Camerino Univ. (Italy). Istituto di Matematica; Pulvirenti, M [L' Aquila Univ. (Italy). Istituto di Matematica; Rome Univ. (Italy). Istituto di Matematica)

    1979-01-01

    In this paper we study the time evolution of a regular class of states of an infinite classical system of anharmonic oscillators. The conditional probabilities are investigated and an explicit form for these is given.

  10. Time evolution of the Wigner function in the entangled-state representation

    International Nuclear Information System (INIS)

    Fan Hongyi

    2002-01-01

    For quantum-mechanical entangled states we introduce the entangled Wigner operator in the entangled-state representation. We derive the time evolution equation of the entangled Wigner operator . The trace product rule for entangled Wigner functions is also obtained

  11. The perception of peripersonal space in right and left brain damage hemiplegic patients

    Directory of Open Access Journals (Sweden)

    Angela eBartolo

    2014-01-01

    Full Text Available Peripersonal space, as opposed to extrapersonal space, is the space that contains reachable objects and in which multisensory and sensorimotor integration is enhanced. Thus, the perception of peripersonal space requires combining information on the spatial properties of the environment with information on the current capacity to act. In support of this, recent studies have provided converging evidences that perceiving objects in peripersonal space activates a neural network overlapping with that subtending voluntary motor action and motor imagery. Other studies have also underlined the dominant role of the right hemisphere in motor planning and of the left hemisphere in on-line motor guiding, respectively. In the present study, we investigated the effect of a right or left hemiplegia in the perception of peripersonal space. 16 hemiplegic patients with brain damage to the left (LH or right (RH hemisphere and 8 matched healthy controls (HC performed a colour discrimination, a motor imagery and a reachability judgment task. Analyses of response times and accuracy revealed no variation among the three groups in the colour discrimination task, suggesting the absence of any specific perceptual or decisional deficits in the patient groups. In contrast, the patient groups revealed longer response times in the motor imagery task when performed in reference to the hemiplegic arm (RH and LH or to the healthy arm (RH. Moreover, RH group showed longer response times in the reachability judgement task, but only for stimuli located at the boundary of peripersonal space, which was furthermore significantly reduced in size. Considered together, these results confirm the crucial role of the motor system in motor imagery task and the perception of peripersonal space. They also revealed that right hemisphere damage has a more detrimental effect on reachability estimates, suggesting that motor planning processes contribute specifically to the perception of

  12. Time evolution of gibbs states for an anharmonic lattice

    International Nuclear Information System (INIS)

    Marchioro, C.; Pellegrinotti, A.; Suhov, Y.; Pulvirenti, M.; Rome Univ.

    1979-01-01

    In this paper we study the time evolution of a regular class of states of an infinite classical system of anharmonic oscillators. The conditional probabilities are investigated and an explicit form for these is given. (orig.) [de

  13. Purity of Gaussian states: Measurement schemes and time evolution in noisy channels

    International Nuclear Information System (INIS)

    Paris, Matteo G.A.; Illuminati, Fabrizio; Serafini, Alessio; De Siena, Silvio

    2003-01-01

    We present a systematic study of the purity for Gaussian states of single-mode continuous variable systems. We prove the connection of purity to observable quantities for these states, and show that the joint measurement of two conjugate quadratures is necessary and sufficient to determine the purity at any time. The statistical reliability and the range of applicability of the proposed measurement scheme are tested by means of Monte Carlo simulated experiments. We then consider the dynamics of purity in noisy channels. We derive an evolution equation for the purity of general Gaussian states both in thermal and in squeezed thermal baths. We show that purity is maximized at any given time for an initial coherent state evolving in a thermal bath, or for an initial squeezed state evolving in a squeezed thermal bath whose asymptotic squeezing is orthogonal to that of the input state

  14. Time scaling internal state predictive control of a solar plant

    Energy Technology Data Exchange (ETDEWEB)

    Silva, R.N. [DEE-FCT/UNL, Caparica (Portugal); Rato, L.M. [INESC-ID/University, Evora (Portugal); Lemos, J.M. [INESC-ID/IST, Lisboa (Portugal)

    2003-12-01

    The control of a distributed collector solar field is addressed in this work, exploiting the plant's transport characteristic. The plant is modeled by a hyperbolic type partial differential equation (PDE) where the transport speed is the manipulated flow, i.e. the controller output. The model has an external distributed source, which is the solar radiation captured along the collector, approximated to depend only of time. From the solution of the PDE, a linear discrete state space model is obtained by using time-scaling and the redefinition of the control input. This method allows overcoming the dependency of the time constants with the operating point. A model-based predictive adaptive controller is derived with the internal temperature distribution estimated with a state observer. Experimental results at the solar power plant are presented, illustrating the advantages of the approach under consideration. (author)

  15. Monotonic Set-Extended Prefix Rewriting and Verification of Recursive Ping-Pong Protocols

    DEFF Research Database (Denmark)

    Delzanno, Giorgio; Esparza, Javier; Srba, Jiri

    2006-01-01

    of messages) some verification problems become decidable. In particular we give an algorithm to decide control state reachability, a problem related to security properties like secrecy and authenticity. The proof is via a reduction to a new prefix rewriting model called Monotonic Set-extended Prefix rewriting...

  16. Real-time fMRI using brain-state classification.

    Science.gov (United States)

    LaConte, Stephen M; Peltier, Scott J; Hu, Xiaoping P

    2007-10-01

    We have implemented a real-time functional magnetic resonance imaging system based on multivariate classification. This approach is distinctly different from spatially localized real-time implementations, since it does not require prior assumptions about functional localization and individual performance strategies, and has the ability to provide feedback based on intuitive translations of brain state rather than localized fluctuations. Thus this approach provides the capability for a new class of experimental designs in which real-time feedback control of the stimulus is possible-rather than using a fixed paradigm, experiments can adaptively evolve as subjects receive brain-state feedback. In this report, we describe our implementation and characterize its performance capabilities. We observed approximately 80% classification accuracy using whole brain, block-design, motor data. Within both left and right motor task conditions, important differences exist between the initial transient period produced by task switching (changing between rapid left or right index finger button presses) and the subsequent stable period during sustained activity. Further analysis revealed that very high accuracy is achievable during stable task periods, and that the responsiveness of the classifier to changes in task condition can be much faster than signal time-to-peak rates. Finally, we demonstrate the versatility of this implementation with respect to behavioral task, suggesting that our results are applicable across a spectrum of cognitive domains. Beyond basic research, this technology can complement electroencephalography-based brain computer interface research, and has potential applications in the areas of biofeedback rehabilitation, lie detection, learning studies, virtual reality-based training, and enhanced conscious awareness. Wiley-Liss, Inc.

  17. Investigation of unstable periodic space-time states in distributed active system with supercritical current

    International Nuclear Information System (INIS)

    Koronovskij, A.A.; Rempen, I.S.; Khramov, A.E.

    2003-01-01

    The set of the unstable periodic space-time states, characterizing the chaotic space-time dynamics of the electron beam with the supercritical current in the Pierce diode is discussed. The Lyapunov indicators of the revealed instable space-time states of the chaotic dynamics of the distributed self-excited system are calculated. It is shown that change in the set of the unstable periodic states in dependence on the Pierce parameter is determined by change in the various orbits stability, which is demonstrated by the values of senior Lyapunov unstable state index [ru

  18. State-of-the-art Versus Time-triggered Object Tracking in Advanced Driver Assistance Systems

    Directory of Open Access Journals (Sweden)

    Moritz Koplin

    2013-04-01

    Full Text Available Most state-of-the-art driver assistance systems cannot guarantee that real-time images of object states are updated within a given time interval, because the object state observations are typically sampled by uncontrolled sensors and transmitted via an indeterministic bus system such as CAN. To overcome this shortcoming, a paradigm shift toward time-triggered advanced driver assistance systems based on a deterministic bus system, such as FlexRay, is under discussion. In order to prove the feasibility of this paradigm shift, this paper develops different models of a state-of-the-art and a time-triggered advanced driver assistance system based on multi-sensor object tracking and compares them with regard to their mean performance. The results show that while the state-of-the-art model is advantageous in scenarios with low process noise, it is outmatched by the time-triggered model in the case of high process noise, i.e., in complex situations with high dynamic.

  19. Tensor network states in time-bin quantum optics

    Science.gov (United States)

    Lubasch, Michael; Valido, Antonio A.; Renema, Jelmer J.; Kolthammer, W. Steven; Jaksch, Dieter; Kim, M. S.; Walmsley, Ian; García-Patrón, Raúl

    2018-06-01

    The current shift in the quantum optics community towards experiments with many modes and photons necessitates new classical simulation techniques that efficiently encode many-body quantum correlations and go beyond the usual phase-space formulation. To address this pressing demand we formulate linear quantum optics in the language of tensor network states. We extensively analyze the quantum and classical correlations of time-bin interference in a single fiber loop. We then generalize our results to more complex time-bin quantum setups and identify different classes of architectures for high-complexity and low-overhead boson sampling experiments.

  20. Quantum states and the Hadamard form. III. Constraints in cosmological space-times

    International Nuclear Information System (INIS)

    Najmi, A.; Ottewill, A.C.

    1985-01-01

    We examine the constraints on the construction of Fock spaces for scalar fields in spatially flat Robertson-Walker space-times imposed by requiring that the vacuum state of the theory have a two-point function possessing the Hadamard singularity structure required by standard renormalization theory. It is shown that any such vacuum state must be a second-order adiabatic vacuum. We discuss the global requirements on the two-point function for it to possess the Hadamard form at all times if it possesses it at one time

  1. Multivariate time series with linear state space structure

    CERN Document Server

    Gómez, Víctor

    2016-01-01

    This book presents a comprehensive study of multivariate time series with linear state space structure. The emphasis is put on both the clarity of the theoretical concepts and on efficient algorithms for implementing the theory. In particular, it investigates the relationship between VARMA and state space models, including canonical forms. It also highlights the relationship between Wiener-Kolmogorov and Kalman filtering both with an infinite and a finite sample. The strength of the book also lies in the numerous algorithms included for state space models that take advantage of the recursive nature of the models. Many of these algorithms can be made robust, fast, reliable and efficient. The book is accompanied by a MATLAB package called SSMMATLAB and a webpage presenting implemented algorithms with many examples and case studies. Though it lays a solid theoretical foundation, the book also focuses on practical application, and includes exercises in each chapter. It is intended for researchers and students wor...

  2. Autonomous Mission Design in Extreme Orbit Environments

    Science.gov (United States)

    Surovik, David Allen

    An algorithm for autonomous online mission design at asteroids, comets, and small moons is developed to meet the novel challenges of their complex non-Keplerian orbit environments, which render traditional methods inapplicable. The core concept of abstract reachability analysis, in which a set of impulsive maneuvering options is mapped onto a space of high-level mission outcomes, is applied to enable goal-oriented decision-making with robustness to uncertainty. These nuanced analyses are efficiently computed by utilizing a heuristic-based adaptive sampling scheme that either maximizes an objective function for autonomous planning or resolves details of interest for preliminary analysis and general study. Illustrative examples reveal the chaotic nature of small body systems through the structure of various families of reachable orbits, such as those that facilitate close-range observation of targeted surface locations or achieve soft impact upon them. In order to fulfill extensive sets of observation tasks, the single-maneuver design method is implemented in a receding-horizon framework such that a complete mission is constructed on-the-fly one piece at a time. Long-term performance and convergence are assured by augmenting the objective function with a prospect heuristic, which approximates the likelihood that a reachable end-state will benefit the subsequent planning horizon. When state and model uncertainty produce larger trajectory deviations than were anticipated, the next control horizon is advanced to allow for corrective action -- a low-frequency form of feedback control. Through Monte Carlo analysis, the planning algorithm is ultimately demonstrated to produce mission profiles that vary drastically in their physical paths but nonetheless consistently complete all goals, suggesting a high degree of flexibility. It is further shown that the objective function can be tuned to preferentially minimize fuel cost or mission duration, as well as to optimize

  3. A note on computing average state occupation times

    Directory of Open Access Journals (Sweden)

    Jan Beyersmann

    2014-05-01

    Full Text Available Objective: This review discusses how biometricians would probably compute or estimate expected waiting times, if they had the data. Methods: Our framework is a time-inhomogeneous Markov multistate model, where all transition hazards are allowed to be time-varying. We assume that the cumulative transition hazards are given. That is, they are either known, as in a simulation, determined by expert guesses, or obtained via some method of statistical estimation. Our basic tool is product integration, which transforms the transition hazards into the matrix of transition probabilities. Product integration enjoys a rich mathematical theory, which has successfully been used to study probabilistic and statistical aspects of multistate models. Our emphasis will be on practical implementation of product integration, which allows us to numerically approximate the transition probabilities. Average state occupation times and other quantities of interest may then be derived from the transition probabilities.

  4. Dynamic state estimation and prediction for real-time control and operation

    NARCIS (Netherlands)

    Nguyen, P.H.; Venayagamoorthy, G.K.; Kling, W.L.; Ribeiro, P.F.

    2013-01-01

    Real-time control and operation are crucial to deal with increasing complexity of modern power systems. To effectively enable those functions, it is required a Dynamic State Estimation (DSE) function to provide accurate network state variables at the right moment and predict their trends ahead. This

  5. Fast-timing lifetime measurements of excited states in Cu67

    Science.gov (United States)

    NiÅ£ǎ, C. R.; Bucurescu, D.; Mǎrginean, N.; Avrigeanu, M.; Bocchi, G.; Bottoni, S.; Bracco, A.; Bruce, A. M.; Cǎta-Danil, G.; Coló, G.; Deleanu, D.; Filipescu, D.; GhiÅ£ǎ, D. G.; Glodariu, T.; Leoni, S.; Mihai, C.; Mason, P. J. R.; Mǎrginean, R.; Negret, A.; Pantelicǎ, D.; Podolyak, Z.; Regan, P. H.; Sava, T.; Stroe, L.; Toma, S.; Ur, C. A.; Wilson, E.

    2014-06-01

    The half-lives of the 9/2+, 13/2+, and 15/2+ yrast states in the neutron-rich Cu67 nucleus were determined by using the in-beam fast-timing technique. The experimentally deduced E3 transition strength for the decay of the 9/2+ level to the 3/2- ground state indicates that the wave function of this level might contain a collective component arising from the coupling of the odd proton p3/2 with the 3- state in Ni66. Theoretical interpretations of the 9/2+ state are presented within the particle-vibration weak-coupling scheme involving the unpaired proton and the 3- state from Ni66 and within shell-model calculations with a Ni56 core using the jj44b residual interaction. The shell model also accounts reasonably well for the other measured electromagnetic transition probabilities.

  6. Topologically protected bound states in photonic parity-time-symmetric crystals.

    Science.gov (United States)

    Weimann, S; Kremer, M; Plotnik, Y; Lumer, Y; Nolte, S; Makris, K G; Segev, M; Rechtsman, M C; Szameit, A

    2017-04-01

    Parity-time (PT)-symmetric crystals are a class of non-Hermitian systems that allow, for example, the existence of modes with real propagation constants, for self-orthogonality of propagating modes, and for uni-directional invisibility at defects. Photonic PT-symmetric systems that also support topological states could be useful for shaping and routing light waves. However, it is currently debated whether topological interface states can exist at all in PT-symmetric systems. Here, we show theoretically and demonstrate experimentally the existence of such states: states that are localized at the interface between two topologically distinct PT-symmetric photonic lattices. We find analytical closed form solutions of topological PT-symmetric interface states, and observe them through fluorescence microscopy in a passive PT-symmetric dimerized photonic lattice. Our results are relevant towards approaches to localize light on the interface between non-Hermitian crystals.

  7. Rate Reduction for State-labelled Markov Chains with Upper Time-bounded CSL Requirements

    Directory of Open Access Journals (Sweden)

    Bharath Siva Kumar Tati

    2016-07-01

    Full Text Available This paper presents algorithms for identifying and reducing a dedicated set of controllable transition rates of a state-labelled continuous-time Markov chain model. The purpose of the reduction is to make states to satisfy a given requirement, specified as a CSL upper time-bounded Until formula. We distinguish two different cases, depending on the type of probability bound. A natural partitioning of the state space allows us to develop possible solutions, leading to simple algorithms for both cases.

  8. [Correlation factors of 127 times pre-crisis state in patients with myasthenia gravis].

    Science.gov (United States)

    Ou, C Y; Ran, H; Qiu, L; Huang, Z D; Lin, Z Z; Deng, J; Liu, W B

    2017-10-10

    Objective: To investigate the clinical features of the Pre-Crisis State and analyze the correlated risk factors of Pre-Crisis State of myasthenia crisis. Methods: We included 93 patients with myasthenia gravis (MG) who experienced 127 times Pre-Crisis State between October 2007 and July 2016. Those patients were hospitalized in the MG specialize center, Department of Neurological Science, first Affiliated Hospital of Sun Yat-sen University. The information of the general situation, the clinical manifestations and the blood gas analysis in those patients were collected using our innovated clinical research form. Statistic methods were applied including descriptive analysis, univariate logistic analysis, multivariate correlation logistic analysis, etc. Results: (1)The typical features of MG Pre-Crisis State included: dyspnea (127 times, 100% not requiring intubation or non-invasive ventilation), bulbar-muscle weakness (121 times, 95.28%), the increased blood partial pressure of carbon dioxide (PCO(2)) (94 times, 85.45%), expectoration weakness (99 times, 77.95%), sleep disorders (107 times, 84.25%) and the infection (99 times, 77.95%). The occurrence of dyspnea in combination with bulbar-muscle weakness ( P =0.002) or the increased blood PCO(2) ( P =0.042) often indicated the tendency of crisis. (2) The MG symptoms which were proportion to the occurrence of crisis includes: bulbar-muscle weakness ( P =0.028), fever ( P =0.028), malnutrition ( P =0.066), complications ( P =0.071), excess oropharyngeal secretions ( P =0.005) and the increased blood PCO(2) ( P =0.007). The perioperative period of thymectomy would not increase the risk of crisis. Conclusions: Dyspnea indicates the occurrence of the Pre-Crisis State of MG. In order to significantly reduce the morbidity of myasthenia crisis, the bulbar-muscle weakness, the increased blood PCO(2), expectoration weakness, sleep disorders, infection & fever and excess oropharyngeal secretions should be treated timely.

  9. The hyperbolic step potential: Anti-bound states, SUSY partners and Wigner time delays

    Energy Technology Data Exchange (ETDEWEB)

    Gadella, M. [Departamento de Física Teórica, Atómica y Óptica and IMUVA, Universidad de Valladolid, E-47011 Valladolid (Spain); Kuru, Ş. [Department of Physics, Faculty of Science, Ankara University, 06100 Ankara (Turkey); Negro, J., E-mail: jnegro@fta.uva.es [Departamento de Física Teórica, Atómica y Óptica and IMUVA, Universidad de Valladolid, E-47011 Valladolid (Spain)

    2017-04-15

    We study the scattering produced by a one dimensional hyperbolic step potential, which is exactly solvable and shows an unusual interest because of its asymmetric character. The analytic continuation of the scattering matrix in the momentum representation has a branch cut and an infinite number of simple poles on the negative imaginary axis which are related with the so called anti-bound states. This model does not show resonances. Using the wave functions of the anti-bound states, we obtain supersymmetric (SUSY) partners which are the series of Rosen–Morse II potentials. We have computed the Wigner reflection and transmission time delays for the hyperbolic step and such SUSY partners. Our results show that the more bound states a partner Hamiltonian has the smaller is the time delay. We also have evaluated time delays for the hyperbolic step potential in the classical case and have obtained striking similitudes with the quantum case. - Highlights: • The scattering matrix of hyperbolic step potential is studied. • The scattering matrix has a branch cut and an infinite number of poles. • The poles are associated to anti-bound states. • Susy partners using antibound states are computed. • Wigner time delays for the hyperbolic step and partner potentials are compared.

  10. Study on the bonding state for carbon-boron nitrogen with different ball milling time

    International Nuclear Information System (INIS)

    Xiong, Y.H.; Xiong, C.S.; Wei, S.Q.; Yang, H.W.; Mai, Y.T.; Xu, W.; Yang, S.; Dai, G.H.; Song, S.J.; Xiong, J.; Ren, Z.M.; Zhang, J.; Pi, H.L.; Xia, Z.C.; Yuan, S.L.

    2006-01-01

    The varied bonding state and microstructure characterization were discussed for carbon-boron nitrogen (CBN) with abundant phase structure and nanostructure, which were synthesized directly by mechanical alloying technique at room temperature. According to the results of SEM and X-ray photoelectron spectroscopy (XPS) of CBN with different ball milling time, it is substantiated that the bonding state and microstructure for CBN were closely related to the ball milling time. With the increase of the ball milling time, some new chemical bonding states of CBN were observed, which implies that some new bonding state and microstructures have been formed. The results of XPS are accordance with that of X-ray diffraction of CBN

  11. PHASE-RESOLVED TIMING ANALYSIS OF GRS 1915+105 IN ITS ρ STATE

    International Nuclear Information System (INIS)

    Yan, Shu-Ping; Wang, Na; Ding, Guo-Qiang; Qu, Jin-Lu

    2013-01-01

    We made a phase-resolved timing analysis of GRS 1915+105 in its ρ state and obtained detailed ρ cycle evolutions of the frequency, amplitude, and coherence of the low-frequency quasi-periodic oscillation (LFQPO). We combined our timing results with the spectral study by Neilsen et al. to perform an elaborate comparison analysis. Our analyses show that the LFQPO frequency does not scale with the inner disk radius, but it is related to the spectral index, indicating a possible correlation between the LFQPO and the corona. The LFQPO amplitude spectrum and other results are naturally explained by tying the LFQPO to the corona. The similarities of the spectra of variability parameters between the LFQPOs from ρ state and those from more steady states indicate that the LFQPOs of GRS 1915+105 in very different states seem to share the same origin.

  12. PHASE-RESOLVED TIMING ANALYSIS OF GRS 1915+105 IN ITS {rho} STATE

    Energy Technology Data Exchange (ETDEWEB)

    Yan, Shu-Ping; Wang, Na; Ding, Guo-Qiang [Xinjiang Astronomical Observatory, Chinese Academy of Sciences, 150 Science 1-Street, Urumqi, Xinjiang 830011 (China); Qu, Jin-Lu, E-mail: yanshup@xao.ac.cn, E-mail: na.wang@xao.ac.cn [Key Laboratory for Particle Astrophysics, Institute of High Energy Physics, Chinese Academy of Sciences, 19B Yuquan Road, Beijing 100049 (China)

    2013-04-10

    We made a phase-resolved timing analysis of GRS 1915+105 in its {rho} state and obtained detailed {rho} cycle evolutions of the frequency, amplitude, and coherence of the low-frequency quasi-periodic oscillation (LFQPO). We combined our timing results with the spectral study by Neilsen et al. to perform an elaborate comparison analysis. Our analyses show that the LFQPO frequency does not scale with the inner disk radius, but it is related to the spectral index, indicating a possible correlation between the LFQPO and the corona. The LFQPO amplitude spectrum and other results are naturally explained by tying the LFQPO to the corona. The similarities of the spectra of variability parameters between the LFQPOs from {rho} state and those from more steady states indicate that the LFQPOs of GRS 1915+105 in very different states seem to share the same origin.

  13. Thermal state of the general time-dependent harmonic oscillator

    Indian Academy of Sciences (India)

    Taking advantage of dynamical invariant operator, we derived quantum mechanical solution of general time-dependent harmonic oscillator. The uncertainty relation of the system is always larger than ħ=2 not only in number but also in the thermal state as expected. We used the diagonal elements of density operator ...

  14. High speed real-time wavefront processing system for a solid-state laser system

    Science.gov (United States)

    Liu, Yuan; Yang, Ping; Chen, Shanqiu; Ma, Lifang; Xu, Bing

    2008-03-01

    A high speed real-time wavefront processing system for a solid-state laser beam cleanup system has been built. This system consists of a core2 Industrial PC (IPC) using Linux and real-time Linux (RT-Linux) operation system (OS), a PCI image grabber, a D/A card. More often than not, the phase aberrations of the output beam from solid-state lasers vary fast with intracavity thermal effects and environmental influence. To compensate the phase aberrations of solid-state lasers successfully, a high speed real-time wavefront processing system is presented. Compared to former systems, this system can improve the speed efficiently. In the new system, the acquisition of image data, the output of control voltage data and the implementation of reconstructor control algorithm are treated as real-time tasks in kernel-space, the display of wavefront information and man-machine conversation are treated as non real-time tasks in user-space. The parallel processing of real-time tasks in Symmetric Multi Processors (SMP) mode is the main strategy of improving the speed. In this paper, the performance and efficiency of this wavefront processing system are analyzed. The opened-loop experimental results show that the sampling frequency of this system is up to 3300Hz, and this system can well deal with phase aberrations from solid-state lasers.

  15. Finite-time quantum-to-classical transition for a Schroedinger-cat state

    International Nuclear Information System (INIS)

    Paavola, Janika; Hall, Michael J. W.; Paris, Matteo G. A.; Maniscalco, Sabrina

    2011-01-01

    The transition from quantum to classical, in the case of a quantum harmonic oscillator, is typically identified with the transition from a quantum superposition of macroscopically distinguishable states, such as the Schroedinger-cat state, into the corresponding statistical mixture. This transition is commonly characterized by the asymptotic loss of the interference term in the Wigner representation of the cat state. In this paper we show that the quantum-to-classical transition has different dynamical features depending on the measure for nonclassicality used. Measures based on an operatorial definition have well-defined physical meaning and allow a deeper understanding of the quantum-to-classical transition. Our analysis shows that, for most nonclassicality measures, the Schroedinger-cat state becomes classical after a finite time. Moreover, our results challenge the prevailing idea that more macroscopic states are more susceptible to decoherence in the sense that the transition from quantum to classical occurs faster. Since nonclassicality is a prerequisite for entanglement generation our results also bridge the gap between decoherence, which is lost only asymptotically, and entanglement, which may show a ''sudden death''. In fact, whereas the loss of coherences still remains asymptotic, we emphasize that the transition from quantum to classical can indeed occur at a finite time.

  16. Unitarity and the time evolution of quantum mechanical states

    International Nuclear Information System (INIS)

    Kabir, P.K.; Pilaftsis, A.

    1996-01-01

    The basic requirement that, in quantum theory, the time evolution of any state is determined by the action of a unitary operator, is shown to be the underlying cause for certain open-quote open-quote exact close-quote close-quote results that have recently been reported about the time dependence of transition rates in quantum theory. Departures from exponential decay, including the open-quote open-quote quantum Zeno effect,close-quote close-quote as well as a theorem by Khalfin about the ratio of reciprocal transition rates, are shown to follow directly from such considerations. At sufficiently short times, unitarity requires that reciprocity must hold, independent of whether T invariance is valid. If T invariance does not hold, unitarity restricts the form of possible time dependence of reciprocity ratios. copyright 1996 The American Physical Society

  17. Triplet state photochemistry and the three-state crossing of acetophenone within time-dependent density-functional theory

    Energy Technology Data Exchange (ETDEWEB)

    Huix-Rotllant, Miquel, E-mail: miquel.huix@gmail.com; Ferré, Nicolas, E-mail: nicolas.ferre@univ-amu.fr [Institut de Chimie Radicalaire (UMR-7273), Aix-Marseille Université, CNRS, 13397 Marseille Cedex 20 (France)

    2014-04-07

    Even though time-dependent density-functional theory (TDDFT) works generally well for describing excited states energies and properties in the Franck-Condon region, it can dramatically fail in predicting photochemistry, notably when electronic state crossings occur. Here, we assess the ability of TDDFT to describe the photochemistry of an important class of triplet sensitizers, namely, aromatic ketones. We take acetophenone as a test molecule, for which accurate ab initio results exist in the literature. Triplet acetophenone is generated thanks to an exotic three-state crossing involving one singlet and two triplets states (i.e., a simultaneous intersystem crossing and triplet conical intersection), thus being a stringent test for approximate TDDFT. We show that most exchange-correlation functionals can only give a semi-qualitative picture of the overall photochemistry, in which the three-state crossing is rather represented as a triplet conical intersection separated from the intersystem crossing. The best result overall is given by the double hybrid functional mPW2PLYP, which is even able to reproduce quantitatively the three-state crossing region. We rationalize this results by noting that double hybrid functionals include a larger portion of double excitation character to the excited states.

  18. Adaptive Neural Network Control for Nonlinear Hydraulic Servo-System with Time-Varying State Constraints

    Directory of Open Access Journals (Sweden)

    Shu-Min Lu

    2017-01-01

    Full Text Available An adaptive neural network control problem is addressed for a class of nonlinear hydraulic servo-systems with time-varying state constraints. In view of the low precision problem of the traditional hydraulic servo-system which is caused by the tracking errors surpassing appropriate bound, the previous works have shown that the constraint for the system is a good way to solve the low precision problem. Meanwhile, compared with constant constraints, the time-varying state constraints are more general in the actual systems. Therefore, when the states of the system are forced to obey bounded time-varying constraint conditions, the high precision tracking performance of the system can be easily realized. In order to achieve this goal, the time-varying barrier Lyapunov function (TVBLF is used to prevent the states from violating time-varying constraints. By the backstepping design, the adaptive controller will be obtained. A radial basis function neural network (RBFNN is used to estimate the uncertainties. Based on analyzing the stability of the hydraulic servo-system, we show that the error signals are bounded in the compacts sets; the time-varying state constrains are never violated and all singles of the hydraulic servo-system are bounded. The simulation and experimental results show that the tracking accuracy of system is improved and the controller has fast tracking ability and strong robustness.

  19. Coherent states for FLRW space-times in loop quantum gravity

    International Nuclear Information System (INIS)

    Magliaro, Elena; Perini, Claudio; Marciano, Antonino

    2011-01-01

    We construct a class of coherent spin-network states that capture properties of curved space-times of the Friedmann-Lamaitre-Robertson-Walker type on which they are peaked. The data coded by a coherent state are associated to a cellular decomposition of a spatial (t=const) section with a dual graph given by the complete five-vertex graph, though the construction can be easily generalized to other graphs. The labels of coherent states are complex SL(2,C) variables, one for each link of the graph, and are computed through a smearing process starting from a continuum extrinsic and intrinsic geometry of the canonical surface. The construction covers both Euclidean and Lorentzian signatures; in the Euclidean case and in the limit of flat space we reproduce the simplicial 4-simplex semiclassical states used in spin foams.

  20. The association of state law to physical education time allocation in US public schools.

    Science.gov (United States)

    Perna, Frank M; Oh, April; Chriqui, Jamie F; Mâsse, Louise C; Atienza, Audie A; Nebeling, Linda; Agurs-Collins, Tanya; Moser, Richard P; Dodd, Kevin W

    2012-08-01

    We examined whether public schools in states with specific and stringent physical education (PE) laws, as assessed by the Physical Education-Related State Policy Classification System (PERSPCS), available on the Classification of Laws Associated with School Students (C.L.A.S.S.) Web site, reported more weekly PE time in the most recent School Health Policies and Programs Survey (SHPPS). Schools (n=410) were grouped by their state's PERSPCS time requirement scores (none, nonspecific requirement, or specific requirement). Average weekly school-level PE was calculated using the SHPPS-reported PE minutes. Weighted analyses determined if PE minutes/week differed by PERSPCS group. Schools in states with specific requirement laws averaged over 27 and 60 more PE minutes/week at the elementary and middle school levels, respectively, compared with schools within states with nonspecific laws and over 40 and 60 more PE minutes per week, respectively, compared with elementary and middle schools in states with no laws. High school results were nonsignificant. Public health guidelines recommend at least 60 minutes of daily physical activity for children, and PE may further this goal. Strong codified law with specific time requirements for PE may be an important tool contributing toward adequate PE time and daily physical activity recommendations.

  1. Mixed-state bipolar I and II depression: time to remission and clinical characteristics.

    Science.gov (United States)

    Shim, In Hee; Woo, Young Sup; Jun, Tae-Youn; Bahk, Won-Myong

    2014-01-01

    We compared the time to achieve remission and the clinical characteristics of patients with bipolar depressive mixed state and those with bipolar depressive non-mixed state. The subjects (N=131) were inpatients diagnosed between 2006 and 2012 with bipolar I or II disorder, depression and were classified into the following three groups: "pure depressive state" (PD, n=70), "sub-threshold mixed state" (SMX, n=38), and "depressive mixed state" (DMX, n=23). Diagnosis of a DMX was in accordance with Benazzi's definition: three or more manic symptoms in a depressive episode. The subjects' charts were retrospectively reviewed to ascertain the time to achieve remission from the index episode and to identify other factors, such as demographic and clinical characteristics, specific manic symptoms, and pharmacological treatment, that may have contributed to remission. The time to achieve remission was significantly longer in the DMX (p=0.022) and SMX (p=0.035) groups than in the PD group. Adjustment for covariates using a Cox proportional hazards model did not change these results. Clinically, subjects with a DMX were more likely to have manic symptoms in the index episode, especially inflated self-esteem and psychomotor agitation than those in the PD. We investigated only inpatients and therefore could not comment on outpatients. These findings showed that sub-syndromal manic symptoms in bipolar depression had different clinical characteristics and a more severe illness course, including a longer time to achieve remission, than did a pure depressive state. © 2013 Elsevier B.V. All rights reserved.

  2. A state-space Bayesian framework for estimating biogeochemical transformations using time-lapse geophysical data

    Energy Technology Data Exchange (ETDEWEB)

    Chen, J.; Hubbard, S.; Williams, K.; Pride, S.; Li, L.; Steefel, C.; Slater, L.

    2009-04-15

    We develop a state-space Bayesian framework to combine time-lapse geophysical data with other types of information for quantitative estimation of biogeochemical parameters during bioremediation. We consider characteristics of end-products of biogeochemical transformations as state vectors, which evolve under constraints of local environments through evolution equations, and consider time-lapse geophysical data as available observations, which could be linked to the state vectors through petrophysical models. We estimate the state vectors and their associated unknown parameters over time using Markov chain Monte Carlo sampling methods. To demonstrate the use of the state-space approach, we apply it to complex resistivity data collected during laboratory column biostimulation experiments that were poised to precipitate iron and zinc sulfides during sulfate reduction. We develop a petrophysical model based on sphere-shaped cells to link the sulfide precipitate properties to the time-lapse geophysical attributes and estimate volume fraction of the sulfide precipitates, fraction of the dispersed, sulfide-encrusted cells, mean radius of the aggregated clusters, and permeability over the course of the experiments. Results of the case study suggest that the developed state-space approach permits the use of geophysical datasets for providing quantitative estimates of end-product characteristics and hydrological feedbacks associated with biogeochemical transformations. Although tested here on laboratory column experiment datasets, the developed framework provides the foundation needed for quantitative field-scale estimation of biogeochemical parameters over space and time using direct, but often sparse wellbore data with indirect, but more spatially extensive geophysical datasets.

  3. Real-time dynamics of typical and untypical states in nonintegrable systems

    Science.gov (United States)

    Richter, Jonas; Jin, Fengping; De Raedt, Hans; Michielsen, Kristel; Gemmer, Jochen; Steinigeweg, Robin

    2018-05-01

    Understanding (i) the emergence of diffusion from truly microscopic principles continues to be a major challenge in experimental and theoretical physics. At the same time, isolated quantum many-body systems have experienced an upsurge of interest in recent years. Since in such systems the realization of a proper initial state is the only possibility to induce a nonequilibrium process, understanding (ii) the largely unexplored role of the specific realization is vitally important. Our work reports a substantial step forward and tackles the two issues (i) and (ii) in the context of typicality, entanglement as well as integrability and nonintegrability. Specifically, we consider the spin-1/2 XXZ chain, where integrability can be broken due to an additional next-nearest neighbor interaction, and study the real-time and real-space dynamics of nonequilibrium magnetization profiles for a class of pure states. Summarizing our main results, we show that signatures of diffusion for strong interactions are equally pronounced for the integrable and nonintegrable case. In both cases, we further find a clear difference between the dynamics of states with and without internal randomness. We provide an explanation of this difference by a detailed analysis of the local density of states.

  4. A Fully Polynomial-Time Approximation Scheme for Speed Scaling with Sleep State

    OpenAIRE

    Antoniadis, Antonios; Huang, Chien-Chung; Ott, Sebastian

    2014-01-01

    We study classical deadline-based preemptive scheduling of tasks in a computing environment equipped with both dynamic speed scaling and sleep state capabilities: Each task is specified by a release time, a deadline and a processing volume, and has to be scheduled on a single, speed-scalable processor that is supplied with a sleep state. In the sleep state, the processor consumes no energy, but a constant wake-up cost is required to transition back to the active state. In contrast to speed sc...

  5. Efficient Entanglement Concentration of Nonlocal Two-Photon Polarization-Time-Bin Hyperentangled States

    Science.gov (United States)

    Wang, Zi-Hang; Yu, Wen-Xuan; Wu, Xiao-Yuan; Gao, Cheng-Yan; Alzahrani, Faris; Hobiny, Aatef; Deng, Fu-Guo

    2018-03-01

    We present two different hyperentanglement concentration protocols (hyper-ECPs) for two-photon systems in nonlocal polarization-time-bin hyperentangled states with known parameters, including Bell-like and cluster-like states, resorting to the parameter splitting method. They require only one of two parties in quantum communication to operate her photon in the process of entanglement concentration, not two, and they have the maximal success probability. They work with linear optical elements and have good feasibility in experiment, especially in the case that there are a big number of quantum data exchanged as the parties can obtain the information about the parameters of the nonlocal hyperentangled states by sampling a subset of nonlocal hyperentangled two-photon systems and measuring them. As the quantum state of photons in the time-bin degree of freedom suffers from less noise in an optical-fiber channel, these hyper-ECPs may have good applications in practical long-distance quantum communication in the future.

  6. Dopamine reward prediction errors reflect hidden state inference across time

    Science.gov (United States)

    Starkweather, Clara Kwon; Babayan, Benedicte M.; Uchida, Naoshige; Gershman, Samuel J.

    2017-01-01

    Midbrain dopamine neurons signal reward prediction error (RPE), or actual minus expected reward. The temporal difference (TD) learning model has been a cornerstone in understanding how dopamine RPEs could drive associative learning. Classically, TD learning imparts value to features that serially track elapsed time relative to observable stimuli. In the real world, however, sensory stimuli provide ambiguous information about the hidden state of the environment, leading to the proposal that TD learning might instead compute a value signal based on an inferred distribution of hidden states (a ‘belief state’). In this work, we asked whether dopaminergic signaling supports a TD learning framework that operates over hidden states. We found that dopamine signaling exhibited a striking difference between two tasks that differed only with respect to whether reward was delivered deterministically. Our results favor an associative learning rule that combines cached values with hidden state inference. PMID:28263301

  7. Fundamental and Subharmonic Resonances of Harmonically Oscillation with Time Delay State Feedback

    Directory of Open Access Journals (Sweden)

    A.F. EL-Bassiouny

    2006-01-01

    Full Text Available Time delays occur in many physical systems. In particular, when automatic control is used with structural or mechanical systems, there exists a delay between measurement of the system state and corrective action. The concept of an equivalent damping related to the delay feedback is proposed and the appropriate choice of the feedback gains and the time delay is discussed from the viewpoint of vibration control. We investigate the fundamental resonance and subharmonic resonance of order one-half of a harmonically oscillation under state feedback control with a time delay. By using the multiple scale perturbation technique, the first order approximation of the resonances are derived and the effect of time delay on the resonances is investigated. The fixed points correspond to a periodic motion for the starting system and we show the external excitation-response and frequency-response curves. We analyze the effect of time delay and the other different parameters on these oscillations.

  8. Time-varying causality between energy consumption, CO2 emissions, and economic growth: evidence from US states.

    Science.gov (United States)

    Tzeremes, Panayiotis

    2018-02-01

    This study is the first attempt to investigate the relationship between CO 2 emissions, energy consumption, and economic growth at a state level, for the 50 US states, through a time-varying causality approach using annual data over the periods 1960-2010. The time-varying causality test facilitates the better understanding of the causal relationship between the covariates owing to the fact that it might identify causalities when the time-constant hypothesis is rejected. Our findings indicate the existence of a time-varying causality at the state level. Specifically, the results probe eight bidirectional time-varying causalities between energy consumption and CO 2 emission, six cases of two-way time-varying causalities between economic growth and energy consumption, and five bidirectional time-varying causalities between economic growth and CO 2 emission. Moreover, we examine the traditional environmental Kuznets curve hypothesis for the states. Notably, our results do not endorse the validity of the EKC, albeit the majority of states support an inverted N-shaped relationship. Lastly, we can identify multiple policy implications based on the empirical results.

  9. Linear discrete-time state space realization of a modified quadruple tank system with state estimation using Kalman filter

    DEFF Research Database (Denmark)

    Mohd. Azam, Sazuan Nazrah

    2017-01-01

    In this paper, we used the modified quadruple tank system that represents a multi-input-multi-output (MIMO) system as an example to present the realization of a linear discrete-time state space model and to obtain the state estimation using Kalman filter in a methodical mannered. First, an existing...... part of the Kalman filter is used to estimates the current state, based on the model and the measurements. The static and dynamic Kalman filter is compared and all results is demonstrated through simulations....

  10. Optimization of airport security process

    Science.gov (United States)

    Wei, Jianan

    2017-05-01

    In order to facilitate passenger travel, on the basis of ensuring public safety, the airport security process and scheduling to optimize. The stochastic Petri net is used to simulate the single channel security process, draw the reachable graph, construct the homogeneous Markov chain to realize the performance analysis of the security process network, and find the bottleneck to limit the passenger throughput. Curve changes in the flow of passengers to open a security channel for the initial state. When the passenger arrives at a rate that exceeds the processing capacity of the security channel, it is queued. The passenger reaches the acceptable threshold of the queuing time as the time to open or close the next channel, simulate the number of dynamic security channel scheduling to reduce the passenger queuing time.

  11. Real-time measurements and their effects on state estimation of distribution power system

    DEFF Research Database (Denmark)

    Han, Xue; You, Shi; Thordarson, Fannar

    2013-01-01

    between the estimated values (voltage and injected power) and the measurements are applied to evaluate the accuracy of the estimated grid states. Eventually, some suggestions are provided for the distribution grid operators on placing the real-time meters in the distribution grid.......This paper aims at analyzing the potential value of using different real-time metering and measuring instruments applied in the low voltage distribution networks for state-estimation. An algorithm is presented to evaluate different combinations of metering data using a tailored state estimator....... It is followed by a case study based on the proposed algorithm. A real distribution grid feeder with different types of meters installed either in the cabinets or at the customer side is selected for simulation and analysis. Standard load templates are used to initiate the state estimation. The deviations...

  12. The economic implications of later school start times in the United States.

    Science.gov (United States)

    Hafner, Marco; Stepanek, Martin; Troxel, Wendy M

    2017-12-01

    Numerous studies have shown that later school start times (SST) are associated with positive student outcomes, including improvements in academic performance, mental and physical health, and public safety. While the benefits of later SST are very well documented in the literature, in practice there is opposition against delaying SST. A major argument against later SST is the claim that delaying SST will result in significant additional costs for schools due to changes in bussing strategies. However, to date, there has only been one published study that has quantified the potential economic benefits of later SST in relation to potential costs. The current study investigates the economic implications of later school start times by examining a policy experiment and its subsequent state-wide economic effects of a state-wide universal shift in school start times to 8.30AM. Using a novel macroeconomic modeling approach, the study estimates changes in the economic performance of 47 US states following a delayed school start time, which includes the benefits of higher academic performance of students and reduced car crash rates. The benefit-cost projections of this study suggest that delaying school start times is a cost-effective, population-level strategy, which could have a significant impact on public health and the US economy. From a policy perspective, these findings are crucial as they demonstrate that significant economic gains resulting from the delay in SST accrue over a relatively short period of time following the adoption of the policy shift. Copyright © 2017 National Sleep Foundation. Published by Elsevier Inc. All rights reserved.

  13. Strategy complexity of two-player, zero-sum games

    DEFF Research Database (Denmark)

    Ibsen-Jensen, Rasmus

    on the algorithms. I consider a wide assortment of different two-player, zero-sum game classes, e.g. matrix games, uni-chain concurrent mean-payoff games, concurrent mean-payoff games, concurrent reachability games and one-clock priced timed games. In all game classes considered, except for one-clock priced timed...... non-zero probability used in one of the probability distributions. In each case I provide relatively tight bounds on the patience of the “good” strategy that requires the least patience in the worst game of the game class. I will give an improved bound on the patience of concurrent reachability games......This dissertation considers two-player, zero-sum games with a focus on how complicated they are to play; a notion I will call strategy complexity. Often, knowing good bounds on the strategy complexity indicates bounds on the run time of various algorithms. In such cases I will also derive bounds...

  14. Spectral and Timing States in Black Hole Binaries

    Science.gov (United States)

    Wilms, J.

    Results on the long term variability of galactic black hole candidates are reviewed. I mainly present the results of a > 2 year long campaign with RXTE to monitor the canonical soft state black hole candidates LMC X-1 and LMC X-3 using monthly observations. These observations are presented within the context of the RXTE-ASM long term quasi-periodic variability on timescales of about 150d. For LMC X-3, times of low ASM count rate are correlated with a significant hardening of the X-ray spectrum. The observation with the lowest flux during the whole monitoring campaign can be modeled with a simple γ=1.7 power law -- a hard state spectrum. Since these spectral hardenings occur on the 150 d timescale it is probable that they are associated with periodic changes in the accretion rate. Possible causes for this behavior are discussed, e.g. a wind driven limit-cycle or long-term variability of the donor star.

  15. Deep-Inelastic Final States in a Space-Time Description of Shower Development and Hadronization

    OpenAIRE

    Ellis, John; Geiger, Klaus; Kowalski, Henryk

    1996-01-01

    We extend a quantum kinetic approach to the description of hadronic showers in space, time and momentum space to deep-inelastic $ep$ collisions, with particular reference to experiments at HERA. We follow the history of hard scattering events back to the initial hadronic state and forward to the formation of colour-singlet pre-hadronic clusters and their decays into hadrons. The time evolution of the space-like initial-state shower and the time-like secondary partons are treated similarly, an...

  16. State control of discrete-time linear systems to be bound in state variables by equality constraints

    International Nuclear Information System (INIS)

    Filasová, Anna; Krokavec, Dušan; Serbák, Vladimír

    2014-01-01

    The paper is concerned with the problem of designing the discrete-time equivalent PI controller to control the discrete-time linear systems in such a way that the closed-loop state variables satisfy the prescribed equality constraints. Since the problem is generally singular, using standard form of the Lyapunov function and a symmetric positive definite slack matrix, the design conditions are proposed in the form of the enhanced Lyapunov inequality. The results, offering the conditions of the control existence and the optimal performance with respect to the prescribed equality constraints for square discrete-time linear systems, are illustrated with the numerical example to note effectiveness and applicability of the considered approach

  17. Meditation-induced states predict attentional control over time.

    Science.gov (United States)

    Colzato, Lorenza S; Sellaro, Roberta; Samara, Iliana; Baas, Matthijs; Hommel, Bernhard

    2015-12-01

    Meditation is becoming an increasingly popular topic for scientific research and various effects of extensive meditation practice (ranging from weeks to several years) on cognitive processes have been demonstrated. Here we show that extensive practice may not be necessary to achieve those effects. Healthy adult non-meditators underwent a brief single session of either focused attention meditation (FAM), which is assumed to increase top-down control, or open monitoring meditation (OMM), which is assumed to weaken top-down control, before performing an Attentional Blink (AB) task - which assesses the efficiency of allocating attention over time. The size of the AB was considerably smaller after OMM than after FAM, which suggests that engaging in meditation immediately creates a cognitive-control state that has a specific impact on how people allocate their attention over time. Copyright © 2015 Elsevier Inc. All rights reserved.

  18. Nonequilibrium steady states and resonant tunneling in time-periodically driven systems with interactions

    Science.gov (United States)

    Qin, Tao; Hofstetter, Walter

    2018-03-01

    Time-periodically driven systems are a versatile toolbox for realizing interesting effective Hamiltonians. Heating, caused by excitations to high-energy states, is a challenge for experiments. While most setups so far address the relatively weakly interacting regime, it is of general interest to study heating in strongly correlated systems. Using Floquet dynamical mean-field theory, we study nonequilibrium steady states (NESS) in the Falicov-Kimball model, with time-periodically driven kinetic energy or interaction. We systematically investigate the nonequilibrium properties of the NESS. For a driven kinetic energy, we show that resonant tunneling, where the interaction is an integer multiple of the driving frequency, plays an important role in the heating. In the strongly correlated regime, we show that this can be well understood using Fermi's golden rule and the Schrieffer-Wolff transformation for a time-periodically driven system. We furthermore demonstrate that resonant tunneling can be used to control the population of Floquet states to achieve "photodoping." For driven interactions introduced by an oscillating magnetic field near a widely adopted Feshbach resonance, we find that the double occupancy is strongly modulated. Our calculations apply to shaken ultracold-atom systems and to solid-state systems in a spatially uniform but time-dependent electric field. They are also closely related to lattice modulation spectroscopy. Our calculations are helpful to understand the latest experiments on strongly correlated Floquet systems.

  19. Finding EL+ justifications using the Earley parsing algorithm

    CSIR Research Space (South Africa)

    Nortje, R

    2009-12-01

    Full Text Available into a reachability preserving context free grammar (CFG). The well known earley algorithm for parsing strings, given some CFG, is then applied to the problem of extracting minimal reachability-based axiom sets for subsumption entailments. The author has...

  20. Time Evolution of the Excimer State of a Conjugated Polymer Laser

    Directory of Open Access Journals (Sweden)

    Wafa Musa Mujamammi

    2017-11-01

    Full Text Available An excited dimer is an important complex formed in nano- or pico-second time scales in many photophysics and photochemistry applications. The spectral and temporal profile of the excimer state of a laser from a new conjugated polymer, namely, poly (9,9-dioctylfluorenyl-2,7-diyl (PFO, under several concentrations in benzene were investigated. These solutions were optically pumped by intense pulsed third-harmonic Nd:YAG laser (355-nm to obtain the amplified spontaneous emission (ASE spectra of a monomer and an excimer with bandwidths of 6 and 7 nm, respectively. The monomer and excimer ASEs were dependent on the PFO concentration, pump power, and temperature. Employing a sophisticated picosecond spectrometer, the time evolution of the excimer state of this polymer, which is over 400 ps, can be monitored.

  1. Simultaneous Robust Fault and State Estimation for Linear Discrete-Time Uncertain Systems

    Directory of Open Access Journals (Sweden)

    Feten Gannouni

    2017-01-01

    Full Text Available We consider the problem of robust simultaneous fault and state estimation for linear uncertain discrete-time systems with unknown faults which affect both the state and the observation matrices. Using transformation of the original system, a new robust proportional integral filter (RPIF having an error variance with an optimized guaranteed upper bound for any allowed uncertainty is proposed to improve robust estimation of unknown time-varying faults and to improve robustness against uncertainties. In this study, the minimization problem of the upper bound of the estimation error variance is formulated as a convex optimization problem subject to linear matrix inequalities (LMI for all admissible uncertainties. The proportional and the integral gains are optimally chosen by solving the convex optimization problem. Simulation results are given in order to illustrate the performance of the proposed filter, in particular to solve the problem of joint fault and state estimation.

  2. Application of the Real-Time Time-Dependent Density Functional Theory to Excited-State Dynamics of Molecules and 2D Materials

    Science.gov (United States)

    Miyamoto, Yoshiyuki; Rubio, Angel

    2018-04-01

    We review our recent developments in the ab initio simulation of excited-state dynamics within the framework of time-dependent density functional theory (TDDFT). Our targets range from molecules to 2D materials, although the methods are general and can be applied to any other finite and periodic systems. We discuss examples of excited-state dynamics obtained by real-time TDDFT coupled with molecular dynamics (MD) and the Ehrenfest approximation, including photoisomerization in molecules, photoenhancement of the weak interatomic attraction of noble gas atoms, photoenhancement of the weak interlayer interaction of 2D materials, pulse-laser-induced local bond breaking of adsorbed atoms on 2D sheets, modulation of UV light intensity by graphene nanoribbons at terahertz frequencies, and collision of high-speed ions with the 2D material to simulate the images taken by He ion microscopy. We illustrate how the real-time TDDFT approach is useful for predicting and understanding non-equilibrium dynamics in condensed matter. We also discuss recent developments that address the excited-state dynamics of systems out of equilibrium and future challenges in this fascinating field of research.

  3. A Real-Time evaluation system for a state-of-charge indication algorithm

    NARCIS (Netherlands)

    Pop, V.; Bergveld, H.J.; Notten, P.H.L.; Regtien, Paulus P.L.

    2005-01-01

    The known methods of State-of-Charge (SoC) indication in portable applications are not accurate enough under all practical conditions. This paper describes a real- time evaluation LabVIEW system for an SoC algorithm, that calculates the SoC in [%] and also the remaining run-time available under the

  4. A real-time evaluation system for a state-of-charge indication algorithm

    NARCIS (Netherlands)

    Pop, V.; Bergveld, H.J.; Notten, P.H.L.; Regtien, P.P.L.

    2005-01-01

    The known methods of State-of-Charge (SoC) indication in portable applications are not accurate enough under all practical conditions. This paper describes a real- time evaluation LabVIEW system for an SoC algorithm, that calculates the SoC in [%] and also the remaining run-time available under the

  5. Time Management and Administrative Effectiveness of Kwara State Tertiary Institutions, Nigeria

    Directory of Open Access Journals (Sweden)

    Olasunkanmi Muftau AFOLABI

    2015-02-01

    Full Text Available This study investigated the relationship between time management and administrative effectiveness of Kwara State owned tertiary institutions. The study adopted a descriptive survey of correlational type. Stratified random sampling technique was adopted to select 600 respondents from the sampled institutions. The respondents selected are deans, directors, head of departments, senior lecturers, lecturers, head of the units, class representatives and student’s government executives and the Associations Presidents, secretaries and treasurers. Four research questions and four research hypotheses were generated to guide the study. The instruments staged Time Management for Administrative Effectiveness Questionnaire (TMADEQ was researcher’s self designed instrument. The instrument was validated by the experts in Educational management and psychology. Reliability index of .65 was obtained after subjecting to test-retest method, and using Spearman Ranking order Statistics at .05 significance level. All the research questions were answered using percentages while, Pearson product moment correlation statistics was used to test all the research hypotheses formulated also at .05 significance level. The findings however showed that time allocation, utilization commitment and lapses have high positive significant relationship with the indicators of the administrative effectiveness of Kwara State tertiary institutions. Recommendations was however made that time management skills should be taught as a course in the higher institutions so as to enhance administrative effectiveness in the tertiary institutions and that adequate time should be allocated to every institutional programmes.

  6. Spatio-temporal networks: reachability, centrality and robustness.

    Science.gov (United States)

    Williams, Matthew J; Musolesi, Mirco

    2016-06-01

    Recent advances in spatial and temporal networks have enabled researchers to more-accurately describe many real-world systems such as urban transport networks. In this paper, we study the response of real-world spatio-temporal networks to random error and systematic attack, taking a unified view of their spatial and temporal performance. We propose a model of spatio-temporal paths in time-varying spatially embedded networks which captures the property that, as in many real-world systems, interaction between nodes is non-instantaneous and governed by the space in which they are embedded. Through numerical experiments on three real-world urban transport systems, we study the effect of node failure on a network's topological, temporal and spatial structure. We also demonstrate the broader applicability of this framework to three other classes of network. To identify weaknesses specific to the behaviour of a spatio-temporal system, we introduce centrality measures that evaluate the importance of a node as a structural bridge and its role in supporting spatio-temporally efficient flows through the network. This exposes the complex nature of fragility in a spatio-temporal system, showing that there is a variety of failure modes when a network is subject to systematic attacks.

  7. Functional Abstraction of Stochastic Hybrid Systems

    NARCIS (Netherlands)

    Bujorianu, L.M.; Blom, Henk A.P.; Hermanns, H.

    2006-01-01

    The verification problem for stochastic hybrid systems is quite difficult. One method to verify these systems is stochastic reachability analysis. Concepts of abstractions for stochastic hybrid systems are needed to ease the stochastic reachability analysis. In this paper, we set up different ways

  8. Anomaly-Based Intrusion Detection Systems Utilizing System Call Data

    Science.gov (United States)

    2012-03-01

    52 Table 7. Place Reachability Statistics for Low Level CPN...54 Table 8. Place Reachability Statistics for High Level CPN................................................. 55 Table 9. Password Stealing...the efficiency of traditional anti-virus software tools that are dependent on gigantic , continuously updated databases. Fortunately, Intrusion

  9. Discrete-time state estimation for stochastic polynomial systems over polynomial observations

    Science.gov (United States)

    Hernandez-Gonzalez, M.; Basin, M.; Stepanov, O.

    2018-07-01

    This paper presents a solution to the mean-square state estimation problem for stochastic nonlinear polynomial systems over polynomial observations confused with additive white Gaussian noises. The solution is given in two steps: (a) computing the time-update equations and (b) computing the measurement-update equations for the state estimate and error covariance matrix. A closed form of this filter is obtained by expressing conditional expectations of polynomial terms as functions of the state estimate and error covariance. As a particular case, the mean-square filtering equations are derived for a third-degree polynomial system with second-degree polynomial measurements. Numerical simulations show effectiveness of the proposed filter compared to the extended Kalman filter.

  10. Reasoning about real-time systems with temporal interval logic constraints on multi-state automata

    Science.gov (United States)

    Gabrielian, Armen

    1991-01-01

    Models of real-time systems using a single paradigm often turn out to be inadequate, whether the paradigm is based on states, rules, event sequences, or logic. A model-based approach to reasoning about real-time systems is presented in which a temporal interval logic called TIL is employed to define constraints on a new type of high level automata. The combination, called hierarchical multi-state (HMS) machines, can be used to model formally a real-time system, a dynamic set of requirements, the environment, heuristic knowledge about planning-related problem solving, and the computational states of the reasoning mechanism. In this framework, mathematical techniques were developed for: (1) proving the correctness of a representation; (2) planning of concurrent tasks to achieve goals; and (3) scheduling of plans to satisfy complex temporal constraints. HMS machines allow reasoning about a real-time system from a model of how truth arises instead of merely depending of what is true in a system.

  11. A multiconfigurational time-dependent Hartree-Fock method for excited electronic states. I. General formalism and application to open-shell states.

    Science.gov (United States)

    Miranda, R P; Fisher, A J; Stella, L; Horsfield, A P

    2011-06-28

    The solution of the time-dependent Schrödinger equation for systems of interacting electrons is generally a prohibitive task, for which approximate methods are necessary. Popular approaches, such as the time-dependent Hartree-Fock (TDHF) approximation and time-dependent density functional theory (TDDFT), are essentially single-configurational schemes. TDHF is by construction incapable of fully accounting for the excited character of the electronic states involved in many physical processes of interest; TDDFT, although exact in principle, is limited by the currently available exchange-correlation functionals. On the other hand, multiconfigurational methods, such as the multiconfigurational time-dependent Hartree-Fock (MCTDHF) approach, provide an accurate description of the excited states and can be systematically improved. However, the computational cost becomes prohibitive as the number of degrees of freedom increases, and thus, at present, the MCTDHF method is only practical for few-electron systems. In this work, we propose an alternative approach which effectively establishes a compromise between efficiency and accuracy, by retaining the smallest possible number of configurations that catches the essential features of the electronic wavefunction. Based on a time-dependent variational principle, we derive the MCTDHF working equation for a multiconfigurational expansion with fixed coefficients and specialise to the case of general open-shell states, which are relevant for many physical processes of interest.

  12. State-level gonorrhea rates and expedited partner therapy laws: insights from time series analyses.

    Science.gov (United States)

    Owusu-Edusei, K; Cramer, R; Chesson, H W; Gift, T L; Leichliter, J S

    2017-06-01

    In this study, we examined state-level monthly gonorrhea morbidity and assessed the potential impact of existing expedited partner therapy (EPT) laws in relation to the time that the laws were enacted. Longitudinal study. We obtained state-level monthly gonorrhea morbidity (number of cases/100,000 for males, females and total) from the national surveillance data. We used visual examination (of morbidity trends) and an autoregressive time series model in a panel format with intervention (interrupted time series) analysis to assess the impact of state EPT laws based on the months in which the laws were enacted. For over 84% of the states with EPT laws, the monthly morbidity trends did not show any noticeable decreases on or after the laws were enacted. Although we found statistically significant decreases in gonorrhea morbidity within four of the states with EPT laws (Alaska, Illinois, Minnesota, and Vermont), there were no significant decreases when the decreases in the four states were compared contemporaneously with the decreases in states that do not have the laws. We found no impact (decrease in gonorrhea morbidity) attributable exclusively to the EPT law(s). However, these results do not imply that the EPT laws themselves were not effective (or failed to reduce gonorrhea morbidity), because the effectiveness of the EPT law is dependent on necessary intermediate events/outcomes, including sexually transmitted infection service providers' awareness and practice, as well as acceptance by patients and their partners. Published by Elsevier Ltd.

  13. Computation of the target state and feedback controls for time optimal consensus in multi-agent systems

    Science.gov (United States)

    Mulla, Ameer K.; Patil, Deepak U.; Chakraborty, Debraj

    2018-02-01

    N identical agents with bounded inputs aim to reach a common target state (consensus) in the minimum possible time. Algorithms for computing this time-optimal consensus point, the control law to be used by each agent and the time taken for the consensus to occur, are proposed. Two types of multi-agent systems are considered, namely (1) coupled single-integrator agents on a plane and, (2) double-integrator agents on a line. At the initial time instant, each agent is assumed to have access to the state information of all the other agents. An algorithm, using convexity of attainable sets and Helly's theorem, is proposed, to compute the final consensus target state and the minimum time to achieve this consensus. Further, parts of the computation are parallelised amongst the agents such that each agent has to perform computations of O(N2) run time complexity. Finally, local feedback time-optimal control laws are synthesised to drive each agent to the target point in minimum time. During this part of the operation, the controller for each agent uses measurements of only its own states and does not need to communicate with any neighbouring agents.

  14. Laser pulses for coherent xuv Raman excitation

    Science.gov (United States)

    Greenman, Loren; Koch, Christiane P.; Whaley, K. Birgitta

    2015-07-01

    We combine multichannel electronic structure theory with quantum optimal control to derive femtosecond-time-scale Raman pulse sequences that coherently populate a valence excited state. For a neon atom, Raman target populations of up to 13% are obtained. Superpositions of the ground and valence Raman states with a controllable relative phase are found to be reachable with up to 4.5% population and arbitrary phase control facilitated by the pump pulse carrier-envelope phase. Analysis of the optimized pulse structure reveals a sequential mechanism in which the valence excitation is reached via a fast (femtosecond) population transfer through an intermediate resonance state in the continuum rather than avoiding intermediate-state population with simultaneous or counterintuitive (stimulated Raman adiabatic passage) pulse sequences. Our results open a route to coupling valence excitations and core-hole excitations in molecules and aggregates that locally address specific atoms and represent an initial step towards realization of multidimensional spectroscopy in the xuv and x-ray regimes.

  15. The time-oriented boundary states and the Lorentzian-spinfoam correlation functions

    International Nuclear Information System (INIS)

    Bianchi, Eugenio; Ding You

    2012-01-01

    A time-oriented semiclassical boundary state is introduced to calculate the correlation function in the Lorentzian Engle-Pereira-Rovelli-Livine spinfoam model. The resulting semiclassical correlation function is shown to match with the one in Regge calculus in a proper limit.

  16. Algorithm for determining two-periodic steady-states in AC machines directly in time domain

    Directory of Open Access Journals (Sweden)

    Sobczyk Tadeusz J.

    2016-09-01

    Full Text Available This paper describes an algorithm for finding steady states in AC machines for the cases of their two-periodic nature. The algorithm enables to specify the steady-state solution identified directly in time domain despite of the fact that two-periodic waveforms are not repeated in any finite time interval. The basis for such an algorithm is a discrete differential operator that specifies the temporary values of the derivative of the two-periodic function in the selected set of points on the basis of the values of that function in the same set of points. It allows to develop algebraic equations defining the steady state solution reached in a chosen point set for the nonlinear differential equations describing the AC machines when electrical and mechanical equations should be solved together. That set of those values allows determining the steady state solution at any time instant up to infinity. The algorithm described in this paper is competitive with respect to the one known in literature an approach based on the harmonic balance method operated in frequency domain.

  17. Observer-based adaptive control of chaos in nonlinear discrete-time systems using time-delayed state feedback

    International Nuclear Information System (INIS)

    Goharrizi, Amin Yazdanpanah; Khaki-Sedigh, Ali; Sepehri, Nariman

    2009-01-01

    A new approach to adaptive control of chaos in a class of nonlinear discrete-time-varying systems, using a delayed state feedback scheme, is presented. It is discussed that such systems can show chaotic behavior as their parameters change. A strategy is employed for on-line calculation of the Lyapunov exponents that will be used within an adaptive scheme that decides on the control effort to suppress the chaotic behavior once detected. The scheme is further augmented with a nonlinear observer for estimation of the states that are required by the controller but are hard to measure. Simulation results for chaotic control problem of Jin map are provided to show the effectiveness of the proposed scheme.

  18. Reachable Sets of Hidden CPS Sensor Attacks : Analysis and Synthesis Tools

    NARCIS (Netherlands)

    Murguia, Carlos; van de Wouw, N.; Ruths, Justin; Dochain, Denis; Henrion, Didier; Peaucelle, Dimitri

    2017-01-01

    For given system dynamics, control structure, and fault/attack detection procedure, we provide mathematical tools–in terms of Linear Matrix Inequalities (LMIs)–for characterizing and minimizing the set of states that sensor attacks can induce in the system while keeping the alarm rate of the

  19. On time transformations for differential equations with state-dependent delay

    Czech Academy of Sciences Publication Activity Database

    Rezunenko, Oleksandr

    2014-01-01

    Roč. 12, č. 2 (2014), s. 298-307 ISSN 1895-1074 R&D Projects: GA ČR GAP103/12/2431 Institutional support: RVO:67985556 Keywords : differential equations * state-dependent delay * time transformations Subject RIV: BD - Theory of Information Impact factor: 0.578, year: 2014 http://library.utia.cas.cz/separaty/2014/AS/rezunenko-0429130.pdf

  20. Measurement of special access to home visit nursing services among Japanese disabled elderly people: using GIS and claim data.

    Science.gov (United States)

    Naruse, Takashi; Matsumoto, Hiroshige; Fujisaki-Sakai, Mahiro; Nagata, Satoko

    2017-05-30

    Home care service demands are increasing in Japan; this necessitates improved service allocation. This study examined the relationship between home visit nursing (HVN) service use and the proportion of elderly people living within 10 min' travel of HVN agencies. The population of elderly people living within reach of HVN agencies for each of 17 municipalities in one low-density prefecture was calculated using public data and geographic information systems. Multilevel logistic analysis for 2641 elderly people was conducted using medical and long-term care insurance claims data from October 2010 to examine the association between the proportion of elderly people reachable by HVNs and service usage in 13 municipalities. Municipality variables included HVN agency allocation appropriateness. Individual variables included HVN usage and demographic variables. The reachable proportion of the elderly population ranged from 0.0 to 90.2% in the examined municipalities. The reachable proportion of the elderly population was significantly positively correlated with HVN use (odds ratio: 1.938; confidence interval: 1.265-2.967). Residents living in municipalities with a lower reachable proportion of the elderly population are less likely to use HVN services. Public health interventions should increase the reachable proportion of the elderly population in order to improve HVN service use.

  1. A new methodology for measuring time correlations and excite states of atoms and nuclei

    International Nuclear Information System (INIS)

    Cavalcante, M.A.

    1989-01-01

    A system for measuring time correlation of physical phenomena events in the range of 10 -7 to 10 5 sec is proposed, and his results presented. This system, is based on a sequential time scale which is controlled by a precision quartz oscillator; the zero time of observation is set by means of a JK Flip-Flop, which is operated by a negative transition of pulse in coincidence with the pulse from a detector which marks the time zero of the event (precedent pulse). This electronic system (named digital chronoanalizer) was used in the measurement of excited states of nuclei as well as for the determination of time fluctuations in physical phenomena, such as the time lag in a halogen Geiger counter and is the measurement of the 60 KeV excited state of N P 237 . (author)

  2. Classicalization times of parametrically amplified 'Schroedinger cat' states coupled to phase-sensitive reservoirs

    International Nuclear Information System (INIS)

    Dodonov, V.V.; Valverde, C.; Souza, L.S.; Baseia, B.

    2011-01-01

    The exact Wigner function of a parametrically excited quantum oscillator in a phase-sensitive amplifying/attenuating reservoir is found for initial even/odd coherent states. Studying the evolution of negativity of the Wigner function we show the difference between the 'initial positivization time' (IPT), which is inversely proportional to the square of the initial size of the superposition, and the 'final positivization time' (FPT), which does not depend on this size. Both these times can be made arbitrarily long in maximally squeezed high-temperature reservoirs. Besides, we find the conditions when some (small) squeezing can exist even after the Wigner function becomes totally positive. -- Highlights: → We study parametric excitation of a quantum oscillator in phase-sensitive baths. → Exact time-dependent Wigner function for initial even/odd coherent states is found. → The evolution of negativity of Wigner function is compared with the squeezing dynamics. → The difference between initial and final 'classicalization times' is emphasized. → Both these times can be arbitrarily long for rigged reservoirs at infinite temperature.

  3. Identifiability of Additive, Time-Varying Actuator and Sensor Faults by State Augmentation

    Science.gov (United States)

    Upchurch, Jason M.; Gonzalez, Oscar R.; Joshi, Suresh M.

    2014-01-01

    Recent work has provided a set of necessary and sucient conditions for identifiability of additive step faults (e.g., lock-in-place actuator faults, constant bias in the sensors) using state augmentation. This paper extends these results to an important class of faults which may affect linear, time-invariant systems. In particular, the faults under consideration are those which vary with time and affect the system dynamics additively. Such faults may manifest themselves in aircraft as, for example, control surface oscillations, control surface runaway, and sensor drift. The set of necessary and sucient conditions presented in this paper are general, and apply when a class of time-varying faults affects arbitrary combinations of actuators and sensors. The results in the main theorems are illustrated by two case studies, which provide some insight into how the conditions may be used to check the theoretical identifiability of fault configurations of interest for a given system. It is shown that while state augmentation can be used to identify certain fault configurations, other fault configurations are theoretically impossible to identify using state augmentation, giving practitioners valuable insight into such situations. That is, the limitations of state augmentation for a given system and configuration of faults are made explicit. Another limitation of model-based methods is that there can be large numbers of fault configurations, thus making identification of all possible configurations impractical. However, the theoretical identifiability of known, credible fault configurations can be tested using the theorems presented in this paper, which can then assist the efforts of fault identification practitioners.

  4. Response time in online stated choice experiments

    DEFF Research Database (Denmark)

    Campbell, Danny; Mørkbak, Morten Raun; Olsen, Søren Bøye

    2017-01-01

    In this paper, we use paradata relating to the length of time respondents required in a self-administered online stated preference surveys. Although this issue has been previously explored, there is little guidance on how to identify and deal with ‘fast’ and ‘slow’ respondents. In this paper, we...... in Denmark. Results from our analysis corroborate that response latency has a bearing on the estimates of utility coefficients and the error variance. Although the results highlight the non-triviality of identifying fast and slow respondents, they signal the need to estimate a large number of candidate...... models to identify the most appropriate ‘fast’ and ‘slow’ thresholds. Not doing so is likely to lead to an inferior model and has repercussions for marginal willingness to pay estimates and choice predictions....

  5. Constitutive relations describing creep deformation for multi-axial time-dependent stress states

    Science.gov (United States)

    McCartney, L. N.

    1981-02-01

    A THEORY of primary and secondary creep deformation in metals is presented, which is based upon the concept of tensor internal state variables and the principles of continuum mechanics and thermodynamics. The theory is able to account for both multi-axial and time-dependent stress and strain states. The wellknown concepts of elastic, anelastic and plastic strains follow naturally from the theory. Homogeneous stress states are considered in detail and a simplified theory is derived by linearizing with respect to the internal state variables. It is demonstrated that the model can be developed in such a way that multi-axial constant-stress creep data can be presented as a single relationship between an equivalent stress and an equivalent strain. It is shown how the theory may be used to describe the multi-axial deformation of metals which are subjected to constant stress states. The multi-axial strain response to a general cyclic stress state is calculated. For uni-axial stress states, square-wave loading and a thermal fatigue stress cycle are analysed.

  6. Decay of autoionizing states in time-dependent density functional and reduced density matrix functional theory

    Energy Technology Data Exchange (ETDEWEB)

    Kapoor, Varun; Brics, Martins; Bauer, Dieter [Institut fuer Physik, Universitaet Rostock, 18051 Rostock (Germany)

    2013-07-01

    Autoionizing states are inaccessible to time-dependent density functional theory (TDDFT) using known, adiabatic Kohn-Sham (KS) potentials. We determine the exact KS potential for a numerically exactly solvable model Helium atom interacting with a laser field that is populating an autoionizing state. The exact single-particle density of the population in the autoionizing state corresponds to that of the energetically lowest quasi-stationary state in the exact KS potential. We describe how this exact potential controls the decay by a barrier whose height and width allows for the density to tunnel out and decay with the same rate as in the ab initio time-dependent Schroedinger calculation. However, devising a useful exchange-correlation potential that is capable of governing such a scenario in general and in more complex systems is hopeless. As an improvement over TDDFT, time-dependent reduced density matrix functional theory has been proposed. We are able to obtain for the above described autoionization process the exact time-dependent natural orbitals (i.e., the eigenfunctions of the exact, time-dependent one-body reduced density matrix) and study the potentials that appear in the equations of motion for the natural orbitals and the structure of the two-body density matrix expanded in them.

  7. Solid-state framing camera with multiple time frames

    Energy Technology Data Exchange (ETDEWEB)

    Baker, K. L.; Stewart, R. E.; Steele, P. T.; Vernon, S. P.; Hsing, W. W.; Remington, B. A. [Lawrence Livermore National Laboratory, Livermore, California 94550 (United States)

    2013-10-07

    A high speed solid-state framing camera has been developed which can operate over a wide range of photon energies. This camera measures the two-dimensional spatial profile of the flux incident on a cadmium selenide semiconductor at multiple times. This multi-frame camera has been tested at 3.1 eV and 4.5 keV. The framing camera currently records two frames with a temporal separation between the frames of 5 ps but this separation can be varied between hundreds of femtoseconds up to nanoseconds and the number of frames can be increased by angularly multiplexing the probe beam onto the cadmium selenide semiconductor.

  8. Music Therapy as a Way to Enhance Lucidity in Persons with Dementia in Advanced Stages

    DEFF Research Database (Denmark)

    Ridder, Hanne Mette Ochsner

    2005-01-01

    Instead of describing dementia as a permanent state of non-lucidity, where the person is not reasonable and reachable, dementia is described as a condition where periods of confusion and dimness might alternate with clear and lucid mental states. In these states, the person with dementia is prese...... in advanced stages. The text is illustrated with case material and is partly based on a PhD thesis (Ridder 2003). The thesis was supervised by David Aldridge and carried out in collaboration with Aalborg University and gerontopsychiatric unit II, nursing home Caritas....

  9. Referral Regions for Time-Sensitive Acute Care Conditions in the United States.

    Science.gov (United States)

    Wallace, David J; Mohan, Deepika; Angus, Derek C; Driessen, Julia R; Seymour, Christopher M; Yealy, Donald M; Roberts, Mark M; Kurland, Kristen S; Kahn, Jeremy M

    2018-03-24

    Regional, coordinated care for time-sensitive and high-risk medical conditions is a priority in the United States. A necessary precursor to coordinated regional care is regions that are actionable from clinical and policy standpoints. The Dartmouth Atlas of Health Care, the major health care referral construct in the United States, uses regions that cross state and county boundaries, limiting fiscal or political ownership by key governmental stakeholders in positions to create incentive and regulate regional care coordination. Our objective is to develop and evaluate referral regions that define care patterns for patients with acute myocardial infraction, acute stroke, or trauma, yet also preserve essential political boundaries. We developed a novel set of acute care referral regions using Medicare data in the United States from 2011. For acute myocardial infraction, acute stroke, or trauma, we iteratively aggregated counties according to patient home location and treating hospital address, using a spatial algorithm. We evaluated referral political boundary preservation and spatial accuracy for each set of referral regions. The new set of referral regions, the Pittsburgh Atlas, had 326 distinct regions. These referral regions did not cross any county or state borders, whereas 43.1% and 98.1% of all Dartmouth Atlas hospital referral regions crossed county and state borders. The Pittsburgh Atlas was comparable to the Dartmouth Atlas in measures of spatial accuracy and identified larger at-risk populations for all 3 conditions. A novel and straightforward spatial algorithm generated referral regions that were politically actionable and accountable for time-sensitive medical emergencies. Copyright © 2018 American College of Emergency Physicians. Published by Elsevier Inc. All rights reserved.

  10. State estimation for discrete-time Markovian jumping neural networks with mixed mode-dependent delays

    International Nuclear Information System (INIS)

    Liu Yurong; Wang Zidong; Liu Xiaohui

    2008-01-01

    In this Letter, we investigate the state estimation problem for a new class of discrete-time neural networks with Markovian jumping parameters as well as mode-dependent mixed time-delays. The parameters of the discrete-time neural networks are subject to the switching from one mode to another at different times according to a Markov chain, and the mixed time-delays consist of both discrete and distributed delays that are dependent on the Markovian jumping mode. New techniques are developed to deal with the mixed time-delays in the discrete-time setting, and a novel Lyapunov-Krasovskii functional is put forward to reflect the mode-dependent time-delays. Sufficient conditions are established in terms of linear matrix inequalities (LMIs) that guarantee the existence of the state estimators. We show that both the existence conditions and the explicit expression of the desired estimator can be characterized in terms of the solution to an LMI. A numerical example is exploited to show the usefulness of the derived LMI-based conditions

  11. The effect of time-dependent coupling on non-equilibrium steady states

    DEFF Research Database (Denmark)

    Cornean, Horia; Neidhardt, Hagen; Zagrebnov, Valentin

    Consider (for simplicity) two one-dimensional semi-infinite leads coupled to a quantum well via time dependent point interactions. In the remote past the system is decoupled, and each of its components is at thermal equilibrium. In the remote future the system is fully coupled. We define...... and compute the non equilibrium steady state (NESS) generated by this evolution. We show that when restricted to the subspace of absolute continuity of the fully coupled system, the state does not depend at all on the switching. Moreover, we show that the stationary charge current has the same invariant...

  12. The effect of time-dependent coupling on non-equilibrium steady states

    DEFF Research Database (Denmark)

    Cornean, Horia; Neidhardt, Hagen; Zagrebnov, Valentin A.

    2009-01-01

    Consider (for simplicity) two one-dimensional semi-infinite leads coupled to a quantum well via time dependent point interactions. In the remote past the system is decoupled, and each of its components is at thermal equilibrium. In the remote future the system is fully coupled. We define...... and compute the non equilibrium steady state (NESS) generated by this evolution. We show that when restricted to the subspace of absolute continuity of the fully coupled system, the state does not depend at all on the switching. Moreover, we show that the stationary charge current has the same invariant...

  13. A Calibrated Test-Set for Measurement of Access-Point Time Specifications in Hybrid Wired/Wireless Industrial Communication †

    Directory of Open Access Journals (Sweden)

    Federico Tramarin

    2018-05-01

    Full Text Available In factory automation and process control systems, hybrid wired/wireless networks are often deployed to connect devices of difficult reachability such as those mounted on mobile equipment. A widespread implementation of these networks makes use of Access Points (APs to implement wireless extensions of Real-Time Ethernet (RTE networks via the IEEE 802.11 Wireless LAN (WLAN. Unfortunately, APs may introduce random delays in frame forwarding, mainly related to their internal behavior (e.g., queue management, processing times, that clearly impact the overall worst case execution time of real-time tasks involved in industrial process control systems. As a consequence, the knowledge of such delays becomes a crucial design parameter, and their estimation is definitely of utter importance. In this scenario, the paper presents an original and effective method to measure the aforementioned delays introduced by APs, exploiting a hybrid loop-back link and a simple, yet accurate set-up with moderate instrumentation requirements. The proposed method, which requires an initial calibration phase by means of a reference AP, has been successfully tested on some commercial APs to prove its effectiveness. The proposed measurement procedure is proven to be general and, as such, can be profitably adopted in even different scenarios.

  14. Robust state estimation for uncertain fuzzy bidirectional associative memory networks with time-varying delays

    Science.gov (United States)

    Vadivel, P.; Sakthivel, R.; Mathiyalagan, K.; Arunkumar, A.

    2013-09-01

    This paper addresses the issue of robust state estimation for a class of fuzzy bidirectional associative memory (BAM) neural networks with time-varying delays and parameter uncertainties. By constructing the Lyapunov-Krasovskii functional, which contains the triple-integral term and using the free-weighting matrix technique, a set of sufficient conditions are derived in terms of linear matrix inequalities (LMIs) to estimate the neuron states through available output measurements such that the dynamics of the estimation error system is robustly asymptotically stable. In particular, we consider a generalized activation function in which the traditional assumptions on the boundedness, monotony and differentiability of the activation functions are removed. More precisely, the design of the state estimator for such BAM neural networks can be obtained by solving some LMIs, which are dependent on the size of the time derivative of the time-varying delays. Finally, a numerical example with simulation result is given to illustrate the obtained theoretical results.

  15. Robust state estimation for uncertain fuzzy bidirectional associative memory networks with time-varying delays

    International Nuclear Information System (INIS)

    Vadivel, P; Sakthivel, R; Mathiyalagan, K; Arunkumar, A

    2013-01-01

    This paper addresses the issue of robust state estimation for a class of fuzzy bidirectional associative memory (BAM) neural networks with time-varying delays and parameter uncertainties. By constructing the Lyapunov–Krasovskii functional, which contains the triple-integral term and using the free-weighting matrix technique, a set of sufficient conditions are derived in terms of linear matrix inequalities (LMIs) to estimate the neuron states through available output measurements such that the dynamics of the estimation error system is robustly asymptotically stable. In particular, we consider a generalized activation function in which the traditional assumptions on the boundedness, monotony and differentiability of the activation functions are removed. More precisely, the design of the state estimator for such BAM neural networks can be obtained by solving some LMIs, which are dependent on the size of the time derivative of the time-varying delays. Finally, a numerical example with simulation result is given to illustrate the obtained theoretical results. (paper)

  16. Dynamic IQC-Based Control of Uncertain LFT Systems With Time-Varying State Delay.

    Science.gov (United States)

    Yuan, Chengzhi; Wu, Fen

    2016-12-01

    This paper presents a new exact-memory delay control scheme for a class of uncertain systems with time-varying state delay under the integral quadratic constraint (IQC) framework. The uncertain system is described as a linear fractional transformation model including a state-delayed linear time-invariant (LTI) system and time-varying structured uncertainties. The proposed exact-memory delay controller consists of a linear state-feedback control law and an additional term that captures the delay behavior of the plant. We first explore the delay stability and the L 2 -gain performance using dynamic IQCs incorporated with quadratic Lyapunov functions. Then, the design of exact-memory controllers that guarantee desired L 2 -gain performance is examined. The resulting delay control synthesis conditions are formulated in terms of linear matrix inequalities, which are convex on all design variables including the scaling matrices associated with the IQC multipliers. The IQC-based exact-memory control scheme provides a novel approach for delay control designs via convex optimization, and advances existing control methods in two important ways: 1) better controlled performance and 2) simplified design procedure with less computational cost. The effectiveness and advantages of the proposed approach have been demonstrated through numerical studies.

  17. Delayed self-regulation and time-dependent chemical drive leads to novel states in epigenetic landscapes

    Science.gov (United States)

    Mitra, Mithun K.; Taylor, Paul R.; Hutchison, Chris J.; McLeish, T. C. B.; Chakrabarti, Buddhapriya

    2014-01-01

    The epigenetic pathway of a cell as it differentiates from a stem cell state to a mature lineage-committed one has been historically understood in terms of Waddington's landscape, consisting of hills and valleys. The smooth top and valley-strewn bottom of the hill represent their undifferentiated and differentiated states, respectively. Although mathematical ideas rooted in nonlinear dynamics and bifurcation theory have been used to quantify this picture, the importance of time delays arising from multistep chemical reactions or cellular shape transformations have been ignored so far. We argue that this feature is crucial in understanding cell differentiation and explore the role of time delay in a model of a single-gene regulatory circuit. We show that the interplay of time-dependent drive and delay introduces a new regime where the system shows sustained oscillations between the two admissible steady states. We interpret these results in the light of recent perplexing experiments on inducing the pluripotent state in mouse somatic cells. We also comment on how such an oscillatory state can provide a framework for understanding more general feedback circuits in cell development. PMID:25165605

  18. H∞ state estimation of stochastic memristor-based neural networks with time-varying delays.

    Science.gov (United States)

    Bao, Haibo; Cao, Jinde; Kurths, Jürgen; Alsaedi, Ahmed; Ahmad, Bashir

    2018-03-01

    This paper addresses the problem of H ∞ state estimation for a class of stochastic memristor-based neural networks with time-varying delays. Under the framework of Filippov solution, the stochastic memristor-based neural networks are transformed into systems with interval parameters. The present paper is the first to investigate the H ∞ state estimation problem for continuous-time Itô-type stochastic memristor-based neural networks. By means of Lyapunov functionals and some stochastic technique, sufficient conditions are derived to ensure that the estimation error system is asymptotically stable in the mean square with a prescribed H ∞ performance. An explicit expression of the state estimator gain is given in terms of linear matrix inequalities (LMIs). Compared with other results, our results reduce control gain and control cost effectively. Finally, numerical simulations are provided to demonstrate the efficiency of the theoretical results. Copyright © 2018 Elsevier Ltd. All rights reserved.

  19. Udržitelnost veřejnych financí v Řecku

    OpenAIRE

    Ježek, Dominik

    2014-01-01

    In this work, I covered the sustainability of public finances in Greece, reachability of target values of debt to GDP ratio, analysis of impacts of the debt crisis in a political and social context, structure of the state budget and an evaluation of the implemented reforms. On the basis of technical publications, examples of debt crises in Asia and Latin America and recommendations from OECD, EC, NERV and IOBE I summarized the reform directions and steps to reach a sustainable state of public...

  20. Real-time imaging of spin-to-orbital angular momentum hybrid remote state preparation

    Science.gov (United States)

    Erhard, Manuel; Qassim, Hammam; Mand, Harjaspreet; Karimi, Ebrahim; Boyd, Robert W.

    2015-08-01

    There exists two prominent methods to transfer information between two spatially separated parties, namely Alice (A) and Bob (B): quantum teleportation and remote state preparation. However, the difference between these methods is, in the teleportation scheme, the state to be transferred is completely unknown, whereas in state preparation it should be known to the sender. In addition, photonic state teleportation is probabilistic due to the impossibility of performing a two-particle complete Bell-state analysis with linear optics, while remote state preparation can be performed deterministically. Here we report the first realization of photonic hybrid remote state preparation from spin to orbital angular momentum degrees of freedom. In our scheme, the polarization state of photon A is transferred to orbital angular momentum of photon B. The prepared states are visualized in real time by means of an intensified CCD camera. The quality of the prepared states is verified by performing quantum state tomography, which confirms an average fidelity higher than 99.4%. We believe that this experiment paves the way towards a novel means of quantum communication in which encryption and decryption are carried out in naturally different Hilbert spaces, and therefore may provide a means for enhancing security.

  1. Real-time validation of receiver state information in optical space-time block code systems.

    Science.gov (United States)

    Alamia, John; Kurzweg, Timothy

    2014-06-15

    Free space optical interconnect (FSOI) systems are a promising solution to interconnect bottlenecks in high-speed systems. To overcome some sources of diminished FSOI performance caused by close proximity of multiple optical channels, multiple-input multiple-output (MIMO) systems implementing encoding schemes such as space-time block coding (STBC) have been developed. These schemes utilize information pertaining to the optical channel to reconstruct transmitted data. The STBC system is dependent on accurate channel state information (CSI) for optimal system performance. As a result of dynamic changes in optical channels, a system in operation will need to have updated CSI. Therefore, validation of the CSI during operation is a necessary tool to ensure FSOI systems operate efficiently. In this Letter, we demonstrate a method of validating CSI, in real time, through the use of moving averages of the maximum likelihood decoder data, and its capacity to predict the bit error rate (BER) of the system.

  2. Loss less real-time data compression based on LZO for steady-state Tokamak DAS

    International Nuclear Information System (INIS)

    Pujara, H.D.; Sharma, Manika

    2008-01-01

    The evolution of data acquisition system (DAS) for steady-state operation of Tokamak has been technology driven. Steady-state Tokamak demands a data acquisition system which is capable enough to acquire data losslessly from diagnostics. The needs of loss less continuous acquisition have a significant effect on data storage and takes up a greater portion of any data acquisition systems. Another basic need of steady state of nature of operation demands online viewing of data which loads the LAN significantly. So there is strong demand for something that would control the expansion of both these portion by a way of employing compression technique in real time. This paper presents a data acquisition systems employing real-time data compression technique based on LZO. It is a data compression library which is suitable for data compression and decompression in real time. The algorithm used favours speed over compression ratio. The system has been rigged up based on PXI bus and dual buffer mode architecture is implemented for loss less acquisition. The acquired buffer is compressed in real time and streamed to network and hard disk for storage. Observed performance of measure on various data type like binary, integer float, types of different type of wave form as well as compression timing overheads has been presented in the paper. Various software modules for real-time acquiring, online viewing of data on network nodes have been developed in LabWindows/CVI based on client server architecture

  3. Refining Markov state models for conformational dynamics using ensemble-averaged data and time-series trajectories

    Science.gov (United States)

    Matsunaga, Y.; Sugita, Y.

    2018-06-01

    A data-driven modeling scheme is proposed for conformational dynamics of biomolecules based on molecular dynamics (MD) simulations and experimental measurements. In this scheme, an initial Markov State Model (MSM) is constructed from MD simulation trajectories, and then, the MSM parameters are refined using experimental measurements through machine learning techniques. The second step can reduce the bias of MD simulation results due to inaccurate force-field parameters. Either time-series trajectories or ensemble-averaged data are available as a training data set in the scheme. Using a coarse-grained model of a dye-labeled polyproline-20, we compare the performance of machine learning estimations from the two types of training data sets. Machine learning from time-series data could provide the equilibrium populations of conformational states as well as their transition probabilities. It estimates hidden conformational states in more robust ways compared to that from ensemble-averaged data although there are limitations in estimating the transition probabilities between minor states. We discuss how to use the machine learning scheme for various experimental measurements including single-molecule time-series trajectories.

  4. THE WIGNER–FOKKER–PLANCK EQUATION: STATIONARY STATES AND LARGE TIME BEHAVIOR

    KAUST Repository

    ARNOLD, ANTON

    2012-11-01

    We consider the linear WignerFokkerPlanck equation subject to confining potentials which are smooth perturbations of the harmonic oscillator potential. For a certain class of perturbations we prove that the equation admits a unique stationary solution in a weighted Sobolev space. A key ingredient of the proof is a new result on the existence of spectral gaps for FokkerPlanck type operators in certain weighted L 2-spaces. In addition we show that the steady state corresponds to a positive density matrix operator with unit trace and that the solutions of the time-dependent problem converge towards the steady state with an exponential rate. © 2012 World Scientific Publishing Company.

  5. Time evolution of the coarse-graining-smoothed Wigner operator in an amplitude dissipative channel: from a pure state to a mixed state

    International Nuclear Information System (INIS)

    He, Rui; Fan, Hong-yi

    2014-01-01

    Based on the solution to the master equation of the density operator describing the amplitude dissipative channel, we derive the time evolution law of the coarse-graining-smoothed Wigner operator in this channel, which demonstrates how an initial pure state evolves into a mixed state, exhibiting decoherence

  6. Periodic solution for state-dependent impulsive shunting inhibitory CNNs with time-varying delays.

    Science.gov (United States)

    Şaylı, Mustafa; Yılmaz, Enes

    2015-08-01

    In this paper, we consider existence and global exponential stability of periodic solution for state-dependent impulsive shunting inhibitory cellular neural networks with time-varying delays. By means of B-equivalence method, we reduce these state-dependent impulsive neural networks system to an equivalent fix time impulsive neural networks system. Further, by using Mawhin's continuation theorem of coincide degree theory and employing a suitable Lyapunov function some new sufficient conditions for existence and global exponential stability of periodic solution are obtained. Previous results are improved and extended. Finally, we give an illustrative example with numerical simulations to demonstrate the effectiveness of our theoretical results. Copyright © 2015 Elsevier Ltd. All rights reserved.

  7. Memory State Feedback RMPC for Multiple Time-Delayed Uncertain Linear Systems with Input Constraints

    Directory of Open Access Journals (Sweden)

    Wei-Wei Qin

    2014-01-01

    Full Text Available This paper focuses on the problem of asymptotic stabilization for a class of discrete-time multiple time-delayed uncertain linear systems with input constraints. Then, based on the predictive control principle of receding horizon optimization, a delayed state dependent quadratic function is considered for incorporating MPC problem formulation. By developing a memory state feedback controller, the information of the delayed plant states can be taken into full consideration. The MPC problem is formulated to minimize the upper bound of infinite horizon cost that satisfies the sufficient conditions. Then, based on the Lyapunov-Krasovskii function, a delay-dependent sufficient condition in terms of linear matrix inequality (LMI can be derived to design a robust MPC algorithm. Finally, the digital simulation results prove availability of the proposed method.

  8. DEVICE FOR MEASURMENT OF RELAXATION TIME OF THE BLEACHED STATE OF OPTICAL MATERIALS BY THE «PUMP-PROBE» METHOD IN SUB-ΜS TIME DOMAIN

    Directory of Open Access Journals (Sweden)

    I. V. Glazunov

    2016-01-01

    Full Text Available The use of passive shutters to control the duration of the light pulses is an important aspect in the miniature and microchip lasers. One of the key spectroscopic characteristics which determine the properties of the material, which can be used as a passive shutter is relaxation time of its bleached state.We describe a device for determination of relaxation time of the bleached state in optical materials by the «pump-probe» method in the sub-μs time domain. This device allows one to determine relaxation times for materials which absorb at the light wavelength of 1.5 μm, e.g., materials doped with cobalt ions Co2+. The results of test examinations of the device are described, and the relaxation time of the bleached state of Co2+ ions is measured for a novel material – transparent glass-ceramics with Co2+:Ga2 O3 nanophase – amounting to 190 ± 6 ns. 

  9. Moonlight avoidance in gerbils reveals a sophisticated interplay among time allocation, vigilance and state-dependent foraging.

    Science.gov (United States)

    Kotler, Burt P; Brown, Joel; Mukherjee, Shomen; Berger-Tal, Oded; Bouskila, Amos

    2010-05-22

    Foraging animals have several tools for managing the risk of predation, and the foraging games between them and their predators. Among these, time allocation is foremost, followed by vigilance and apprehension. Together, their use influences a forager's time allocation and giving-up density (GUD) in depletable resource patches. We examined Allenby's gerbils (Gerbilus andersoni allenbyi) exploiting seed resource patches in a large vivarium under varying moon phases in the presence of a red fox (Vulpes vulpes). We measured time allocated to foraging patches electronically and GUDs from seeds left behind in resource patches. From these, we estimated handling times, attack rates and quitting harvest rates (QHRs). Gerbils displayed greater vigilance (lower attack rates) at brighter moon phases (full full > new > wane). Finally, gerbils displayed higher QHRs at new and waxing moon phases. Differences across moon phases not only reflect changing time allocation and vigilance, but changes in the state of the foragers and their marginal value of energy. Early in the lunar cycle, gerbils rely on vigilance and sacrifice state to avoid risk; later they defend state at the cost of increased time allocation; finally their state can recover as safe opportunities expand. In the predator-prey foraging game, foxes may contribute to these patterns of behaviours by modulating their own activity in response to the opportunities presented in each moon phase.

  10. Real-Time Simulation of Coaxial Rotor Configurations with Combined Finite State Dynamic Wake and VPM

    OpenAIRE

    Zhao, Jinggen; He, Chengjian

    2017-01-01

    This paper describes a first-principle based finite state dynamic rotor wake model that addresses the complex aerodynamic interference inherent to coaxial rotor configurations in support of advanced vertical lift aircraft simulation, design, and analysis. The high fidelity rotor dynamic wake solution combines an enhanced real-time finite state dynamic wake model (DYW) with a first-principle based viscous Vortex Particle Method (VPM). The finite state dynamic wake model provides a state-spa...

  11. Time Reversibility, Correlation Decay and the Steady State Fluctuation Relation for Dissipation

    Directory of Open Access Journals (Sweden)

    Denis J. Evans

    2013-04-01

    Full Text Available Steady state fluctuation relations for nonequilibrium systems are under intense investigation because of their important practical implications in nanotechnology and biology. However the precise conditions under which they hold need clarification. Using the dissipation function, which is related to the entropy production of linear irreversible thermodynamics, we show time reversibility, ergodic consistency and a recently introduced form of correlation decay, called T-mixing, are sufficient conditions for steady state fluctuation relations to hold. Our results are not restricted to a particular model and show that the steady state fluctuation relation for the dissipation function holds near or far from equilibrium subject to these conditions. The dissipation function thus plays a comparable role in nonequilibrium systems to thermodynamic potentials in equilibrium systems.

  12. The link between response time and preference, variance and processing heterogeneity in stated choice experiments

    DEFF Research Database (Denmark)

    Campbell, Danny; Mørkbak, Morten Raun; Olsen, Søren Bøye

    2018-01-01

    In this article we utilize the time respondents require to answer a self-administered online stated preference survey. While the effects of response time have been previously explored, this article proposes a different approach that explicitly recognizes the highly equivocal relationship between ...... between response time and utility coefficients, error variance and processing strategies. Our results thus emphasize the importance of considering response time when modeling stated choice data....... response time and respondents' choices. In particular, we attempt to disentangle preference, variance and processing heterogeneity and explore whether response time helps to explain these three types of heterogeneity. For this, we divide the data (ordered by response time) into approximately equal......-sized subsets, and then derive different class membership probabilities for each subset. We estimate a large number of candidate models and subsequently conduct a frequentist-based model averaging approach using information criteria to derive weights of evidence for each model. Our findings show a clear link...

  13. Effect of the time spent by the photon in the absorbed state on the time-dependent transfer of radiation

    International Nuclear Information System (INIS)

    Rao, D.M.; Rangarajan, K.E.; Peraiah, A.

    1990-01-01

    The time-dependent transfer equation is derived for a two-level atomic model which takes both bound-bound and bound-free transitions into account. A numerical scheme is proposed for solving the monochromatic time-dependent transfer equation when the time spent by the photon in the absorbed state is significant. The method can be easily extended to solve the problem of time-dependent line formation of the bound-free continuum. It is used here to study three types of boundary conditions of the incident radiation incident on a scattering atmosphere. The quantitative results show that the relaxation of the radiation field depends on the optical depth of the medium and on the ray's angle of emergence. 21 refs

  14. Efficient determination of the Markovian time-evolution towards a steady-state of a complex open quantum system

    Science.gov (United States)

    Jonsson, Thorsteinn H.; Manolescu, Andrei; Goan, Hsi-Sheng; Abdullah, Nzar Rauf; Sitek, Anna; Tang, Chi-Shung; Gudmundsson, Vidar

    2017-11-01

    Master equations are commonly used to describe time evolution of open systems. We introduce a general computationally efficient method for calculating a Markovian solution of the Nakajima-Zwanzig generalized master equation. We do so for a time-dependent transport of interacting electrons through a complex nano scale system in a photon cavity. The central system, described by 120 many-body states in a Fock space, is weakly coupled to the external leads. The efficiency of the approach allows us to place the bias window defined by the external leads high into the many-body spectrum of the cavity photon-dressed states of the central system revealing a cascade of intermediate transitions as the system relaxes to a steady state. The very diverse relaxation times present in the open system, reflecting radiative or non-radiative transitions, require information about the time evolution through many orders of magnitude. In our approach, the generalized master equation is mapped from a many-body Fock space of states to a Liouville space of transitions. We show that this results in a linear equation which is solved exactly through an eigenvalue analysis, which supplies information on the steady state and the time evolution of the system.

  15. Theoretical restrictions on longest implicit time scales in Markov state models of biomolecular dynamics

    Science.gov (United States)

    Sinitskiy, Anton V.; Pande, Vijay S.

    2018-01-01

    Markov state models (MSMs) have been widely used to analyze computer simulations of various biomolecular systems. They can capture conformational transitions much slower than an average or maximal length of a single molecular dynamics (MD) trajectory from the set of trajectories used to build the MSM. A rule of thumb claiming that the slowest implicit time scale captured by an MSM should be comparable by the order of magnitude to the aggregate duration of all MD trajectories used to build this MSM has been known in the field. However, this rule has never been formally proved. In this work, we present analytical results for the slowest time scale in several types of MSMs, supporting the above rule. We conclude that the slowest implicit time scale equals the product of the aggregate sampling and four factors that quantify: (1) how much statistics on the conformational transitions corresponding to the longest implicit time scale is available, (2) how good the sampling of the destination Markov state is, (3) the gain in statistics from using a sliding window for counting transitions between Markov states, and (4) a bias in the estimate of the implicit time scale arising from finite sampling of the conformational transitions. We demonstrate that in many practically important cases all these four factors are on the order of unity, and we analyze possible scenarios that could lead to their significant deviation from unity. Overall, we provide for the first time analytical results on the slowest time scales captured by MSMs. These results can guide further practical applications of MSMs to biomolecular dynamics and allow for higher computational efficiency of simulations.

  16. Transcriptional diversity and regulation across time and states

    DEFF Research Database (Denmark)

    Vitting-Seerup, Kristoffer

    Originally the production of RNA copies from genes was thought to serve just as an intermediary step in the production of proteins. This view has however drastically changed with the emergence of several important functions of RNA. It has been found that the production of RNA also serves as to in......Originally the production of RNA copies from genes was thought to serve just as an intermediary step in the production of proteins. This view has however drastically changed with the emergence of several important functions of RNA. It has been found that the production of RNA also serves...... is transferred through the regulatory levels is currently unknown. In this thesis we have utilized high-throughput sequencing of RNA to perform genome wide analysis of transcriptional diversity and regulation across time and states. Specifically we have developed computational tools for both genome wide analysis...... used time-course data to perform an analysis of gene regulation in unprecedented details. The analysis resulted in a model where regulatory signals are deciphered first at enhancers and then subsequently in genes (Article V). This model, which is consistent across different stimuli and species...

  17. SCCMulti

    KAUST Repository

    Tomkins, Daniel

    2014-01-01

    Tarjan\\'s famous linear time, sequential algorithm for finding the strongly connected components (SCCs) of a graph relies on depth first search, which is inherently sequential. Deterministic parallel algorithms solve this problem in logarithmic time using matrix multiplication techniques, but matrix multiplication requires a large amount of total work. Randomized algorithms based on reachability - the ability to get from one vertex to another along a directed path - greatly improve the work bound in the average case. However, these algorithms do not always perform well; for instance, Divide-and-Conquer Strong Components (DCSC), a scalable, divide-and-conquer algorithm, has good expected theoretical limits, but can perform very poorly on graphs for which the maximum reachability of any vertex is small. A related algorithm, MultiPivot, gives very high probability guarantees on the total amount of work for all graphs, but this improvement introduces an overhead that increases the average running time. This work introduces SCCMulti, a multi-pivot improvement of DCSC that offers the same consistency as MultiPivot without the time overhead. We provide experimental results demonstrating SCCMulti\\'s scalability; these results also show that SCCMulti is more consistent than DCSC and is always faster than MultiPivot.

  18. How Parallel Are Excited State Potential Energy Surfaces from Time-Independent and Time-Dependent DFT? A BODIPY Dye Case Study.

    Science.gov (United States)

    Komoto, Keenan T; Kowalczyk, Tim

    2016-10-06

    To support the development and characterization of chromophores with targeted photophysical properties, excited-state electronic structure calculations should rapidly and accurately predict how derivatization of a chromophore will affect its excitation and emission energies. This paper examines whether a time-independent excited-state density functional theory (DFT) approach meets this need through a case study of BODIPY chromophore photophysics. A restricted open-shell Kohn-Sham (ROKS) treatment of the S 1 excited state of BODIPY dyes is contrasted with linear-response time-dependent density functional theory (TDDFT). Vertical excitation energies predicted by the two approaches are remarkably different due to overestimation by TDDFT and underestimation by ROKS relative to experiment. Overall, ROKS with a standard hybrid functional provides the more accurate description of the S 1 excited state of BODIPY dyes, but excitation energies computed by the two methods are strongly correlated. The two approaches also make similar predictions of shifts in the excitation energy upon functionalization of the chromophore. TDDFT and ROKS models of the S 1 potential energy surface are then examined in detail for a representative BODIPY dye through molecular dynamics sampling on both model surfaces. We identify the most significant differences in the sampled surfaces and analyze these differences along selected normal modes. Differences between ROKS and TDDFT descriptions of the S 1 potential energy surface for this BODIPY derivative highlight the continuing need for validation of widely used approximations in excited state DFT through experimental benchmarking and comparison to ab initio reference data.

  19. One-way propagation of bulk states and robust edge states in photonic crystals with broken inversion and time-reversal symmetries

    Science.gov (United States)

    Lu, Jin-Cheng; Chen, Xiao-Dong; Deng, Wei-Min; Chen, Min; Dong, Jian-Wen

    2018-07-01

    The valley is a flexible degree of freedom for light manipulation in photonic systems. In this work, we introduce the valley concept in magnetic photonic crystals with broken inversion symmetry. One-way propagation of bulk states is demonstrated by exploiting the pseudo-gap where bulk states only exist at one single valley. In addition, the transition between Hall and valley-Hall nontrivial topological phases is also studied in terms of the competition between the broken inversion and time-reversal symmetries. At the photonic boundary between two topologically distinct photonic crystals, we illustrate the one-way propagation of edge states and demonstrate their robustness against defects.

  20. Obesity, diabetes, and length of time in the United States

    OpenAIRE

    Tsujimoto, Tetsuro; Kajio, Hiroshi; Sugiyama, Takehiro

    2016-01-01

    Abstract Obesity prevalence remains high in the United States (US), and is rising in most other countries. This is a repeated cross-sectional study using a nationally representative sample of the National Health and Nutrition Examination Survey 1999 to 2012. Multivariate logistic regression analyses were separately performed for adults (n?=?37,639) and children/adolescents (n?=?28,282) to assess the associations between the length of time in the US, and the prevalences of obesity and diabetes...

  1. Synaptic Dynamics and Neuronal Network Connectivity are reflected in the Distribution of Times in Up states

    Directory of Open Access Journals (Sweden)

    Khanh eDao Duc

    2015-07-01

    Full Text Available The dynamics of neuronal networks connected by synaptic dynamics can sustain long periods of depolarization that can last for hundreds of milliseconds such as Up states recorded during sleep or anesthesia. Yet the underlying mechanism driving these periods remain unclear. We show here within a mean-field model that the residence times of the neuronal membrane potential in cortical Up states does not follow a Poissonian law, but presents several peaks. Furthermore, the present modeling approach allows extracting some information about the neuronal network connectivity from the time distribution histogram. Based on a synaptic-depression model, we find that these peaks, that can be observed in histograms of patch-clamp recordings are not artifacts of electrophysiological measurements, but rather are an inherent property of the network dynamics. Analysis of the equations reveals a stable focus located close to the unstable limit cycle, delimiting a region that defines the Up state. The model further shows that the peaks observed in the Up state time distribution are due to winding around the focus before escaping from the basin of attraction. Finally, we use in vivo recordings of intracellular membrane potential and we recover from the peak distribution, some information about the network connectivity. We conclude that it is possible to recover the network connectivity from the distribution of times that the neuronal membrane voltage spends in Up states.

  2. Alternative stable states and alternative endstates of community assembly through intra- and interspecific positive and negative interactions.

    Science.gov (United States)

    Gerla, Daan J; Mooij, Wolf M

    2014-09-01

    Positive and negative interactions within and between species may occur simultaneously, with the net effect depending on population densities. For instance, at low densities plants may ameliorate stress, while competition for resources dominates at higher densities. Here, we propose a simple two-species model in which con- and heterospecifics have a positive effect on per capita growth rate at low densities, while negative interactions dominate at high densities. The model thus includes both Allee effects (intraspecific positive effects) and mutualism (interspecific positive effects), as well as intra- and interspecific competition. Using graphical methods we derive conditions for alternative stable states and species coexistence. We show that mutual non-invasibility (i.e. the inability of each species to invade a population of the other) is more likely when species have a strong positive effect on the own species or a strong negative effect on the other species. Mutual non-invasibility implies alternative stable states, however, there may also be alternative stable states at which species coexist. In the case of species symmetry (i.e. when species are indistinguishable), such alternative coexistence states require that if the positive effect exerted at low densities at the own species is stronger than on the other species, the negative effect at higher densities is also stronger on the own species than on the other species, or, vice versa, if the interspecific positive effects at low densities are stronger than the intraspecific effects, the negative effects at higher densities are also stronger between species than within species. However, the reachability of alternative stable states is restricted by the frequency and density at which species are introduced during community assembly, so that alternative stable states do not always represent alternative endstates of community assembly. Copyright © 2014 Elsevier Inc. All rights reserved.

  3. Different contexts, different effects? Work time and mental health in the United States and Germany.

    Science.gov (United States)

    Kleiner, Sibyl; Schunck, Reinhard; Schömann, Klaus

    2015-03-01

    This paper takes a comparative approach to the topic of work time and health, asking whether weekly work hours matter for mental health. We hypothesize that these relationships differ within the United States and Germany, given the more regulated work time environments within Germany and the greater incentives to work long hours in the United States. We further hypothesize that German women will experience greatest penalties to long hours. We use data from the German Socioeconomic Panel and the National Longitudinal Survey of Youth to examine hours effects on mental health score at midlife. The results support our initial hypothesis. In Germany, longer work time is associated with worse mental health, while in the United States, as seen in previous research, the associations are more complex. Our results do not show greater mental health penalties for German women and suggest instead a selection effect into work hours operating by gender. © American Sociological Association 2015.

  4. State space modeling of time-varying contemporaneous and lagged relations in connectivity maps.

    Science.gov (United States)

    Molenaar, Peter C M; Beltz, Adriene M; Gates, Kathleen M; Wilson, Stephen J

    2016-01-15

    Most connectivity mapping techniques for neuroimaging data assume stationarity (i.e., network parameters are constant across time), but this assumption does not always hold true. The authors provide a description of a new approach for simultaneously detecting time-varying (or dynamic) contemporaneous and lagged relations in brain connectivity maps. Specifically, they use a novel raw data likelihood estimation technique (involving a second-order extended Kalman filter/smoother embedded in a nonlinear optimizer) to determine the variances of the random walks associated with state space model parameters and their autoregressive components. The authors illustrate their approach with simulated and blood oxygen level-dependent functional magnetic resonance imaging data from 30 daily cigarette smokers performing a verbal working memory task, focusing on seven regions of interest (ROIs). Twelve participants had dynamic directed functional connectivity maps: Eleven had one or more time-varying contemporaneous ROI state loadings, and one had a time-varying autoregressive parameter. Compared to smokers without dynamic maps, smokers with dynamic maps performed the task with greater accuracy. Thus, accurate detection of dynamic brain processes is meaningfully related to behavior in a clinical sample. Published by Elsevier Inc.

  5. Proprioceptive body illusions modulate the visual perception of reaching distance.

    Directory of Open Access Journals (Sweden)

    Agustin Petroni

    Full Text Available The neurobiology of reaching has been extensively studied in human and non-human primates. However, the mechanisms that allow a subject to decide-without engaging in explicit action-whether an object is reachable are not fully understood. Some studies conclude that decisions near the reach limit depend on motor simulations of the reaching movement. Others have shown that the body schema plays a role in explicit and implicit distance estimation, especially after motor practice with a tool. In this study we evaluate the causal role of multisensory body representations in the perception of reachable space. We reasoned that if body schema is used to estimate reach, an illusion of the finger size induced by proprioceptive stimulation should propagate to the perception of reaching distances. To test this hypothesis we induced a proprioceptive illusion of extension or shrinkage of the right index finger while participants judged a series of LEDs as reachable or non-reachable without actual movement. Our results show that reach distance estimation depends on the illusory perceived size of the finger: illusory elongation produced a shift of reaching distance away from the body whereas illusory shrinkage produced the opposite effect. Combining these results with previous findings, we suggest that deciding if a target is reachable requires an integration of body inputs in high order multisensory parietal areas that engage in movement simulations through connections with frontal premotor areas.

  6. Maintenance of the CERN telephone exchanges

    CERN Multimedia

    TS Department

    2008-01-01

    Maintenance work will be carried out on the CERN telephone exchanges between 8 p.m. and midnight on 3 December. During this time, the fixed-line telephone and audio-conference services may be disrupted. However, the CCC and the Fire Brigade will be reachable at all times. Mobile telephone services (GSM) will not be affected by this work. For further details please contact mailto:Netops@cern.ch.

  7. Maintenance of the CERN telephone exchanges

    CERN Multimedia

    TS Department

    2008-01-01

    Maintenance work will be carried out on the CERN telephone exchanges between 8 p.m. and midnight on 3 December. During this time, the fixed-line telephone and audio-conference services may be disrupted. However, the CCC and the Fire Brigade will be reachable at all times. Mobile telephone services (GSM) will not be affected by this work. For further details please contact Netops@cern.ch.

  8. Analyses of GIMMS NDVI Time Series in Kogi State, Nigeria

    Science.gov (United States)

    Palka, Jessica; Wessollek, Christine; Karrasch, Pierre

    2017-10-01

    The value of remote sensing data is particularly evident where an areal monitoring is needed to provide information on the earth's surface development. The use of temporal high resolution time series data allows for detecting short-term changes. In Kogi State in Nigeria different vegetation types can be found. As the major population in this region is living in rural communities with crop farming the existing vegetation is slowly being altered. The expansion of agricultural land causes loss of natural vegetation, especially in the regions close to the rivers which are suitable for crop production. With regard to these facts, two questions can be dealt with covering different aspects of the development of vegetation in the Kogi state, the determination and evaluation of the general development of the vegetation in the study area (trend estimation) and analyses on a short-term behavior of vegetation conditions, which can provide information about seasonal effects in vegetation development. For this purpose, the GIMMS-NDVI data set, provided by the NOAA, provides information on the normalized difference vegetation index (NDVI) in a geometric resolution of approx. 8 km. The temporal resolution of 15 days allows the already described analyses. For the presented analysis data for the period 1981-2012 (31 years) were used. The implemented workflow mainly applies methods of time series analysis. The results show that in addition to the classical seasonal development, artefacts of different vegetation periods (several NDVI maxima) can be found in the data. The trend component of the time series shows a consistently positive development in the entire study area considering the full investigation period of 31 years. However, the results also show that this development has not been continuous and a simple linear modeling of the NDVI increase is only possible to a limited extent. For this reason, the trend modeling was extended by procedures for detecting structural breaks in

  9. Prediction-based control for LTI systems with uncertain time-varying delays and partial state knowledge

    Science.gov (United States)

    Léchappé, V.; Moulay, E.; Plestan, F.

    2018-06-01

    The stability of a prediction-based controller for linear time-invariant (LTI) systems is studied in the presence of time-varying input and output delays. The uncertain delay case is treated as well as the partial state knowledge case. The reduction method is used in order to prove the convergence of the closed-loop system including the state observer, the predictor and the plant. Explicit conditions that guarantee the closed-loop stability are given, thanks to a Lyapunov-Razumikhin analysis. Simulations illustrate the theoretical results.

  10. Time-dependent quantum many-body theory of identical bosons in a double well: Early-time ballistic interferences of fragmented and number entangled states

    International Nuclear Information System (INIS)

    Masiello, David J.; Reinhardt, William P.

    2007-01-01

    A time-dependent multiconfigurational self-consistent field theory is presented to describe the many-body dynamics of a gas of identical bosonic atoms confined to an external trapping potential at zero temperature from first principles. A set of generalized evolution equations are developed, through the time-dependent variational principle, which account for the complete and self-consistent coupling between the expansion coefficients of each configuration and the underlying one-body wave functions within a restricted two state Fock space basis that includes the full effects of the condensate's mean field as well as atomic correlation. The resulting dynamical equations are a classical Hamiltonian system and, by construction, form a well-defined initial value problem. They are implemented in an efficient numerical algorithm. An example is presented, highlighting the generality of the theory, in which the ballistic expansion of a fragmented condensate ground state is compared to that of a macroscopic quantum superposition state, taken here to be a highly entangled number state, upon releasing the external trapping potential. Strikingly different many-body matter-wave dynamics emerge in each case, accentuating the role of both atomic correlation and mean-field effects in the two condensate states

  11. Time course based artifact identification for independent components of resting state fMRI

    Directory of Open Access Journals (Sweden)

    Christian eRummel

    2013-05-01

    Full Text Available In functional magnetic resonance imaging (fMRI coherent oscillations of the blood oxygen level dependent (BOLD signal can be detected. These arise when brain regions respond to external stimuli or are activated by tasks. The same networks have been characterized during wakeful rest when functional connectivity of the human brain is organized in generic resting state networks (RSN. Alterations of RSN emerge as neurobiological markers of pathological conditions such as altered mental state. In single-subject fMRI data the coherent components can be identified by blind source separation of the pre-processed BOLD data using spatial independent component analysis (ICA and related approaches. The resulting maps may represent physiological RSNs or may be due to various artifacts. In this methodological study, we propose a conceptually simple and fully automatic time course based filtering procedure to detect obvious artifacts in the ICA output for resting state fMRI. The filter is trained on six and tested on 29 healthy subjects, yielding mean filter accuracy, sensitivity and specificity of 0.80, 0.82 and 0.75 in out-of-sample tests. To estimate the impact of clearly artifactual single-subject components on group resting state studies we analyze unfiltered and filtered output with a second level ICA procedure. Although the automated filter does not reach performance values of visual analysis by human raters, we propose that resting state compatible analysis of ICA time courses could be very useful to complement the existing map or task/event oriented artifact classification algorithms.

  12. Theory of life time measurements with the scanning electron microscope: steady state

    NARCIS (Netherlands)

    Berz, F.; Kuiken, H.K.

    1976-01-01

    A theoretical steady state analysis is given of the scanning electron microscope method of measuring bulk life time in diodes, where the plane of the junction is perpendicular to the surface. The current in the junction is obtained as a function of the beam power, the beam penetration into the

  13. State-age-dependent maintenance policies for deteriorating systems with Erlang sojourn time distributions

    International Nuclear Information System (INIS)

    Yeh, R.H.

    1997-01-01

    This paper investigates state-age-dependent maintenance policies for multistate deteriorating systems with Erlang sojourn time distributions. Since Erlang distributions are serial combinations of exponential phases, the deteriorating process can be modeled by a multi-phase Markovian model and hence easily analyzed. Based on the Markovian model, the optimal phase-dependent inspection and replacement policy can be obtained by using a policy improvement algorithm. However, since phases are fictitious and can not be identified by inspections, two procedures are developed to construct state-age-dependent policies based on the optimal phase-dependent policy. The properties of the constructed state-age-dependent policies are further investigated and the performance of the policy is evaluated through a numerical example

  14. Longitude Position in a Time Zone and Cancer Risk in the United States.

    Science.gov (United States)

    Gu, Fangyi; Xu, Shangda; Devesa, Susan S; Zhang, Fanni; Klerman, Elizabeth B; Graubard, Barry I; Caporaso, Neil E

    2017-08-01

    Background: Circadian disruption is a probable human carcinogen. From the eastern to western border of a time zone, social time is equal, whereas solar time is progressively delayed, producing increased discrepancies between individuals' social and biological circadian time. Accordingly, western time zone residents experience greater circadian disruption and may be at an increased risk of cancer. Methods: We examined associations between the position in a time zone and age-standardized county-level incidence rates for total cancers combined and 23 specific cancers by gender using the data of the Surveillance, Epidemiology, and End Results Program (2000-2012), including four million cancer diagnoses in white residents of 607 counties in 11 U.S. states. Log-linear regression was conducted, adjusting for latitude, poverty, cigarette smoking, and state. Bonferroni-corrected P values were used as the significance criteria. Results: Risk increased from east to west within a time zone for total and for many specific cancers, including chronic lymphocytic leukemia (both genders) and cancers of the stomach, liver, prostate, and non-Hodgkin lymphoma in men and cancers of the esophagus, colorectum, lung, breast, and corpus uteri in women. Conclusions: Risk increased from the east to the west in a time zone for total and many specific cancers, in accord with the circadian disruption hypothesis. Replications in analytic epidemiologic studies are warranted. Impact: Our findings suggest that circadian disruption may not be a rare phenomenon affecting only shift workers, but is widespread in the general population with broader implications for public health than generally appreciated. Cancer Epidemiol Biomarkers Prev; 26(8); 1306-11. ©2017 AACR . ©2017 American Association for Cancer Research.

  15. Switching phase states in two van der Pol oscillators coupled by ttochastically time-varying resistor

    OpenAIRE

    Uwate, Y; Nishio, Y; Stoop, R

    2009-01-01

    We explore the synchronization and switching behavior of a system of two identical van der Pol oscillators coupled by a stochastically timevarying resistor. Triggered by the time-varying resistor, the system of oscillators switches between synchronized and anti-synchronized behavior. We find that the preference of the synchronized/antisynchronized state is determined by the ratio of the probabilities of the two resistor states. The length of the phases of maintained resistor states, however, ...

  16. Hybrid state-space time integration of rotating beams

    DEFF Research Database (Denmark)

    Krenk, Steen; Nielsen, Martin Bjerre

    2012-01-01

    An efficient time integration algorithm for the dynamic equations of flexible beams in a rotating frame of reference is presented. The equations of motion are formulated in a hybrid state-space format in terms of local displacements and local components of the absolute velocity. With inspiration...... of the system rotation enter via global operations with the angular velocity vector. The algorithm is based on an integrated form of the equations of motion with energy and momentum conserving properties, if a kinematically consistent non-linear formulation is used. A consistent monotonic scheme for algorithmic...... energy dissipation in terms of local displacements and velocities, typical of structural vibrations, is developed and implemented in the form of forward weighting of appropriate mean value terms in the algorithm. The algorithm is implemented for a beam theory with consistent quadratic non...

  17. Real time evolution at finite temperatures with operator space matrix product states

    International Nuclear Information System (INIS)

    Pižorn, Iztok; Troyer, Matthias; Eisler, Viktor; Andergassen, Sabine

    2014-01-01

    We propose a method to simulate the real time evolution of one-dimensional quantum many-body systems at finite temperature by expressing both the density matrices and the observables as matrix product states. This allows the calculation of expectation values and correlation functions as scalar products in operator space. The simulations of density matrices in inverse temperature and the local operators in the Heisenberg picture are independent and result in a grid of expectation values for all intermediate temperatures and times. Simulations can be performed using real arithmetics with only polynomial growth of computational resources in inverse temperature and time for integrable systems. The method is illustrated for the XXZ model and the single impurity Anderson model. (paper)

  18. Real time evolution at finite temperatures with operator space matrix product states

    Science.gov (United States)

    Pižorn, Iztok; Eisler, Viktor; Andergassen, Sabine; Troyer, Matthias

    2014-07-01

    We propose a method to simulate the real time evolution of one-dimensional quantum many-body systems at finite temperature by expressing both the density matrices and the observables as matrix product states. This allows the calculation of expectation values and correlation functions as scalar products in operator space. The simulations of density matrices in inverse temperature and the local operators in the Heisenberg picture are independent and result in a grid of expectation values for all intermediate temperatures and times. Simulations can be performed using real arithmetics with only polynomial growth of computational resources in inverse temperature and time for integrable systems. The method is illustrated for the XXZ model and the single impurity Anderson model.

  19. Deep-inelastic final states in a space-time description of shower development and hadronization

    International Nuclear Information System (INIS)

    Ellis, J.

    1996-06-01

    We extend a quantum kinetic approach to the description of hadronic showers in space, time and momentum space to deep-inelastic ep collisions, with particular reference to experiments at HERA. We follow the history of hard scattering events back to the initial hadronic state and forward to the formation of colour-singlet pre-hadronic clusters and their decays into hadrons. The time evolution of the space-like initial-state shower and the time-like secondary partons are treated similarly, and cluster formation is treated using a spatial criterion motivated by confinement and a non-perturbative model for hadronization. We calculate the time evolution of particle distributions in rapidity, transverse and longitudinal space. We also compare the transverse hadronic energy flow and the distribution of observed hadronic masses with experimental data from HERA, finding encouraging results, and discuss the background to large-rapidity-gap events. The techniques developed in this paper may be applied in the future to more complicated processes such as eA, pp, pA and AA collisions. (orig.)

  20. Health, civilization, and the state: a history of public health from ancient to modern times

    National Research Council Canada - National Science Library

    Porter, Dorothy

    1999-01-01

    ... including: * * * * * * * pestilence, public order and morality in pre-modern times the Enlightenment and its effects public health and centralization in Victorian Britain localization of health care in the United States population issues and family welfare the rise of the classic welfare state and its health care policies attitudes towards public health in...

  1. Target life time of laser ion source for low charge state ion production

    Energy Technology Data Exchange (ETDEWEB)

    Kanesue,T.; Tamura, J.; Okamura, M.

    2008-06-23

    Laser ion source (LIS) produces ions by irradiating pulsed high power laser shots onto the solid state target. For the low charge state ion production, laser spot diameter on the target can be over several millimeters using a high power laser such as Nd:YAG laser. In this case, a damage to the target surface is small while there is a visible crater in case of the best focused laser shot for high charge state ion production (laser spot diameter can be several tens of micrometers). So the need of target displacement after each laser shot to use fresh surface to stabilize plasma is not required for low charge state ion production. We tested target lifetime using Nd:YAG laser with 5 Hz repetition rate. Also target temperature and vacuum condition were recorded during experiment. The feasibility of a long time operation was verified.

  2. Detection and attribution of streamflow timing changes to climate change in the Western United States

    Science.gov (United States)

    Hidalgo, H.G.; Das, T.; Dettinger, M.D.; Cayan, D.R.; Pierce, D.W.; Barnett, T.P.; Bala, G.; Mirin, A.; Wood, A.W.; Bonfils, Celine; Santer, B.D.; Nozawa, T.

    2009-01-01

    This article applies formal detection and attribution techniques to investigate the nature of observed shifts in the timing of streamflow in the western United States. Previous studies have shown that the snow hydrology of the western United States has changed in the second half of the twentieth century. Such changes manifest themselves in the form of more rain and less snow, in reductions in the snow water contents, and in earlier snowmelt and associated advances in streamflow "center" timing (the day in the "water-year" on average when half the water-year flow at a point has passed). However, with one exception over a more limited domain, no other study has attempted to formally attribute these changes to anthropogenic increases of greenhouse gases in the atmosphere. Using the observations together with a set of global climate model simulations and a hydrologic model (applied to three major hydrological regions of the western United States_the California region, the upper Colorado River basin, and the Columbia River basin), it is found that the observed trends toward earlier "center" timing of snowmelt-driven streamflows in the western United States since 1950 are detectably different from natural variability (significant at the p analysis, and it is the only basin that showed a detectable signal when the analysis was performed on individual basins. It should be noted that although climate change is an important signal, other climatic processes have also contributed to the hydrologic variability of large basins in the western United States. ?? 2009 American Meteorological Society.

  3. DYNAMIC STRAIN MAPPING AND REAL-TIME DAMAGE STATE ESTIMATION UNDER BIAXIAL RANDOM FATIGUE LOADING

    Data.gov (United States)

    National Aeronautics and Space Administration — DYNAMIC STRAIN MAPPING AND REAL-TIME DAMAGE STATE ESTIMATION UNDER BIAXIAL RANDOM FATIGUE LOADING SUBHASISH MOHANTY*, ADITI CHATTOPADHYAY, JOHN N. RAJADAS, AND CLYDE...

  4. A Finite State Machine Approach to Algorithmic Lateral Inhibition for Real-Time Motion Detection †

    Directory of Open Access Journals (Sweden)

    María T. López

    2018-05-01

    Full Text Available Many researchers have explored the relationship between recurrent neural networks and finite state machines. Finite state machines constitute the best-characterized computational model, whereas artificial neural networks have become a very successful tool for modeling and problem solving. The neurally-inspired lateral inhibition method, and its application to motion detection tasks, have been successfully implemented in recent years. In this paper, control knowledge of the algorithmic lateral inhibition (ALI method is described and applied by means of finite state machines, in which the state space is constituted from the set of distinguishable cases of accumulated charge in a local memory. The article describes an ALI implementation for a motion detection task. For the implementation, we have chosen to use one of the members of the 16-nm Kintex UltraScale+ family of Xilinx FPGAs. FPGAs provide the necessary accuracy, resolution, and precision to run neural algorithms alongside current sensor technologies. The results offered in this paper demonstrate that this implementation provides accurate object tracking performance on several datasets, obtaining a high F-score value (0.86 for the most complex sequence used. Moreover, it outperforms implementations of a complete ALI algorithm and a simplified version of the ALI algorithm—named “accumulative computation”—which was run about ten years ago, now reaching real-time processing times that were simply not achievable at that time for ALI.

  5. A formal method for identifying distinct states of variability in time-varying sources: SGR A* as an example

    Energy Technology Data Exchange (ETDEWEB)

    Meyer, L.; Witzel, G.; Ghez, A. M. [Department of Physics and Astronomy, University of California, Los Angeles, CA 90095-1547 (United States); Longstaff, F. A. [UCLA Anderson School of Management, University of California, Los Angeles, CA 90095-1481 (United States)

    2014-08-10

    Continuously time variable sources are often characterized by their power spectral density and flux distribution. These quantities can undergo dramatic changes over time if the underlying physical processes change. However, some changes can be subtle and not distinguishable using standard statistical approaches. Here, we report a methodology that aims to identify distinct but similar states of time variability. We apply this method to the Galactic supermassive black hole, where 2.2 μm flux is observed from a source associated with Sgr A* and where two distinct states have recently been suggested. Our approach is taken from mathematical finance and works with conditional flux density distributions that depend on the previous flux value. The discrete, unobserved (hidden) state variable is modeled as a stochastic process and the transition probabilities are inferred from the flux density time series. Using the most comprehensive data set to date, in which all Keck and a majority of the publicly available Very Large Telescope data have been merged, we show that Sgr A* is sufficiently described by a single intrinsic state. However, the observed flux densities exhibit two states: noise dominated and source dominated. Our methodology reported here will prove extremely useful to assess the effects of the putative gas cloud G2 that is on its way toward the black hole and might create a new state of variability.

  6. Estimation of Nonlinear Functions of State Vector for Linear Systems with Time-Delays and Uncertainties

    Directory of Open Access Journals (Sweden)

    Il Young Song

    2015-01-01

    Full Text Available This paper focuses on estimation of a nonlinear function of state vector (NFS in discrete-time linear systems with time-delays and model uncertainties. The NFS represents a multivariate nonlinear function of state variables, which can indicate useful information of a target system for control. The optimal nonlinear estimator of an NFS (in mean square sense represents a function of the receding horizon estimate and its error covariance. The proposed receding horizon filter represents the standard Kalman filter with time-delays and special initial horizon conditions described by the Lyapunov-like equations. In general case to calculate an optimal estimator of an NFS we propose using the unscented transformation. Important class of polynomial NFS is considered in detail. In the case of polynomial NFS an optimal estimator has a closed-form computational procedure. The subsequent application of the proposed receding horizon filter and nonlinear estimator to a linear stochastic system with time-delays and uncertainties demonstrates their effectiveness.

  7. Tailoring of motional states in double-well potentials by time-dependent processes

    International Nuclear Information System (INIS)

    Haerkoenen, Kari; Kaerki, Ollijuhani; Suominen, Kalle-Antti

    2006-01-01

    We show that the vibrational state tailoring method developed for molecular systems can be applied for cold atoms in optical lattices. The original method is based on a three-level model interacting with two strong laser pulses in a counterintuitive sequence [M. Rodriguez et al., Phys. Rev. A 62, 053413 (2000)]. Here we outline the conditions for achieving similar dynamics with single time-dependent potential surfaces. It is shown that guided switching between diabatic and adiabatic evolution has an essential role in this system. We also show that efficient and precise tailoring of motional states in optical lattices can be achieved, for instance, simply by superimposing two lattices and moving them with respect to each other

  8. TIMING OBSERVATIONS OF PSR J1023+0038 DURING A LOW-MASS X-RAY BINARY STATE

    Energy Technology Data Exchange (ETDEWEB)

    Jaodand, Amruta; Archibald, Anne M.; Hessels, Jason W. T.; Bassa, Cees; Deller, Adam T. [ASTRON, the Netherlands Institute for Radio Astronomy, Postbus 2, 7990 AA, Dwingeloo (Netherlands); Bogdanov, Slavko [Columbia Astrophysics Laboratory, Columbia University, 550 West 120th Street, New York, NY 10027 (United States); D’Angelo, Caroline R.; Patruno, Alessandro [Leiden Observatory, Leiden University, P.O. Box 9513, NL-2300 RA Leiden (Netherlands)

    2016-10-20

    Transitional millisecond pulsars (tMSPs) switch, on roughly multi-year timescales, between rotation-powered radio millisecond pulsar (RMSP) and accretion-powered low-mass X-ray binary (LMXB) states. The tMSPs have raised several questions related to the nature of accretion flow in their LMXB state and the mechanism that causes the state switch. The discovery of coherent X-ray pulsations from PSR J1023+0038 (while in the LMXB state) provides us with the first opportunity to perform timing observations and to compare the neutron star’s spin variation during this state to the measured spin-down in the RMSP state. Whereas the X-ray pulsations in the LMXB state likely indicate that some material is accreting onto the neutron star’s magnetic polar caps, radio continuum observations indicate the presence of an outflow. The fraction of the inflowing material being ejected is not clear, but it may be much larger than that reaching the neutron star’s surface. Timing observations can measure the total torque on the neutron star. We have phase-connected nine XMM-Newton observations of PSR J1023+0038 over the last 2.5 years of the LMXB state to establish a precise measurement of spin evolution. We find that the average spin-down rate as an LMXB is 26.8 ± 0.4% faster than the rate (−2.39 × 10{sup −15} Hz s{sup −1}) determined during the RMSP state. This shows that negative angular momentum contributions (dipolar magnetic braking, and outflow) exceed positive ones (accreted material), and suggests that the pulsar wind continues to operate at a largely unmodified level. We discuss implications of this tight observational constraint in the context of possible accretion models.

  9. Modeling methodology for supply chain synthesis and disruption analysis

    Science.gov (United States)

    Wu, Teresa; Blackhurst, Jennifer

    2004-11-01

    The concept of an integrated or synthesized supply chain is a strategy for managing today's globalized and customer driven supply chains in order to better meet customer demands. Synthesizing individual entities into an integrated supply chain can be a challenging task due to a variety of factors including conflicting objectives, mismatched incentives and constraints of the individual entities. Furthermore, understanding the effects of disruptions occurring at any point in the system is difficult when working toward synthesizing supply chain operations. Therefore, the goal of this research is to present a modeling methodology to manage the synthesis of a supply chain by linking hierarchical levels of the system and to model and analyze disruptions in the integrated supply chain. The contribution of this research is threefold: (1) supply chain systems can be modeled hierarchically (2) the performance of synthesized supply chain system can be evaluated quantitatively (3) reachability analysis is used to evaluate the system performance and verify whether a specific state is reachable, allowing the user to understand the extent of effects of a disruption.

  10. Integration of the state observer RAPTOR in the real-time MARTe framework at RFX-mod

    NARCIS (Netherlands)

    Piron, C.; Manduchi, G.; Bettini, P.; Felici, F.; Finotti, C.; Franz, P.; Kudlacek, O.; Marchiori, G.; Marrelli, L.; Moret, J.M.; Piovesan, P.; Sauter, O.; Taliercio, C.

    2017-01-01

    The RAPTOR - RApid Plasma Transport simulatOR code is a model-based control-oriented code that predicts Tokamak plasma profile evolution in real-time. One of its key applications is in a state observer, where the real-time predictions are combined with the measurements of the available diagnostics,

  11. SYNTH-C, Steady-State and Time-Dependent 3-D Neutron Diffusion with Thermohydraulic Feedback

    Energy Technology Data Exchange (ETDEWEB)

    Brega, E [ENEL-CRTN, Bastioni di Porta Volta 10, Milan (Italy); Salina, E [A.R.S. Spa, Viale Maino 35, Milan (Italy)

    1980-04-01

    1 - Description of problem or function: SYNTH-C-STEADY and SYNTH-C- TRANS solve respectively the steady-state and time-dependent few- group neutron diffusion equations in three dimensions x,y,z in the presence of fuel temperature and thermal-hydraulic feedback. The neutron diffusion and delayed precursor equations are approximated by a space-time (z,t) synthesis method with axially discontinuous trial functions. Three thermal-hydraulic and fuel heat transfer models are available viz. COBRA-3C/MIT model, lumped parameter (WIGL) model and adiabatic fuel heat-up model. 2 - Method of solution: The steady-state and time-dependent synthesis equations are solved respectively by the Wielandt's power method and by the theta-difference method (in time), both coupled with a block factorization technique and double precision arithmetic. The thermal-hydraulic model equations are solved by fully implicit finite differences (WIGL) or explicit-implicit difference techniques with iterations (COBRA-EC/MIT). 3 - Restrictions on the complexity of the problem: Except for the few- group limitation, the programs have no other fixed limitation so the ability to run a problem depends only on the available computer storage.

  12. Radiological transportation emergency response training course funding and timing in the southern states

    International Nuclear Information System (INIS)

    1991-10-01

    The following is a review of the enabling statutes of 16 southern states regarding training for personnel preparing for or responding to a transportation-related emergency involving highway route-controlled quantities of spent fuel and high-level radioactive waste. This report outlines the funding sources and procedures for administering funds for programs attended by state and local officials. Additionally, the report outlines the views of emergency response officials in the southem states concerning the timing and administration of future federal assistance to be provided under section 180(c) of the Nuclear Waste Policy Amendments Act. Under section 180(c) of the Nuclear Waste Policy Amendments Act of 1987, the US Department of Energy (DOE) is required to provide technical assistance and funds to states for training public safety officials of appropriate units of local government and Indian tribes when spent nuclear fuel or high-level radioactive waste is transported through their jurisdictions. The Comprehensive Cooperative Agreement (CCA) is the primary funding mechanism for federal assistance to states for the development of their overall emergency management capabilities. FEMA supports 12 separate emergency management programs including the Emergency Management Training program (EMT). This program provides funds for emergency management training and technical assistance to states for unique state training needs. Funds may be used for instructors, students and other related costs

  13. The “Humanitarian” Corridor: A state of exception in times of global migration

    Directory of Open Access Journals (Sweden)

    Neža Kogovšek Šalamon

    2016-06-01

    Full Text Available The purpose of the article is to analyse the migration corridor managed by the state authorities on the Balkan migration route in the second half of 2015, understand it from the perspective of the existing legal and institutional frameworks, and show that the corridor was a phenomenon outside of national and European positive law, while at the same time it responded to the requirements of international human rights principles. The corridor was a clear, intentional and coordinated deviation from legal provisions. It amounted to a state of exception, a certain level of state of emergency in which the rules adopted by the national and European legislatures were suspended and replaced by internal instructions or decrees, or even with constantly changing state practices. The analysis involved comparison of a positive normative framework with the actual procedures carried out by the state structures, and identification of discrepancies which were then qualitatively evaluated from the perspective of international standards. Another purpose of the article was to show that the corridor which was also sometimes referred to as a “humanitarian corridor”, only seemed humanitarian since in fact it served a completely different purpose, namely the interests of state authorities for the refugees and migrants to leave their territories as quickly as possible.

  14. State-space forecasting of Schistosoma haematobium time-series in Niono, Mali.

    Science.gov (United States)

    Medina, Daniel C; Findley, Sally E; Doumbia, Seydou

    2008-08-13

    Much of the developing world, particularly sub-Saharan Africa, exhibits high levels of morbidity and mortality associated with infectious diseases. The incidence of Schistosoma sp.-which are neglected tropical diseases exposing and infecting more than 500 and 200 million individuals in 77 countries, respectively-is rising because of 1) numerous irrigation and hydro-electric projects, 2) steady shifts from nomadic to sedentary existence, and 3) ineffective control programs. Notwithstanding the colossal scope of these parasitic infections, less than 0.5% of Schistosoma sp. investigations have attempted to predict their spatial and or temporal distributions. Undoubtedly, public health programs in developing countries could benefit from parsimonious forecasting and early warning systems to enhance management of these parasitic diseases. In this longitudinal retrospective (01/1996-06/2004) investigation, the Schistosoma haematobium time-series for the district of Niono, Mali, was fitted with general-purpose exponential smoothing methods to generate contemporaneous on-line forecasts. These methods, which are encapsulated within a state-space framework, accommodate seasonal and inter-annual time-series fluctuations. Mean absolute percentage error values were circa 25% for 1- to 5-month horizon forecasts. The exponential smoothing state-space framework employed herein produced reasonably accurate forecasts for this time-series, which reflects the incidence of S. haematobium-induced terminal hematuria. It obliquely captured prior non-linear interactions between disease dynamics and exogenous covariates (e.g., climate, irrigation, and public health interventions), thus obviating the need for more complex forecasting methods in the district of Niono, Mali. Therefore, this framework could assist with managing and assessing S. haematobium transmission and intervention impact, respectively, in this district and potentially elsewhere in the Sahel.

  15. State-dependent differential Riccati equation to track control of time-varying systems with state and control nonlinearities.

    Science.gov (United States)

    Korayem, M H; Nekoo, S R

    2015-07-01

    This work studies an optimal control problem using the state-dependent Riccati equation (SDRE) in differential form to track for time-varying systems with state and control nonlinearities. The trajectory tracking structure provides two nonlinear differential equations: the state-dependent differential Riccati equation (SDDRE) and the feed-forward differential equation. The independence of the governing equations and stability of the controller are proven along the trajectory using the Lyapunov approach. Backward integration (BI) is capable of solving the equations as a numerical solution; however, the forward solution methods require the closed-form solution to fulfill the task. A closed-form solution is introduced for SDDRE, but the feed-forward differential equation has not yet been obtained. Different ways of solving the problem are expressed and analyzed. These include BI, closed-form solution with corrective assumption, approximate solution, and forward integration. Application of the tracking problem is investigated to control robotic manipulators possessing rigid or flexible joints. The intention is to release a general program for automatic implementation of an SDDRE controller for any manipulator that obeys the Denavit-Hartenberg (D-H) principle when only D-H parameters are received as input data. Copyright © 2015 ISA. Published by Elsevier Ltd. All rights reserved.

  16. Energy-momentum tensor and definition of particle states for Robertson-Walker space-time

    International Nuclear Information System (INIS)

    Brown, M.R.; Dutton, C.R.

    1978-01-01

    A new regularization scheme is developed for calculating expectation values of the energy-momentum tensor of a quantized scalar field in Robertson-Walker space-times. Using this regularized stress tensor we consider a definition for the vacuum state of the scalar field on any initial hypersurface. Asymptotic methods are developed to investigate the structure of both the divergent and finite terms of the stress tensor when evaluated in this state. The conformal anomaly is discussed in the context of this model. It does not naturally enter into the analysis and we argue that its inclusion is unnecessary

  17. Recursion vs. Replication in Simple Cryptographic Protocols

    DEFF Research Database (Denmark)

    Huttel, Hans; Srba, Jiri

    2005-01-01

    We use some recent techniques from process algebra to draw several conclusions about the well studied class of ping-pong protocols introduced by Dolev and Yao. In particular we show that all nontrivial properties, including reachability and equivalence checking wrt. the whole van Glabbeek's spect...... of messages in the sense of Amadio, Lugiez and Vanackere. We conclude by showing that reachability analysis for a replicative variant of the protocol becomes decidable....

  18. Accurate Ground-State Energies of Solids and Molecules from Time-Dependent Density-Functional Theory

    DEFF Research Database (Denmark)

    Olsen, Thomas; Thygesen, Kristian Sommer

    2014-01-01

    We demonstrate that ground-state energies approaching chemical accuracy can be obtained by combining the adiabatic-connection fluctuation-dissipation theorem with time-dependent densityfunctional theory. The key ingredient is a renormalization scheme, which eliminates the divergence...

  19. Maximal energy extraction under discrete diffusive exchange

    Energy Technology Data Exchange (ETDEWEB)

    Hay, M. J., E-mail: hay@princeton.edu [Department of Astrophysical Sciences, Princeton University, Princeton, New Jersey 08544 (United States); Schiff, J. [Department of Mathematics, Bar-Ilan University, Ramat Gan 52900 (Israel); Fisch, N. J. [Department of Astrophysical Sciences, Princeton University, Princeton, New Jersey 08544 (United States); Princeton Plasma Physics Laboratory, Princeton, New Jersey 08543 (United States)

    2015-10-15

    Waves propagating through a bounded plasma can rearrange the densities of states in the six-dimensional velocity-configuration phase space. Depending on the rearrangement, the wave energy can either increase or decrease, with the difference taken up by the total plasma energy. In the case where the rearrangement is diffusive, only certain plasma states can be reached. It turns out that the set of reachable states through such diffusive rearrangements has been described in very different contexts. Building upon those descriptions, and making use of the fact that the plasma energy is a linear functional of the state densities, the maximal extractable energy under diffusive rearrangement can then be addressed through linear programming.

  20. Brain physiological state evaluated by real-time multiparametric tissue spectroscopy in vivo

    Science.gov (United States)

    Mayevsky, Avraham; Barbiro-Michaely, Efrat; Kutai-Asis, Hofit; Deutsch, Assaf; Jaronkin, Alex

    2004-07-01

    The significance of normal mitochondrial function in cellular energy homeostasis as well as its involvement in acute and chronic neurodegenerative disease was reviewed recently (Nicholls & Budd. Physiol Rev. 80: 315-360, 2000). Nevertheless, monitoring of mitochondrial function in vivo and real time mode was not used by many investigators and is very rare in clinical practice. The main principle tool available for the evaluation of mitochondrial function is the monitoring of NADH fluorescence. In order to interpret correctly the changes in NADH redox state in vivo, it is necessary to correlate this signal to other parameters, reflecting O2 supply to the brain. Therefore, we have developed and applied a multiparametric optical monitoring system, by which microcirculatory blood flow and hemoglobin oxygenation is measured, together with mitochondrial NADH fluorescence. Since the calibration of these signals is not in absolute units, the simultaneous monitoring provide a practical tool for the interpretation of brain functional state under various pathophysiological conditions. The monitoring system combines a time-sharing fluorometer-reflectometer for the measurement of NADH fluorescence and hemoglobin oxygenation as well as a laser Doppler flowmeter for the recording of microcirculatory blood flow. A combined fiber optic probe was located on the surface of the brain using a skull cemented cannula. Rats and gerbils were exposed to anoxia, ischemia and spreading depression and the functional state of the brain was evaluated. The results showed a clear correlation between O2 supply/demand as well as, energy balance under the various pathophysiological conditions. This monitoring approach could be adapted to clinical monitoring of tissue vitality.

  1. H∞ state estimation of generalised neural networks with interval time-varying delays

    Science.gov (United States)

    Saravanakumar, R.; Syed Ali, M.; Cao, Jinde; Huang, He

    2016-12-01

    This paper focuses on studying the H∞ state estimation of generalised neural networks with interval time-varying delays. The integral terms in the time derivative of the Lyapunov-Krasovskii functional are handled by the Jensen's inequality, reciprocally convex combination approach and a new Wirtinger-based double integral inequality. A delay-dependent criterion is derived under which the estimation error system is globally asymptotically stable with H∞ performance. The proposed conditions are represented by linear matrix inequalities. Optimal H∞ norm bounds are obtained easily by solving convex problems in terms of linear matrix inequalities. The advantage of employing the proposed inequalities is illustrated by numerical examples.

  2. Building Gifted Education: One State at a Time

    Science.gov (United States)

    Jolly, Jennifer L.

    2014-01-01

    The "Marland" Report was the impetus and structure to provide a more systematic approach to building state and regional gifted programs. One of the strategies used to proliferate the spread of programming for gifted students throughout the states was the National/State Leadership Training Institute on the Gifted and Talented…

  3. Polar Kerr effect studies of time reversal symmetry breaking states in heavy fermion superconductors

    Energy Technology Data Exchange (ETDEWEB)

    Schemm, E.R., E-mail: eschemm@alumni.stanford.edu [Geballe Laboratory for Advanced Materials, Stanford University, Stanford, CA 94305 (United States); Levenson-Falk, E.M. [Geballe Laboratory for Advanced Materials, Stanford University, Stanford, CA 94305 (United States); Department of Physics, Stanford University, Stanford, CA 94305 (United States); Kapitulnik, A. [Geballe Laboratory for Advanced Materials, Stanford University, Stanford, CA 94305 (United States); Department of Physics, Stanford University, Stanford, CA 94305 (United States); Department of Applied Physics, Stanford University, Stanford, CA 94305 (United States); Stanford Institute of Energy and Materials Science, SLAC National Accelerator Laboratory, 2575 Sand Hill Road, Menlo Park, CA 94025 (United States)

    2017-04-15

    Highlights: • Polar Kerr effect (PKE) probes broken time-reversal symmetry (TRS) in superconductors. • Absence of PKE below Tc in CeCoIn{sub 5} is consistent with dx2-y2 order parameter symmetry. • PKE in the B phase of the multiphase superconductor UPt3 agrees with an E2u model. • Data on URu2Si2 show broken TRS and additional structure in the superconducting state. - Abstract: The connection between chiral superconductivity and topological order has emerged as an active direction in research as more instances of both have been identified in condensed matter systems. With the notable exception of {sup 3}He-B, all of the known or suspected chiral – that is to say time-reversal symmetry-breaking (TRSB) – superfluids arise in heavy fermion superconductors, although the vast majority of heavy fermion superconductors preserve time-reversal symmetry. Here we review recent experimental efforts to identify TRSB states in heavy fermion systems via measurement of polar Kerr effect, which is a direct consequence of TRSB.

  4. Deep-inelastic final states in a space-time description of shower development and hadronization

    International Nuclear Information System (INIS)

    Ellis, J.; Geiger, K.; Kowalski, H.

    1996-01-01

    We extend a quantum kinetic approach to the description of hadronic showers in space, time, and momentum space to deep-inelastic ep collisions, with particular reference to experiments at DESY HERA. We follow the history of hard scattering events back to the initial hadronic state and forward to the formation of color-singlet prehadronic clusters and their decays into hadrons. The time evolution of the spacelike initial-state shower and the timelike secondary partons are treated similarly, and cluster formation is treated using a spatial criterion motivated by confinement and a nonperturbative model for hadronization. We calculate the time evolution of particle distributions in rapidity, transverse, and longitudinal space. We also compare the transverse hadronic energy flow and the distribution of observed hadronic masses with experimental data from HERA, finding encouraging results, and discuss the background to large-rapidity-gap events. The techniques developed in this paper may be applied in the future to more complicated processes such as eA, pp, pA, and AA collisions. copyright 1996 The American Physical Society

  5. ON THE ANISOTROPIC NORM OF DISCRETE TIME STOCHASTIC SYSTEMS WITH STATE DEPENDENT NOISE

    Directory of Open Access Journals (Sweden)

    Isaac Yaesh

    2013-01-01

    Full Text Available The purpose of this paper is to determine conditions for the bound-edness of the anisotropic norm of discrete-time linear stochastic sys-tems with state dependent noise. It is proved that these conditions canbe expressed in terms of the feasibility of a specific system of matrixinequalities.

  6. Overview of time synchronization system of steady state superconducting tokamak SST-1

    Energy Technology Data Exchange (ETDEWEB)

    Kumar, A., E-mail: aveg@ipr.res.in; Masand, H.; Dhongde, J.; Patel, K.; Mahajan, K.; Gulati, H.; Bhandarkar, M.; Chudasama, H.; Pradhan, S.

    2016-11-15

    The Steady State Superconducting Tokamak (SST-1) consists of many distributed and heterogeneous plant/experiment systems viz. Water-Cooling, Power Supplies, Cryogenics, Vacuum, Magnets, Auxiliary-Heating sources, Diagnostics, Front End Electronics (FEE) & Data Acquisition systems, having their own data acquisition & control systems and control & monitor by Central Control System (CCS) during the machine operation. With distributed computing and interdependent systems, it is essential that all the data/event acquired must be with disciplined & precise time-base, so as to make the co-relation of the data/event from various plant and experiment systems easy. Hence it is important to have accurate and precise Time Synchronization in place. The two systems fulfill the requirement of the time synchronization in SST-1. The VME based Timing System (TS) provides synchronization amongst various experiment systems during the plasma discharges and works as discharge control system (DCS) while the GPS based Time Synchronization System (TSS) caters the requirement of synchronization during the continuous operation of various plant systems by feeding a central clock to all the plant systems. This paper presents the Time Synchronization System of SST-1, the results of the integrated testing and engineering validation with various SST-1 subsystems.

  7. Burst wait time simulation of CALIBAN reactor at delayed super-critical state

    International Nuclear Information System (INIS)

    Humbert, P.; Authier, N.; Richard, B.; Grivot, P.; Casoli, P.

    2012-01-01

    In the past, the super prompt critical wait time probability distribution was measured on CALIBAN fast burst reactor [4]. Afterwards, these experiments were simulated with a very good agreement by solving the non-extinction probability equation [5]. Recently, the burst wait time probability distribution has been measured at CEA-Valduc on CALIBAN at different delayed super-critical states [6]. However, in the delayed super-critical case the non-extinction probability does not give access to the wait time distribution. In this case it is necessary to compute the time dependent evolution of the full neutron count number probability distribution. In this paper we present the point model deterministic method used to calculate the probability distribution of the wait time before a prescribed count level taking into account prompt neutrons and delayed neutron precursors. This method is based on the solution of the time dependent adjoint Kolmogorov master equations for the number of detections using the generating function methodology [8,9,10] and inverse discrete Fourier transforms. The obtained results are then compared to the measurements and Monte-Carlo calculations based on the algorithm presented in [7]. (authors)

  8. Burst wait time simulation of CALIBAN reactor at delayed super-critical state

    Energy Technology Data Exchange (ETDEWEB)

    Humbert, P. [Commissariat a l' Energie Atomique CEA, Centre de Bruyeres-le-Chatel, 91297 Arpajon (France); Authier, N.; Richard, B.; Grivot, P.; Casoli, P. [Commissariat a l' Energie Atomique CEA, Centre de Valduc, 21120 Is-sur-Tille (France)

    2012-07-01

    In the past, the super prompt critical wait time probability distribution was measured on CALIBAN fast burst reactor [4]. Afterwards, these experiments were simulated with a very good agreement by solving the non-extinction probability equation [5]. Recently, the burst wait time probability distribution has been measured at CEA-Valduc on CALIBAN at different delayed super-critical states [6]. However, in the delayed super-critical case the non-extinction probability does not give access to the wait time distribution. In this case it is necessary to compute the time dependent evolution of the full neutron count number probability distribution. In this paper we present the point model deterministic method used to calculate the probability distribution of the wait time before a prescribed count level taking into account prompt neutrons and delayed neutron precursors. This method is based on the solution of the time dependent adjoint Kolmogorov master equations for the number of detections using the generating function methodology [8,9,10] and inverse discrete Fourier transforms. The obtained results are then compared to the measurements and Monte-Carlo calculations based on the algorithm presented in [7]. (authors)

  9. Sampled-data-based vibration control for structural systems with finite-time state constraint and sensor outage.

    Science.gov (United States)

    Weng, Falu; Liu, Mingxin; Mao, Weijie; Ding, Yuanchun; Liu, Feifei

    2018-05-10

    The problem of sampled-data-based vibration control for structural systems with finite-time state constraint and sensor outage is investigated in this paper. The objective of designing controllers is to guarantee the stability and anti-disturbance performance of the closed-loop systems while some sensor outages happen. Firstly, based on matrix transformation, the state-space model of structural systems with sensor outages and uncertainties appearing in the mass, damping and stiffness matrices is established. Secondly, by considering most of those earthquakes or strong winds happen in a very short time, and it is often the peak values make the structures damaged, the finite-time stability analysis method is introduced to constrain the state responses in a given time interval, and the H-infinity stability is adopted in the controller design to make sure that the closed-loop system has a prescribed level of disturbance attenuation performance during the whole control process. Furthermore, all stabilization conditions are expressed in the forms of linear matrix inequalities (LMIs), whose feasibility can be easily checked by using the LMI Toolbox. Finally, numerical examples are given to demonstrate the effectiveness of the proposed theorems. Copyright © 2018 ISA. Published by Elsevier Ltd. All rights reserved.

  10. Reconstructing the hidden states in time course data of stochastic models.

    Science.gov (United States)

    Zimmer, Christoph

    2015-11-01

    Parameter estimation is central for analyzing models in Systems Biology. The relevance of stochastic modeling in the field is increasing. Therefore, the need for tailored parameter estimation techniques is increasing as well. Challenges for parameter estimation are partial observability, measurement noise, and the computational complexity arising from the dimension of the parameter space. This article extends the multiple shooting for stochastic systems' method, developed for inference in intrinsic stochastic systems. The treatment of extrinsic noise and the estimation of the unobserved states is improved, by taking into account the correlation between unobserved and observed species. This article demonstrates the power of the method on different scenarios of a Lotka-Volterra model, including cases in which the prey population dies out or explodes, and a Calcium oscillation system. Besides showing how the new extension improves the accuracy of the parameter estimates, this article analyzes the accuracy of the state estimates. In contrast to previous approaches, the new approach is well able to estimate states and parameters for all the scenarios. As it does not need stochastic simulations, it is of the same order of speed as conventional least squares parameter estimation methods with respect to computational time. Copyright © 2015 The Authors. Published by Elsevier Inc. All rights reserved.

  11. A One-Pass Real-Time Decoder Using Memory-Efficient State Network

    Science.gov (United States)

    Shao, Jian; Li, Ta; Zhang, Qingqing; Zhao, Qingwei; Yan, Yonghong

    This paper presents our developed decoder which adopts the idea of statically optimizing part of the knowledge sources while handling the others dynamically. The lexicon, phonetic contexts and acoustic model are statically integrated to form a memory-efficient state network, while the language model (LM) is dynamically incorporated on the fly by means of extended tokens. The novelties of our approach for constructing the state network are (1) introducing two layers of dummy nodes to cluster the cross-word (CW) context dependent fan-in and fan-out triphones, (2) introducing a so-called “WI layer” to store the word identities and putting the nodes of this layer in the non-shared mid-part of the network, (3) optimizing the network at state level by a sufficient forward and backward node-merge process. The state network is organized as a multi-layer structure for distinct token propagation at each layer. By exploiting the characteristics of the state network, several techniques including LM look-ahead, LM cache and beam pruning are specially designed for search efficiency. Especially in beam pruning, a layer-dependent pruning method is proposed to further reduce the search space. The layer-dependent pruning takes account of the neck-like characteristics of WI layer and the reduced variety of word endings, which enables tighter beam without introducing much search errors. In addition, other techniques including LM compression, lattice-based bookkeeping and lattice garbage collection are also employed to reduce the memory requirements. Experiments are carried out on a Mandarin spontaneous speech recognition task where the decoder involves a trigram LM and CW triphone models. A comparison with HDecode of HTK toolkits shows that, within 1% performance deviation, our decoder can run 5 times faster with half of the memory footprint.

  12. Maitra-Burke example of initial-state dependence in time-dependent density-functional theory

    International Nuclear Information System (INIS)

    Holas, A.; Balawender, R.

    2002-01-01

    In a recent paper, Maitra and Burke [Phys. Rev. A 63, 042501 (2001); 64, 039901(E) (2001)] have given an interesting and instructive example that illustrates a specific feature of the time-dependent density-functional theory--the dependence of the reconstructed time-dependent potential not only on the electron density, but also on the initial state of the system. However, a concise form of its presentation by these authors is insufficient to reveal all its peculiarities. Our paper represents a very detailed study of this valuable example, intended to facilitate a better understanding and appreciation

  13. Time evolution of one-dimensional gapless models from a domain wall initial state: stochastic Loewner evolution continued?

    International Nuclear Information System (INIS)

    Calabrese, Pasquale; Hagendorf, Christian; Doussal, Pierre Le

    2008-01-01

    We study the time evolution of quantum one-dimensional gapless systems evolving from initial states with a domain wall. We generalize the path integral imaginary time approach that together with boundary conformal field theory allows us to derive the time and space dependence of general correlation functions. The latter are explicitly obtained for the Ising universality class, and the typical behavior of one- and two-point functions is derived for the general case. Possible connections with the stochastic Loewner evolution are discussed and explicit results for one-point time dependent averages are obtained for generic κ for boundary conditions corresponding to stochastic Loewner evolution. We use this set of results to predict the time evolution of the entanglement entropy and obtain the universal constant shift due to the presence of a domain wall in the initial state

  14. Load sharing in distributed real-time systems with state-change broadcasts

    Science.gov (United States)

    Shin, Kang G.; Chang, Yi-Chieh

    1989-01-01

    A decentralized dynamic load-sharing (LS) method based on state-change broadcasts is proposed for a distributed real-time system. Whenever the state of a node changes from underloaded to fully loaded and vice versa, the node broadcasts this change to a set of nodes, called a buddy set, in the system. The performance of the method is evaluated with both analytic modeling and simulation. It is modeled first by an embedded Markov chain for which numerical solutions are derived. The model solutions are then used to calculate the distribution of queue lengths at the nodes and the probability of meeting task deadlines. The analytical results show that buddy sets of 10 nodes outperform those of less than 10 nodes, and the incremental benefit gained from increasing the buddy set size beyond 15 nodes is insignificant. These and other analytical results are verified by simulation. The proposed LS method is shown to meet task deadlines with a very high probability.

  15. A Systematic Controller Design for a Grid-Connected Inverter with LCL Filter Using a Discrete-Time Integral State Feedback Control and State Observer

    Directory of Open Access Journals (Sweden)

    Seung-Jin Yoon

    2018-02-01

    Full Text Available Inductive-capacitive-inductive (LCL-type filters are currently preferred as a replacement for L-type filters in distributed generation (DG power systems, due to their superior harmonic attenuation capability. However, the third-order dynamics introduced by LCL filters pose a challenge to design a satisfactory controller for such a system. Conventionally, an LCL-filtered grid-connected inverter can be effectively controlled by using a full-state feedback control. However, this control approach requires the measurement of all system state variables, which brings about more complexity for the inverter system. To address this issue, this paper presents a systematic procedure to design an observer-based integral state feedback control for a LCL-filtered grid-connected inverter in the discrete-time domain. The proposed control scheme consists of an integral state feedback controller and a full-state observer which uses the control input, grid-side currents, and grid voltages to predict all the system state variables. Therefore, only the grid-side current sensors and grid voltage sensors are required to implement the proposed control scheme. Due to the discrete-time integrator incorporated in the state feedback controller, the proposed control scheme ensures both the reference tracking and disturbance rejection performance of the inverter system in a practical and simple way. As a result, superior control performance can be achieved by using the reduced number of sensors, which significantly reduces the cost and complexity of the LCL-filtered grid-connected inverter system in DG applications. To verify the practical usefulness of the proposed control scheme, a 2 kW three-phase prototype grid-connected inverter has been constructed, and the proposed control system has been implemented based on 32-bit floating-point digital signal processor (DSP TMS320F28335. The effectiveness of the proposed scheme is demonstrated through the comprehensive simulation

  16. Unintentional falls mortality among elderly in the United States: time for action.

    Science.gov (United States)

    Alamgir, Hasanat; Muazzam, Sana; Nasrullah, Muazzam

    2012-12-01

    Fall injury is a leading cause of death and disability among older adults. The objective of this study is to identify the groups among the ≥ 65 population by age, gender, race, ethnicity and state of residence which are most vulnerable to unintentional fall mortality and report the trends in falls mortality in the United States. Using mortality data from the Centers for Disease Control and Prevention, the age specific and age-adjusted fall mortality rates were calculated by gender, age, race, ethnicity and state of residence for a five year period (2003-2007). Annual percentage changes in rates were calculated and linear regression using natural logged rates were used for time-trend analysis. There were 79,386 fall fatalities (rate: 40.77 per 100,000 population) reported. The annual mortality rate varied from a low of 36.76 in 2003 to a high of 44.89 in 2007 with a 22.14% increase (p=0.002 for time-related trend) during 2003-2007. The rates among whites were higher compared to blacks (43.04 vs. 18.83; p=0.01). While comparing falls mortality rate for race by gender, white males had the highest mortality rate followed by white females. The rate was as low as 20.19 for Alabama and as high as 97.63 for New Mexico. The relative attribution of falls mortality among all unintentional injury mortality increased with age (23.19% for 65-69 years and 53.53% for 85+ years), and the proportion of falls mortality was significantly higher among females than males (46.9% vs. 40.7%: p<0.001) and among whites than blacks (45.3% vs. 24.7%: p<0.001). The burden of fall related mortality is very high and the rate is on the rise; however, the burden and trend varied by gender, age, race and ethnicity and also by state of residence. Strategies will be more effective in reducing fall-related mortality when high risk population groups are targeted. Copyright © 2011 Elsevier Ltd. All rights reserved.

  17. Maintenance of the CERN telephone exchanges

    CERN Multimedia

    IT/CS

    2014-01-01

    Maintenance work will be carried out on the CERN telephone exchanges between 8 p.m. and 2 a.m. on 26 August.   Fixed-line telephone and audio-conference services may be disrupted during this intervention. Nevertheless, the CCC and the Fire Brigade will be reachable at any time. Mobile telephony services (GSM) will not be affected by the maintenance work.

  18. Maintenance of the CERN telephone exchanges

    CERN Multimedia

    IT Department

    2011-01-01

    Maintenance work will be carried out on the CERN telephone exchanges between 20h00 and 2h00 on the 16 November. Fixed-line telephone and audio-conference services may be disrupted during this intervention. Nevertheless, the CCC and the fire brigade will be reachable at any time. Mobile telephony services (GSM) will not be affected by the maintenance work. IT/CS

  19. On the validity of travel-time based nonlinear bioreactive transport models in steady-state flow.

    Science.gov (United States)

    Sanz-Prat, Alicia; Lu, Chuanhe; Finkel, Michael; Cirpka, Olaf A

    2015-01-01

    Travel-time based models simplify the description of reactive transport by replacing the spatial coordinates with the groundwater travel time, posing a quasi one-dimensional (1-D) problem and potentially rendering the determination of multidimensional parameter fields unnecessary. While the approach is exact for strictly advective transport in steady-state flow if the reactive properties of the porous medium are uniform, its validity is unclear when local-scale mixing affects the reactive behavior. We compare a two-dimensional (2-D), spatially explicit, bioreactive, advective-dispersive transport model, considered as "virtual truth", with three 1-D travel-time based models which differ in the conceptualization of longitudinal dispersion: (i) neglecting dispersive mixing altogether, (ii) introducing a local-scale longitudinal dispersivity constant in time and space, and (iii) using an effective longitudinal dispersivity that increases linearly with distance. The reactive system considers biodegradation of dissolved organic carbon, which is introduced into a hydraulically heterogeneous domain together with oxygen and nitrate. Aerobic and denitrifying bacteria use the energy of the microbial transformations for growth. We analyze six scenarios differing in the variance of log-hydraulic conductivity and in the inflow boundary conditions (constant versus time-varying concentration). The concentrations of the 1-D models are mapped to the 2-D domain by means of the kinematic (for case i), and mean groundwater age (for cases ii & iii), respectively. The comparison between concentrations of the "virtual truth" and the 1-D approaches indicates extremely good agreement when using an effective, linearly increasing longitudinal dispersivity in the majority of the scenarios, while the other two 1-D approaches reproduce at least the concentration tendencies well. At late times, all 1-D models give valid approximations of two-dimensional transport. We conclude that the

  20. Terahertz cross-phase modulation of an optical mode

    DEFF Research Database (Denmark)

    Lavrinenko, Andrei; Novitsky, Andrey; Zalkovskij, Maksim

    2013-01-01

    We discuss an optical scheme which facilitates modulation of an optical waveguide mode by metallic-nanoslit-enhanced THz radiation. The waveguide mode acquires an additional phase shift due to THz nonlinearity with fields reachable in experiments.......We discuss an optical scheme which facilitates modulation of an optical waveguide mode by metallic-nanoslit-enhanced THz radiation. The waveguide mode acquires an additional phase shift due to THz nonlinearity with fields reachable in experiments....

  1. Vibrational spectroscopy of the electronically excited state. 4. Nanosecond and picosecond time-resolved resonance Raman spectroscopy of carotenoid excited states

    International Nuclear Information System (INIS)

    Dallinger, R.F.; Farquharson, S.; Woodruff, W.H.; Rodgers, M.A.J.

    1981-01-01

    Resonance Raman and electronic absorption spectra are reported for the S 0 and T 1 states of the carotenoids β-carotene, zeaxanthin, echinenone, canthaxanthin, dihydroxylycopene, astaxanthin, decapreno(C 50 )-β-carotene, β-apo-8'-carotenal, and ethyl β-apo-8'-carotenoate. The results reveal qualitatively similar ground-state spectra and similar frequency shifts in all observed resonance Raman modes between S 0 and T 1 , regardless of carotenoid structure. Examinations of the relationship of the putative C--C and C==C frequencies in S 0 and T 1 reveals anomalous shifts to lower frequency in the ''single-bond'' mode upon electronic excitation. These shifts may be due to molecular distortions in the excited state which force changes in molecular motions comprising the observed modes. However, another possibility requiring no distortion is that the interaction (off-diagonal) force constants connecting the C--C and C==C modes change sign upon electronic excitation. This latter phenomenon may provide a unitary explanation for the ''anomalous'' frequency shifts in the C--C and C==C modes, both in the T 1 states of carotenoids and in the S 1 states of simpler polyenes, without postulating large, unpredicted structural changes upon excitation or general errors in existing vibrational or theoretical analyses. Resonance Raman and absorbance studies with 35-ps time resolution suggest that S 1 lifetime (of the 1 B/sub u/ and/or the 1 A/sub g/* states) of β-carotene in benzene is less than 1 ps

  2. Testing the distinctiveness of visual imagery and motor imagery in a reach paradigm.

    Science.gov (United States)

    Gabbard, Carl; Ammar, Diala; Cordova, Alberto

    2009-01-01

    We examined the distinctiveness of motor imagery (MI) and visual imagery (VI) in the context of perceived reachability. The aim was to explore the notion that the two visual modes have distinctive processing properties tied to the two-visual-system hypothesis. The experiment included an interference tactic whereby participants completed two tasks at the same time: a visual or motor-interference task combined with a MI or VI-reaching task. We expected increased error would occur when the imaged task and the interference task were matched (e.g., MI with the motor task), suggesting an association based on the assumption that the two tasks were in competition for space on the same processing pathway. Alternatively, if there were no differences, dissociation could be inferred. Significant increases in the number of errors were found when the modalities for the imaged (both MI and VI) task and the interference task were matched. Therefore, it appears that MI and VI in the context of perceived reachability recruit different processing mechanisms.

  3. Russian State Time and Earth Rotation Service: Observations, Eop Series, Prediction

    Science.gov (United States)

    Kaufman, M.; Pasynok, S.

    2010-01-01

    Russian State Time, Frequency and Earth Rotation Service provides the official EOP data and time for use in scientific, technical and metrological works in Russia. The observations of GLONASS and GPS on 30 stations in Russia, and also the Russian and worldwide observations data of VLBI (35 stations) and SLR (20 stations) are used now. To these three series of EOP the data calculated in two other Russian analysis centers are added: IAA (VLBI, GPS and SLR series) and MCC (SLR). Joint processing of these 7 series is carried out every day (the operational EOP data for the last day and the predicted values for 50 days). The EOP values are weekly refined and systematic errors of every individual series are corrected. The combined results become accessible on the VNIIFTRI server (ftp.imvp.ru) approximately at 6h UT daily.

  4. Time-dependent theory of Raman scattering for systems with several excited electronic states: Application to a H+3 model system

    International Nuclear Information System (INIS)

    Heather, R.; Metiu, H.

    1989-01-01

    The time-dependent formulation of Raman scattering theory is used to study how nonadiabatic interactions affect the Raman spectrum of a model H + 3 system, which has two excited electronic states. We start with a formula derived by Heller which gives the Raman scattering cross section as the Fourier transform (over time) of a time-dependent overlap integral. The latter is calculated with a method proposed by Fleck, Morris, and Feit, and extended to curve crossing by Alvarellos and Metiu. In performing these calculations we are especially interested in displaying effects typical of systems having more than one upper state. If the incident laser populates two electronic states there are several ways (i.e., excite to state one and emit from state two, excite to state one, and emit from state one, etc.) by which the Raman process can reach a given final state, and this leads to quantum interference. This interference is manifested in the Raman cross section as approximate selection rules controlling which final states can be reached through the Raman process. These selection rules depend on the relative orientation of the transition dipoles that radiatively couple the ground electronic state with the excited electronic states. The magnitude of the nonadiabatic contribution to the Raman emission, e.g., the contribution from absorbing to state one and emitting from state two, can be determined from the polarization dependence of the Raman emission if the transition dipoles have neither parallel nor antiparallel relative orientation

  5. Derivation of the RPA (Random Phase Approximation) Equation of ATDDFT (Adiabatic Time Dependent Density Functional Ground State Response Theory) from an Excited State Variational Approach Based on the Ground State Functional.

    Science.gov (United States)

    Ziegler, Tom; Krykunov, Mykhaylo; Autschbach, Jochen

    2014-09-09

    The random phase approximation (RPA) equation of adiabatic time dependent density functional ground state response theory (ATDDFT) has been used extensively in studies of excited states. It extracts information about excited states from frequency dependent ground state response properties and avoids, thus, in an elegant way, direct Kohn-Sham calculations on excited states in accordance with the status of DFT as a ground state theory. Thus, excitation energies can be found as resonance poles of frequency dependent ground state polarizability from the eigenvalues of the RPA equation. ATDDFT is approximate in that it makes use of a frequency independent energy kernel derived from the ground state functional. It is shown in this study that one can derive the RPA equation of ATDDFT from a purely variational approach in which stationary states above the ground state are located using our constricted variational DFT (CV-DFT) method and the ground state functional. Thus, locating stationary states above the ground state due to one-electron excitations with a ground state functional is completely equivalent to solving the RPA equation of TDDFT employing the same functional. The present study is an extension of a previous work in which we demonstrated the equivalence between ATDDFT and CV-DFT within the Tamm-Dancoff approximation.

  6. The steady-state and time-resolved photophysical properties of a dimeric indium phthalocyanine complex

    International Nuclear Information System (INIS)

    Chen Yu; Araki, Yasuyuki; Dini, Danilo; Liu Ying; Ito, Osamu; Fujitsuka, Mamoru

    2006-01-01

    The steady-state and time-resolved photophysical properties and some molecular orbital calculation results of a dimeric indium phthalocyanine complex with an indium-indium bond, i.e., [tBu 4 PcIn] 2 .2tmed, have been described. The results regarding triplet excited state lifetimes can be ascribed to strong intramolecular interactions existing only in the excited state of this dimer because no significant difference in the absorption spectra of the tBu 4 PcInCl monomer and the [tBu 4 PcIn] 2 .2tmed dimer is observed, suggesting that no ground-state interaction can be assessed. The deactivation processes of the excited singlet state of [tBu 4 PcIn] 2 .2tmed are apparently faster than that of μ-oxo-bridged PcIn dimer [tBu 4 PcIn] 2 O. Molecular orbital calculation on the PcIn dimer shows no node between two indium atoms was found in the HOMO - 2 of the PcIn-InPc dimer, suggesting that bonding electrons distribute between two indium atoms

  7. Estimation of time- and state-dependent delays and other parameters in functional differential equations

    Science.gov (United States)

    Murphy, K. A.

    1990-01-01

    A parameter estimation algorithm is developed which can be used to estimate unknown time- or state-dependent delays and other parameters (e.g., initial condition) appearing within a nonlinear nonautonomous functional differential equation. The original infinite dimensional differential equation is approximated using linear splines, which are allowed to move with the variable delay. The variable delays are approximated using linear splines as well. The approximation scheme produces a system of ordinary differential equations with nice computational properties. The unknown parameters are estimated within the approximating systems by minimizing a least-squares fit-to-data criterion. Convergence theorems are proved for time-dependent delays and state-dependent delays within two classes, which say essentially that fitting the data by using approximations will, in the limit, provide a fit to the data using the original system. Numerical test examples are presented which illustrate the method for all types of delay.

  8. Steady-state and time-dependent modelling of parallel transport in the scrape-off layer

    DEFF Research Database (Denmark)

    Havlickova, E.; Fundamenski, W.; Naulin, Volker

    2011-01-01

    The one-dimensional fluid code SOLF1D has been used for modelling of plasma transport in the scrape-off layer (SOL) along magnetic field lines, both in steady state and under transient conditions that arise due to plasma turbulence. The presented work summarizes results of SOLF1D with attention...... given to transient parallel transport which reveals two distinct time scales due to the transport mechanisms of convection and diffusion. Time-dependent modelling combined with the effect of ballooning shows propagation of particles along the magnetic field line with Mach number up to M ≈ 1...... temperature calculated in SOLF1D is compared with the approximative model used in the turbulence code ESEL both for steady-state and turbulent SOL. Dynamics of the parallel transport are investigated for a simple transient event simulating the propagation of particles and energy to the targets from a blob...

  9. Time-evolution of entanglement and Greenberger-Horne-Zeilinger states in two-mode Bose-Einstein condensates

    International Nuclear Information System (INIS)

    Yin Wen; Zhang, G.-F.; Liang, J.-Q.; Yan, Q.-W.

    2004-01-01

    In this Brief Report we investigate the time evolution of entanglement in two-mode Bose-Einstein condensates (BEC's) with various parameters of the scattering lengths of interatoms collisions, Josephson coupling strength, and initial states. The degree of entanglement increases by strengthening the tunnel coupling and keeping the balance of the collision interaction. In the latter stage we show that the two-mode BEC's can be used for preparing the Greenberger-Home-Zeilinger state

  10. Breastfeeding protection, promotion, and support in the United States: a time to nudge, a time to measure.

    Science.gov (United States)

    Pérez-Escamilla, Rafael; Chapman, Donna J

    2012-05-01

    Strong evidence-based advocacy efforts have now translated into high level political support and concrete goals for improving breastfeeding outcomes among women in the United States. In spite of this, major challenge remain for promoting, supporting and especially for protecting breastfeeding in the country. The goals of this commentary are to argue in favor of: A) Changes in the default social and environmental systems, that would allow women to implement their right to breastfeed their infants, B) A multi-level and comprehensive monitoring system to measure process and outcomes indicators in the country. Evidence-based commentary. Breastfeeding rates in the United States can improve based on a well coordinated social marketing framework. This approach calls for innovative promotion through mass media, appropriate facility based and community based support (e.g., Baby Friendly Hospital Initiative, WIC-coordinated community based peer counseling), and adequate protection for working women (e.g., longer paid maternity leave, breastfeeding or breast milk extraction breaks during the working day) and women at large by adhering and enforcing the WHO ethics Code for the Marketing of Breast Milk Substitutes. Sound infant feeding practices monitoring systems, which include WIC administrative food package data, are needed. Given the current high level of political support to improve breastfeeding in the United States, a window of opportunity has been opened. Establishing breastfeeding as the social norm in the USA will take time, but the global experience indicates that it can be done.

  11. Quantum corrections in thermal states of fermions on anti-de Sitter space-time

    Science.gov (United States)

    Ambruş, Victor E.; Winstanley, Elizabeth

    2017-12-01

    We study the energy density and pressure of a relativistic thermal gas of massless fermions on four-dimensional Minkowski and anti-de Sitter space-times using relativistic kinetic theory. The corresponding quantum field theory quantities are given by components of the renormalized expectation value of the stress-energy tensor operator acting on a thermal state. On Minkowski space-time, the renormalized vacuum expectation value of the stress-energy tensor is by definition zero, while on anti-de Sitter space-time the vacuum contribution to this expectation value is in general nonzero. We compare the properties of the vacuum and thermal expectation values of the energy density and pressure for massless fermions and discuss the circumstances in which the thermal contribution dominates over the vacuum one.

  12. Andreev Bound States Formation and Quasiparticle Trapping in Quench Dynamics Revealed by Time-Dependent Counting Statistics.

    Science.gov (United States)

    Souto, R Seoane; Martín-Rodero, A; Yeyati, A Levy

    2016-12-23

    We analyze the quantum quench dynamics in the formation of a phase-biased superconducting nanojunction. We find that in the absence of an external relaxation mechanism and for very general conditions the system gets trapped in a metastable state, corresponding to a nonequilibrium population of the Andreev bound states. The use of the time-dependent full counting statistics analysis allows us to extract information on the asymptotic population of even and odd many-body states, demonstrating that a universal behavior, dependent only on the Andreev state energy, is reached in the quantum point contact limit. These results shed light on recent experimental observations on quasiparticle trapping in superconducting atomic contacts.

  13. Real-time muscle state estimation from EMG signals during isometric contractions using Kalman filters.

    Science.gov (United States)

    Menegaldo, Luciano L

    2017-12-01

    State-space control of myoelectric devices and real-time visualization of muscle forces in virtual rehabilitation require measuring or estimating muscle dynamic states: neuromuscular activation, tendon force and muscle length. This paper investigates whether regular (KF) and extended Kalman filters (eKF), derived directly from Hill-type muscle mechanics equations, can be used as real-time muscle state estimators for isometric contractions using raw electromyography signals (EMG) as the only available measurement. The estimators' amplitude error, computational cost, filtering lags and smoothness are compared with usual EMG-driven analysis, performed offline, by integrating the nonlinear Hill-type muscle model differential equations (offline simulations-OS). EMG activity of the three triceps surae components (soleus, gastrocnemius medialis and gastrocnemius lateralis), in three torque levels, was collected for ten subjects. The actualization interval (AI) between two updates of the KF and eKF was also varied. The results show that computational costs are significantly reduced (70x for KF and 17[Formula: see text] for eKF). The filtering lags presented sharp linear relationships with the AI (0-300 ms), depending on the state and activation level. Under maximum excitation, amplitude errors varied in the range 10-24% for activation, 5-8% for tendon force and 1.4-1.8% for muscle length, reducing linearly with the excitation level. Smoothness, measured by the ratio between the average standard variations of KF/eKF and OS estimations, was greatly reduced for activation but converged exponentially to 1 for the other states by increasing AI. Compared to regular KF, extended KF does not seem to improve estimation accuracy significantly. Depending on the particular application requirements, the most appropriate KF actualization interval can be selected.

  14. Time-resolved imaging of domain pattern destruction and recovery via nonequilibrium magnetization states

    Science.gov (United States)

    Wessels, Philipp; Ewald, Johannes; Wieland, Marek; Nisius, Thomas; Vogel, Andreas; Viefhaus, Jens; Meier, Guido; Wilhein, Thomas; Drescher, Markus

    2014-11-01

    The destruction and formation of equilibrium multidomain patterns in permalloy (Ni80Fe20 ) microsquares has been captured using pump-probe x-ray magnetic circular dichroism (XMCD) spectromicroscopy at a new full-field magnetic transmission soft x-ray microscopy endstation with subnanosecond time resolution. The movie sequences show the dynamic magnetization response to intense Oersted field pulses of approximately 200-ps root mean square (rms) duration and the magnetization reorganization to the ground-state domain configuration. The measurements display how a vortex flux-closure magnetization distribution emerges out of a nonequilibrium uniform single-domain state. During the destruction of the initial vortex pattern, we have traced the motion of the central vortex core that is ejected out of the microsquare at high velocities exceeding 1 km/s. A reproducible recovery into a defined final vortex state with stable chirality and polarity could be achieved. Using an additional external bias field, the transient reversal of the square magnetization direction could be monitored and consistently reproduced by micromagnetic simulations.

  15. Ultra-wideband real-time data acquisition in steady-state experiments

    International Nuclear Information System (INIS)

    Nakanishi, Hideya; Ohsuna, Masaki; Kojima, Mamoru; Nonomura, Miki; Emoto, Masahiko; Nagayama, Yoshio; Kawahata, Kazuo; Imazu, Setsuo; Okumura, Haruhiko

    2006-01-01

    The ultra-wideband real-time data acquisition (DAQ) system has started its operation at LHD steady-state experiments since 2004. It uses Compact PCI standard digitizers whose acquisition performance is continuously above 80 MB/s for each frontend, and is also capable of grabbing picture frames from high-resolution cameras. Near the end of the 8th LHD experimental period, it achieved a new world record of 84 GB/shot acquired data during about 4,000 s long-pulse discharge (no.56068). Numbers of real-time and batch DAQ were 15 and 30, respectively. To realize 80 MB/s streaming from the digitizer frontend to data storage and network clients, the acquired data are once buffered on the shared memory to be read by network streaming and data saving tasks independently. The former sends 1/N thinned stream by using a set of TCP and UDP sessions for every monitoring clients, and the latter saves raw data into a series of 10 s chunk files. Afterward, the subdivided segmental compression library 'titz' is applied in migrating them to the mass storage for enabling users to retrieve a smaller chunk of huge data. Different compression algorithms, zlib and JPEG-LS, are automatically applied for waveform picture and data, respectively. Newly made utilities and many improvements, such as acquisition status monitor, real-time waveform monitor, and 64 bit counting in digital timing system, have put the ultra-wideband acquisition system fit for practical use by entire stuff. Demonstrated technologies here could be applied for the next generation fusion experiment like ITER. (author)

  16. The constrained discrete-time state-dependent Riccati equation technique for uncertain nonlinear systems

    Science.gov (United States)

    Chang, Insu

    The objective of the thesis is to introduce a relatively general nonlinear controller/estimator synthesis framework using a special type of the state-dependent Riccati equation technique. The continuous time state-dependent Riccati equation (SDRE) technique is extended to discrete-time under input and state constraints, yielding constrained (C) discrete-time (D) SDRE, referred to as CD-SDRE. For the latter, stability analysis and calculation of a region of attraction are carried out. The derivation of the D-SDRE under state-dependent weights is provided. Stability of the D-SDRE feedback system is established using Lyapunov stability approach. Receding horizon strategy is used to take into account the constraints on D-SDRE controller. Stability condition of the CD-SDRE controller is analyzed by using a switched system. The use of CD-SDRE scheme in the presence of constraints is then systematically demonstrated by applying this scheme to problems of spacecraft formation orbit reconfiguration under limited performance on thrusters. Simulation results demonstrate the efficacy and reliability of the proposed CD-SDRE. The CD-SDRE technique is further investigated in a case where there are uncertainties in nonlinear systems to be controlled. First, the system stability under each of the controllers in the robust CD-SDRE technique is separately established. The stability of the closed-loop system under the robust CD-SDRE controller is then proven based on the stability of each control system comprising switching configuration. A high fidelity dynamical model of spacecraft attitude motion in 3-dimensional space is derived with a partially filled fuel tank, assumed to have the first fuel slosh mode. The proposed robust CD-SDRE controller is then applied to the spacecraft attitude control system to stabilize its motion in the presence of uncertainties characterized by the first fuel slosh mode. The performance of the robust CD-SDRE technique is discussed. Subsequently

  17. Long-Range Correlations and Memory in the Dynamics of Internet Interdomain Routing.

    Directory of Open Access Journals (Sweden)

    Maksim Kitsak

    Full Text Available Data transfer is one of the main functions of the Internet. The Internet consists of a large number of interconnected subnetworks or domains, known as Autonomous Systems (ASes. Due to privacy and other reasons the information about what route to use to reach devices within other ASes is not readily available to any given AS. The Border Gateway Protocol (BGP is responsible for discovering and distributing this reachability information to all ASes. Since the topology of the Internet is highly dynamic, all ASes constantly exchange and update this reachability information in small chunks, known as routing control packets or BGP updates. In the view of the quick growth of the Internet there are significant concerns with the scalability of the BGP updates and the efficiency of the BGP routing in general. Motivated by these issues we conduct a systematic time series analysis of BGP update rates. We find that BGP update time series are extremely volatile, exhibit long-term correlations and memory effects, similar to seismic time series, or temperature and stock market price fluctuations. The presented statistical characterization of BGP update dynamics could serve as a basis for validation of existing and developing better models of Internet interdomain routing.

  18. Big Data-Driven Based Real-Time Traffic Flow State Identification and Prediction

    Directory of Open Access Journals (Sweden)

    Hua-pu Lu

    2015-01-01

    Full Text Available With the rapid development of urban informatization, the era of big data is coming. To satisfy the demand of traffic congestion early warning, this paper studies the method of real-time traffic flow state identification and prediction based on big data-driven theory. Traffic big data holds several characteristics, such as temporal correlation, spatial correlation, historical correlation, and multistate. Traffic flow state quantification, the basis of traffic flow state identification, is achieved by a SAGA-FCM (simulated annealing genetic algorithm based fuzzy c-means based traffic clustering model. Considering simple calculation and predictive accuracy, a bilevel optimization model for regional traffic flow correlation analysis is established to predict traffic flow parameters based on temporal-spatial-historical correlation. A two-stage model for correction coefficients optimization is put forward to simplify the bilevel optimization model. The first stage model is built to calculate the number of temporal-spatial-historical correlation variables. The second stage model is present to calculate basic model formulation of regional traffic flow correlation. A case study based on a real-world road network in Beijing, China, is implemented to test the efficiency and applicability of the proposed modeling and computing methods.

  19. SIMULATION FROM ENDPOINT-CONDITIONED, CONTINUOUS-TIME MARKOV CHAINS ON A FINITE STATE SPACE, WITH APPLICATIONS TO MOLECULAR EVOLUTION.

    Science.gov (United States)

    Hobolth, Asger; Stone, Eric A

    2009-09-01

    Analyses of serially-sampled data often begin with the assumption that the observations represent discrete samples from a latent continuous-time stochastic process. The continuous-time Markov chain (CTMC) is one such generative model whose popularity extends to a variety of disciplines ranging from computational finance to human genetics and genomics. A common theme among these diverse applications is the need to simulate sample paths of a CTMC conditional on realized data that is discretely observed. Here we present a general solution to this sampling problem when the CTMC is defined on a discrete and finite state space. Specifically, we consider the generation of sample paths, including intermediate states and times of transition, from a CTMC whose beginning and ending states are known across a time interval of length T. We first unify the literature through a discussion of the three predominant approaches: (1) modified rejection sampling, (2) direct sampling, and (3) uniformization. We then give analytical results for the complexity and efficiency of each method in terms of the instantaneous transition rate matrix Q of the CTMC, its beginning and ending states, and the length of sampling time T. In doing so, we show that no method dominates the others across all model specifications, and we give explicit proof of which method prevails for any given Q, T, and endpoints. Finally, we introduce and compare three applications of CTMCs to demonstrate the pitfalls of choosing an inefficient sampler.

  20. A Mobile IPv6 based Distributed Mobility Management Mechanism of Mobile Internet

    Science.gov (United States)

    Yan, Shi; Jiayin, Cheng; Shanzhi, Chen

    A flatter architecture is one of the trends of mobile Internet. Traditional centralized mobility management mechanism faces the challenges such as scalability and UE reachability. A MIPv6 based distributed mobility management mechanism is proposed in this paper. Some important network entities and signaling procedures are defined. UE reachability is also considered in this paper through extension to DNS servers. Simulation results show that the proposed approach can overcome the scalability problem of the centralized scheme.

  1. Accuracy analysis of the State-of-Charge and remaining run-time determination for lithium-ion batteries

    NARCIS (Netherlands)

    Pop, V.; Bergveld, H.J.; Notten, P.H.L.; Op het Veld, J.H.G.; Regtien, Paulus P.L.

    2008-01-01

    This paper describes the various error sources in a real-time State-of-Charge (SoC) evaluation system and their effects on the overall accuracy in the calculation of the remaining run-time of a battery-operated system. The SoC algorithm for Li-ion batteries studied in this paper combines direct

  2. Accuracy analysis of the state-of-charge and remaining run-time determination for lithium-ion batteries

    NARCIS (Netherlands)

    Pop, V.; Bergveld, H.J.; Notten, P.H.L.; Op het Veld, J.H.G.; Regtien, P.P.L.

    2009-01-01

    This paper describes the various error sources in a real-time State-of-Charge (SoC) evaluation system and their effects on the overall accuracy in the calculation of the remaining run-time of a battery-operated system. The SoC algorithm for Li-ion batteries studied in this paper combines direct

  3. System theory on group manifolds and coset spaces.

    Science.gov (United States)

    Brockett, R. W.

    1972-01-01

    The purpose of this paper is to study questions regarding controllability, observability, and realization theory for a particular class of systems for which the state space is a differentiable manifold which is simultaneously a group or, more generally, a coset space. We show that it is possible to give rather explicit expressions for the reachable set and the set of indistinguishable states in the case of autonomous systems. We also establish a type of state space isomorphism theorem. Our objective is to reduce all questions about the system to questions about Lie algebras generated from the coefficient matrices entering in the description of the system and in that way arrive at conditions which are easily visualized and tested.

  4. School Start Times for Middle School and High School Students - United States, 2011-12 School Year.

    Science.gov (United States)

    Wheaton, Anne G; Ferro, Gabrielle A; Croft, Janet B

    2015-08-07

    Adolescents who do not get enough sleep are more likely to be overweight; not engage in daily physical activity; suffer from depressive symptoms; engage in unhealthy risk behaviors such as drinking, smoking tobacco, and using illicit drugs; and perform poorly in school. However, insufficient sleep is common among high school students, with less than one third of U.S. high school students sleeping at least 8 hours on school nights. In a policy statement published in 2014, the American Academy of Pediatrics (AAP) urged middle and high schools to modify start times as a means to enable students to get adequate sleep and improve their health, safety, academic performance, and quality of life. AAP recommended that "middle and high schools should aim for a starting time of no earlier than 8:30 a.m.". To assess state-specific distributions of public middle and high school start times and establish a pre-recommendation baseline, CDC and the U.S. Department of Education analyzed data from the 2011-12 Schools and Staffing Survey (SASS). Among an estimated 39,700 public middle, high, and combined schools* in the United States, the average start time was 8:03 a.m. Overall, only 17.7% of these public schools started school at 8:30 a.m. or later. The percentage of schools with 8:30 a.m. or later start times varied greatly by state, ranging from 0% in Hawaii, Mississippi, and Wyoming to more than three quarters of schools in Alaska (76.8%) and North Dakota (78.5%). A school system start time policy of 8:30 a.m. or later provides teenage students the opportunity to achieve the 8.5-9.5 hours of sleep recommended by AAP and the 8-10 hours recommended by the National Sleep Foundation.

  5. Preparatory Body State before Reacting to an Opponent: Short-Term Joint Torque Fluctuation in Real-Time Competitive Sports.

    Science.gov (United States)

    Fujii, Keisuke; Yamashita, Daichi; Kimura, Tetsuya; Isaka, Tadao; Kouzaki, Motoki

    2015-01-01

    In a competitive sport, the outcome of a game is determined by an athlete's relationship with an unpredictable and uncontrolled opponent. We have previously analyzed the preparatory state of ground reaction forces (GRFs) dividing non-weighted and weighted states (i.e., vertical GRFs below and above 120% of body weight, respectively) in a competitive ballgame task and demonstrated that the non-weighted state prevented delay of the defensive step and promoted successful guarding. However, the associated kinetics of lower extremity joints during a competitive sports task remains unknown. The present study aims to investigate the kinetic characteristics of a real-time competitive sport before movement initiation. As a first kinetic study on a competitive sport, we initially compared the successful defensive kinetics with a relatively stable preparatory state and the choice-reaction sidestep as a control movement. Then, we investigated the kinetic cause of the outcome in a 1-on-1 dribble in terms of the preparatory states according to our previous study. The results demonstrated that in successful defensive motions in the non-weighted state guarding trial, the times required for the generation of hip abduction and three extension torques for the hip, knee, and ankle joints were significantly shortened compared with the choice-reaction sidestep, and hip abduction and hip extension torques were produced almost simultaneously. The sport-specific movement kinetics emerges only in a more-realistic interactive experimental setting. A comparison of the outcomes in the 1-on-1 dribble and preparatory GRF states showed that, in the non-weighted state, the defenders guarded successfully in 68.0% of the trials, and the defender's initiation time was earlier than that in the weighted state (39.1%). In terms of kinetics, the root mean squares of the derivative of hip abduction and three extension torques in the non-weighted state were smaller than those in the weighted state

  6. Maintenance of the CERN telephone exchanges

    CERN Multimedia

    IT Department

    2009-01-01

    Maintenance work will be carried out on the CERN telephone exchanges between 8h30 and 17h30 on Saturday 9 May. Fixed-line telephone and audio-conference services may be disrupted during this intervention. Nevertheless, the CCC and the fire brigade will be reachable at any time. Mobile telephony services (GSM) will not be affected by the maintenance work. IT/CS/CS

  7. REMOTE DIAGNOSTICS OF TURNOUTS STATE ON TIMING AND SPECTRAL COMPOSITION IN CURRENT CURVE

    Directory of Open Access Journals (Sweden)

    S. Yu. Buryak

    2015-03-01

    Full Text Available Purpose. Development and implementation the points system diagnostics that would allow determining remotely the current state of turnout with all possible faults, gradual and sudden failures, damages, and in real time to report about their appearance. Methodology. State diagnostics on the values analysis of turnout main parameters is proposed to carry out with the help of a computer and analog-to-digital converter (ADC. Connecting measurements performance is advisable to produce to a shunt ammeter, installed in the working circuit of the point feed panel. ADC converts the analog signal of lost volts at the shunt into digital form and transmits it to a computer which stores the received data on its own recording medium for their further processing and storage. There is special software that is capable to reconnect signal and construct its temporal characteristic as well as decompose it on the spectral components. Using it one can analyze the obtained data, which allows diagnosing state of points upon change the nature, values and composition of the current curve. Findings. The computer diagnosis method was confirmed in practice for possible indications of problems that are associated with both the mechanical part of the turnout and the electrical part of it, while controlling parameters such as the amount of current normal transition, when working on frictions, the duration of the transition, properly adjusted headset and attachment points, the state of the motor. Originality. The use of computer technology in the diagnosis of the state of turnouts during their operation to monitor the current values of technical indicators, analysis and storage for all types of electric switches with different types of engines both DC and AC occurs through digitization and recording signal from measuring shunt of point feeder panel. Practical value. The proposed method enables timely, still in the early stages of defect parts, damages or failures of nodes

  8. Time of acquisition and network stability in pediatric resting-state functional magnetic resonance imaging

    NARCIS (Netherlands)

    T.J.H. White (Tonya); R.L. Muetzel (Ryan); M. Schmidt (Marcus); S.J.E. Langeslag (Sandra); V.W.V. Jaddoe (Vincent); A. Hofman (Albert); V.D. Calhoun Vince D. (V.); F.C. Verhulst (Frank); H.W. Tiemeier (Henning)

    2014-01-01

    textabstractResting-state functional magnetic resonance imaging (rs-fMRI) has been shown to elucidate reliable patterns of brain networks in both children and adults. Studies in adults have shown that rs-fMRI acquisition times of ∼5 to 6 min provide adequate sampling to produce stable spatial maps

  9. Minimal length, Friedmann equations and maximum density

    Energy Technology Data Exchange (ETDEWEB)

    Awad, Adel [Center for Theoretical Physics, British University of Egypt,Sherouk City 11837, P.O. Box 43 (Egypt); Department of Physics, Faculty of Science, Ain Shams University,Cairo, 11566 (Egypt); Ali, Ahmed Farag [Centre for Fundamental Physics, Zewail City of Science and Technology,Sheikh Zayed, 12588, Giza (Egypt); Department of Physics, Faculty of Science, Benha University,Benha, 13518 (Egypt)

    2014-06-16

    Inspired by Jacobson’s thermodynamic approach, Cai et al. have shown the emergence of Friedmann equations from the first law of thermodynamics. We extend Akbar-Cai derivation http://dx.doi.org/10.1103/PhysRevD.75.084003 of Friedmann equations to accommodate a general entropy-area law. Studying the resulted Friedmann equations using a specific entropy-area law, which is motivated by the generalized uncertainty principle (GUP), reveals the existence of a maximum energy density closed to Planck density. Allowing for a general continuous pressure p(ρ,a) leads to bounded curvature invariants and a general nonsingular evolution. In this case, the maximum energy density is reached in a finite time and there is no cosmological evolution beyond this point which leaves the big bang singularity inaccessible from a spacetime prospective. The existence of maximum energy density and a general nonsingular evolution is independent of the equation of state and the spacial curvature k. As an example we study the evolution of the equation of state p=ωρ through its phase-space diagram to show the existence of a maximum energy which is reachable in a finite time.

  10. Education technology with continuous real time monitoring of the current functional and emotional students' states

    Science.gov (United States)

    Alyushin, M. V.; Kolobashkina, L. V.

    2017-01-01

    The education technology with continuous monitoring of the current functional and emotional students' states is suggested. The application of this technology allows one to increase the effectiveness of practice through informed planning of the training load. For monitoring the current functional and emotional students' states non-contact remote technologies of person bioparameters registration are encouraged to use. These technologies are based on recording and processing in real time the main person bioparameters in a purely passive mode. Experimental testing of this technology has confirmed its effectiveness.

  11. Time as a cultural factor and its socioeconomic importance: State of the art and future research lines

    Directory of Open Access Journals (Sweden)

    Ramon Cladellas

    2009-04-01

    Full Text Available The aim of this paper is analyzing the economic concept of time based on historical and cultural factors. The manuscript presents the historical evolution of the concept of time, highlighting its conceptualization since ancient times until now. Subsequently, the paper analyzes the economic value of time down through the history of no-time (leisure time and its cultural contextualization (occidental culture/linear conception vs. oriental culture/cyclical conception. Finally, the contemporary state of the concepts of time and money, and suggests the need to establish a new culture of time, which should be taught from an early age.

  12. Excited state non-adiabatic dynamics of N-methylpyrrole: A time-resolved photoelectron spectroscopy and quantum dynamics study

    Energy Technology Data Exchange (ETDEWEB)

    Wu, Guorong [National Research Council Canada, 100 Sussex Drive, Ottawa, Ontario K1A 0R6 (Canada); State Key Laboratory of Molecular Reaction Dynamics, Dalian Institute of Chemical Physics, Chinese Academy of Sciences, Dalian, Liaoning 116023 (China); Synergetic Innovation Center of Quantum Information & Quantum Physics, University of Science and Technology of China, Hefei, Anhui 230026 (China); Neville, Simon P. [Department of Chemistry, University of Ottawa, 10 Marie Curie, Ottawa, Ontario K1N 6N5 (Canada); Schalk, Oliver [National Research Council Canada, 100 Sussex Drive, Ottawa, Ontario K1A 0R6 (Canada); Department of Physics, AlbaNova University Center, Stockholm University, Roslagstullsbacken 21, 106 91 Stockholm (Sweden); Sekikawa, Taro [Department of Applied Physics, Hokkaido University, Kita-13 Nishi-8, Kita-ku, Sapporo 060-8628 (Japan); Ashfold, Michael N. R. [School of Chemistry, University of Bristol, Bristol BS8 1TS (United Kingdom); Worth, Graham A. [School of Chemistry, University of Birmingham, Edgbaston, Birmingham B15 2TT (United Kingdom); Stolow, Albert, E-mail: astolow@uottawa.ca [National Research Council Canada, 100 Sussex Drive, Ottawa, Ontario K1A 0R6 (Canada); Department of Chemistry, University of Ottawa, 10 Marie Curie, Ottawa, Ontario K1N 6N5 (Canada); Department of Physics, University of Ottawa, 150 Louis Pasteur, Ottawa, Ontario K1N 6N5 (Canada)

    2016-01-07

    The dynamics of N-methylpyrrole following excitation at wavelengths in the range 241.5-217.0 nm were studied using a combination of time-resolved photoelectron spectroscopy (TRPES), ab initio quantum dynamics calculations using the multi-layer multi-configurational time-dependent Hartree method, as well as high-level photoionization cross section calculations. Excitation at 241.5 and 236.2 nm results in population of the A{sub 2}(πσ{sup ∗}) state, in agreement with previous studies. Excitation at 217.0 nm prepares the previously neglected B{sub 1}(π3p{sub y}) Rydberg state, followed by prompt internal conversion to the A{sub 2}(πσ{sup ∗}) state. In contrast with the photoinduced dynamics of pyrrole, the lifetime of the wavepacket in the A{sub 2}(πσ{sup ∗}) state was found to vary with excitation wavelength, decreasing by one order of magnitude upon tuning from 241.5 nm to 236.2 nm and by more than three orders of magnitude when excited at 217.0 nm. The order of magnitude difference in lifetimes measured at the longer excitation wavelengths is attributed to vibrational excitation in the A{sub 2}(πσ{sup ∗}) state, facilitating wavepacket motion around the potential barrier in the N–CH{sub 3} dissociation coordinate.

  13. Excited state non-adiabatic dynamics of N-methylpyrrole: A time-resolved photoelectron spectroscopy and quantum dynamics study

    International Nuclear Information System (INIS)

    Wu, Guorong; Neville, Simon P.; Schalk, Oliver; Sekikawa, Taro; Ashfold, Michael N. R.; Worth, Graham A.; Stolow, Albert

    2016-01-01

    The dynamics of N-methylpyrrole following excitation at wavelengths in the range 241.5-217.0 nm were studied using a combination of time-resolved photoelectron spectroscopy (TRPES), ab initio quantum dynamics calculations using the multi-layer multi-configurational time-dependent Hartree method, as well as high-level photoionization cross section calculations. Excitation at 241.5 and 236.2 nm results in population of the A 2 (πσ ∗ ) state, in agreement with previous studies. Excitation at 217.0 nm prepares the previously neglected B 1 (π3p y ) Rydberg state, followed by prompt internal conversion to the A 2 (πσ ∗ ) state. In contrast with the photoinduced dynamics of pyrrole, the lifetime of the wavepacket in the A 2 (πσ ∗ ) state was found to vary with excitation wavelength, decreasing by one order of magnitude upon tuning from 241.5 nm to 236.2 nm and by more than three orders of magnitude when excited at 217.0 nm. The order of magnitude difference in lifetimes measured at the longer excitation wavelengths is attributed to vibrational excitation in the A 2 (πσ ∗ ) state, facilitating wavepacket motion around the potential barrier in the N–CH 3 dissociation coordinate

  14. RETURN OF THE KING: TIME-SERIES PHOTOMETRY OF FO AQUARII’S INITIAL RECOVERY FROM ITS UNPRECEDENTED 2016 LOW STATE

    International Nuclear Information System (INIS)

    Littlefield, Colin; Garnavich, Peter; Kennedy, Mark R.; Aadland, Erin; Terndrup, Donald M.; Calhoun, Grace V.; Holoien, Thomas; Callanan, Paul; Abe, Lyu; Bendjoya, Philippe; Rivet, Jean-Pierre; Vernet, David; Devogèle, Maxime; Shappee, Benjamin; Heras, Teófilo Arranz; Bonnardeau, Michel; Cook, Michael; Coulter, Daniel; Debackère, André; Dvorak, Shawn

    2016-01-01

    In 2016 May, the intermediate polar FO Aqr was detected in a low state for the first time in its observational history. We report time-resolved photometry of the system during its initial recovery from this faint state. Our data, which includes high-speed photometry with cadences of just 2 s, show the existence of very strong periodicities at 22.5 and 11.26 minutes, equivalent to the spin–orbit beat frequency and twice its value, respectively. A pulse at the spin frequency is also present but at a much lower amplitude than is normally observed in the bright state. By comparing our power spectra with theoretical models, we infer that a substantial amount of accretion was stream-fed during our observations, in contrast to the disk-fed accretion that dominates the bright state. In addition, we find that FO Aqr’s rate of recovery has been unusually slow in comparison to rates of recovery seen in other magnetic cataclysmic variables, with an e -folding time of 115 ± 7 days. The recovery also shows irregular variations in the median brightness of as much as 0.2 mag over a 10-day span. Finally, we show that the arrival times of the spin pulses are dependent upon the system’s overall brightness.

  15. RETURN OF THE KING: TIME-SERIES PHOTOMETRY OF FO AQUARII’S INITIAL RECOVERY FROM ITS UNPRECEDENTED 2016 LOW STATE

    Energy Technology Data Exchange (ETDEWEB)

    Littlefield, Colin; Garnavich, Peter; Kennedy, Mark R.; Aadland, Erin [Department of Physics, University of Notre Dame, Notre Dame, IN (United States); Terndrup, Donald M.; Calhoun, Grace V.; Holoien, Thomas [Department of Astronomy, The Ohio State University, Columbus, Ohio (United States); Callanan, Paul [Department of Physics, University College Cork, Cork (Ireland); Abe, Lyu; Bendjoya, Philippe; Rivet, Jean-Pierre; Vernet, David; Devogèle, Maxime [Université Côte d’Azur, OCA, CNRS, Laboratoire Lagrange, Nice (France); Shappee, Benjamin [Carnegie Observatories, 813 Santa Barbara Street, Pasadena, CA 91101 (United States); Heras, Teófilo Arranz [Observatorio Las Pegueras de Navas de Oro (Segovia) (Spain); Bonnardeau, Michel [MBCAA Observatory, Le Pavillon, F-38930 Lalley (France); Cook, Michael [AAVSO, Newcastle Observatory, Newcastle, Ontario (Canada); Coulter, Daniel [Department of Physics and Astronomy, Michigan State University, East Lansing, MI (United States); Debackère, André [LCOGT, Monistrol sur Loire (France); Dvorak, Shawn [AAVSO, Rolling Hill Observatory, Lake County, Florida (United States); and others

    2016-12-10

    In 2016 May, the intermediate polar FO Aqr was detected in a low state for the first time in its observational history. We report time-resolved photometry of the system during its initial recovery from this faint state. Our data, which includes high-speed photometry with cadences of just 2 s, show the existence of very strong periodicities at 22.5 and 11.26 minutes, equivalent to the spin–orbit beat frequency and twice its value, respectively. A pulse at the spin frequency is also present but at a much lower amplitude than is normally observed in the bright state. By comparing our power spectra with theoretical models, we infer that a substantial amount of accretion was stream-fed during our observations, in contrast to the disk-fed accretion that dominates the bright state. In addition, we find that FO Aqr’s rate of recovery has been unusually slow in comparison to rates of recovery seen in other magnetic cataclysmic variables, with an e -folding time of 115 ± 7 days. The recovery also shows irregular variations in the median brightness of as much as 0.2 mag over a 10-day span. Finally, we show that the arrival times of the spin pulses are dependent upon the system’s overall brightness.

  16. More on the rainbow chain: entanglement, space-time geometry and thermal states

    International Nuclear Information System (INIS)

    Rodríguez-Laguna, Javier; Dubail, Jérôme; Ramírez, Giovanni; Calabrese, Pasquale; Sierra, Germán

    2017-01-01

    The rainbow chain is an inhomogenous exactly solvable local spin model that, in its ground state, displays a half-chain entanglement entropy growing linearly with the system size. Although many exact results about the rainbow chain are known, the structure of the underlying quantum field theory has not yet been unraveled. Here we show that the universal scaling features of this model are captured by a massless Dirac fermion in a curved space-time with constant negative curvature R   =  − h "2 ( h is the amplitude of the inhomogeneity). This identification allows us to use recently developed techniques to study inhomogeneous conformal systems and to analytically characterise the entanglement entropies of more general bipartitions. These results are carefully tested against exact numerical calculations. Finally, we study the entanglement entropies of the rainbow chain in thermal states, and find that there is a non-trivial interplay between the rainbow effective temperature T_R and the physical temperature T . (paper)

  17. A Grasp-Pose Generation Method Based on Gaussian Mixture Models

    Directory of Open Access Journals (Sweden)

    Wenjia Wu

    2015-11-01

    Full Text Available A Gaussian Mixture Model (GMM-based grasp-pose generation method is proposed in this paper. Through offline training, the GMM is set up and used to depict the distribution of the robot's reachable orientations. By dividing the robot's workspace into small 3D voxels and training the GMM for each voxel, a look-up table covering all the workspace is built with the x, y and z positions as the index and the GMM as the entry. Through the definition of Task Space Regions (TSR, an object's feasible grasp poses are expressed as a continuous region. With the GMM, grasp poses can be preferentially sampled from regions with high reachability probabilities in the online grasp-planning stage. The GMM can also be used as a preliminary judgement of a grasp pose's reachability. Experiments on both a simulated and a real robot show the superiority of our method over the existing method.

  18. The transition between monostable and bistable states induced by time delay in intracellular calcium oscillation

    International Nuclear Information System (INIS)

    Duan, Wei-Long

    2013-01-01

    The revised role of the time delay of active processes with colored noises of transmission of intracellular Ca 2+ in intracellular calcium oscillation (ICO) is investigated by means of a first-order algorithm based on stochastic simulation. The simulation results indicate that time delay induces a double critical phenomenon and a transition between the monostable and bistable states of the ICO system. In addition, as the time delay increases, for a cytosolic Ca 2+ concentration with weak colored noises there appears a calcium burst, and the Ca 2+ concentration of the calcium store shows nonmonotonic variation. (paper)

  19. The fermionic projector in a time-dependent external potential: Mass oscillation property and Hadamard states

    Science.gov (United States)

    Finster, Felix; Murro, Simone; Röken, Christian

    2016-07-01

    We give a non-perturbative construction of the fermionic projector in Minkowski space coupled to a time-dependent external potential which is smooth and decays faster than quadratically for large times. The weak and strong mass oscillation properties are proven. We show that the integral kernel of the fermionic projector is of the Hadamard form, provided that the time integral of the spatial sup-norm of the potential satisfies a suitable bound. This gives rise to an algebraic quantum field theory of Dirac fields in an external potential with a distinguished pure quasi-free Hadamard state.

  20. The fermionic projector in a time-dependent external potential: Mass oscillation property and Hadamard states

    International Nuclear Information System (INIS)

    Finster, Felix; Murro, Simone; Röken, Christian

    2016-01-01

    We give a non-perturbative construction of the fermionic projector in Minkowski space coupled to a time-dependent external potential which is smooth and decays faster than quadratically for large times. The weak and strong mass oscillation properties are proven. We show that the integral kernel of the fermionic projector is of the Hadamard form, provided that the time integral of the spatial sup-norm of the potential satisfies a suitable bound. This gives rise to an algebraic quantum field theory of Dirac fields in an external potential with a distinguished pure quasi-free Hadamard state.

  1. The fermionic projector in a time-dependent external potential: Mass oscillation property and Hadamard states

    Energy Technology Data Exchange (ETDEWEB)

    Finster, Felix, E-mail: finster@ur.de, E-mail: simone.murro@ur.de, E-mail: Christian.Roeken@mathematik.ur.de; Murro, Simone, E-mail: finster@ur.de, E-mail: simone.murro@ur.de, E-mail: Christian.Roeken@mathematik.ur.de; Röken, Christian, E-mail: finster@ur.de, E-mail: simone.murro@ur.de, E-mail: Christian.Roeken@mathematik.ur.de [Fakultät für Mathematik, Universität Regensburg, D-93040 Regensburg (Germany)

    2016-07-15

    We give a non-perturbative construction of the fermionic projector in Minkowski space coupled to a time-dependent external potential which is smooth and decays faster than quadratically for large times. The weak and strong mass oscillation properties are proven. We show that the integral kernel of the fermionic projector is of the Hadamard form, provided that the time integral of the spatial sup-norm of the potential satisfies a suitable bound. This gives rise to an algebraic quantum field theory of Dirac fields in an external potential with a distinguished pure quasi-free Hadamard state.

  2. High-Density Liquid-State Machine Circuitry for Time-Series Forecasting.

    Science.gov (United States)

    Rosselló, Josep L; Alomar, Miquel L; Morro, Antoni; Oliver, Antoni; Canals, Vincent

    2016-08-01

    Spiking neural networks (SNN) are the last neural network generation that try to mimic the real behavior of biological neurons. Although most research in this area is done through software applications, it is in hardware implementations in which the intrinsic parallelism of these computing systems are more efficiently exploited. Liquid state machines (LSM) have arisen as a strategic technique to implement recurrent designs of SNN with a simple learning methodology. In this work, we show a new low-cost methodology to implement high-density LSM by using Boolean gates. The proposed method is based on the use of probabilistic computing concepts to reduce hardware requirements, thus considerably increasing the neuron count per chip. The result is a highly functional system that is applied to high-speed time series forecasting.

  3. Is the hypothesis about a low entropy initial state of the Universe necessary for explaining the arrow of time?

    Science.gov (United States)

    Goldstein, Sheldon; Tumulka, Roderich; Zanghı, Nino

    2016-07-01

    According to statistical mechanics, microstates of an isolated physical system (say, a gas in a box) at time t0 in a given macrostate of less-than-maximal entropy typically evolve in such a way that the entropy at time t increases with |t -t0| in both time directions. In order to account for the observed entropy increase in only one time direction, the thermodynamic arrow of time, one usually appeals to the hypothesis that the initial state of the Universe was one of very low entropy. In certain recent models of cosmology, however, no hypothesis about the initial state of the Universe is invoked. We discuss how the emergence of a thermodynamic arrow of time in such models can nevertheless be compatible with the above-mentioned consequence of statistical mechanics, appearances to the contrary notwithstanding.

  4. Timing of union formation and partner choice in immigrant societies: The United States and Germany.

    Science.gov (United States)

    Soehl, Thomas; Yahirun, Jenjira

    2011-12-01

    As Gordon noted in his 1964 treatise on assimilation, marriage across ethnic boundaries and in particular, marriage into the mainstream is a key indicator as well as a mechanism of immigrant assimilation. Since then research has investigated numerous micro- and macro level correlates of exogamy. In this paper we focus on a topic that has received less attention thus far - how the timing of marriage is associated with partner choice. We compare the United States and Germany as two countries with significant immigrant and second-generation populations but where mainstream patterns of union formation differ. In both contexts we show that unions that cross ethnic boundaries happen later in life than those that stay within. Comparing across countries we argue that in Germany differences in the timing of union formation between the second generation and the mainstream, may pose additional barriers to intermarriage that do not exist in the United States.

  5. Educators Questioning Timing of State Tests Reflecting Standards

    Science.gov (United States)

    Gewertz, Catherine

    2013-01-01

    New York is ahead of most states in its work to design detailed curricula and professional development for the common core and to build brand-new tests to reflect them. What's unfolding in the Empire State as a result of that work illustrates the way the common standards can pressure changes in the education landscape, and torque the tensions…

  6. Law-based arguments and messages to advocate for later school start time policies in the United States.

    Science.gov (United States)

    Lee, Clark J; Nolan, Dennis M; Lockley, Steven W; Pattison, Brent

    2017-12-01

    The increasing scientific evidence that early school start times are harmful to the health and safety of teenagers has generated much recent debate about changing school start times policies for adolescent students. Although efforts to promote and implement such changes have proliferated in the United States in recent years, they have rarely been supported by law-based arguments and messages that leverage the existing legal infrastructure regulating public education and child welfare in the United States. Furthermore, the legal bases to support or resist such changes have not been explored in detail to date. This article provides an overview of how law-based arguments and messages can be constructed and applied to advocate for later school start time policies in US public secondary schools. The legal infrastructure impacting school start time policies in the United States is briefly reviewed, including descriptions of how government regulates education, what legal obligations school officials have concerning their students' welfare, and what laws and public policies currently exist that address adolescent sleep health and safety. On the basis of this legal infrastructure, some hypothetical examples of law-based arguments and messages that could be applied to various types of advocacy activities (eg, litigation, legislative and administrative advocacy, media and public outreach) to promote later school start times are discussed. Particular consideration is given to hypothetical arguments and messages aimed at emphasizing the consistency of later school start time policies with existing child welfare law and practices, legal responsibilities of school officials and governmental authorities, and societal values and norms. Copyright © 2017 National Sleep Foundation. Published by Elsevier Inc. All rights reserved.

  7. Gender differences in time-use over the life-course. A comparative analysis of France, Italy, Sweden and the United States

    OpenAIRE

    Dominique Anxo; Letizia Mencarini; Ariane Paihlé; Anne Solaz; Maria Letizia Tanturri; Lennard Flood

    2011-01-01

    The main objective of this paper is to analyse how men and women in France, Italy, Sweden and United States use their time over the life cycle and the extent to which the societal and institutional contexts influence the gender division of labour. Our central hypothesis is that contextual factors play a crucial role in shaping men’s and women’s time allocation across the life course. Countries that diverge significantly in terms of welfare state regime, employment and working time systems, fa...

  8. Time Management Strategies as a Panacea for Principals' Administrative Effectiveness in Secondary Schools in Enugu State, Nigeria

    Science.gov (United States)

    Victor, Akinfolarin Akinwale

    2017-01-01

    This study ascertained the time management strategies for principals' administrative effectiveness in secondary schools in Enugu State. Two research questions guided the study. The study adopted a descriptive survey design. The study was conducted in Enugu State. The study population comprised all the 291 secondary school principals' in Enugu…

  9. Excited state non-adiabatic dynamics of the smallest polyene, trans 1,3-butadiene. I. Time-resolved photoelectron-photoion coincidence spectroscopy

    Science.gov (United States)

    Boguslavskiy, Andrey E.; Schalk, Oliver; Gador, Niklas; Glover, William J.; Mori, Toshifumi; Schultz, Thomas; Schuurman, Michael S.; Martínez, Todd J.; Stolow, Albert

    2018-04-01

    The ultrafast excited state dynamics of the smallest polyene, trans-1,3-butadiene, were studied by femtosecond time-resolved photoelectron-photoion coincidence (TRPEPICO) spectroscopy. The evolution of the excited state wavepacket, created by pumping the bright 1Bu (ππ*) electronic state at its origin of 216 nm, is projected via one- and two-photon ionization at 267 nm onto several ionization continua. The results are interpreted in terms of Koopmans' correlations and Franck-Condon factors for the excited and cationic states involved. The known predissociative character of the cation excited states is utilized to assign photoelectron bands to specific continua using TRPEPICO spectroscopy. This permits us to report the direct observation of the famously elusive S1(21Ag) dark electronic state during the internal conversion of trans 1,3-butadiene. Our phenomenological analysis permits the spectroscopic determination of several important time constants. We report the overall decay lifetimes of the 11Bu and 21Ag states and observe the re-appearance of the hot ground state molecule. We argue that the apparent dephasing time of the S2(11Bu) state, which leads to the extreme breadth of the absorption spectrum, is principally due to large amplitude torsional motion on the 1Bu surface in conjunction with strong non-adiabatic couplings via conical intersections, whereupon nuclear wavepacket revivals to the initial Franck-Condon region become effectively impossible. In Paper II [W. J. Glover et al., J. Chem. Phys. 148, 164303 (2018)], ab initio multiple spawning is used for on-the-fly computations of the excited state non-adiabatic wavepacket dynamics and their associated TRPEPICO observables, allowing for direct comparisons of experiment with theory.

  10. On the problem of quantum control in infinite dimensions

    OpenAIRE

    Mendes, R. Vilela; Man'ko, Vladimir I.

    2010-01-01

    In the framework of bilinear control of the Schr\\"odinger equation with bounded control operators, it has been proved that the reachable set has a dense complemement in ${\\cal S}\\cap {\\cal H}^{2}$. Hence, in this setting, exact quantum control in infinite dimensions is not possible. On the other hand it is known that there is a simple choice of operators which, when applied to an arbitrary state, generate dense orbits in Hilbert space. Compatibility of these two results is established in this...

  11. A model for studying time dependent quantum mechanical processes and its application for quasi-stationary states

    International Nuclear Information System (INIS)

    Revai, Janos.

    1988-10-01

    A model was attempted to construct which, on one hand, is flexible enough to imitate certain physical properties of real systems and, on the other hand, allows exact solution of its time dependent dynamics. This double goal is proposed to achieve by using separable interactions. A particle moving in an external field consisting of a stationary attractive and a time dependent repulsive part is proposed for the model in question. Due to the use of separable interactions, the time evolution dynamics can be solved exactly, and the model can be applied for studying time evolution of quasi-stationary states. (R.P.) 7 figs

  12. Jangkauan Pelayanan Kesehatan Gigi dan Mulut di Puskesmas Se Kotamadya Surabaya Tahun 1995 Sampai Dengan Tahun 1997

    Directory of Open Access Journals (Sweden)

    Djokowidodo Djokowidodo

    2015-10-01

    Full Text Available The increased number of personnel, may also increase the reachability of the dental and oral health service in the target population. This study was concerned in comparing the data about the dental and oral health service effort from 1995 to 1997 with the determined target. The study showed increased reachability of the dental and oral health service from Public Health Service in Kotamadya Surabaya. In spote of the general imfrocement, the curative and reveral system could not reach the target yet.

  13. Maintenance of the CERN telephone exchanges

    CERN Multimedia

    IT Department

    2011-01-01

    Maintenance work will be carried out on the CERN telephone exchanges between 20h00 and midnight on the 21st of February in order to apply the latest software patches. Fixed-line telephone and audio-conference services may be disrupted during this intervention. Nevertheless, the CCC and the fire brigade will be reachable at any time. Mobile telephony services (GSM) will not be affected by the maintenance work. CS Group

  14. The Specifics of Manifestations of the Interrelation Political and Legal Consciousness and Development Ideology of State-Building in the Times of the Ancient East

    Directory of Open Access Journals (Sweden)

    Oleksandr V. Krasnokutsky

    2014-06-01

    Full Text Available The purpose of the work. Investigate the specificity of manifestations of the interrelation political and legal consciousness, and, at the same time, the development of the ideology of state-building as a particular species of theoretically informed practical consciousness, which was used by the creators of state forms in the times of the Ancient East. Methodology. The study is based on the principles of materialist dialectics, historicism, formational and civilizational approaches. The scientific novelty. The obtained results of a study that summarize the scientific novelty can be formulated in the form of abstracts: a identified two lines of ideological interaction on state building in the East in ancient times; b formed a theoretical model of ideological matrix of state-building of the Ancient Orient; c revealed, that the motility of this ideological matrix is consistent with the development of power in the state of those times. Conclusions. Specificity of manifestations of the interrelation political and legal consciousness and development ideology of state-building in the times of the Ancient East – is the existence of two lines of ideological interaction in the field of state-building in a state-organized society: the first line – the unilateral influence of political consciousness on the legal consciousness; the second line – the asymmetric inverse influence of legal consciousness on political consciousness. These two lines of ideological interaction (the unilateral influence of political consciousness on the legal consciousness and the asymmetric inverse influence of legal consciousness on political consciousness have created original ideological matrix of state-building. Within this ideological matrix of state-building in the times of the Ancient East formed corresponding view ideological phenomenon – the ideology of state-building of oriental slave state.

  15. Gender and time allocation of cohabiting and married women and men in France, Italy, and the United States.

    Science.gov (United States)

    Bianchi, Suzanne; Lesnard, Laurent; Nazio, Tiziana; Raley, Sara

    2014-07-11

    Women, who generally do more unpaid and less paid work than men, have greater incentives to stay in marriages than cohabiting unions, which generally carry fewer legal protections for individuals that wish to dissolve their relationship. The extent to which cohabitation is institutionalized, however, is a matter of policy and varies substantially by country. The gender gap in paid and unpaid work between married and cohabiting individuals should be larger in countries where cohabitation is less institutionalized and where those in cohabiting relationships have relatively fewer legal protections should the relationship dissolve, yet few studies have explored this variation. Using time diary data from France, Italy, and the United States, we assess the time men and women devote to paid and unpaid work in cohabiting and married couples. These three countries provide a useful diversity in marital regimes for examining these expectations: France, where cohabitation is most "marriage like" and where partnerships can be registered and carry legal rights; the United States, where cohabitation is common but is short-lived and unstable and where legal protections vary across states; and Italy, where cohabitation is not common and where such unions are not legally acknowledged and less socially approved than in either France or the United States. Cohabitating men's and women's time allocated to market and nonmarket work is generally more similar than married men and women. Our expectations about country differences are only partially borne out by the findings. Greater gender differences in the time allocated to market and nonmarket work are found in Italy relative to either France or the U.S.

  16. Feeding times of high spin states in sup(152,154)Dy: Probes of nuclear structure above the yrast line

    International Nuclear Information System (INIS)

    Azgui, F.; Emling, H.; Grosse, E.; Michel, C.; Simon, R.S.; Spreng, W.; Wollersheim, H.J.; Khoo, T.L.; Chowdhury, P.; Frekers, D.; Janssens, R.V.F.; Pakkanen, A.; Daly, P.J.; Kortelahti, M.; Schwalm, D.; Seiler-Clark, G.

    1985-01-01

    Measurements of feeding times of high spin yrast states up to spin 30 (h/2π) in 154 Dy and 36 (h/2π) in 152 Dy were utilized to obtain information about possible spin dependent shape changes. The reactions 25 Mg ( 134 Xe, 5n), 124 Sn ( 34 S, 4n) and 25 Mg ( 132 Xe, 5n), 122 Sn ( 34 S, 4n) were used to populate the high spin states in 154 Dy and 152 Dy, respectively. Feeding times as well as lifetimes were determined with the recoil distance technique. In 152 Dy only long feeding times (>=10 ps) could be identified, indicating that the aligned-particle yrast states are fed through configurations of similar character, with little direct population from collective cascades in the continuum region. In 154 Dy discrete states with I<=30 (h/2π) have lifetimes which are characteristically collective, whereas the preyrast cascades exhibit both fast (< or approx.1 ps) and slow (proportional10 ps) feeding components. The latter imply a change with increasing spin from collective to aligned-particle character, probably associated with a prolate to oblate shape transition. (orig.)

  17. Chimeralike states in networks of bistable time-delayed feedback oscillators coupled via the mean field.

    Science.gov (United States)

    Ponomarenko, V I; Kulminskiy, D D; Prokhorov, M D

    2017-08-01

    We study the collective dynamics of oscillators in a network of identical bistable time-delayed feedback systems globally coupled via the mean field. The influence of delay and inertial properties of the mean field on the collective behavior of globally coupled oscillators is investigated. A variety of oscillation regimes in the network results from the presence of bistable states with substantially different frequencies in coupled oscillators. In the physical experiment and numerical simulation we demonstrate the existence of chimeralike states, in which some of the oscillators in the network exhibit synchronous oscillations, while all other oscillators remain asynchronous.

  18. Time-Gated Raman Spectroscopy for Quantitative Determination of Solid-State Forms of Fluorescent Pharmaceuticals.

    Science.gov (United States)

    Lipiäinen, Tiina; Pessi, Jenni; Movahedi, Parisa; Koivistoinen, Juha; Kurki, Lauri; Tenhunen, Mari; Yliruusi, Jouko; Juppo, Anne M; Heikkonen, Jukka; Pahikkala, Tapio; Strachan, Clare J

    2018-04-03

    Raman spectroscopy is widely used for quantitative pharmaceutical analysis, but a common obstacle to its use is sample fluorescence masking the Raman signal. Time-gating provides an instrument-based method for rejecting fluorescence through temporal resolution of the spectral signal and allows Raman spectra of fluorescent materials to be obtained. An additional practical advantage is that analysis is possible in ambient lighting. This study assesses the efficacy of time-gated Raman spectroscopy for the quantitative measurement of fluorescent pharmaceuticals. Time-gated Raman spectroscopy with a 128 × (2) × 4 CMOS SPAD detector was applied for quantitative analysis of ternary mixtures of solid-state forms of the model drug, piroxicam (PRX). Partial least-squares (PLS) regression allowed quantification, with Raman-active time domain selection (based on visual inspection) improving performance. Model performance was further improved by using kernel-based regularized least-squares (RLS) regression with greedy feature selection in which the data use in both the Raman shift and time dimensions was statistically optimized. Overall, time-gated Raman spectroscopy, especially with optimized data analysis in both the spectral and time dimensions, shows potential for sensitive and relatively routine quantitative analysis of photoluminescent pharmaceuticals during drug development and manufacturing.

  19. Nantucket pine tip moth phenology and timing of insecticide spray applications in seven Southeastern States

    Science.gov (United States)

    Christopher J. Fettig; Mark J. Dalusky; C. Wayne Berisford

    2000-01-01

    The Nantucket pine tip moth, Rhyacionia frustrana (Comstock) (Lepidoptera: Tortricidae), is a common pest of Christmas tree and pine plantations throughout much of the Eastern United States. The moth completes two to five generations annually, and insecticide spray timing models are currently available for controlling populations where three or...

  20. Uncertainty analysis in a real-time state-of-charge evaluation system for lithium-ion batteries

    NARCIS (Netherlands)

    Pop, V.; Regtien, P.P.L.; Bergveld, H.J.; Notten, P.H.L.; Op het Veld, B.

    2006-01-01

    Lithium-ion (Li-ion) is the most commonly used battery chemistry in portable applications nowadays. Accurate State-of-Charge (SoC) and remaining run-time (t,) calculation for portable devices is important for the user convenience and to prolong the lifetime of batteries. A new SoC algorithm for

  1. Seasonal and annual precipitation time series trend analysis in North Carolina, United States

    Science.gov (United States)

    Sayemuzzaman, Mohammad; Jha, Manoj K.

    2014-02-01

    The present study performs the spatial and temporal trend analysis of the annual and seasonal time-series of a set of uniformly distributed 249 stations precipitation data across the state of North Carolina, United States over the period of 1950-2009. The Mann-Kendall (MK) test, the Theil-Sen approach (TSA) and the Sequential Mann-Kendall (SQMK) test were applied to quantify the significance of trend, magnitude of trend, and the trend shift, respectively. Regional (mountain, piedmont and coastal) precipitation trends were also analyzed using the above-mentioned tests. Prior to the application of statistical tests, the pre-whitening technique was used to eliminate the effect of autocorrelation of precipitation data series. The application of the above-mentioned procedures has shown very notable statewide increasing trend for winter and decreasing trend for fall precipitation. Statewide mixed (increasing/decreasing) trend has been detected in annual, spring, and summer precipitation time series. Significant trends (confidence level ≥ 95%) were detected only in 8, 7, 4 and 10 nos. of stations (out of 249 stations) in winter, spring, summer, and fall, respectively. Magnitude of the highest increasing (decreasing) precipitation trend was found about 4 mm/season (- 4.50 mm/season) in fall (summer) season. Annual precipitation trend magnitude varied between - 5.50 mm/year and 9 mm/year. Regional trend analysis found increasing precipitation in mountain and coastal regions in general except during the winter. Piedmont region was found to have increasing trends in summer and fall, but decreasing trend in winter, spring and on an annual basis. The SQMK test on "trend shift analysis" identified a significant shift during 1960 - 70 in most parts of the state. Finally, the comparison between winter (summer) precipitations with the North Atlantic Oscillation (Southern Oscillation) indices concluded that the variability and trend of precipitation can be explained by the

  2. Comparison of holographic and field theoretic complexities for time dependent thermofield double states

    Science.gov (United States)

    Yang, Run-Qiu; Niu, Chao; Zhang, Cheng-Yong; Kim, Keun-Young

    2018-02-01

    We compute the time-dependent complexity of the thermofield double states by four different proposals: two holographic proposals based on the "complexity-action" (CA) conjecture and "complexity-volume" (CV) conjecture, and two quantum field theoretic proposals based on the Fubini-Study metric (FS) and Finsler geometry (FG). We find that four different proposals yield both similarities and differences, which will be useful to deepen our understanding on the complexity and sharpen its definition. In particular, at early time the complexity linearly increase in the CV and FG proposals, linearly decreases in the FS proposal, and does not change in the CA proposal. In the late time limit, the CA, CV and FG proposals all show that the growth rate is 2 E/(πℏ) saturating the Lloyd's bound, while the FS proposal shows the growth rate is zero. It seems that the holographic CV conjecture and the field theoretic FG method are more correlated.

  3. Matrix effective theories of the fractional quantum Hall effect

    International Nuclear Information System (INIS)

    Cappelli, Andrea; Rodriguez, Ivan D

    2009-01-01

    The present understanding of nonperturbative ground states in the fractional quantum Hall effect is based on effective theories of the Jain 'composite fermion' excitations. We review the approach based on matrix variables, i.e. D0 branes, originally introduced by Susskind and Polychronakos. We show that the Maxwell-Chern-Simons matrix gauge theory provides a matrix generalization of the quantum Hall effect, where the composite-fermion construction naturally follows from gauge invariance. The matrix ground states obtained by suitable projections of higher Landau levels are found to be in one-to-one correspondence with the Laughlin and Jain hierarchical states. The matrix theory possesses a physical limit for commuting matrices that could be reachable while staying in the same phase.

  4. Controllability of switched singular mix-valued logical control networks with constraints

    Science.gov (United States)

    Deng, Lei; Gong, Mengmeng; Zhu, Peiyong

    2018-03-01

    The present paper investigates the controllability problem of switched singular mix-valued logical control networks (SSMLCNs) with constraints on states and controls. First, using the semi-tenser product (STP) of matrices, the SSMLCN is expressed in an algebraic form, based on which a necessary and sufficient condition is given for the uniqueness of solution of SSMLCNs. Second, a necessary and sufficient criteria is derived for the controllability of constrained SSMLCNs, by converting a constrained SSMLCN into a parallel constrained switched mix-valued logical control network. Third, an algorithm is presented to design a proper switching sequence and a control scheme which force a state to a reachable state. Finally, a numerical example is given to demonstrate the efficiency of the results obtained in this paper.

  5. Asymptotic behavior of dynamical and control systems under perturbation and discretization

    CERN Document Server

    Grüne, Lars

    2002-01-01

    This book provides an approach to the study of perturbation and discretization effects on the long-time behavior of dynamical and control systems. It analyzes the impact of time and space discretizations on asymptotically stable attracting sets, attractors, asumptotically controllable sets and their respective domains of attractions and reachable sets. Combining robust stability concepts from nonlinear control theory, techniques from optimal control and differential games and methods from nonsmooth analysis, both qualitative and quantitative results are obtained and new algorithms are developed, analyzed and illustrated by examples.

  6. Multi-state Markov models for disease progression in the presence of informative examination times: an application to hepatitis C.

    Science.gov (United States)

    Sweeting, M J; Farewell, V T; De Angelis, D

    2010-05-20

    In many chronic diseases it is important to understand the rate at which patients progress from infection through a series of defined disease states to a clinical outcome, e.g. cirrhosis in hepatitis C virus (HCV)-infected individuals or AIDS in HIV-infected individuals. Typically data are obtained from longitudinal studies, which often are observational in nature, and where disease state is observed only at selected examinations throughout follow-up. Transition times between disease states are therefore interval censored. Multi-state Markov models are commonly used to analyze such data, but rely on the assumption that the examination times are non-informative, and hence the examination process is ignorable in a likelihood-based analysis. In this paper we develop a Markov model that relaxes this assumption through the premise that the examination process is ignorable only after conditioning on a more regularly observed auxiliary variable. This situation arises in a study of HCV disease progression, where liver biopsies (the examinations) are sparse, irregular, and potentially informative with respect to the transition times. We use additional information on liver function tests (LFTs), commonly collected throughout follow-up, to inform current disease state and to assume an ignorable examination process. The model developed has a similar structure to a hidden Markov model and accommodates both the series of LFT measurements and the partially latent series of disease states. We show through simulation how this model compares with the commonly used ignorable Markov model, and a Markov model that assumes the examination process is non-ignorable. Copyright 2010 John Wiley & Sons, Ltd.

  7. Estimating the state of a geophysical system with sparse observations: time delay methods to achieve accurate initial states for prediction

    Science.gov (United States)

    An, Zhe; Rey, Daniel; Ye, Jingxin; Abarbanel, Henry D. I.

    2017-01-01

    The problem of forecasting the behavior of a complex dynamical system through analysis of observational time-series data becomes difficult when the system expresses chaotic behavior and the measurements are sparse, in both space and/or time. Despite the fact that this situation is quite typical across many fields, including numerical weather prediction, the issue of whether the available observations are "sufficient" for generating successful forecasts is still not well understood. An analysis by Whartenby et al. (2013) found that in the context of the nonlinear shallow water equations on a β plane, standard nudging techniques require observing approximately 70 % of the full set of state variables. Here we examine the same system using a method introduced by Rey et al. (2014a), which generalizes standard nudging methods to utilize time delayed measurements. We show that in certain circumstances, it provides a sizable reduction in the number of observations required to construct accurate estimates and high-quality predictions. In particular, we find that this estimate of 70 % can be reduced to about 33 % using time delays, and even further if Lagrangian drifter locations are also used as measurements.

  8. Design of an optimal preview controller for linear discrete-time descriptor systems with state delay

    Science.gov (United States)

    Cao, Mengjuan; Liao, Fucheng

    2015-04-01

    In this paper, the linear discrete-time descriptor system with state delay is studied, and a design method for an optimal preview controller is proposed. First, by using the discrete lifting technique, the original system is transformed into a general descriptor system without state delay in form. Then, taking advantage of the first-order forward difference operator, we construct a descriptor augmented error system, including the state vectors of the lifted system, error vectors, and desired target signals. Rigorous mathematical proofs are given for the regularity, stabilisability, causal controllability, and causal observability of the descriptor augmented error system. Based on these, the optimal preview controller with preview feedforward compensation for the original system is obtained by using the standard optimal regulator theory of the descriptor system. The effectiveness of the proposed method is shown by numerical simulation.

  9. Excited states of ReO4-: A comprehensive time-dependent relativistic density functional theory study

    Science.gov (United States)

    Xu, Wenhua; Ma, Jianyi; Peng, Daoling; Zou, Wenli; Liu, Wenjian; Staemmler, Volker

    2009-02-01

    The perrhenate anion, ReO4-, is taken as a showcase of heavy transition metal complexes, to examine the performance of time-dependent relativistic density functional linear response theory for electronic excitations, which is based on a newly proposed exact two-component Hamiltonian resulting from the symmetrized elimination of the small component. In total 30 scalar and 63 spinor excited states are investigated and the results are grossly in good agreement with those by the singles and doubles coupled-cluster linear response theory. It is found that only a few scalar states of 3T1 and 3T2 symmetries are split significantly by the spin-orbit coupling, whereas only those excited states involving the Rydberg-type virtual orbital are affected by the solvent effects. The nature of the optical absorption spectra is also highlighted.

  10. Excited states of ReO4-: A comprehensive time-dependent relativistic density functional theory study

    International Nuclear Information System (INIS)

    Xu Wenhua; Ma Jianyi; Peng Daoling; Zou Wenli; Liu Wenjian; Staemmler, Volker

    2009-01-01

    The perrhenate anion, ReO 4 - , is taken as a showcase of heavy transition metal complexes, to examine the performance of time-dependent relativistic density functional linear response theory for electronic excitations, which is based on a newly proposed exact two-component Hamiltonian resulting from the symmetrized elimination of the small component. In total 30 scalar and 63 spinor excited states are investigated and the results are grossly in good agreement with those by the singles and doubles coupled-cluster linear response theory. It is found that only a few scalar states of 3 T 1 and 3 T 2 symmetries are split significantly by the spin-orbit coupling, whereas only those excited states involving the Rydberg-type virtual orbital are affected by the solvent effects. The nature of the optical absorption spectra is also highlighted

  11. Economic Conditions and the Divorce Rate: A Time-Series Analysis of the Postwar United States.

    Science.gov (United States)

    South, Scott J.

    1985-01-01

    Challenges the belief that the divorce rate rises during prosperity and falls during economic recessions. Time-series regression analysis of postwar United States reveals small but positive effects of unemployment on divorce rate. Stronger influences on divorce rates are changes in age structure and labor-force participation rate of women.…

  12. Forecasting the Global Mean Sea Level, a Continuous-Time State-Space Approach

    DEFF Research Database (Denmark)

    Boldrini, Lorenzo

    In this paper we propose a continuous-time, Gaussian, linear, state-space system to model the relation between global mean sea level (GMSL) and the global mean temperature (GMT), with the aim of making long-term projections for the GMSL. We provide a justification for the model specification based......) and the temperature reconstruction from Hansen et al. (2010). We compare the forecasting performance of the proposed specification to the procedures developed in Rahmstorf (2007b) and Vermeer and Rahmstorf (2009). Finally, we compute projections for the sea-level rise conditional on the 21st century SRES temperature...

  13. Elevated temperature inelastic analysis of metallic media under time varying loads using state variable theories

    International Nuclear Information System (INIS)

    Kumar, V.; Mukherjee, S.

    1977-01-01

    In the present paper a general time-dependent inelastic analysis procedure for three-dimensional bodies subjected to arbitrary time varying mechanical and thermal loads using these state variable theories is presented. For the purpose of illustrations, the problems of hollow spheres, cylinders and solid circular shafts subjected to various combinations of internal and external pressures, axial force (or constraint) and torque are analyzed using the proposed solution procedure. Various cyclic thermal and mechanical loading histories with rectangular or sawtooth type waves with or without hold-time are considered. Numerical results for these geometrical shapes for various such loading histories are presented using Hart's theory (Journal of Engineering Materials and Technology 1976). The calculations are performed for nickel in the temperature range of 25 0 C to 400 0 C. For integrating forward in time, a method of solving a stiff system of ordinary differential equations is employed which corrects the step size and order of the method automatically. The limit loads for hollow spheres and cylinders are calculated using the proposed method and Hart's theory, and comparisons are made against the known theoretical results. The numerical results for other loading histories are discussed in the context of Hart's state variable type constitutive relations. The significance of phenomena such as strain rate sensitivity, Bauschinger's effect, crep recovery, history dependence and material softening with regard to these multiaxial problems are discussed in the context of Hart's theory

  14. Determining the structural relaxation times deep in the glassy state of the pharmaceutical Telmisartan

    Energy Technology Data Exchange (ETDEWEB)

    Adrjanowicz, K; Paluch, M [Institute of Physics, University of Silesia, Uniwersytecka 4, 40-007 Katowice (Poland); Ngai, K L [Naval Research Laboratory, Washington, DC 20375-5320 (United States)

    2010-03-31

    By using the dielectric relaxation method proposed recently by Casalini and Roland (2009 Phys. Rev. Lett. 102 035701), we were able to determine the structural alpha-relaxation times deep in the glassy state of the pharmaceutical, Telmisartan. Normally, deep in the glassy state tau{sub a}lpha is so long that it cannot be measured but tau{sub b}eta, which is usually much shorter, can be directly determined. The method basically takes advantage of the connection between the alpha-relaxation and the secondary beta-relaxation of the Johari-Goldstein kind, including a relation between their relaxation times tau{sub a}lpha and tau{sub b}eta, respectively. Thus, tau{sub a}lpha of Telmisartan were determined by monitoring the change of the dielectric beta-loss, epsilon'', with physical aging time at temperatures well below the vitrification temperature. The values of tau{sub a}lpha were compared with those expected by the coupling model (CM). Unequivocal comparison cannot be made in the case of Telmisartan because its beta-loss peak is extremely broad, and the CM predicts only an order of magnitude agreement between the primitive relaxation frequency and the beta-peak frequency. We also made an attempt to analyze all isothermal and aging susceptibility data after transformation into the electric modulus representation. The tau{sub a}lpha found in the glass state by using the method of Casalini and Roland in the modulus representation are similar to those obtained in the susceptibility representation. However, it is remarkable that the stretching parameter beta{sub KWWM} = 0.51 in the electric modulus representation gives more precise fits to the aging data than in the susceptibility representation with beta{sub KWW} = 0.61. Our results suggest that the electric modulus representation may be useful as an alternative to analyze aging data, especially in the case of highly polar glassformers having a large ratio of low frequency and high frequency dielectric

  15. Texturing of continuous LOD meshes with the hierarchical texture atlas

    Science.gov (United States)

    Birkholz, Hermann

    2006-02-01

    For the rendering of detailed virtual environments, trade-offs have to be made between image quality and rendering time. An immersive experience of virtual reality always demands high frame-rates with the best reachable image qual-ity. Continuous Level of Detail (cLoD) triangle-meshes provide an continuous spectrum of detail for a triangle mesh that can be used to create view-dependent approximations of the environment in real-time. This enables the rendering with a constant number of triangles and thus with constant frame-rates. Normally the construction of such cLoD mesh representations leads to the loss of all texture information of the original mesh. To overcome this problem, a parameter domain can be created, in order to map the surface properties (colour, texture, normal) to it. This parameter domain can be used to map the surface properties back to arbitrary approximations of the original mesh. The parameter domain is often a simplified version of the mesh to be parameterised. This limits the reachable simplification to the domain mesh which has to map the surface of the original mesh with the least possible stretch. In this paper, a hierarchical domain mesh is presented, that scales between very coarse domain meshes and good property-mapping.

  16. Robotic tilt table reduces the occurrence of orthostatic hypotension over time in vegetative states.

    Science.gov (United States)

    Taveggia, Giovanni; Ragusa, Ivana; Trani, Vincenzo; Cuva, Daniele; Angeretti, Cristina; Fontanella, Marco; Panciani, Pier Paolo; Borboni, Alberto

    2015-06-01

    The aim of this study is to evaluate the effects of verticalization with or without combined movement of the lower limbs in patients in a vegetative state or a minimally conscious state. In particular, we aimed to study whether, in the group with combined movement, there was better tolerance to verticalization. This was a randomized trial conducted in a neurorehabilitation hospital. Twelve patients with vegetative state and minimally conscious state 3-18 months after acute acquired brain injuries were included. Patients were randomized into A and B treatment groups. Study group A underwent verticalization with a tilt table at 65° and movimentation of the lower limbs with a robotic system for 30 min three times a week for 24 sessions. Control group B underwent the same rehabilitation treatment, with a robotic verticalization system, but an inactive lower-limb movement system. Systolic and diastolic blood pressure and heart rate were determined. Robotic movement of the lower limbs can reduce the occurrence of orthostatic hypotension in hemodynamically unstable patients. Despite the small number of patients involved (only eight patients completed the trial), our results indicate that blood pressures and heart rate can be stabilized better (with) by treatment with passive leg movements in hemodynamically unstable patients.

  17. A Systematic Approach for Real-Time Operator Functional State Assessment

    Science.gov (United States)

    Zhang, Guangfan; Wang, Wei; Pepe, Aaron; Xu, Roger; Schnell, Thomas; Anderson, Nick; Heitkamp, Dean; Li, Jiang; Li, Feng; McKenzie, Frederick

    2012-01-01

    A task overload condition often leads to high stress for an operator, causing performance degradation and possibly disastrous consequences. Just as dangerous, with automated flight systems, an operator may experience a task underload condition (during the en-route flight phase, for example), becoming easily bored and finding it difficult to maintain sustained attention. When an unexpected event occurs, either internal or external to the automated system, the disengaged operator may neglect, misunderstand, or respond slowly/inappropriately to the situation. In this paper, we discuss an approach for Operator Functional State (OFS) monitoring in a typical aviation environment. A systematic ground truth finding procedure has been designed based on subjective evaluations, performance measures, and strong physiological indicators. The derived OFS ground truth is continuous in time compared to a very sparse estimation of OFS based on an expert review or subjective evaluations. It can capture the variations of OFS during a mission to better guide through the training process of the OFS assessment model. Furthermore, an OFS assessment model framework based on advanced machine learning techniques was designed and the systematic approach was then verified and validated with experimental data collected in a high fidelity Boeing 737 simulator. Preliminary results show highly accurate engagement/disengagement detection making it suitable for real-time applications to assess pilot engagement.

  18. DETERMINATION OF THE TIME LIMITS OF ELIGIBILITY IN A STATE OF EXTREME NECESSITY

    Directory of Open Access Journals (Sweden)

    Vyacheslav Victorovich Naumov

    2015-12-01

    Full Text Available Up to now the limits of eligibility of extreme necessity were not the subject of independent research.The problems of definition of the time limits of p eligibility are considered in this article based on the scientific and monographic literature analysis. Relevance of the considered matter is defined by the fact that the correct establishment of time limits of eligibility of act is of great importance in the law enforcement activity in order to establish the non-delinquency of act in state of extreme necessity. The purpose of this research is the analysis of definition of time limits of extreme necessity eligibility and drawing proposals on this basis for improvement of legislative regulations and existing laws enforcement efficiency with regards to extreme necessity. Research methods: dialectic, formal-logical, system. The author empha-sizes the eligibility limits of admissible harm and the temporary limits. When determining the time limits the author emphasizes the following criteria: the value of danger, intensity of actions, and also identifies an "initial" and "final" moments in the defense of legally protected interests. The improvement of the existing legisla-tion was proposed based on the carried-out analysis.

  19. Recursive definition of global cellular-automata mappings

    DEFF Research Database (Denmark)

    Feldberg, Rasmus; Knudsen, Carsten; Rasmussen, Steen

    1994-01-01

    A method for a recursive definition of global cellular-automata mappings is presented. The method is based on a graphical representation of global cellular-automata mappings. For a given cellular-automaton rule the recursive algorithm defines the change of the global cellular-automaton mapping...... as the number of lattice sites is incremented. A proof of lattice size invariance of global cellular-automata mappings is derived from an approximation to the exact recursive definition. The recursive definitions are applied to calculate the fractal dimension of the set of reachable states and of the set...

  20. Recursive Advice for Coordination

    DEFF Research Database (Denmark)

    Terepeta, Michal Tomasz; Nielson, Hanne Riis; Nielson, Flemming

    2012-01-01

    Aspect-oriented programming is a programming paradigm that is often praised for the ability to create modular software and separate cross-cutting concerns. Recently aspects have been also considered in the context of coordination languages, offering similar advantages. However, introducing aspects...... challenging. This is important since ensuring that a system does not contain errors is often equivalent to proving that some states are not reachable. In this paper we show how to solve these challenges by applying a successful technique from the area of software model checking, namely communicating pushdown...

  1. A verification environment for bigraphs

    DEFF Research Database (Denmark)

    Perrone, Gian David; Debois, Søren; Hildebrandt, Thomas

    2013-01-01

    We present the BigMC tool for bigraphical reactive systems that may be instantiated as a verification tool for any formalism or domain-specific modelling language encoded as a bigraphical reactive system. We introduce the syntax and use of BigMC, and exemplify its use with two small examples......: a textbook “philosophers” example, and an example motivated by a ubiquitous computing application. We give a tractable heuristic with which to approximate interference between reaction rules, and prove this analysis to be safe. We provide a mechanism for state reachability checking of bigraphical reactive...

  2. The timing of marriage vis-à-vis coresidence and childbearing in Europe and the United States

    NARCIS (Netherlands)

    J.A. Holland (Jennifer)

    2017-01-01

    textabstractOBJECTIVE These descriptive findings extend Holland's (2013) marriage typology by linking the timing of marriage, childbearing, and cohabitation, and apply it to a range of European countries and the United States. The meaning of marriage is organized around six ideal types: Direct

  3. Progress towards steady-state operation and real time control of internal transport barriers in JET

    International Nuclear Information System (INIS)

    Litaudon, X.

    2002-01-01

    In JET advanced tokamak research mainly focuses on plasmas with internal transport barriers (ITBs), generated by modifications of the current profile. The formerly developed optimised shear regime with low magnetic shear in the plasma center has been extended to deeply reversed magnetic shear configurations. ITBs occur at much lower access powers. The achievement of high fusion performance is reported in deeply reversed magnetic shear configuration. The generation of plasmas with wide ITBs in this configuration has allowed an extension of the accessible normalised toroidal beta at high magnetic field. We report on the successful sustainment and control of the electron and ion ITB in full current drive operation with a large fraction of bootstrap current. Progress towards the steady state capability of ITB plasmas includes techniques to avoid strong ELM activity and the newly developed real time control of the local ITB strength. Thanks to the real time control of the ITB characteristics the improved confinement state is maintained in a more reproducible and stable manner in quasi-stationary conditions. (author)

  4. Maintenance of the CERN telephone exchanges

    CERN Multimedia

    2007-01-01

    Maintenance work on the CERN telephone exchanges will be performed on 10 July from 8 p.m. to midnight. During this intervention, the fixed telephone services, audioconference services and GSM calls made via the 333 prefix may be disrupted. However, the CCC and the fire brigade will be reachable at all times. For more details about this maintenance work, please call the telephone switchboard on 76111 or send an e-mail. Telecom SectionIT/CS

  5. Maintenance of the CERN telephone exchanges

    CERN Multimedia

    IT Department

    2009-01-01

    Maintenance work will be carried out on the CERN telephone exchanges between 20h00 and midnight on the 29th of July in order to apply the latest software patches. Fixed-line telephone and audio-conference services may be disrupted during this intervention. Nevertheless, the CCC and the fire brigade will be reachable at any time. Mobile telephony services (GSM) will not be affected by the maintenance work. IT/CS/CS

  6. Maintenance of the CERN telephone exchanges

    CERN Multimedia

    2007-01-01

    A maintenance of the CERN telephone exchanges will be performed on the 10th of July from 8 p.m. to midnight. During this intervention, the fixed telephone services, audioconference services, and GSM calls made via the 333 prefix may be disrupted. However, the CCC and the fire brigade will be reachable at any time. For more details about this maintenance, please contact the telephone switchboard at 76111 or by email. Telecom Section IT/CS

  7. Incorporating time dependent link costs in multi-state supernetworks

    NARCIS (Netherlands)

    Liao, F.

    2011-01-01

    Multi-state supernetwork represents a promising approach to model multi-modal and multi-activity travel behaviour. A derived feature of this approach is that a point-to-point path through the supernetwork represents a specific activity-travel pattern. A limitation of current multi-state

  8. United States Forest Disturbance Trends Observed Using Landsat Time Series

    Science.gov (United States)

    Masek, Jeffrey G.; Goward, Samuel N.; Kennedy, Robert E.; Cohen, Warren B.; Moisen, Gretchen G.; Schleeweis, Karen; Huang, Chengquan

    2013-01-01

    Disturbance events strongly affect the composition, structure, and function of forest ecosystems; however, existing U.S. land management inventories were not designed to monitor disturbance. To begin addressing this gap, the North American Forest Dynamics (NAFD) project has examined a geographic sample of 50 Landsat satellite image time series to assess trends in forest disturbance across the conterminous United States for 1985-2005. The geographic sample design used a probability-based scheme to encompass major forest types and maximize geographic dispersion. For each sample location disturbance was identified in the Landsat series using the Vegetation Change Tracker (VCT) algorithm. The NAFD analysis indicates that, on average, 2.77 Mha/yr of forests were disturbed annually, representing 1.09%/yr of US forestland. These satellite-based national disturbance rates estimates tend to be lower than those derived from land management inventories, reflecting both methodological and definitional differences. In particular the VCT approach used with a biennial time step has limited sensitivity to low-intensity disturbances. Unlike prior satellite studies, our biennial forest disturbance rates vary by nearly a factor of two between high and low years. High western US disturbance rates were associated with active fire years and insect activity, while variability in the east is more strongly related to harvest rates in managed forests. We note that generating a geographic sample based on representing forest type and variability may be problematic since the spatial pattern of disturbance does not necessarily correlate with forest type. We also find that the prevalence of diffuse, non-stand clearing disturbance in US forests makes the application of a biennial geographic sample problematic. Future satellite-based studies of disturbance at regional and national scales should focus on wall-to-wall analyses with annual time step for improved accuracy.

  9. Optimal State Estimation for Discrete-Time Markov Jump Systems with Missing Observations

    Directory of Open Access Journals (Sweden)

    Qing Sun

    2014-01-01

    Full Text Available This paper is concerned with the optimal linear estimation for a class of direct-time Markov jump systems with missing observations. An observer-based approach of fault detection and isolation (FDI is investigated as a detection mechanic of fault case. For systems with known information, a conditional prediction of observations is applied and fault observations are replaced and isolated; then, an FDI linear minimum mean square error estimation (LMMSE can be developed by comprehensive utilizing of the correct information offered by systems. A recursive equation of filtering based on the geometric arguments can be obtained. Meanwhile, a stability of the state estimator will be guaranteed under appropriate assumption.

  10. Dynamic average modeling of a bidirectional solid state transformer for feasibility studies and real-time implementation

    OpenAIRE

    Martínez Velasco, Juan Antonio; Alepuz Menéndez, Salvador; Gonzalez Molina, Francisco; Martín Arnedo, Jacinto

    2014-01-01

    Detailed switching models of power electronics devices often lead to long computing times, limiting the size of the system to be simulated. This drawback is especially important when the goal is to implement the model in a real-time simulation platform. An alternative is to use dynamic average models (DAM) for analyzing the dynamic behavior of power electronic devices. This paper presents the development of a DAM for a bidirectional solid-state transformer and its implementation in a real-tim...

  11. Space-for-time substitution in predicting the state of picoplankton and nanoplankton in a changing Arctic Ocean

    Science.gov (United States)

    Li, William K. W.; Carmack, Eddy C.; McLaughlin, Fiona A.; Nelson, R. John; Williams, William J.

    2013-10-01

    The Arctic Ocean is changing rapidly but there are no long-term time series observations on the state of the phytoplankton community that could allow a link to be made from physical/chemical pressures to the impact on marine ecosystems. Here, we test the idea that space-for-time (SFT) substitution might predict temporal change in the Canada Basin premised on differences in the present state of phytoplankton in other geographic zones, specifically the ratio in the abundance of picophytoplankton to nanophytoplankton (Pico:Nano). We compared the change in Pico:Nano observed in the Canada Basin from 2004 to 2012 to the different average states of this ratio in 26 other ocean ecological regions. Our results show that as upper ocean nitrate concentration changed in the Canada Basin from year to year, the concomitant change in Pico:Nano was statistically commensurate with the difference that this ratio exhibits between Longhurst ecological provinces in relation to nitrate concentration. Lower average concentration of nitrate in the upper water column is associated with a higher value of Pico:Nano, a result consistent with resource control of phytoplankton size structure in the ocean. We suggest that SFT substitution allows an explanation of temporal progression from spatial pattern as a test of mechanism, but such statistical prediction is not necessarily a projection of future states.

  12. Time-dependent structural transformation analysis to high-level Petri net model with active state transition diagram

    Directory of Open Access Journals (Sweden)

    Saito Ayumu

    2010-04-01

    Full Text Available Abstract Background With an accumulation of in silico data obtained by simulating large-scale biological networks, a new interest of research is emerging for elucidating how living organism functions over time in cells. Investigating the dynamic features of current computational models promises a deeper understanding of complex cellular processes. This leads us to develop a method that utilizes structural properties of the model over all simulation time steps. Further, user-friendly overviews of dynamic behaviors can be considered to provide a great help in understanding the variations of system mechanisms. Results We propose a novel method for constructing and analyzing a so-called active state transition diagram (ASTD by using time-course simulation data of a high-level Petri net. Our method includes two new algorithms. The first algorithm extracts a series of subnets (called temporal subnets reflecting biological components contributing to the dynamics, while retaining positive mathematical qualities. The second one creates an ASTD composed of unique temporal subnets. ASTD provides users with concise information allowing them to grasp and trace how a key regulatory subnet and/or a network changes with time. The applicability of our method is demonstrated by the analysis of the underlying model for circadian rhythms in Drosophila. Conclusions Building ASTD is a useful means to convert a hybrid model dealing with discrete, continuous and more complicated events to finite time-dependent states. Based on ASTD, various analytical approaches can be applied to obtain new insights into not only systematic mechanisms but also dynamics.

  13. Communication: Orbital instabilities and triplet states from time-dependent density functional theory and long-range corrected functionals

    Science.gov (United States)

    Sears, John S.; Koerzdoerfer, Thomas; Zhang, Cai-Rong; Brédas, Jean-Luc

    2011-10-01

    Long-range corrected hybrids represent an increasingly popular class of functionals for density functional theory (DFT) that have proven to be very successful for a wide range of chemical applications. In this Communication, we examine the performance of these functionals for time-dependent (TD)DFT descriptions of triplet excited states. Our results reveal that the triplet energies are particularly sensitive to the range-separation parameter; this sensitivity can be traced back to triplet instabilities in the ground state coming from the large effective amounts of Hartree-Fock exchange included in these functionals. As such, the use of standard long-range corrected functionals for the description of triplet states at the TDDFT level is not recommended.

  14. Replicability of time-varying connectivity patterns in large resting state fMRI samples.

    Science.gov (United States)

    Abrol, Anees; Damaraju, Eswar; Miller, Robyn L; Stephen, Julia M; Claus, Eric D; Mayer, Andrew R; Calhoun, Vince D

    2017-12-01

    The past few years have seen an emergence of approaches that leverage temporal changes in whole-brain patterns of functional connectivity (the chronnectome). In this chronnectome study, we investigate the replicability of the human brain's inter-regional coupling dynamics during rest by evaluating two different dynamic functional network connectivity (dFNC) analysis frameworks using 7 500 functional magnetic resonance imaging (fMRI) datasets. To quantify the extent to which the emergent functional connectivity (FC) patterns are reproducible, we characterize the temporal dynamics by deriving several summary measures across multiple large, independent age-matched samples. Reproducibility was demonstrated through the existence of basic connectivity patterns (FC states) amidst an ensemble of inter-regional connections. Furthermore, application of the methods to conservatively configured (statistically stationary, linear and Gaussian) surrogate datasets revealed that some of the studied state summary measures were indeed statistically significant and also suggested that this class of null model did not explain the fMRI data fully. This extensive testing of reproducibility of similarity statistics also suggests that the estimated FC states are robust against variation in data quality, analysis, grouping, and decomposition methods. We conclude that future investigations probing the functional and neurophysiological relevance of time-varying connectivity assume critical importance. Copyright © 2017 The Authors. Published by Elsevier Inc. All rights reserved.

  15. State of the art on fault-tolerant real time distributed systems

    International Nuclear Information System (INIS)

    Levkov, V.

    1992-06-01

    The integration of new computerized functions in power plant, and especially nuclear power plant, control and instrumentation systems implies more and more stringent requirements as to communication system reliability. For if an item of equipment, or even a computer program, can be validated and qualified, no formal qualification procedure is presently imposed on communication networks. This is certainly due to the relative immaturity of these networks, but also to their complexity. It is for this reason that, in the context of preparation for the future PWR 2000 standardized nuclear plants, it would seem appropriate to take a look at fault-tolerant communication systems. Since C and I type applications (in the control room) are divided between several computers and are required to contend with extremely severe time constraints, EDF has undertaken investigation of fault-tolerant, real time distributed systems. This paper summarized the state of the art in the field as it appears from discussion with computer manufacturers, academics and research workers on related projects. The results obtained were then used to determine trends as to ''promising'' solutions. The paper concludes with recommended study programs for the PCC department of EDF/R and DD for the next few years. (author), 9 figs., 10 refs., 2 annexes

  16. Dense time discretization technique for verification of real time systems

    International Nuclear Information System (INIS)

    Makackas, Dalius; Miseviciene, Regina

    2016-01-01

    Verifying the real-time system there are two different models to control the time: discrete and dense time based models. This paper argues a novel verification technique, which calculates discrete time intervals from dense time in order to create all the system states that can be reached from the initial system state. The technique is designed for real-time systems specified by a piece-linear aggregate approach. Key words: real-time system, dense time, verification, model checking, piece-linear aggregate

  17. Stability and oscillation of two coupled Duffing equations with time delay state feedback

    International Nuclear Information System (INIS)

    El-Bassiouny, A F

    2006-01-01

    This paper presents an analytical study of the simultaneous principal parametric resonances of two coupled Duffing equations with time delay state feedback. The concept of an equivalent damping related to the delay feedback is proposed and the appropriate choice of the feedback gains and the time delay is discussed from the viewpoint of vibration control. The method of multiple scales is used to determine a set of ordinary differential equations governing the modulation of the amplitudes and phases of the two modes. The first order approximation of the resonances are derived and the effect of time delay on the resonances is investigated. The fixed points correspond to a periodic motion for the starting system and we show the frequency-response curves. We analyse the effect of time delay and the other different parameters on these oscillations. The stability of the fixed points is examined by using the variational method. Numerical solutions are carried out and graphical representations of the results are presented and discussed. Increasing in the time delay τ given decreasing and increasing in the regions of definition and stability respectively and the first mode has decreased magnitudes. The multivalued solutions disappear when decreasing the coefficients of cubic nonlinearities of the second mode α 3 and the detuning parameter σ 2 respectively. Both modes shift to the left for increasing linear feedback gain v 1 and the coefficient of parametric excitation f 1 respectively

  18. Budget- and Priority-Setting Criteria at State Health Agencies in Times of Austerity: A Mixed-Methods Study

    Science.gov (United States)

    Resnick, Beth; Kass, Nancy; Sellers, Katie; Young, Jessica; Bernet, Patrick; Jarris, Paul

    2014-01-01

    Objectives. We examined critical budget and priority criteria for state health agencies to identify likely decision-making factors, pressures, and opportunities in times of austerity. Methods. We have presented findings from a 2-stage, mixed-methods study with state public health leaders regarding public health budget- and priority-setting processes. In stage 1, we conducted hour-long interviews in 2011 with 45 health agency executive and division or bureau leaders from 6 states. Stage 2 was an online survey of 207 executive and division or bureau leaders from all state health agencies (66% response rate). Results. Respondents identified 5 key criteria: whether a program was viewed as “mission critical,” the seriousness of the consequences of not funding the program, financing considerations, external directives and mandates, and the magnitude of the problem the program addressed. Conclusions. We have presented empirical findings on criteria used in state health agency budgetary decision-making. These criteria suggested a focus and interest on core public health and the largest public health problems with the most serious ramifications. PMID:24825212

  19. Hybrid Control and Verification of a Pulsed Welding Process

    DEFF Research Database (Denmark)

    Wisniewski, Rafal; Larsen, Jesper Abildgaard; Izadi-Zamanabadi, Roozbeh

    Currently systems, which are desired to control, are becoming more and more complex and classical control theory objectives, such as stability or sensitivity, are often not sufficient to cover the control objectives of the systems. In this paper it is shown how the dynamics of a pulsed welding...... process can be reformulated into a timed automaton hybrid setting and subsequently properties such as reachability and deadlock absence is verified by the simulation and verification tool UPPAAL....

  20. State estimation for neural neutral-type networks with mixed time-varying delays and Markovian jumping parameters

    International Nuclear Information System (INIS)

    Lakshmanan, S.; Park, Ju H.; Jung, H. Y.; Balasubramaniam, P.

    2012-01-01

    This paper is concerned with a delay-dependent state estimator for neutral-type neural networks with mixed time-varying delays and Markovian jumping parameters. The addressed neural networks have a finite number of modes, and the modes may jump from one to another according to a Markov process. By construction of a suitable Lyapunov—Krasovskii functional, a delay-dependent condition is developed to estimate the neuron states through available output measurements such that the estimation error system is globally asymptotically stable in a mean square. The criterion is formulated in terms of a set of linear matrix inequalities (LMIs), which can be checked efficiently by use of some standard numerical packages

  1. Time-dependent inelastic analysis of metallic media using constitutive relations with state variables

    Energy Technology Data Exchange (ETDEWEB)

    Kumar, V; Mukherjee, S [Cornell Univ., Ithaca, N.Y. (USA)

    1977-03-01

    A computational technique in terms of stress, strain and displacement rates is presented for the solution of boundary value problems for metallic structural elements at uniform elevated temperatures subjected to time varying loads. This method can accommodate any number of constitutive relations with state variables recently proposed by other researchers to model the inelastic deformation of metallic media at elevated temperatures. Numerical solutions are obtained for several structural elements subjected to steady loads. The constitutive relations used for these numerical solutions are due to Hart. The solutions are discussed in the context of the computational scheme and Hart's theory.

  2. Development of high-reliable real-time communication network protocol for SMART

    Energy Technology Data Exchange (ETDEWEB)

    Song, Ki Sang; Kim, Young Sik [Korea National University of Education, Chongwon (Korea); No, Hee Chon [Korea Advanced Institute of Science and Technology, Taejon (Korea)

    1999-04-01

    In this research, we first define protocol subsets for SMART(System-integrated Modular Advanced Reactor) communication network based on the requirement of SMART MMIS transmission delay and traffic requirements and OSI(Open System Interconnection) 7 layers' network protocol functions. Also, current industrial purpose LAN protocols are analyzed and the applicability of commercialized protocols are checked. For the suitability test, we have applied approximated SMART data traffic and maximum allowable transmission delay requirement. With the simulation results, we conclude that IEEE 802.5 and FDDI which is an ANSI standard, is the most suitable for SMART. We further analyzed the FDDI and token ring protocols for SMART and nuclear plant network environment including IEEE 802.4, IEEE 802.5, and ARCnet. The most suitable protocol for SMART is FDDI and FDDI MAC and RMT protocol specifications have been verified with LOTOS and the verification results show that FDDI MAC and RMT satisfy the reachability and liveness, but does not show deadlock and livelock. Therefore, we conclude that FDDI MAC and RMT is highly reliable protocol for SMART MMIS network. After that, we consider the stacking fault of IEEE 802.5 token ring protocol and propose a fault tolerant MAM(Modified Active Monitor) protocol. The simulation results show that the MAM protocol improves lower priority traffic service rate when stacking fault occurs. Therefore, proposed MAM protocol can be applied to SMART communication network for high reliability and hard real-time communication purpose in data acquisition and inter channel network. (author). 37 refs., 79 figs., 39 tabs.

  3. Time effects and glassy state behaviour in superconducting Y1Ba2Cu3O7-x

    International Nuclear Information System (INIS)

    Altinkok, A.; Yetis, H.; Olutas, M.; Kilic, K.; Kilic, A.

    2007-01-01

    The quenched disorder in the moving entity is investigated in a polycrystalline bulk sample of Y 1 Ba 2 Cu 3 O 7-x (YBCO) by slow transport relaxation measurements (V-t curves) on long time scales. The time evolution of sample voltage (V-t curve) are correlated to spatial reorganization of the driving current together with increasing or decreasing of resistive and non-resistive flow channels in a multiple connected network. In addition, it is shown that the voltage decays appearing in V-t curves are characterized by an exponential time dependence which is analogous to the glassy state relaxation

  4. RISMA: A Rule-based Interval State Machine Algorithm for Alerts Generation, Performance Analysis and Monitoring Real-Time Data Processing

    Science.gov (United States)

    Laban, Shaban; El-Desouky, Aly

    2013-04-01

    The monitoring of real-time systems is a challenging and complicated process. So, there is a continuous need to improve the monitoring process through the use of new intelligent techniques and algorithms for detecting exceptions, anomalous behaviours and generating the necessary alerts during the workflow monitoring of such systems. The interval-based or period-based theorems have been discussed, analysed, and used by many researches in Artificial Intelligence (AI), philosophy, and linguistics. As explained by Allen, there are 13 relations between any two intervals. Also, there have also been many studies of interval-based temporal reasoning and logics over the past decades. Interval-based theorems can be used for monitoring real-time interval-based data processing. However, increasing the number of processed intervals makes the implementation of such theorems a complex and time consuming process as the relationships between such intervals are increasing exponentially. To overcome the previous problem, this paper presents a Rule-based Interval State Machine Algorithm (RISMA) for processing, monitoring, and analysing the behaviour of interval-based data, received from real-time sensors. The proposed intelligent algorithm uses the Interval State Machine (ISM) approach to model any number of interval-based data into well-defined states as well as inferring them. An interval-based state transition model and methodology are presented to identify the relationships between the different states of the proposed algorithm. By using such model, the unlimited number of relationships between similar large numbers of intervals can be reduced to only 18 direct relationships using the proposed well-defined states. For testing the proposed algorithm, necessary inference rules and code have been designed and applied to the continuous data received in near real-time from the stations of International Monitoring System (IMS) by the International Data Centre (IDC) of the Preparatory

  5. The inner state differences of preterm birth rates in Brazil: a time series study

    OpenAIRE

    de Oliveira, Rosana Rosseto; Melo, Emiliana Cristina; Fujimori, Elizabeth; Mathias, Thais Aidar de Freitas

    2016-01-01

    Abstract Background Preterm birth is a serious public health problem, as it is linked to high rates of neonatal and child morbidity and mortality. The prevalence of premature births has increased worldwide, with regional differences. The objective of this study was to analyze the trend of preterm births in the state of Paraná, Brazil, according to Macro-regional and Regional Health Offices (RHOs). Methods This is an ecological time series study using preterm births records from the national l...

  6. Bivariate autoregressive state-space modeling of psychophysiological time series data.

    Science.gov (United States)

    Smith, Daniel M; Abtahi, Mohammadreza; Amiri, Amir Mohammad; Mankodiya, Kunal

    2016-08-01

    Heart rate (HR) and electrodermal activity (EDA) are often used as physiological measures of psychological arousal in various neuropsychology experiments. In this exploratory study, we analyze HR and EDA data collected from four participants, each with a history of suicidal tendencies, during a cognitive task known as the Paced Auditory Serial Addition Test (PASAT). A central aim of this investigation is to guide future research by assessing heterogeneity in the population of individuals with suicidal tendencies. Using a state-space modeling approach to time series analysis, we evaluate the effect of an exogenous input, i.e., the stimulus presentation rate which was increased systematically during the experimental task. Participants differed in several parameters characterizing the way in which psychological arousal was experienced during the task. Increasing the stimulus presentation rate was associated with an increase in EDA in participants 2 and 4. The effect on HR was positive for participant 2 and negative for participants 3 and 4. We discuss future directions in light of the heterogeneity in the population indicated by these findings.

  7. 75 FR 9568 - Standard Time Zone Boundary in the State of North Dakota: Proposed Change for Mercer County...

    Science.gov (United States)

    2010-03-03

    ... history. Beginning in 1883, mountain time was observed in the southwest portion of the state and a few... passenger transportation serving Mercer County. Residents go to the Bismarck/Mandan area to catch planes...

  8. Long-Term Impact of Implementation of a Stroke Protocol on Door-to-Needle Time in the Administration of Intravenous Tissue Plasminogen Activator.

    Science.gov (United States)

    Hillen, Machteld E; He, Wenzhuan; Al-Qudah, Zaid; Wang, Weizhen; Hidalgo, Andrea; Walia, Jessy

    2017-07-01

    This study aims to evaluate the effectiveness of implementing a stroke protocol (SP) in improving door-to-needle time (DTNT) and door-to-computed tomography (DTCT) time from 2010 to 2014. Published data from the Get With The Guidelines-Stroke (GWTGS) participating hospitals showed that median DTNT = 75 minutes with 26.6% of the patients achieving the recommended DTNT of 60 minutes or less. Implementation of an SP, which specifies the role of nurses, physicians, and technicians during acute stroke evaluation, can improve DTNT. This longitudinal quality assurance study was designed to compare the DTNT and the DTCT time pre- and post implementation of an SP in our hospital. Patients' data before (2009-2010) and after (2010-2014) the implementation of an SP were collected each year during the same 6-month period and compared using statistical software SPSS 20.0 for Windows (SPSS Inc., Chicago, IL). Although our DTNT did not significantly improve over the years, the median DTNT (59 minutes) was much less than the reported 75 minutes of GWTGS hospitals. Our DTCT time diminished from 20.6 minutes in 2009 to 15.9 minutes in 2014. The percentage of patients with a DTNT of 1 hour or less did not differ among all years (P = .296) and was 55.8%. Our study suggests that our performance in evaluating acute ischemic stroke patients within the American Heart Association/American Stroke Association suggested time window is reachable for prolonged periods of time. Continuous monitoring and education of all players involved are crucial to ensure best possible outcomes in the timely administration of intravenous tissue plasminogen activator. Copyright © 2017 National Stroke Association. Published by Elsevier Inc. All rights reserved.

  9. Novel density-based and hierarchical density-based clustering algorithms for uncertain data.

    Science.gov (United States)

    Zhang, Xianchao; Liu, Han; Zhang, Xiaotong

    2017-09-01

    Uncertain data has posed a great challenge to traditional clustering algorithms. Recently, several algorithms have been proposed for clustering uncertain data, and among them density-based techniques seem promising for handling data uncertainty. However, some issues like losing uncertain information, high time complexity and nonadaptive threshold have not been addressed well in the previous density-based algorithm FDBSCAN and hierarchical density-based algorithm FOPTICS. In this paper, we firstly propose a novel density-based algorithm PDBSCAN, which improves the previous FDBSCAN from the following aspects: (1) it employs a more accurate method to compute the probability that the distance between two uncertain objects is less than or equal to a boundary value, instead of the sampling-based method in FDBSCAN; (2) it introduces new definitions of probability neighborhood, support degree, core object probability, direct reachability probability, thus reducing the complexity and solving the issue of nonadaptive threshold (for core object judgement) in FDBSCAN. Then, we modify the algorithm PDBSCAN to an improved version (PDBSCANi), by using a better cluster assignment strategy to ensure that every object will be assigned to the most appropriate cluster, thus solving the issue of nonadaptive threshold (for direct density reachability judgement) in FDBSCAN. Furthermore, as PDBSCAN and PDBSCANi have difficulties for clustering uncertain data with non-uniform cluster density, we propose a novel hierarchical density-based algorithm POPTICS by extending the definitions of PDBSCAN, adding new definitions of fuzzy core distance and fuzzy reachability distance, and employing a new clustering framework. POPTICS can reveal the cluster structures of the datasets with different local densities in different regions better than PDBSCAN and PDBSCANi, and it addresses the issues in FOPTICS. Experimental results demonstrate the superiority of our proposed algorithms over the existing

  10. The forecasting of menstruation based on a state-space modeling of basal body temperature time series.

    Science.gov (United States)

    Fukaya, Keiichi; Kawamori, Ai; Osada, Yutaka; Kitazawa, Masumi; Ishiguro, Makio

    2017-09-20

    Women's basal body temperature (BBT) shows a periodic pattern that associates with menstrual cycle. Although this fact suggests a possibility that daily BBT time series can be useful for estimating the underlying phase state as well as for predicting the length of current menstrual cycle, little attention has been paid to model BBT time series. In this study, we propose a state-space model that involves the menstrual phase as a latent state variable to explain the daily fluctuation of BBT and the menstruation cycle length. Conditional distributions of the phase are obtained by using sequential Bayesian filtering techniques. A predictive distribution of the next menstruation day can be derived based on this conditional distribution and the model, leading to a novel statistical framework that provides a sequentially updated prediction for upcoming menstruation day. We applied this framework to a real data set of women's BBT and menstruation days and compared prediction accuracy of the proposed method with that of previous methods, showing that the proposed method generally provides a better prediction. Because BBT can be obtained with relatively small cost and effort, the proposed method can be useful for women's health management. Potential extensions of this framework as the basis of modeling and predicting events that are associated with the menstrual cycles are discussed. © 2017 The Authors. Statistics in Medicine Published by John Wiley & Sons Ltd. © 2017 The Authors. Statistics in Medicine Published by John Wiley & Sons Ltd.

  11. High Times: The Effect of Medical Marijuana Laws on Student Time Use

    OpenAIRE

    Chu, Yu-Wei Luke; Gershenson, Seth

    2016-01-01

    Twenty-three states and the District of Columbia have passed medical marijuana laws. Previous research shows that these laws increase marijuana use among adults. In this paper, we estimate the effects of medical marijuana laws (MML) on secondary and post-secondary students' time use using time diaries from the American Time Use Survey. We apply a difference-in-differences research design and estimate flexible fixed effects models that condition on state fixed effects and state-specific time t...

  12. Recursive definition of global cellular-automata mappings

    International Nuclear Information System (INIS)

    Feldberg, R.; Knudsen, C.; Rasmussen, S.

    1994-01-01

    A method for a recursive definition of global cellular-automata mappings is presented. The method is based on a graphical representation of global cellular-automata mappings. For a given cellular-automaton rule the recursive algorithm defines the change of the global cellular-automaton mapping as the number of lattice sites is incremented. A proof of lattice size invariance of global cellular-automata mappings is derived from an approximation to the exact recursive definition. The recursive definitions are applied to calculate the fractal dimension of the set of reachable states and of the set of fixed points of cellular automata on an infinite lattice

  13. Sampling-based real-time motion planning under state uncertainty for autonomous micro-aerial vehicles in GPS-denied environments.

    Science.gov (United States)

    Li, Dachuan; Li, Qing; Cheng, Nong; Song, Jingyan

    2014-11-18

    This paper presents a real-time motion planning approach for autonomous vehicles with complex dynamics and state uncertainty. The approach is motivated by the motion planning problem for autonomous vehicles navigating in GPS-denied dynamic environments, which involves non-linear and/or non-holonomic vehicle dynamics, incomplete state estimates, and constraints imposed by uncertain and cluttered environments. To address the above motion planning problem, we propose an extension of the closed-loop rapid belief trees, the closed-loop random belief trees (CL-RBT), which incorporates predictions of the position estimation uncertainty, using a factored form of the covariance provided by the Kalman filter-based estimator. The proposed motion planner operates by incrementally constructing a tree of dynamically feasible trajectories using the closed-loop prediction, while selecting candidate paths with low uncertainty using efficient covariance update and propagation. The algorithm can operate in real-time, continuously providing the controller with feasible paths for execution, enabling the vehicle to account for dynamic and uncertain environments. Simulation results demonstrate that the proposed approach can generate feasible trajectories that reduce the state estimation uncertainty, while handling complex vehicle dynamics and environment constraints.

  14. Prospects of experimentally reachable beyond Standard Model ...

    Indian Academy of Sciences (India)

    2016-01-06

    Jan 6, 2016 ... Since then, the theory has been experimentally verified to a ... Despite the fact that SM has unravelled the gauge origin of fundamental forces and the structure of Universe while successfully confronting numerous ...

  15. Link-Based Similarity Measures Using Reachability Vectors

    Directory of Open Access Journals (Sweden)

    Seok-Ho Yoon

    2014-01-01

    Full Text Available We present a novel approach for computing link-based similarities among objects accurately by utilizing the link information pertaining to the objects involved. We discuss the problems with previous link-based similarity measures and propose a novel approach for computing link based similarities that does not suffer from these problems. In the proposed approach each target object is represented by a vector. Each element of the vector corresponds to all the objects in the given data, and the value of each element denotes the weight for the corresponding object. As for this weight value, we propose to utilize the probability of reaching from the target object to the specific object, computed using the “Random Walk with Restart” strategy. Then, we define the similarity between two objects as the cosine similarity of the two vectors. In this paper, we provide examples to show that our approach does not suffer from the aforementioned problems. We also evaluate the performance of the proposed methods in comparison with existing link-based measures, qualitatively and quantitatively, with respect to two kinds of data sets, scientific papers and Web documents. Our experimental results indicate that the proposed methods significantly outperform the existing measures.

  16. Sparse Dataflow Analysis with Pointers and Reachability

    DEFF Research Database (Denmark)

    Madsen, Magnus; Møller, Anders

    2014-01-01

    quadtrees. The framework is presented as a systematic modification of a traditional dataflow analysis algorithm. Our experimental results demonstrate the effectiveness of the technique for a suite of JavaScript programs. By also comparing the performance with an idealized staged approach that computes...

  17. Benchmarks for electronically excited states: Time-dependent density functional theory and density functional theory based multireference configuration interaction

    DEFF Research Database (Denmark)

    Silva-Junior, Mario R.; Schreiber, Marko; Sauer, Stephan P. A.

    2008-01-01

    Time-dependent density functional theory (TD-DFT) and DFT-based multireference configuration interaction (DFT/MRCI) calculations are reported for a recently proposed benchmark set of 28 medium-sized organic molecules. Vertical excitation energies, oscillator strengths, and excited-state dipole...

  18. Tight-binding approximations to time-dependent density functional theory — A fast approach for the calculation of electronically excited states

    Energy Technology Data Exchange (ETDEWEB)

    Rüger, Robert, E-mail: rueger@scm.com [Scientific Computing & Modelling NV, De Boelelaan 1083, 1081 HV Amsterdam (Netherlands); Department of Theoretical Chemistry, Vrije Universiteit Amsterdam, De Boelelaan 1083, 1081 HV Amsterdam (Netherlands); Wilhelm-Ostwald-Institut für Physikalische und Theoretische Chemie, Linnéstr. 2, 04103 Leipzig (Germany); Lenthe, Erik van [Scientific Computing & Modelling NV, De Boelelaan 1083, 1081 HV Amsterdam (Netherlands); Heine, Thomas [Wilhelm-Ostwald-Institut für Physikalische und Theoretische Chemie, Linnéstr. 2, 04103 Leipzig (Germany); Visscher, Lucas [Department of Theoretical Chemistry, Vrije Universiteit Amsterdam, De Boelelaan 1083, 1081 HV Amsterdam (Netherlands)

    2016-05-14

    We propose a new method of calculating electronically excited states that combines a density functional theory based ground state calculation with a linear response treatment that employs approximations used in the time-dependent density functional based tight binding (TD-DFTB) approach. The new method termed time-dependent density functional theory TD-DFT+TB does not rely on the DFTB parametrization and is therefore applicable to systems involving all combinations of elements. We show that the new method yields UV/Vis absorption spectra that are in excellent agreement with computationally much more expensive TD-DFT calculations. Errors in vertical excitation energies are reduced by a factor of two compared to TD-DFTB.

  19. Investigations on the photoreactions of phenothiazine and phenoxazine in presence of 9-cyanoanthracene by using steady state and time resolved spectroscopic techniques.

    Science.gov (United States)

    Bardhan, Munmun; Mandal, Paulami; Tzeng, Wen-Bih; Ganguly, Tapan

    2010-09-01

    By using electrochemical, steady state and time resolved (fluorescence lifetime and transient absorption) spectroscopic techniques, detailed investigations were made to reveal the mechanisms of charge separation or forward electron transfer reactions within the electron donor phenothiazine (PTZH) or phenoxazine (PXZH) and well known electron acceptor 9-cyanoanthracene (CNA). The transient absorption spectra suggest that the charge separated species formed in the excited singlet state resulted from intermolecular photoinduced electron transfer reactions within the donor PTZH (or PXZH) and CNA acceptor relaxes to the corresponding triplet state. Though alternative mechanisms of via formations of contact neutral radical by H-transfer reaction have been proposed but the observed results obtained from the time resolved measurements indicate that the regeneration of ground state reactants is primarily responsible due to direct recombination of triplet contact ion-pair (CIP) or solvent-separated ion-pair (SSIP).

  20. Mean Transit Time and Mean Residence Time for Linear Diffusion–Convection–Reaction Transport System

    Directory of Open Access Journals (Sweden)

    Jacek Waniewski

    2007-01-01

    Full Text Available Characteristic times for transport processes in biological systems may be evaluated as mean transit times (MTTs (for transit states or mean residence times (MRT (for steady states. It is shown in a general framework of a (linear reaction–diffusion–convection equation that these two times are related. Analytical formulas are also derived to calculate moments of exit time distribution using solutions for a stationary state of the system.

  1. Correcting for Blood Arrival Time in Global Mean Regression Enhances Functional Connectivity Analysis of Resting State fMRI-BOLD Signals.

    Science.gov (United States)

    Erdoğan, Sinem B; Tong, Yunjie; Hocke, Lia M; Lindsey, Kimberly P; deB Frederick, Blaise

    2016-01-01

    Resting state functional connectivity analysis is a widely used method for mapping intrinsic functional organization of the brain. Global signal regression (GSR) is commonly employed for removing systemic global variance from resting state BOLD-fMRI data; however, recent studies have demonstrated that GSR may introduce spurious negative correlations within and between functional networks, calling into question the meaning of anticorrelations reported between some networks. In the present study, we propose that global signal from resting state fMRI is composed primarily of systemic low frequency oscillations (sLFOs) that propagate with cerebral blood circulation throughout the brain. We introduce a novel systemic noise removal strategy for resting state fMRI data, "dynamic global signal regression" (dGSR), which applies a voxel-specific optimal time delay to the global signal prior to regression from voxel-wise time series. We test our hypothesis on two functional systems that are suggested to be intrinsically organized into anticorrelated networks: the default mode network (DMN) and task positive network (TPN). We evaluate the efficacy of dGSR and compare its performance with the conventional "static" global regression (sGSR) method in terms of (i) explaining systemic variance in the data and (ii) enhancing specificity and sensitivity of functional connectivity measures. dGSR increases the amount of BOLD signal variance being modeled and removed relative to sGSR while reducing spurious negative correlations introduced in reference regions by sGSR, and attenuating inflated positive connectivity measures. We conclude that incorporating time delay information for sLFOs into global noise removal strategies is of crucial importance for optimal noise removal from resting state functional connectivity maps.

  2. State of health assessment for lithium batteries based on voltage–time relaxation measure

    International Nuclear Information System (INIS)

    Baghdadi, Issam; Briat, Olivier; Gyan, Philippe; Vinassa, Jean Michel

    2016-01-01

    Highlights: • Calendar aging under different storage conditions for three different battery technologies studied. • Two scenarios of aging under power cycling at two different temperatures investigated for one battery technology. • Relaxation profile of battery voltage just after full charge is highly correlated to aging. • Linear dependence between just after charge open circuit voltage and remaining capacity demonstrated. • No computational method and direct prediction of battery state of health or remaining capacity. - Abstract: The performance of lithium batteries degrades over time. The degradation rate strongly depends on stress conditions during use and even at rest. Thus, accurate and rapid diagnosis of battery state of health (SOH) is necessary for electric vehicle manufacturers to manage their vehicle fleets and warranties. This paper demonstrates a simple method for assessing SOH related to battery energy capability (SOH E ). The presented method is based on the monitoring of U relax over aging. U relax is the open-circuit voltage of the battery measured after full charging and 30 min of rest. A linear dependence between U relax and remaining capacity is noted. This correlation is demonstrated for three different commercial battery technologies (different chemistries) aged under different calendar and power cycling aging conditions. It was determined that the difference between two U relax voltages measured at two different aging states is proportional to SOH E decay. The mean error of the linear model is less than 2% for certain cases. This method could also be a highly useful and rapid tool for a complete battery pack diagnosis.

  3. Maintenance of the CERN telephone exchanges

    CERN Multimedia

    2007-01-01

    Maintenance work will be carried out on the CERN telephone exchanges between 8 p.m. and midnight on 20 November. Fixed-line telephone and audioconference services may be disrupted while the work is being carried out. However, the CCC and the fire brigade will be reachable at any time. Mobile telephony services (GSM) will not be affected by the maintenance work. For further details about the maintenance work, please contact the telephone switchboard on 76111 or by email. Telecom Section - IT/CS

  4. A dynamic state observer for real-time reconstruction of the tokamak plasma profile state and disturbances

    NARCIS (Netherlands)

    Felici, F.; De Baar, M.; Steinbuch, M.

    2014-01-01

    A dynamic observer is presented which can reconstruct the internal state of a tokamak fusion plasma, consisting of the spatial distribution of current and temperature, from measurements. Today, the internal plasma state is usually reconstructed by solving an ill-conditioned inversion problem using a

  5. A Procedure for Identification of Appropriate State Space and ARIMA Models Based on Time-Series Cross-Validation

    Directory of Open Access Journals (Sweden)

    Patrícia Ramos

    2016-11-01

    Full Text Available In this work, a cross-validation procedure is used to identify an appropriate Autoregressive Integrated Moving Average model and an appropriate state space model for a time series. A minimum size for the training set is specified. The procedure is based on one-step forecasts and uses different training sets, each containing one more observation than the previous one. All possible state space models and all ARIMA models where the orders are allowed to range reasonably are fitted considering raw data and log-transformed data with regular differencing (up to second order differences and, if the time series is seasonal, seasonal differencing (up to first order differences. The value of root mean squared error for each model is calculated averaging the one-step forecasts obtained. The model which has the lowest root mean squared error value and passes the Ljung–Box test using all of the available data with a reasonable significance level is selected among all the ARIMA and state space models considered. The procedure is exemplified in this paper with a case study of retail sales of different categories of women’s footwear from a Portuguese retailer, and its accuracy is compared with three reliable forecasting approaches. The results show that our procedure consistently forecasts more accurately than the other approaches and the improvements in the accuracy are significant.

  6. Multi-state model for studying an intermediate event using time-dependent covariates: application to breast cancer.

    Science.gov (United States)

    Meier-Hirmer, Carolina; Schumacher, Martin

    2013-06-20

    The aim of this article is to propose several methods that allow to investigate how and whether the shape of the hazard ratio after an intermediate event depends on the waiting time to occurrence of this event and/or the sojourn time in this state. A simple multi-state model, the illness-death model, is used as a framework to investigate the occurrence of this intermediate event. Several approaches are shown and their advantages and disadvantages are discussed. All these approaches are based on Cox regression. As different time-scales are used, these models go beyond Markov models. Different estimation methods for the transition hazards are presented. Additionally, time-varying covariates are included into the model using an approach based on fractional polynomials. The different methods of this article are then applied to a dataset consisting of four studies conducted by the German Breast Cancer Study Group (GBSG). The occurrence of the first isolated locoregional recurrence (ILRR) is studied. The results contribute to the debate on the role of the ILRR with respect to the course of the breast cancer disease and the resulting prognosis. We have investigated different modelling strategies for the transition hazard after ILRR or in general after an intermediate event. Including time-dependent structures altered the resulting hazard functions considerably and it was shown that this time-dependent structure has to be taken into account in the case of our breast cancer dataset. The results indicate that an early recurrence increases the risk of death. A late ILRR increases the hazard function much less and after the successful removal of the second tumour the risk of death is almost the same as before the recurrence. With respect to distant disease, the appearance of the ILRR only slightly increases the risk of death if the recurrence was treated successfully. It is important to realize that there are several modelling strategies for the intermediate event and that

  7. Pattern of leisure-time physical activity involvement of Academic and non-Academic staff in tertiary Institutions in Ondo State, Nigeria

    Directory of Open Access Journals (Sweden)

    Ajibua M.A.

    2012-01-01

    Full Text Available Leisure signifies individual’s choice to spend his/her discretionary time fulfilling certain interest or needs or performing a gratifying experience for the sake of wellness or personal development. The aim of this study was to look into the pattern of leisure-time physical activity involvement among academic and non-academic staff in tertiary institution in Ondo State. For the purpose of the study, 40 academic and 40 non-academic staff were selected from the five Government-owned tertiary institutions in the state using convenience sampling techniques. Thus, total respondents were 400. The instrument employed in the study was a structured and validated questionnaire, Pattern of Leisure Involvement Questionnaire (PLIQ to collect information on the pattern of leisure-time physical activity involvement among staff. The reliability test of the instrument was carried out by obtaining Cronbach’s Alpha statistic which is a measure of how reliable and consistent the instrument was. The result showed that Cronbach’s Alpha was 0.896. Since the value was above 0.5 which was the average, it showed that the research instrument was reliable and consistent. The information gathered from the subjects through the questionnaire was analyzedusing descriptive (mean, standard deviation and standard error and inferential statistics (t-test. The findings showed that academic and non-academic staff in tertiary institutions in Ondo State participate in leisure-time physical activity differently. It thus suggested that variety of leisure-time physical activities must be provided for members of tertiary institutions so that some groups will not be taken care of, while others will be isolated.

  8. Towards Real-Time Maneuver Detection: Automatic State and Dynamics Estimation with the Adaptive Optimal Control Based Estimator

    Science.gov (United States)

    Lubey, D.; Scheeres, D.

    Tracking objects in Earth orbit is fraught with complications. This is due to the large population of orbiting spacecraft and debris that continues to grow, passive (i.e. no direct communication) and data-sparse observations, and the presence of maneuvers and dynamics mismodeling. Accurate orbit determination in this environment requires an algorithm to capture both a system's state and its state dynamics in order to account for mismodelings. Previous studies by the authors yielded an algorithm called the Optimal Control Based Estimator (OCBE) - an algorithm that simultaneously estimates a system's state and optimal control policies that represent dynamic mismodeling in the system for an arbitrary orbit-observer setup. The stochastic properties of these estimated controls are then used to determine the presence of mismodelings (maneuver detection), as well as characterize and reconstruct the mismodelings. The purpose of this paper is to develop the OCBE into an accurate real-time orbit tracking and maneuver detection algorithm by automating the algorithm and removing its linear assumptions. This results in a nonlinear adaptive estimator. In its original form the OCBE had a parameter called the assumed dynamic uncertainty, which is selected by the user with each new measurement to reflect the level of dynamic mismodeling in the system. This human-in-the-loop approach precludes real-time application to orbit tracking problems due to their complexity. This paper focuses on the Adaptive OCBE, a version of the estimator where the assumed dynamic uncertainty is chosen automatically with each new measurement using maneuver detection results to ensure that state uncertainties are properly adjusted to account for all dynamic mismodelings. The paper also focuses on a nonlinear implementation of the estimator. Originally, the OCBE was derived from a nonlinear cost function then linearized about a nominal trajectory, which is assumed to be ballistic (i.e. the nominal optimal

  9. Steady state and time-resolved spectroscopic investigations on the photoreactions involved within the electronically excited electron acceptor 9-cyanoanthracene in presence of benzotriazole and benzimidazole donors

    International Nuclear Information System (INIS)

    Bhattacharya, Sudeshna; Bardhan, Munmun; Ganguly, Tapan

    2010-01-01

    The electrochemical, 'steady-state' and 'time-resolved' spectroscopic investigations were made on the well-known electron acceptor 9-cyanoanthracene (CNA) when interacted with the electron donors benzotriazole (BZT) and benzimidazole (BMI) molecules. Though electrochemical measurements indicate the thermodynamical possibility of occurrences of photoinduced electron transfer reactions within these reacting systems in the lowest excited singlet state (S 1 ) of the acceptor CNA but the steady-state and time-resolved measurements clearly demonstrate only the triplet-initiated charge separation reactions. It was reported earlier that in the cases of disubstituted indole molecules the occurrences of photoinduced electron transfer reactions were apparent both in the excited singlet and triplet states of the acceptor 9-cyanoanthracene, but the similarly structured present donor molecules benzotriazole (and benzimidazole) behave differently from indoles. The weak ground state complex formations within the presently studied reacting systems appear to be responsible for the observed static quenching phenomena as evidenced from the time-resolved fluorescence studies. Time-resolved spectroscopic investigations demonstrate the formation of the ground state of the reacting components (donor and acceptor) through recombination of triplet ion-pairs via formations of contact neutral radical produced by H-abstraction mechanism.

  10. Controllability of multi-agent systems with time-delay in state and switching topology

    Science.gov (United States)

    Ji, Zhijian; Wang, Zidong; Lin, Hai; Wang, Zhen

    2010-02-01

    In this article, the controllability issue is addressed for an interconnected system of multiple agents. The network associated with the system is of the leader-follower structure with some agents taking leader role and others being followers interconnected via the neighbour-based rule. Sufficient conditions are derived for the controllability of multi-agent systems with time-delay in state, as well as a graph-based uncontrollability topology structure is revealed. Both single and double integrator dynamics are considered. For switching topology, two algebraic necessary and sufficient conditions are derived for the controllability of multi-agent systems. Several examples are also presented to illustrate how to control the system to shape into the desired configurations.

  11. The association of season and temperature with adverse pregnancy outcome in two German states, a time-series analysis.

    Directory of Open Access Journals (Sweden)

    Jennyfer Wolf

    Full Text Available A seasonality of low birth weight (LBW and preterm birth (PTB has been described for most regions and there is evidence that this pattern is caused by ambient outdoor temperature. However, the association as such, the direction of effect and the critical time of exposure remain controversial.Logistic, time-series regression was performed on nearly 300,000 births from two German states to study the association between season and daily mean temperature and changes in daily proportions of term LBW (tLBW or PTB. Analyses were adjusted for time-varying factors. Temperature exposures were examined during different periods of pregnancy.Weak evidence for an association between season of conception, season of birth or ambient outdoor temperature and tLBW or PTB was found. Results of analyses of temperature were not consistent between the two states. Different sources of bias which would have artificially led to stronger findings were detected and are described.No clear evidence for an association between season of conception, season of birth or temperature and tLBW or PTB was found. In the study of pregnancy outcome different sources of bias can be identified which can potentially explain heterogeneous findings of the past.

  12. Time-resolved cathodoluminescence microscopy with sub-nanosecond beam blanking for direct evaluation of the local density of states

    NARCIS (Netherlands)

    Moerland, R.J.; Weppelman, I.G.C.; Garming, M.W.H.; Kruit, P.; Hoogenboom, J.P.

    2016-01-01

    We show cathodoluminescence-based time-resolved electron beam spectroscopy in order to directly probe the spontaneous emission decay rate that is modified by the local density of states in a nanoscale environment. In contrast to dedicated laser-triggered electron-microscopy setups, we use commercial

  13. Formation of Bonded Exciplex in the Excited States of Dicyanoanthracene-Pyridine System : Time Dependent Density Functional Theory Study

    NARCIS (Netherlands)

    Setiawan, D.; Sethio, D.; Martoprawiro, M.A.; Filatov, M.; Gaol, FL; Nguyen, QV

    2012-01-01

    Strong quenching of fluorescence was recently observed in pyridine solutions of 9,10-dicyanoanthracene chromophore. It was hypothesized that quenching may be attributed to the formation of bound charge transfer complexes in the excited states of the molecules. In this work, using time-dependent

  14. Time Series Analysis of Non-Gaussian Observations Based on State Space Models from Both Classical and Bayesian Perspectives

    NARCIS (Netherlands)

    Durbin, J.; Koopman, S.J.M.

    1998-01-01

    The analysis of non-Gaussian time series using state space models is considered from both classical and Bayesian perspectives. The treatment in both cases is based on simulation using importance sampling and antithetic variables; Monte Carlo Markov chain methods are not employed. Non-Gaussian

  15. Recurrence of the excited states of nuclei and time coherency of the de Broglie wave in 16O+n resonances

    International Nuclear Information System (INIS)

    Ohkubo, Makio

    2003-01-01

    From the requirement of the time periodicity of a (quasi) stable state, frequencies of the normal modes, which compose the state, are commensurable (integer ratios) with each other, and the excitation energies E x are written as a sum of inverse integers. We propose an expression: E x = GΣ1/n, where n = integers and G = 34.5 MeV. Recurrence time is defined as LCM(n j ) x τ o , where τ 0 = 2πℎ/G = 1.20 x 10 -22 s. LCM vs. E x are illustrated for all possible n j of 2 and 3 normal modes. In 16 O +n resonances, integer ratios are found between the recurrence frequencies of 17 O and the de Broglie wave frequencies of incident neutron, meaning time coherency between them. A simple branch pattern is found in 16 O +n resonance levels. (author)

  16. Time trade-off and attitudes toward euthanasia: implications of using 'death' as an anchor in health state valuation.

    Science.gov (United States)

    Augestad, Liv A; Rand-Hendriksen, Kim; Stavem, Knut; Kristiansen, Ivar Sønbø

    2013-05-01

    Health state values are by convention anchored to 'perfect health' and 'death.' Attitudes toward death may consequently influence the valuations. We used attitudes toward euthanasia (ATE) as a sub-construct for attitudes toward death. We compared the influence on values elicited with time trade-off (TTO), lead-time TTO (LT-TTO) and visual analogue scale (VAS).Since the 'death' anchor is most explicit in TTO, we hypothesized that TTO values would be most influenced by ATE. Respondents valued eight EQ-5D health states with VAS, then TTO (n = 328) or LT-TTO (n = 484). We measured ATE on a scale from -2 (fully disagree) to 2 (fully agree) and used multiple linear regressions to predict VAS, TTO, and LT-TTO values by ATE, sex, age, and education. A one-point increase on the ATE scale predicted a mean TTO value change of -.113 and LT-TTO change of -.072. Demographic variables, but not ATE, predicted VAS values. TTO appears to measure ATE in addition to preferences for health states. Different ways of incorporating death in the valuation may impact substantially on the resulting values. 'Death' is a metaphysically unknown concept, and implications of attitudes toward death should be investigated further to evaluate the appropriateness of using 'death' as an anchor.

  17. State diagrams of tokamaks and state transitions

    International Nuclear Information System (INIS)

    Minardi, E.

    1992-01-01

    In a simple one-fluid cylindrical model of transport and of dissipative effects, the family of the magnetic states of the Tokamak which correspond to a vanishing entropy production in the confinement region is characterized by a define relation or ''state equation'' involving the relevant parameters of the discharge. An investigation is made as to how the entropy production changes when the current density profile is rearranged by a perturbation which conserves the poloidal magnetic flux. It is shown that for a sufficiently short time interval, that is to say t 2 E τ s where τ E is the energy confinement time and τ s is the resistive time, neighbouring bifurcating equilibria exist which can be reached with a flux-conserving transition and with increase of the magnetic entropy. The family of these new states can also be characterized by a state equation involving the relevant discharge parameters. When the state equations of the two families are simultaneously satisfied by the same set of parameter values, a flux-conserving, entropy-increasing transition may take place between states of the two families. The modifications of the current density and of the temperature profiles involved in the transition and the conditions that the discharge parameters should satisfy in order that the transition could occur are investigated. (author)

  18. Distributed BOLD-response in association cortex vector state space predicts reaction time during selective attention.

    Science.gov (United States)

    Musso, Francesco; Konrad, Andreas; Vucurevic, Goran; Schäffner, Cornelius; Friedrich, Britta; Frech, Peter; Stoeter, Peter; Winterer, Georg

    2006-02-15

    Human cortical information processing is thought to be dominated by distributed activity in vector state space (Churchland, P.S., Sejnowski, T.J., 1992. The Computational Brain. MIT Press, Cambridge.). In principle, it should be possible to quantify distributed brain activation with independent component analysis (ICA) through vector-based decomposition, i.e., through a separation of a mixture of sources. Using event-related functional magnetic resonance imaging (fMRI) during a selective attention-requiring task (visual oddball), we explored how the number of independent components within activated cortical areas is related to reaction time. Prior to ICA, the activated cortical areas were determined on the basis of a General linear model (GLM) voxel-by-voxel analysis of the target stimuli (checkerboard reversal). Two activated cortical areas (temporoparietal cortex, medial prefrontal cortex) were further investigated as these cortical regions are known to be the sites of simultaneously active electromagnetic generators which give rise to the compound event-related potential P300 during oddball task conditions. We found that the number of independent components more strongly predicted reaction time than the overall level of "activation" (GLM BOLD-response) in the left temporoparietal area whereas in the medial prefrontal cortex both ICA and GLM predicted reaction time equally well. Comparable correlations were not seen when principle components were used instead of independent components. These results indicate that the number of independently activated components, i.e., a high level of cortical activation complexity in cortical vector state space, may index particularly efficient information processing during selective attention-requiring tasks. To our best knowledge, this is the first report describing a potential relationship between neuronal generators of cognitive processes, the associated electrophysiological evidence for the existence of distributed networks

  19. Self-organization comprehensive real-time state evaluation model for oil pump unit on the basis of operating condition classification and recognition

    Science.gov (United States)

    Liang, Wei; Yu, Xuchao; Zhang, Laibin; Lu, Wenqing

    2018-05-01

    In oil transmission station, the operating condition (OC) of an oil pump unit sometimes switches accordingly, which will lead to changes in operating parameters. If not taking the switching of OCs into consideration while performing a state evaluation on the pump unit, the accuracy of evaluation would be largely influenced. Hence, in this paper, a self-organization Comprehensive Real-Time State Evaluation Model (self-organization CRTSEM) is proposed based on OC classification and recognition. However, the underlying model CRTSEM is built through incorporating the advantages of Gaussian Mixture Model (GMM) and Fuzzy Comprehensive Evaluation Model (FCEM) first. That is to say, independent state models are established for every state characteristic parameter according to their distribution types (i.e. the Gaussian distribution and logistic regression distribution). Meanwhile, Analytic Hierarchy Process (AHP) is utilized to calculate the weights of state characteristic parameters. Then, the OC classification is determined by the types of oil delivery tasks, and CRTSEMs of different standard OCs are built to constitute the CRTSEM matrix. On the other side, the OC recognition is realized by a self-organization model that is established on the basis of Back Propagation (BP) model. After the self-organization CRTSEM is derived through integration, real-time monitoring data can be inputted for OC recognition. At the end, the current state of the pump unit can be evaluated by using the right CRTSEM. The case study manifests that the proposed self-organization CRTSEM can provide reasonable and accurate state evaluation results for the pump unit. Besides, the assumption that the switching of OCs will influence the results of state evaluation is also verified.

  20. Spatial-time-state fusion algorithm for defect detection through eddy current pulsed thermography

    Science.gov (United States)

    Xiao, Xiang; Gao, Bin; Woo, Wai Lok; Tian, Gui Yun; Xiao, Xiao Ting

    2018-05-01

    Eddy Current Pulsed Thermography (ECPT) has received extensive attention due to its high sensitive of detectability on surface and subsurface cracks. However, it remains as a difficult challenge in unsupervised detection as to identify defects without knowing any prior knowledge. This paper presents a spatial-time-state features fusion algorithm to obtain fully profile of the defects by directional scanning. The proposed method is intended to conduct features extraction by using independent component analysis (ICA) and automatic features selection embedding genetic algorithm. Finally, the optimal feature of each step is fused to obtain defects reconstruction by applying common orthogonal basis extraction (COBE) method. Experiments have been conducted to validate the study and verify the efficacy of the proposed method on blind defect detection.

  1. States' experiences with loan repayment programs for health care professionals in a time of state budget cuts and NHSC expansion.

    Science.gov (United States)

    Pathman, Donald E; Morgan, Jennifer Craft; Konrad, Thomas R; Goldberg, Lynda

    2012-01-01

    The landscape of education loan repayment programs for health care professionals has been turbulent in recent years, with doubling of the funding for the National Health Service Corps (NHSC) and cuts in funding for some states' programs. We sought to understand how this turbulence is being felt within the state offices involved in recruiting clinicians to rural and urban underserved communities. We conducted key informant telephone interviews with staff of state offices of rural health, primary care organizations, and/or related organizations within 28 diverse states to answer questions about perceived changes and interplay among solely state-funded loan repayment programs, joint state-federal programs, and the NHSC federal program. Interviews were transcribed, formally analyzed, and key issues summarized. Informants reported that solely state-funded and joint state-federal loan repayment programs are greatly valued for their ability to target a state's particular needs and to complement the NHSC federal program. However, budgets for state programs have been threatened, reduced, or eliminated entirely in many cases. All informants positively perceived the NHSC's recent growth and changes, which they feel are helping fill important workforce needs for their states. Nevertheless, the much larger NHSC federal program now competes with some states' programs for clinicians and service sites; states' programs are pushed to adjust their operations to maintain a unique "niche". States' key recruiters lament reductions in funding for states' loan repayment programs, and welcome the NHSC's recent growth and changes. Better coordination is needed to minimize competition and maximize complementarity between state and federal programs. © 2012 National Rural Health Association.

  2. Years of Life Gained Due to Leisure-Time Physical Activity in the United States

    Science.gov (United States)

    Janssen, Ian; Carson, Valerie; Lee, I-Min; Katzmarzyk, Peter T.; Blair, Steven N.

    2013-01-01

    Background Physical inactivity is an important modifiable risk factor for non-communicable disease. The degree to which physical activity affects the life expectancy of Americans is unknown. This study estimated the potential years of life gained due to leisure-time physical activity across the adult lifespan in the United States. Methods Data from the National Health and Nutrition Examination Survey (2007–2010), National Health Interview Study mortality linkage (1990–2006), and US Life Tables (2006) were used to estimate and compare life expectancy at each age of adult life for inactive (no moderate-to-vigorous physical activity), somewhat active (some moderate-to-vigorous activity but active (≥500 metabolic equivalent min/week of moderate-to-vigorous activity) adults. Analyses were conducted in 2012. Results Somewhat active and active non-Hispanic white men had a life expectancy at age 20 that was around 2.4 years longer than the inactive men; this life expectancy advantage was 1.2 years at age 80. Similar observations were made in non-Hispanic white women, with a higher life expectancy within the active category of 3.0 years at age 20 and 1.6 years at age 80. In non-Hispanic black women, as many as 5.5 potential years of life were gained due to physical activity. Significant increases in longevity were also observed within somewhat active and active non-Hispanic black men; however, among Hispanics the years of life gained estimates were more variable and not significantly different from 0 years gained. Conclusions Leisure-time physical activity is associated with increases in longevity in the United States. PMID:23253646

  3. River flood seasonality in the Northeast United States and trends in annual timing

    Science.gov (United States)

    Collins, M. J.

    2017-12-01

    The New England and Mid-Atlantic regions of the Northeast United States have experienced climate-associated increases in both the magnitude and frequency of floods. However, a detailed understanding of flood seasonality across these regions, and how flood seasonality may have changed over the instrumental record, has not been established. The annual timing of river floods reflects the flood-generating mechanisms operating in a basin and many aquatic and riparian organisms are adapted to flood seasonality, as are human uses of river channels and floodplains. Changes in flood seasonality may indicate changes in flood-generating mechanisms, and their interactions, with important implications for habitats, floodplain infrastructure, and human communities. For example, changes in spring or fall flood timing may negatively or positively affect a vulnerable life stage for a migratory fish (e.g., egg setting) depending on whether floods occur more frequently before or after the life history event. In this study I apply an objective, probabilistic method for identifying flood seasons at a monthly resolution for 90 climate-sensitive watersheds in New England and the Mid-Atlantic (Hydrologic Unit Codes 01 and 02). Historical trends in flood timing during the year are also investigated. The analyses are based on partial duration flood series that are an average of 85 years long. The seasonality of flooding in these regions, and any historical changes, are considered in the context of other ongoing or expected phenological changes in the Northeast U.S. environment that affect flood generation—e.g., the timing of leaf-off/leaf-out for deciduous plants. How these factors interact will affect whether and how flood magnitudes and frequencies change in the future and associated impacts.

  4. Identifying and comparing states of time-delayed systems: phase diagrams and applications to human motor control systems

    International Nuclear Information System (INIS)

    Frank, T.D.; Friedrich, R.; Beek, P.J.

    2005-01-01

    A data driven characterization of time-delayed stochastic systems is proposed in terms of linear delay differential equations and two drift parameters. It is shown how these parameters determine the states of such systems with respect to generalized phase diagrams. This approach allows for a comparison of systems with different parameters as exemplified for two motor control tasks: tracking and force production

  5. SOSPO-SP: Secure Operation of Sustainable Power Systems Simulation Platform for Real-Time System State Evaluation and Control

    DEFF Research Database (Denmark)

    Morais, Hugo; Vancraeyveld, Pieter; Pedersen, Allan Henning Birger

    2014-01-01

    Measurement Units (PMUs) provides more information and enables wide-area monitoring with accurate timing. One of the challenges in the near future is converting the high quantity and quality of information provided by PMUs into useful knowledge about operational state of a global system. The use of real-time...... simulation in closed-loop is essential to develop and validate new real-time applications of wide-area PMU data. This paper presents a simulation platform developed within the research project Secure Operation of Sustainable Power Systems (SOSPO). The SOSPO simulation platform (SOSPO-SP) functions...... in a closed-loop, integrating new real-time assessment methods to provide useful information to operators in power system control centers and to develop new control methodologies that handle emergency situations and avoid power system blackouts....

  6. Timing and locations of reef fish spawning off the southeastern United States.

    Directory of Open Access Journals (Sweden)

    Nicholas A Farmer

    Full Text Available Managed reef fish in the Atlantic Ocean of the southeastern United States (SEUS support a multi-billion dollar industry. There is a broad interest in locating and protecting spawning fish from harvest, to enhance productivity and reduce the potential for overfishing. We assessed spatiotemporal cues for spawning for six species from four reef fish families, using data on individual spawning condition collected by over three decades of regional fishery-independent reef fish surveys, combined with a series of predictors derived from bathymetric features. We quantified the size of spawning areas used by reef fish across many years and identified several multispecies spawning locations. We quantitatively identified cues for peak spawning and generated predictive maps for Gray Triggerfish (Balistes capriscus, White Grunt (Haemulon plumierii, Red Snapper (Lutjanus campechanus, Vermilion Snapper (Rhomboplites aurorubens, Black Sea Bass (Centropristis striata, and Scamp (Mycteroperca phenax. For example, Red Snapper peak spawning was predicted in 24.7-29.0°C water prior to the new moon at locations with high curvature in the 24-30 m depth range off northeast Florida during June and July. External validation using scientific and fishery-dependent data collections strongly supported the predictive utility of our models. We identified locations where reconfiguration or expansion of existing marine protected areas would protect spawning reef fish. We recommend increased sampling off southern Florida (south of 27° N, during winter months, and in high-relief, high current habitats to improve our understanding of timing and location of reef fish spawning off the southeastern United States.

  7. Time-dependent Wigner distribution function employed in coherent Schroedinger cat states: |Ψ(t))=N-1/2(|α)+eiφ|-α))

    International Nuclear Information System (INIS)

    Choi, Jeong Ryeol; Yeon, Kyu Hwang

    2008-01-01

    The Wigner distribution function for the time-dependent quadratic Hamiltonian system in the coherent Schroedinger cat state is investigated. The type of state we consider is a superposition of two coherent states, which are by an angle of π out of phase with each other. The exact Wigner distribution function of the system is evaluated under a particular choice of phase, δ c,q . Our development is employed for two special cases, namely, the Caldirola-Kanai oscillator and the frequency stable damped harmonic oscillator. On the basis of the diverse values of the Wigner distribution function that were plotted, we analyze the nonclassical behavior of the systems.

  8. Search for K/sub L//sup O/→μe at the 10-13 level

    International Nuclear Information System (INIS)

    McFarlane, W.K.; Cooper, M.D.

    1989-01-01

    A few of the experimental problems of searching for the lepton non-conserving decay K/sub L//sup O/ → μe are discussed in the light of the experience of BNL E791. This experiment was designed to have high rate capability and excellent background rejection; as such it provides information useful in evaluating designs for similar experiments at high-intensity facilities. The conclusion is that a level of a few times 10 -13 may be reachable, but requires careful design and makes significant demands on the accelerator, particularly as regards beam time structure. Development of precise positron-sensitive detectors with shorter resolving times is also necessary. 4 refs., 1 fig

  9. A vector matching method for analysing logic Petri nets

    Science.gov (United States)

    Du, YuYue; Qi, Liang; Zhou, MengChu

    2011-11-01

    Batch processing function and passing value indeterminacy in cooperative systems can be described and analysed by logic Petri nets (LPNs). To directly analyse the properties of LPNs, the concept of transition enabling vector sets is presented and a vector matching method used to judge the enabling transitions is proposed in this article. The incidence matrix of LPNs is defined; an equation about marking change due to a transition's firing is given; and a reachable tree is constructed. The state space explosion is mitigated to a certain extent from directly analysing LPNs. Finally, the validity and reliability of the proposed method are illustrated by an example in electronic commerce.

  10. Surveys in differential-algebraic equations III

    CERN Document Server

    Reis, Timo

    2015-01-01

    The present volume comprises survey articles on various fields of Differential-Algebraic Equations (DAEs), which have widespread applications in controlled dynamical systems, especially in mechanical and electrical engineering and a strong relation to (ordinary) differential equations. The individual chapters provide reviews, presentations of the current state of research and new concepts in - Flexibility of DAE formulations - Reachability analysis and deterministic global optimization - Numerical linear algebra methods - Boundary value problems The results are presented in an accessible style, making this book suitable not only for active researchers but also for graduate students (with a good knowledge of the basic principles of DAEs) for self-study.

  11. Enhancing pairwise state-transition weights: A new weighting scheme in simulated tempering that can minimize transition time between a pair of conformational states

    Energy Technology Data Exchange (ETDEWEB)

    Qiao, Qin, E-mail: qqiao@ust.hk; Zhang, Hou-Dao [Department of Chemistry, The Hong Kong University of Science and Technology, Clear Water Bay, Kowloon (Hong Kong); Huang, Xuhui, E-mail: xuhuihuang@ust.hk [Department of Chemistry, Division of Biomedical Engineering, Center of Systems Biology and Human Health, The Hong Kong University of Science and Technology, Clear Water Bay, Kowloon (Hong Kong); The HKUST Shenzhen Research Institute, Shenzhen (China)

    2016-04-21

    Simulated tempering (ST) is a widely used enhancing sampling method for Molecular Dynamics simulations. As one expanded ensemble method, ST is a combination of canonical ensembles at different temperatures and the acceptance probability of cross-temperature transitions is determined by both the temperature difference and the weights of each temperature. One popular way to obtain the weights is to adopt the free energy of each canonical ensemble, which achieves uniform sampling among temperature space. However, this uniform distribution in temperature space may not be optimal since high temperatures do not always speed up the conformational transitions of interest, as anti-Arrhenius kinetics are prevalent in protein and RNA folding. Here, we propose a new method: Enhancing Pairwise State-transition Weights (EPSW), to obtain the optimal weights by minimizing the round-trip time for transitions among different metastable states at the temperature of interest in ST. The novelty of the EPSW algorithm lies in explicitly considering the kinetics of conformation transitions when optimizing the weights of different temperatures. We further demonstrate the power of EPSW in three different systems: a simple two-temperature model, a two-dimensional model for protein folding with anti-Arrhenius kinetics, and the alanine dipeptide. The results from these three systems showed that the new algorithm can substantially accelerate the transitions between conformational states of interest in the ST expanded ensemble and further facilitate the convergence of thermodynamics compared to the widely used free energy weights. We anticipate that this algorithm is particularly useful for studying functional conformational changes of biological systems where the initial and final states are often known from structural biology experiments.

  12. Enhancing pairwise state-transition weights: A new weighting scheme in simulated tempering that can minimize transition time between a pair of conformational states

    Science.gov (United States)

    Qiao, Qin; Zhang, Hou-Dao; Huang, Xuhui

    2016-04-01

    Simulated tempering (ST) is a widely used enhancing sampling method for Molecular Dynamics simulations. As one expanded ensemble method, ST is a combination of canonical ensembles at different temperatures and the acceptance probability of cross-temperature transitions is determined by both the temperature difference and the weights of each temperature. One popular way to obtain the weights is to adopt the free energy of each canonical ensemble, which achieves uniform sampling among temperature space. However, this uniform distribution in temperature space may not be optimal since high temperatures do not always speed up the conformational transitions of interest, as anti-Arrhenius kinetics are prevalent in protein and RNA folding. Here, we propose a new method: Enhancing Pairwise State-transition Weights (EPSW), to obtain the optimal weights by minimizing the round-trip time for transitions among different metastable states at the temperature of interest in ST. The novelty of the EPSW algorithm lies in explicitly considering the kinetics of conformation transitions when optimizing the weights of different temperatures. We further demonstrate the power of EPSW in three different systems: a simple two-temperature model, a two-dimensional model for protein folding with anti-Arrhenius kinetics, and the alanine dipeptide. The results from these three systems showed that the new algorithm can substantially accelerate the transitions between conformational states of interest in the ST expanded ensemble and further facilitate the convergence of thermodynamics compared to the widely used free energy weights. We anticipate that this algorithm is particularly useful for studying functional conformational changes of biological systems where the initial and final states are often known from structural biology experiments.

  13. Enhancing pairwise state-transition weights: A new weighting scheme in simulated tempering that can minimize transition time between a pair of conformational states

    International Nuclear Information System (INIS)

    Qiao, Qin; Zhang, Hou-Dao; Huang, Xuhui

    2016-01-01

    Simulated tempering (ST) is a widely used enhancing sampling method for Molecular Dynamics simulations. As one expanded ensemble method, ST is a combination of canonical ensembles at different temperatures and the acceptance probability of cross-temperature transitions is determined by both the temperature difference and the weights of each temperature. One popular way to obtain the weights is to adopt the free energy of each canonical ensemble, which achieves uniform sampling among temperature space. However, this uniform distribution in temperature space may not be optimal since high temperatures do not always speed up the conformational transitions of interest, as anti-Arrhenius kinetics are prevalent in protein and RNA folding. Here, we propose a new method: Enhancing Pairwise State-transition Weights (EPSW), to obtain the optimal weights by minimizing the round-trip time for transitions among different metastable states at the temperature of interest in ST. The novelty of the EPSW algorithm lies in explicitly considering the kinetics of conformation transitions when optimizing the weights of different temperatures. We further demonstrate the power of EPSW in three different systems: a simple two-temperature model, a two-dimensional model for protein folding with anti-Arrhenius kinetics, and the alanine dipeptide. The results from these three systems showed that the new algorithm can substantially accelerate the transitions between conformational states of interest in the ST expanded ensemble and further facilitate the convergence of thermodynamics compared to the widely used free energy weights. We anticipate that this algorithm is particularly useful for studying functional conformational changes of biological systems where the initial and final states are often known from structural biology experiments.

  14. A Numerical Scheme for Ordinary Differential Equations Having Time Varying and Nonlinear Coefficients Based on the State Transition Matrix

    Science.gov (United States)

    Bartels, Robert E.

    2002-01-01

    A variable order method of integrating initial value ordinary differential equations that is based on the state transition matrix has been developed. The method has been evaluated for linear time variant and nonlinear systems of equations. While it is more complex than most other methods, it produces exact solutions at arbitrary time step size when the time variation of the system can be modeled exactly by a polynomial. Solutions to several nonlinear problems exhibiting chaotic behavior have been computed. Accuracy of the method has been demonstrated by comparison with an exact solution and with solutions obtained by established methods.

  15. Real time monitoring of rat liver energy state during ischemia.

    Science.gov (United States)

    Barbiro, E; Zurovsky, Y; Mayevsky, A

    1998-11-01

    Hepatic failure is one of the major problems developed during the posttransplantation period. A possible cause of hepatic failure is the prolonged ischemia induced during the implantation procedure. Hepatic ischemia leads to a reduction in oxygen supply, ATP level decline, liver metabolism impairment, and finally organ failure. The purpose of this study was to estimate the functional state of the liver by monitoring liver blood flow and the mitochondrial NADH redox state simultaneously and continuously during in situ liver ischemia followed by reperfusion. Measurements were performed using the multiprobe developed in our laboratory consisting of fibers for the measurement of relative liver blood flow (laser Doppler flowmetry) and mitochondrial redox state (NADH fluorescence). The experimental procedure included the temporary interruption of blood flow to the liver using three types of ischemia, hepatic artery occlusion, portal vein occlusion, and simultaneous occlusion of hepatic artery and portal vein, followed by a reperfusion period. These preliminary experiments showed a significant decrease in liver blood flow, following the three types of liver ischemia, and a significant increase in NADH levels. The probe used in this study incorporates the advantage of monitoring NADH and liver blood flow simultaneously and continuously from the same area on the surface of the liver. Since each of these two parameters is not calibrated in absolute units, the simultaneous monitoring decreases possible artifacts. Also, it will allow us to determine of the coupling between tissue blood flow and oxidative phosphorylation. It is believed that the measurements of respiratory chain dysfunction might predict organ viability in clinical organ transplantation situations. Using this probe may also help to decrease the variability in liver blood flow monitoring since liver blood flow monitoring is supported simultaneously with the mitochondrial redox state, which supplies the

  16. Stability and Linear Quadratic Differential Games of Discrete-Time Markovian Jump Linear Systems with State-Dependent Noise

    Directory of Open Access Journals (Sweden)

    Huiying Sun

    2014-01-01

    Full Text Available We mainly consider the stability of discrete-time Markovian jump linear systems with state-dependent noise as well as its linear quadratic (LQ differential games. A necessary and sufficient condition involved with the connection between stochastic Tn-stability of Markovian jump linear systems with state-dependent noise and Lyapunov equation is proposed. And using the theory of stochastic Tn-stability, we give the optimal strategies and the optimal cost values for infinite horizon LQ stochastic differential games. It is demonstrated that the solutions of infinite horizon LQ stochastic differential games are concerned with four coupled generalized algebraic Riccati equations (GAREs. Finally, an iterative algorithm is presented to solve the four coupled GAREs and a simulation example is given to illustrate the effectiveness of it.

  17. Harmonic mode-locking and sub-round-trip time nonlinear dynamics of electro-optically controlled solid state laser

    Science.gov (United States)

    Gorbunkov, M. V.; Maslova, Yu Ya; Petukhov, V. A.; Semenov, M. A.; Shabalin, Yu V.; Tunkin, V. G.

    2018-03-01

    Harmonic mode-locking in a solid state laser due to optoelectronic control is studied numerically on the basis of two methods. The first one is detailed numeric simulation taking into account laser radiation fine time structure. It is shown that optimally chosen feedback delay leads to self-started mode-locking with generation of desired number of pulses in the laser cavity. The second method is based on discrete maps for short laser pulse energy. Both methods show that the application of combination of positive and negative feedback loops allows to reduce the period of regular nonlinear dynamics down to a fraction of a laser cavity round trip time.

  18. A simplified method for power-law modelling of metabolic pathways from time-course data and steady-state flux profiles.

    Science.gov (United States)

    Kitayama, Tomoya; Kinoshita, Ayako; Sugimoto, Masahiro; Nakayama, Yoichi; Tomita, Masaru

    2006-07-17

    In order to improve understanding of metabolic systems there have been attempts to construct S-system models from time courses. Conventionally, non-linear curve-fitting algorithms have been used for modelling, because of the non-linear properties of parameter estimation from time series. However, the huge iterative calculations required have hindered the development of large-scale metabolic pathway models. To solve this problem we propose a novel method involving power-law modelling of metabolic pathways from the Jacobian of the targeted system and the steady-state flux profiles by linearization of S-systems. The results of two case studies modelling a straight and a branched pathway, respectively, showed that our method reduced the number of unknown parameters needing to be estimated. The time-courses simulated by conventional kinetic models and those described by our method behaved similarly under a wide range of perturbations of metabolite concentrations. The proposed method reduces calculation complexity and facilitates the construction of large-scale S-system models of metabolic pathways, realizing a practical application of reverse engineering of dynamic simulation models from the Jacobian of the targeted system and steady-state flux profiles.

  19. A simplified method for power-law modelling of metabolic pathways from time-course data and steady-state flux profiles

    Directory of Open Access Journals (Sweden)

    Sugimoto Masahiro

    2006-07-01

    Full Text Available Abstract Background In order to improve understanding of metabolic systems there have been attempts to construct S-system models from time courses. Conventionally, non-linear curve-fitting algorithms have been used for modelling, because of the non-linear properties of parameter estimation from time series. However, the huge iterative calculations required have hindered the development of large-scale metabolic pathway models. To solve this problem we propose a novel method involving power-law modelling of metabolic pathways from the Jacobian of the targeted system and the steady-state flux profiles by linearization of S-systems. Results The results of two case studies modelling a straight and a branched pathway, respectively, showed that our method reduced the number of unknown parameters needing to be estimated. The time-courses simulated by conventional kinetic models and those described by our method behaved similarly under a wide range of perturbations of metabolite concentrations. Conclusion The proposed method reduces calculation complexity and facilitates the construction of large-scale S-system models of metabolic pathways, realizing a practical application of reverse engineering of dynamic simulation models from the Jacobian of the targeted system and steady-state flux profiles.

  20. Improvement of the software Bernese for SLR data processing in the Main Metrological Centre of the State Time and Frequency Service

    Science.gov (United States)

    Tsyba, E.; Kaufman, M.

    2015-08-01

    Preparatory works for resuming operational calculations of the Earth rotation parameters based on the results of satellite laser ranging data processing (LAGEOS 1, LAGEOS 2) are to be completed in the Main Metrology Centre Of The State Time And Frequency Service (VNIIFTRI) in 2014. For this purpose BERNESE 5.2 software (Dach & Walser, 2014) was chosen as a base software which has been used for many years in the Main Metrological Centre of the State Time and Frequency Service to process phase observations of GLONASS and GPS satellites. Although in the BERNESE 5.2 software announced presentation the possibility of the SLR data processing is declared, it has not been fully implemented. In particular there is no such an essential element as corrective action (as input or resulting parameters) in the local time scale ("time bias"), etc. Therefore, additional program blocks have been developed and integrated into the BERNESE 5.2 software environment. The program blocks are written in Perl and Matlab program languages and can be used both for Windows and Linux, 32-bit and 64-bit platforms.