WorldWideScience

Sample records for dense linear systems

  1. Fast Solvers for Dense Linear Systems

    Energy Technology Data Exchange (ETDEWEB)

    Kauers, Manuel [Research Institute for Symbolic Computation (RISC), Altenbergerstrasse 69, A4040 Linz (Austria)

    2008-10-15

    It appears that large scale calculations in particle physics often require to solve systems of linear equations with rational number coefficients exactly. If classical Gaussian elimination is applied to a dense system, the time needed to solve such a system grows exponentially in the size of the system. In this tutorial paper, we present a standard technique from computer algebra that avoids this exponential growth: homomorphic images. Using this technique, big dense linear systems can be solved in a much more reasonable time than using Gaussian elimination over the rationals.

  2. An extended GS method for dense linear systems

    Science.gov (United States)

    Niki, Hiroshi; Kohno, Toshiyuki; Abe, Kuniyoshi

    2009-09-01

    Davey and Rosindale [K. Davey, I. Rosindale, An iterative solution scheme for systems of boundary element equations, Internat. J. Numer. Methods Engrg. 37 (1994) 1399-1411] derived the GSOR method, which uses an upper triangular matrix [Omega] in order to solve dense linear systems. By applying functional analysis, the authors presented an expression for the optimum [Omega]. Moreover, Davey and Bounds [K. Davey, S. Bounds, A generalized SOR method for dense linear systems of boundary element equations, SIAM J. Comput. 19 (1998) 953-967] also introduced further interesting results. In this note, we employ a matrix analysis approach to investigate these schemes, and derive theorems that compare these schemes with existing preconditioners for dense linear systems. We show that the convergence rate of the Gauss-Seidel method with preconditioner PG is superior to that of the GSOR method. Moreover, we define some splittings associated with the iterative schemes. Some numerical examples are reported to confirm the theoretical analysis. We show that the EGS method with preconditioner produces an extremely small spectral radius in comparison with the other schemes considered.

  3. A parallel solver for huge dense linear systems

    Science.gov (United States)

    Badia, J. M.; Movilla, J. L.; Climente, J. I.; Castillo, M.; Marqués, M.; Mayo, R.; Quintana-Ortí, E. S.; Planelles, J.

    2011-11-01

    HDSS (Huge Dense Linear System Solver) is a Fortran Application Programming Interface (API) to facilitate the parallel solution of very large dense systems to scientists and engineers. The API makes use of parallelism to yield an efficient solution of the systems on a wide range of parallel platforms, from clusters of processors to massively parallel multiprocessors. It exploits out-of-core strategies to leverage the secondary memory in order to solve huge linear systems O(100.000). The API is based on the parallel linear algebra library PLAPACK, and on its Out-Of-Core (OOC) extension POOCLAPACK. Both PLAPACK and POOCLAPACK use the Message Passing Interface (MPI) as the communication layer and BLAS to perform the local matrix operations. The API provides a friendly interface to the users, hiding almost all the technical aspects related to the parallel execution of the code and the use of the secondary memory to solve the systems. In particular, the API can automatically select the best way to store and solve the systems, depending of the dimension of the system, the number of processes and the main memory of the platform. Experimental results on several parallel platforms report high performance, reaching more than 1 TFLOP with 64 cores to solve a system with more than 200 000 equations and more than 10 000 right-hand side vectors. New version program summaryProgram title: Huge Dense System Solver (HDSS) Catalogue identifier: AEHU_v1_1 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEHU_v1_1.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 87 062 No. of bytes in distributed program, including test data, etc.: 1 069 110 Distribution format: tar.gz Programming language: Fortran90, C Computer: Parallel architectures: multiprocessors, computer clusters Operating system

  4. Investigating the Composite Step Biconjugate A-Orthogonal Residual Method for Non-Hermitian Dense Linear Systems in Electromagnetics

    NARCIS (Netherlands)

    Jing, Yan-Fei; Huang, Ting-Zhu; Carpentieri, Bruno; Duan, Yong

    An interesting stabilizing variant of the biconjugate A-orthogonal residual (BiCOR) method is investigated for solving dense complex non-Hermitian systems of linear equations arising from the Galerlcin discretization of surface integral equations in electromagnetics. The novel variant is naturally

  5. 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

  6. Sparse symmetric preconditioners for dense linear systems in electromagnetism

    NARCIS (Netherlands)

    Carpentieri, Bruno; Duff, Iain S.; Giraud, Luc; Monga Made, M. Magolu

    2004-01-01

    We consider symmetric preconditioning strategies for the iterative solution of dense complex symmetric non-Hermitian systems arising in computational electromagnetics. In particular, we report on the numerical behaviour of the classical incomplete Cholesky factorization as well as some of its recent

  7. Linear algebra for dense matrices on a hypercube

    International Nuclear Information System (INIS)

    Sears, M.P.

    1990-01-01

    A set of routines has been written for dense matrix operations optimized for the NCUBE/6400 parallel processor. This paper was motivated by a Sandia effort to parallelize certain electronic structure calculations. Routines are included for matrix transpose, multiply, Cholesky decomposition, triangular inversion, and Householder tridiagonalization. The library is written in C and is callable from Fortran. Matrices up to order 1600 can be handled on 128 processors. For each operation, the algorithm used is presented along with typical timings and estimates of performance. Performance for order 1600 on 128 processors varies from 42 MFLOPs (House-holder tridiagonalization, triangular inverse) up to 126 MFLOPs (matrix multiply). The authors also present performance results for communications and basic linear algebra operations (saxpy and dot products)

  8. Batched Triangular Dense Linear Algebra Kernels for Very Small Matrix Sizes on GPUs

    KAUST Repository

    Charara, Ali; Keyes, David E.; Ltaief, Hatem

    2017-01-01

    Batched dense linear algebra kernels are becoming ubiquitous in scientific applications, ranging from tensor contractions in deep learning to data compression in hierarchical low-rank matrix approximation. Within a single API call, these kernels are capable of simultaneously launching up to thousands of similar matrix computations, removing the expensive overhead of multiple API calls while increasing the occupancy of the underlying hardware. A challenge is that for the existing hardware landscape (x86, GPUs, etc.), only a subset of the required batched operations is implemented by the vendors, with limited support for very small problem sizes. We describe the design and performance of a new class of batched triangular dense linear algebra kernels on very small data sizes using single and multiple GPUs. By deploying two-sided recursive formulations, stressing the register usage, maintaining data locality, reducing threads synchronization and fusing successive kernel calls, the new batched kernels outperform existing state-of-the-art implementations.

  9. Batched Triangular Dense Linear Algebra Kernels for Very Small Matrix Sizes on GPUs

    KAUST Repository

    Charara, Ali

    2017-03-06

    Batched dense linear algebra kernels are becoming ubiquitous in scientific applications, ranging from tensor contractions in deep learning to data compression in hierarchical low-rank matrix approximation. Within a single API call, these kernels are capable of simultaneously launching up to thousands of similar matrix computations, removing the expensive overhead of multiple API calls while increasing the occupancy of the underlying hardware. A challenge is that for the existing hardware landscape (x86, GPUs, etc.), only a subset of the required batched operations is implemented by the vendors, with limited support for very small problem sizes. We describe the design and performance of a new class of batched triangular dense linear algebra kernels on very small data sizes using single and multiple GPUs. By deploying two-sided recursive formulations, stressing the register usage, maintaining data locality, reducing threads synchronization and fusing successive kernel calls, the new batched kernels outperform existing state-of-the-art implementations.

  10. Energy footprint of advanced dense numerical linear algebra using tile algorithms on multicore architectures

    KAUST Repository

    Dongarra, Jack

    2012-11-01

    We propose to study the impact on the energy footprint of two advanced algorithmic strategies in the context of high performance dense linear algebra libraries: (1) mixed precision algorithms with iterative refinement allow to run at the peak performance of single precision floating-point arithmetic while achieving double precision accuracy and (2) tree reduction technique exposes more parallelism when factorizing tall and skinny matrices for solving over determined systems of linear equations or calculating the singular value decomposition. Integrated within the PLASMA library using tile algorithms, which will eventually supersede the block algorithms from LAPACK, both strategies further excel in performance in the presence of a dynamic task scheduler while targeting multicore architecture. Energy consumption measurements are reported along with parallel performance numbers on a dual-socket quad-core Intel Xeon as well as a quad-socket quad-core Intel Sandy Bridge chip, both providing component-based energy monitoring at all levels of the system, through the Power Pack framework and the Running Average Power Limit model, respectively. © 2012 IEEE.

  11. Energy footprint of advanced dense numerical linear algebra using tile algorithms on multicore architectures

    KAUST Repository

    Dongarra, Jack; Ltaief, Hatem; Luszczek, Piotr R.; Weaver, Vincent M.

    2012-01-01

    We propose to study the impact on the energy footprint of two advanced algorithmic strategies in the context of high performance dense linear algebra libraries: (1) mixed precision algorithms with iterative refinement allow to run at the peak performance of single precision floating-point arithmetic while achieving double precision accuracy and (2) tree reduction technique exposes more parallelism when factorizing tall and skinny matrices for solving over determined systems of linear equations or calculating the singular value decomposition. Integrated within the PLASMA library using tile algorithms, which will eventually supersede the block algorithms from LAPACK, both strategies further excel in performance in the presence of a dynamic task scheduler while targeting multicore architecture. Energy consumption measurements are reported along with parallel performance numbers on a dual-socket quad-core Intel Xeon as well as a quad-socket quad-core Intel Sandy Bridge chip, both providing component-based energy monitoring at all levels of the system, through the Power Pack framework and the Running Average Power Limit model, respectively. © 2012 IEEE.

  12. Profiling high performance dense linear algebra algorithms on multicore architectures for power and energy efficiency

    KAUST Repository

    Ltaief, Hatem; Luszczek, Piotr R.; Dongarra, Jack

    2011-01-01

    This paper presents the power profile of two high performance dense linear algebra libraries i.e., LAPACK and PLASMA. The former is based on block algorithms that use the fork-join paradigm to achieve parallel performance. The latter uses fine

  13. Multi-Threaded Dense Linear Algebra Libraries for Low-Power Asymmetric Multicore Processors

    OpenAIRE

    Catalán, Sandra; Herrero, José R.; Igual, Francisco D.; Rodríguez-Sánchez, Rafael; Quintana-Ortí, Enrique S.

    2015-01-01

    Dense linear algebra libraries, such as BLAS and LAPACK, provide a relevant collection of numerical tools for many scientific and engineering applications. While there exist high performance implementations of the BLAS (and LAPACK) functionality for many current multi-threaded architectures,the adaption of these libraries for asymmetric multicore processors (AMPs)is still pending. In this paper we address this challenge by developing an asymmetry-aware implementation of the BLAS, based on the...

  14. High Productivity Programming of Dense Linear Algebra on Heterogeneous NUMA Architectures

    KAUST Repository

    Alomairy, Rabab M.

    2013-07-01

    High-end multicore systems with GPU-based accelerators are now ubiquitous in the hardware landscape. Besides dealing with the nontrivial heterogeneous environ- ment, end users should often take into consideration the underlying memory architec- ture to decrease the overhead of data motion, especially when running on non-uniform memory access (NUMA) platforms. We propose the OmpSs parallel programming model approach using its Nanos++ dynamic runtime system to solve the two challeng- ing problems aforementioned, through 1) an innovative NUMA node-aware scheduling policy to reduce data movement between NUMA nodes and 2) a nested parallelism feature to concurrently exploit the resources available from the GPU devices as well as the CPU host, without compromising the overall performance. Our approach fea- tures separation of concerns by abstracting the complexity of the hardware from the end users so that high productivity can be achieved. The Cholesky factorization is used as a benchmark representative of dense numerical linear algebra algorithms. Superior performance is also demonstrated on the symmetric matrix inversion based on Cholesky factorization, commonly used in co-variance computations in statistics. Performance on a NUMA system with Kepler-based GPUs exceeds that of existing implementations, while the OmpSs-enabled code remains very similar to its original sequential version.

  15. Composite systems of dilute and dense couplings

    International Nuclear Information System (INIS)

    Raymond, J R; Saad, D

    2008-01-01

    Composite systems, where couplings are of two types, a combination of strong dilute and weak dense couplings of Ising spins, are examined through the replica method. The dilute and dense parts are considered to have independent canonical disordered or uniform bond distributions; mixing the models by variation of a parameter γ alongside inverse temperature β we analyse the respective thermodynamic solutions. We describe the variation in high temperature transitions as mixing occurs; in the vicinity of these transitions we exactly analyse the competing effects of the dense and sparse models. By using the replica symmetric ansatz and population dynamics we described the low temperature behaviour of mixed systems

  16. Pseudoinverse preconditioners and iterative methods for large dense linear least-squares problems

    Directory of Open Access Journals (Sweden)

    Oskar Cahueñas

    2013-05-01

    Full Text Available We address the issue of approximating the pseudoinverse of the coefficient matrix for dynamically building preconditioning strategies for the numerical solution of large dense linear least-squares problems. The new preconditioning strategies are embedded into simple and well-known iterative schemes that avoid the use of the, usually ill-conditioned, normal equations. We analyze a scheme to approximate the pseudoinverse, based on Schulz iterative method, and also different iterative schemes, based on extensions of Richardson's method, and the conjugate gradient method, that are suitable for preconditioning strategies. We present preliminary numerical results to illustrate the advantages of the proposed schemes.

  17. Cross-sectional imaging of large and dense materials by high energy X-ray CT using linear accelerator

    International Nuclear Information System (INIS)

    Kanamori, Takahiro; Kamata, Shouji; Ito, Shinichi.

    1989-01-01

    A prototype high energy X-ray CT (computed tomography) system has been developed which employs a linear accelerator as the X-ray source (max. photon energy: 12 MeV). One problem encountered in development of this CT system was to reduce the scattered photons from adjacent detectors, i.e. crosstalk, due to high energy X-rays. This crosstalk was reduced to 2% by means of detector shields using tungsten spacers. Spatial resolution was not affected by such small crosstalk as confirmed by numerical simulations. A second problem was to reduce the scattered photons from the test object. This was done using collimators. A third concern was to realize a wide dynamic range data processing which would allow applications to large and dense objects. This problem was solved by using a sample and hold data acquisition method to reduce the dark current of the photo detectors. The dynamic range of this system was experimentally confirmed over 60 dB. It was demonstrated that slits (width: 2 mm) in an iron object (diameter: 25 cm) could be imaged by this prototype CT system. (author)

  18. Arbitrary electron acoustic waves in degenerate dense plasmas

    Science.gov (United States)

    Rahman, Ata-ur; Mushtaq, A.; Qamar, A.; Neelam, S.

    2017-05-01

    A theoretical investigation is carried out of the nonlinear dynamics of electron-acoustic waves in a collisionless and unmagnetized plasma whose constituents are non-degenerate cold electrons, ultra-relativistic degenerate electrons, and stationary ions. A dispersion relation is derived for linear EAWs. An energy integral equation involving the Sagdeev potential is derived, and basic properties of the large amplitude solitary structures are investigated in such a degenerate dense plasma. It is shown that only negative large amplitude EA solitary waves can exist in such a plasma system. The present analysis may be important to understand the collective interactions in degenerate dense plasmas, occurring in dense astrophysical environments as well as in laser-solid density plasma interaction experiments.

  19. Common intersection points in dense fluids via equations of state

    International Nuclear Information System (INIS)

    Parsafar, G. A.; Noorian, R.

    2001-01-01

    Some new of state which are derived for dense fluids in recent years, namely the linear isotherm regularity, the dense system equation of state, Ihm-Song-Mason equation of state, and a newly derived semi-empirical equation of state have used to investigate the common intersection point of isobaric expansivity (α p ) in dense fluids. We have shown that the accuracy of these equations of state in predicting such a common intersection point is reduced from the new semi-imperial equation of state, dense system equation of state, linear isotherm regularity, to Ihm-Song-Mason equation of state. respectively. Form physical point of view, the van der Waals equation of state is used to investigate such an intersection point. It is shown that the van der Waals repulsion forces and temperature dependency of the effective molecular diameter are important for existence of this common point. Finally, we have shown that the common intersection points of the isotherms of thermal pressure coefficient, the isotherms of heat capacity at constant volume, and the iso chores of internal pressure for a fluid are related to each other. Also, the common intersection points of the reduced bulk modulus and 1/(Tα p ) for isotherms of a fluid both appear at the same density

  20. Collective dynamics in dense fluid mixtures

    International Nuclear Information System (INIS)

    Sinha, S.

    1992-01-01

    This thesis deals with the short wavelength collective dynamics of dense binary fluid mixtures. The analysis shows that at the level of linearized generalized hydrodynamics, the longitudinal modes of the system separates essentially into two parts - one involves the coupling of partial density fluctuations of the two species and the other involves coupling of longitudinal momentum and temperature fluctuations. The authors have shown that the coupling of longitudinal momentum and temperature fluctuations leads to an adequate description of sound propagation in such systems. In particular, they show that structural disorder controls the trapping of sound waves in dense mixtures. The coupling of the partial density fluctuations of the two species leads to a simple description of the partial dynamic structure factors. The results are in agreement with the molecular dynamics simulations of soft sphere mixtures. The partial density fluctuations are the slowest decaying fluctuations on molecular length scales and it turns out that nonlinear coupling of these slow modes leads to important corrections to the long time behavior of the time correlation functions determining the shear viscosity in dense mixtures

  1. Efficient parallel iterative solvers for the solution of large dense linear systems arising from the boundary element method in electromagnetism

    International Nuclear Information System (INIS)

    Alleon, G.; Carpentieri, B.; Du, I.S.; Giraud, L.; Langou, J.; Martin, E.

    2003-01-01

    The boundary element method has become a popular tool for the solution of Maxwell's equations in electromagnetism. It discretizes only the surface of the radiating object and gives rise to linear systems that are smaller in size compared to those arising from finite element or finite difference discretizations. However, these systems are prohibitively demanding in terms of memory for direct methods and challenging to solve by iterative methods. In this paper we address the iterative solution via preconditioned Krylov methods of electromagnetic scattering problems expressed in an integral formulation, with main focus on the design of the pre-conditioner. We consider an approximate inverse method based on the Frobenius-norm minimization with a pattern prescribed in advance. The pre-conditioner is constructed from a sparse approximation of the dense coefficient matrix, and the patterns both for the pre-conditioner and for the coefficient matrix are computed a priori using geometric information from the mesh. We describe the implementation of the approximate inverse in an out-of-core parallel code that uses multipole techniques for the matrix-vector products, and show results on the numerical scalability of our method on systems of size up to one million unknowns. We propose an embedded iterative scheme based on the GMRES method and combined with multipole techniques, aimed at improving the robustness of the approximate inverse for large problems. We prove by numerical experiments that the proposed scheme enables the solution of very large and difficult problems efficiently at reduced computational and memory cost. Finally we perform a preliminary study on a spectral two-level pre-conditioner to enhance the robustness of our method. This numerical technique exploits spectral information of the preconditioned systems to build a low rank-update of the pre-conditioner. (authors)

  2. Efficient parallel iterative solvers for the solution of large dense linear systems arising from the boundary element method in electromagnetism

    Energy Technology Data Exchange (ETDEWEB)

    Alleon, G. [EADS-CCR, 31 - Blagnac (France); Carpentieri, B.; Du, I.S.; Giraud, L.; Langou, J.; Martin, E. [Cerfacs, 31 - Toulouse (France)

    2003-07-01

    The boundary element method has become a popular tool for the solution of Maxwell's equations in electromagnetism. It discretizes only the surface of the radiating object and gives rise to linear systems that are smaller in size compared to those arising from finite element or finite difference discretizations. However, these systems are prohibitively demanding in terms of memory for direct methods and challenging to solve by iterative methods. In this paper we address the iterative solution via preconditioned Krylov methods of electromagnetic scattering problems expressed in an integral formulation, with main focus on the design of the pre-conditioner. We consider an approximate inverse method based on the Frobenius-norm minimization with a pattern prescribed in advance. The pre-conditioner is constructed from a sparse approximation of the dense coefficient matrix, and the patterns both for the pre-conditioner and for the coefficient matrix are computed a priori using geometric information from the mesh. We describe the implementation of the approximate inverse in an out-of-core parallel code that uses multipole techniques for the matrix-vector products, and show results on the numerical scalability of our method on systems of size up to one million unknowns. We propose an embedded iterative scheme based on the GMRES method and combined with multipole techniques, aimed at improving the robustness of the approximate inverse for large problems. We prove by numerical experiments that the proposed scheme enables the solution of very large and difficult problems efficiently at reduced computational and memory cost. Finally we perform a preliminary study on a spectral two-level pre-conditioner to enhance the robustness of our method. This numerical technique exploits spectral information of the preconditioned systems to build a low rank-update of the pre-conditioner. (authors)

  3. Balancing Energy and Performance in Dense Linear System Solvers for Hybrid ARM+GPU platforms

    Directory of Open Access Journals (Sweden)

    Juan P. Silva

    2016-04-01

    Full Text Available The high performance computing community has traditionally focused uniquely on the reduction of execution time, though in the last years, the optimization of energy consumption has become a main issue. A reduction of energy usage without a degradation of performance requires the adoption of energy-efficient hardware platforms accompanied by the development of energy-aware algorithms and computational kernels. The solution of linear systems is a key operation for many scientific and engineering problems. Its relevance has motivated an important amount of work, and consequently, it is possible to find high performance solvers for a wide variety of hardware platforms. In this work, we aim to develop a high performance and energy-efficient linear system solver. In particular, we develop two solvers for a low-power CPU-GPU platform, the NVIDIA Jetson TK1. These solvers implement the Gauss-Huard algorithm yielding an efficient usage of the target hardware as well as an efficient memory access. The experimental evaluation shows that the novel proposal reports important savings in both time and energy-consumption when compared with the state-of-the-art solvers of the platform.

  4. Observations of non-linear plasmon damping in dense plasmas

    Science.gov (United States)

    Witte, B. B. L.; Sperling, P.; French, M.; Recoules, V.; Glenzer, S. H.; Redmer, R.

    2018-05-01

    We present simulations using finite-temperature density-functional-theory molecular-dynamics to calculate dynamic dielectric properties in warm dense aluminum. The comparison between exchange-correlation functionals in the Perdew, Burke, Ernzerhof approximation, Strongly Constrained and Appropriately Normed Semilocal Density Functional, and Heyd, Scuseria, Ernzerhof (HSE) approximation indicates evident differences in the electron transition energies, dc conductivity, and Lorenz number. The HSE calculations show excellent agreement with x-ray scattering data [Witte et al., Phys. Rev. Lett. 118, 225001 (2017)] as well as dc conductivity and absorption measurements. These findings demonstrate non-Drude behavior of the dynamic conductivity above the Cooper minimum that needs to be taken into account to determine optical properties in the warm dense matter regime.

  5. Architecture of a modular, multichannel readout system for dense electrochemical biosensor microarrays

    International Nuclear Information System (INIS)

    Ramfos, Ioannis; Birbas, Alexios; Blionas, Spyridon

    2015-01-01

    The architecture of a modular, multichannel readout system for dense electrochemical microarrays, targeting Lab-on-a-Chip applications, is presented. This approach promotes efficient component reusability through a hybrid multiplexing methodology, maintaining high levels of sampling performance and accuracy. Two readout modes are offered, which can be dynamically interchanged following signal profiling, to cater for both rapid signal transitions and weak current responses. Additionally, functional extensions to the described architecture are discussed, which provide the system with multi-biasing capabilities. A prototype integrated circuit of the proposed architecture’s analog core and a supporting board were implemented to verify the working principles. The system was evaluated using standard loads, as well as electrochemical sensor arrays. Through a range of operating conditions and loads, the prototype exhibited a highly linear response and accurately delivered the readout of input signals with fast transitions and wide dynamic ranges. (paper)

  6. Green-function description of dense polymeric systems

    NARCIS (Netherlands)

    Schoot, van der P.P.A.M.

    2000-01-01

    A self-consistent Green-function description of concentrated polymer solutions and dense polymeric melts is presented. The method, which applies to both uniform and nonuniform systems, is used in this work to calculate the static structure factor of a homogeneous fluid of Gaussian model chains.

  7. Non linear system become linear system

    Directory of Open Access Journals (Sweden)

    Petre Bucur

    2007-01-01

    Full Text Available The present paper refers to the theory and the practice of the systems regarding non-linear systems and their applications. We aimed the integration of these systems to elaborate their response as well as to highlight some outstanding features.

  8. Profiling high performance dense linear algebra algorithms on multicore architectures for power and energy efficiency

    KAUST Repository

    Ltaief, Hatem

    2011-08-31

    This paper presents the power profile of two high performance dense linear algebra libraries i.e., LAPACK and PLASMA. The former is based on block algorithms that use the fork-join paradigm to achieve parallel performance. The latter uses fine-grained task parallelism that recasts the computation to operate on submatrices called tiles. In this way tile algorithms are formed. We show results from the power profiling of the most common routines, which permits us to clearly identify the different phases of the computations. This allows us to isolate the bottlenecks in terms of energy efficiency. Our results show that PLASMA surpasses LAPACK not only in terms of performance but also in terms of energy efficiency. © 2011 Springer-Verlag.

  9. Quantum Control of Open Systems and Dense Atomic Ensembles

    Science.gov (United States)

    DiLoreto, Christopher

    Controlling the dynamics of open quantum systems; i.e. quantum systems that decohere because of interactions with the environment, is an active area of research with many applications in quantum optics and quantum computation. My thesis expands the scope of this inquiry by seeking to control open systems in proximity to an additional system. The latter could be a classical system such as metal nanoparticles, or a quantum system such as a cluster of similar atoms. By modelling the interactions between the systems, we are able to expand the accessible state space of the quantum system in question. For a single, three-level quantum system, I examine isolated systems that have only normal spontaneous emission. I then show that intensity-intensity correlation spectra, which depend directly on the density matrix of the system, can be used detect whether transitions share a common energy level. This detection is possible due to the presence of quantum interference effects between two transitions if they are connected. This effect allows one to asses energy level structure diagrams in complex atoms/molecules. By placing an open quantum system near a nanoparticle dimer, I show that the spontaneous emission rate of the system can be changed "on demand" by changing the polarization of an incident, driving field. In a three-level, Lambda system, this allows a qubit to both retain high qubit fidelity when it is operating, and to be rapidly initialized to a pure state once it is rendered unusable by decoherence. This type of behaviour is not possible in a single open quantum system; therefore adding a classical system nearby extends the overall control space of the quantum system. An open quantum system near identical neighbours in a dense ensemble is another example of how the accessible state space can be expanded. I show that a dense ensemble of atoms rapidly becomes disordered with states that are not directly excited by an incident field becoming significantly populated

  10. Combining the CORS and BiCORSTAB Iterative Methods with MLFMA and SAI Preconditioning for Solving Large Linear Systems in Electromagnetics

    NARCIS (Netherlands)

    Carpentieri, Bruno; Jing, Yan-Fei; Huang, Ting-Zhu; Pi, Wei-Chao; Sheng, Xin-Qing

    We report on experiments with a novel family of Krylov subspace methods for solving dense, complex, non-Hermitian systems of linear equations arising from the Galerkin discretization of surface integral equation models in Electromagnetics. By some experiments on realistic radar-cross-section

  11. Breaking Dense Structures: Proving Stability of Densely Structured Hybrid Systems

    Directory of Open Access Journals (Sweden)

    Eike Möhlmann

    2015-06-01

    Full Text Available Abstraction and refinement is widely used in software development. Such techniques are valuable since they allow to handle even more complex systems. One key point is the ability to decompose a large system into subsystems, analyze those subsystems and deduce properties of the larger system. As cyber-physical systems tend to become more and more complex, such techniques become more appealing. In 2009, Oehlerking and Theel presented a (de-composition technique for hybrid systems. This technique is graph-based and constructs a Lyapunov function for hybrid systems having a complex discrete state space. The technique consists of (1 decomposing the underlying graph of the hybrid system into subgraphs, (2 computing multiple local Lyapunov functions for the subgraphs, and finally (3 composing the local Lyapunov functions into a piecewise Lyapunov function. A Lyapunov function can serve multiple purposes, e.g., it certifies stability or termination of a system or allows to construct invariant sets, which in turn may be used to certify safety and security. In this paper, we propose an improvement to the decomposing technique, which relaxes the graph structure before applying the decomposition technique. Our relaxation significantly reduces the connectivity of the graph by exploiting super-dense switching. The relaxation makes the decomposition technique more efficient on one hand and on the other allows to decompose a wider range of graph structures.

  12. Parallel Access of Out-Of-Core Dense Extendible Arrays

    Energy Technology Data Exchange (ETDEWEB)

    Otoo, Ekow J; Rotem, Doron

    2007-07-26

    Datasets used in scientific and engineering applications are often modeled as dense multi-dimensional arrays. For very large datasets, the corresponding array models are typically stored out-of-core as array files. The array elements are mapped onto linear consecutive locations that correspond to the linear ordering of the multi-dimensional indices. Two conventional mappings used are the row-major order and the column-major order of multi-dimensional arrays. Such conventional mappings of dense array files highly limit the performance of applications and the extendibility of the dataset. Firstly, an array file that is organized in say row-major order causes applications that subsequently access the data in column-major order, to have abysmal performance. Secondly, any subsequent expansion of the array file is limited to only one dimension. Expansions of such out-of-core conventional arrays along arbitrary dimensions, require storage reorganization that can be very expensive. Wepresent a solution for storing out-of-core dense extendible arrays that resolve the two limitations. The method uses a mapping function F*(), together with information maintained in axial vectors, to compute the linear address of an extendible array element when passed its k-dimensional index. We also give the inverse function, F-1*() for deriving the k-dimensional index when given the linear address. We show how the mapping function, in combination with MPI-IO and a parallel file system, allows for the growth of the extendible array without reorganization and no significant performance degradation of applications accessing elements in any desired order. We give methods for reading and writing sub-arrays into and out of parallel applications that run on a cluster of workstations. The axial-vectors are replicated and maintained in each node that accesses sub-array elements.

  13. Accelerating Scientific Applications using High Performance Dense and Sparse Linear Algebra Kernels on GPUs

    KAUST Repository

    Abdelfattah, Ahmad

    2015-01-15

    High performance computing (HPC) platforms are evolving to more heterogeneous configurations to support the workloads of various applications. The current hardware landscape is composed of traditional multicore CPUs equipped with hardware accelerators that can handle high levels of parallelism. Graphical Processing Units (GPUs) are popular high performance hardware accelerators in modern supercomputers. GPU programming has a different model than that for CPUs, which means that many numerical kernels have to be redesigned and optimized specifically for this architecture. GPUs usually outperform multicore CPUs in some compute intensive and massively parallel applications that have regular processing patterns. However, most scientific applications rely on crucial memory-bound kernels and may witness bottlenecks due to the overhead of the memory bus latency. They can still take advantage of the GPU compute power capabilities, provided that an efficient architecture-aware design is achieved. This dissertation presents a uniform design strategy for optimizing critical memory-bound kernels on GPUs. Based on hierarchical register blocking, double buffering and latency hiding techniques, this strategy leverages the performance of a wide range of standard numerical kernels found in dense and sparse linear algebra libraries. The work presented here focuses on matrix-vector multiplication kernels (MVM) as repre- sentative and most important memory-bound operations in this context. Each kernel inherits the benefits of the proposed strategies. By exposing a proper set of tuning parameters, the strategy is flexible enough to suit different types of matrices, ranging from large dense matrices, to sparse matrices with dense block structures, while high performance is maintained. Furthermore, the tuning parameters are used to maintain the relative performance across different GPU architectures. Multi-GPU acceleration is proposed to scale the performance on several devices. The

  14. Linear viscoelastic properties of aging suspensions

    NARCIS (Netherlands)

    Purnomo, E.H.; Purnomo, E.H; van den Ende, Henricus T.M.; Mellema, J.; Mugele, Friedrich Gunther

    2006-01-01

    We have examined the linear viscoelastic behavior of poly-N-isopropylacrylamide (PNIPAM) microgel suspensions in order to obtain insight in the aging processes in these densely packed suspensions at various temperatures below the volume transition temperature. The system is found to display a strong

  15. Object-Based Dense Matching Method for Maintaining Structure Characteristics of Linear Buildings.

    Science.gov (United States)

    Su, Nan; Yan, Yiming; Qiu, Mingjie; Zhao, Chunhui; Wang, Liguo

    2018-03-29

    In this paper, we proposed a novel object-based dense matching method specially for the high-precision disparity map of building objects in urban areas, which can maintain accurate object structure characteristics. The proposed framework mainly includes three stages. Firstly, an improved edge line extraction method is proposed for the edge segments to fit closely to building outlines. Secondly, a fusion method is proposed for the outlines under the constraint of straight lines, which can maintain the building structural attribute with parallel or vertical edges, which is very useful for the dense matching method. Finally, we proposed an edge constraint and outline compensation (ECAOC) dense matching method to maintain building object structural characteristics in the disparity map. In the proposed method, the improved edge lines are used to optimize matching search scope and matching template window, and the high-precision building outlines are used to compensate the shape feature of building objects. Our method can greatly increase the matching accuracy of building objects in urban areas, especially at building edges. For the outline extraction experiments, our fusion method verifies the superiority and robustness on panchromatic images of different satellites and different resolutions. For the dense matching experiments, our ECOAC method shows great advantages for matching accuracy of building objects in urban areas compared with three other methods.

  16. Object-Based Dense Matching Method for Maintaining Structure Characteristics of Linear Buildings

    Directory of Open Access Journals (Sweden)

    Nan Su

    2018-03-01

    Full Text Available In this paper, we proposed a novel object-based dense matching method specially for the high-precision disparity map of building objects in urban areas, which can maintain accurate object structure characteristics. The proposed framework mainly includes three stages. Firstly, an improved edge line extraction method is proposed for the edge segments to fit closely to building outlines. Secondly, a fusion method is proposed for the outlines under the constraint of straight lines, which can maintain the building structural attribute with parallel or vertical edges, which is very useful for the dense matching method. Finally, we proposed an edge constraint and outline compensation (ECAOC dense matching method to maintain building object structural characteristics in the disparity map. In the proposed method, the improved edge lines are used to optimize matching search scope and matching template window, and the high-precision building outlines are used to compensate the shape feature of building objects. Our method can greatly increase the matching accuracy of building objects in urban areas, especially at building edges. For the outline extraction experiments, our fusion method verifies the superiority and robustness on panchromatic images of different satellites and different resolutions. For the dense matching experiments, our ECOAC method shows great advantages for matching accuracy of building objects in urban areas compared with three other methods.

  17. Computing Low-Rank Approximation of a Dense Matrix on Multicore CPUs with a GPU and Its Application to Solving a Hierarchically Semiseparable Linear System of Equations

    Directory of Open Access Journals (Sweden)

    Ichitaro Yamazaki

    2015-01-01

    of their low-rank properties. To compute a low-rank approximation of a dense matrix, in this paper, we study the performance of QR factorization with column pivoting or with restricted pivoting on multicore CPUs with a GPU. We first propose several techniques to reduce the postprocessing time, which is required for restricted pivoting, on a modern CPU. We then examine the potential of using a GPU to accelerate the factorization process with both column and restricted pivoting. Our performance results on two eight-core Intel Sandy Bridge CPUs with one NVIDIA Kepler GPU demonstrate that using the GPU, the factorization time can be reduced by a factor of more than two. In addition, to study the performance of our implementations in practice, we integrate them into a recently developed software StruMF which algebraically exploits such low-rank structures for solving a general sparse linear system of equations. Our performance results for solving Poisson's equations demonstrate that the proposed techniques can significantly reduce the preconditioner construction time of StruMF on the CPUs, and the construction time can be further reduced by 10%–50% using the GPU.

  18. Linearization of the Lorenz system

    International Nuclear Information System (INIS)

    Li, Chunbiao; Sprott, Julien Clinton; Thio, Wesley

    2015-01-01

    A partial and complete piecewise linearized version of the Lorenz system is proposed. The linearized versions have an independent total amplitude control parameter. Additional further linearization leads naturally to a piecewise linear version of the diffusionless Lorenz system. A chaotic circuit with a single amplitude controller is then implemented using a new switch element, producing a chaotic oscillation that agrees with the numerical calculation for the piecewise linear diffusionless Lorenz system. - Highlights: • A partial and complete piecewise linearized version of the Lorenz system are addressed. • The linearized versions have an independent total amplitude control parameter. • A piecewise linear version of the diffusionless Lorenz system is derived by further linearization. • A corresponding chaotic circuit without any multiplier is implemented for the chaotic oscillation

  19. Linearization of the Lorenz system

    Energy Technology Data Exchange (ETDEWEB)

    Li, Chunbiao, E-mail: goontry@126.com [School of Electronic & Information Engineering, Nanjing University of Information Science & Technology, Nanjing 210044 (China); Engineering Technology Research and Development Center of Jiangsu Circulation Modernization Sensor Network, Jiangsu Institute of Commerce, Nanjing 211168 (China); Sprott, Julien Clinton [Department of Physics, University of Wisconsin–Madison, Madison, WI 53706 (United States); Thio, Wesley [Department of Electrical and Computer Engineering, The Ohio State University, Columbus, OH 43210 (United States)

    2015-05-08

    A partial and complete piecewise linearized version of the Lorenz system is proposed. The linearized versions have an independent total amplitude control parameter. Additional further linearization leads naturally to a piecewise linear version of the diffusionless Lorenz system. A chaotic circuit with a single amplitude controller is then implemented using a new switch element, producing a chaotic oscillation that agrees with the numerical calculation for the piecewise linear diffusionless Lorenz system. - Highlights: • A partial and complete piecewise linearized version of the Lorenz system are addressed. • The linearized versions have an independent total amplitude control parameter. • A piecewise linear version of the diffusionless Lorenz system is derived by further linearization. • A corresponding chaotic circuit without any multiplier is implemented for the chaotic oscillation.

  20. Bistable behaviour of biexciton population in a dense exciton-biexciton system in semiconductors

    International Nuclear Information System (INIS)

    Nguyen Ba An.

    1986-05-01

    The steady state bistable behaviour of biexciton population in a dense exciton-biexciton semiconductor is considered. The intrinsic optical feedback is provided by the recombination mechanism. The exciton-biexciton and biexciton-biexciton interactions play the role of non-linearity responsible for biexciton bistability to occur. The conditions leading to the effect of bistability are obtained and two-parameter phase transition diagrams are drawn for both intensity and frequency bistable phenomena. (author)

  1. Linear system theory

    Science.gov (United States)

    Callier, Frank M.; Desoer, Charles A.

    1991-01-01

    The aim of this book is to provide a systematic and rigorous access to the main topics of linear state-space system theory in both the continuous-time case and the discrete-time case; and the I/O description of linear systems. The main thrusts of the work are the analysis of system descriptions and derivations of their properties, LQ-optimal control, state feedback and state estimation, and MIMO unity-feedback systems.

  2. Linear optical response of finite systems using multishift linear system solvers

    Energy Technology Data Exchange (ETDEWEB)

    Hübener, Hannes; Giustino, Feliciano [Department of Materials, University of Oxford, Oxford OX1 3PH (United Kingdom)

    2014-07-28

    We discuss the application of multishift linear system solvers to linear-response time-dependent density functional theory. Using this technique the complete frequency-dependent electronic density response of finite systems to an external perturbation can be calculated at the cost of a single solution of a linear system via conjugate gradients. We show that multishift time-dependent density functional theory yields excitation energies and oscillator strengths in perfect agreement with the standard diagonalization of the response matrix (Casida's method), while being computationally advantageous. We present test calculations for benzene, porphin, and chlorophyll molecules. We argue that multishift solvers may find broad applicability in the context of excited-state calculations within density-functional theory and beyond.

  3. Photons in dense nuclear matter: Random-phase approximation

    Science.gov (United States)

    Stetina, Stephan; Rrapaj, Ermal; Reddy, Sanjay

    2018-04-01

    We present a comprehensive and pedagogic discussion of the properties of photons in cold and dense nuclear matter based on the resummed one-loop photon self-energy. Correlations among electrons, muons, protons, and neutrons in β equilibrium that arise as a result of electromagnetic and strong interactions are consistently taken into account within the random phase approximation. Screening effects, damping, and collective excitations are systematically studied in a fully relativistic setup. Our study is relevant to the linear response theory of dense nuclear matter, calculations of transport properties of cold dense matter, and investigations of the production and propagation of hypothetical vector bosons such as the dark photons.

  4. Novel OSNR Monitoring Technique in Dense WDM Systems using Inherently Generated CW Monitoring Channels

    DEFF Research Database (Denmark)

    Petersen, Martin Nordal

    2007-01-01

    We present a simple, yet effective OSNR monitoring technique based on an inherent effect in the optical modulator. Highly accurate OSNR monitoring is demonstrated in a 40 Gb/s dense WDM system with 50 GHz channel spacing.......We present a simple, yet effective OSNR monitoring technique based on an inherent effect in the optical modulator. Highly accurate OSNR monitoring is demonstrated in a 40 Gb/s dense WDM system with 50 GHz channel spacing....

  5. Model Predictive Control for Linear Complementarity and Extended Linear Complementarity Systems

    Directory of Open Access Journals (Sweden)

    Bambang Riyanto

    2005-11-01

    Full Text Available In this paper, we propose model predictive control method for linear complementarity and extended linear complementarity systems by formulating optimization along prediction horizon as mixed integer quadratic program. Such systems contain interaction between continuous dynamics and discrete event systems, and therefore, can be categorized as hybrid systems. As linear complementarity and extended linear complementarity systems finds applications in different research areas, such as impact mechanical systems, traffic control and process control, this work will contribute to the development of control design method for those areas as well, as shown by three given examples.

  6. Suprathermal viscosity of dense matter

    International Nuclear Information System (INIS)

    Alford, Mark; Mahmoodifar, Simin; Schwenzer, Kai

    2010-01-01

    Motivated by the existence of unstable modes of compact stars that eventually grow large, we study the bulk viscosity of dense matter, taking into account non-linear effects arising in the large amplitude regime, where the deviation μ Δ of the chemical potentials from chemical equilibrium fulfills μ Δ > or approx. T. We find that this supra-thermal bulk viscosity can provide a potential mechanism for saturating unstable modes in compact stars since the viscosity is strongly enhanced. Our study confirms previous results on strange quark matter and shows that the suprathermal enhancement is even stronger in the case of hadronic matter. We also comment on the competition of different weak channels and the presence of suprathermal effects in various color superconducting phases of dense quark matter.

  7. New Compensation Technique for Fiber Impairments in Ultra High Capacity Super channel Based on (QDPASK Dense wavelength division multiplex (DWDM systems

    Directory of Open Access Journals (Sweden)

    Ibrahim A.Murdas

    2017-07-01

    Full Text Available In this paper we want to increase the data rate and to get larger transmission distance, therefore we use the Advanced modulation technique QDPASK in DWDM system with low channels space. In case of long transmission distance and multi channels system both giving rise to inter channel crosstalk induced by fiber nonlinearities as a result the use of advanced modulation technique becomes difficult. In this paper Quaternary differential phase amplitude shift keying (QDPASK is designed for 32 dense wavelength division multiplexing (DWDM channels, therefore we proposed a new cascade compensation system consist of optical and digital back propagation techniques (ODBP for compensate the linear and nonlinear effects . A performance of the system was reported using QDPASK DWDM fiber-optic system for various system parameters. The research is tested in VPI maker environment.

  8. Rayleigh-Taylor/gravitational instability in dense magnetoplasmas

    Energy Technology Data Exchange (ETDEWEB)

    Ali, S., E-mail: shahid.ali@ncp.edu.p [National Centre for Physics, Quaid-i-Azam University Campus, Islamabad (Pakistan); IPFN, Instituto Superior Tecnico, Av. Rovisco Pais, 1049-001 Lisboa (Portugal); Ahmed, Z. [COMSATS Institute of Information Technology, Department of Physics, Wah Campus (Pakistan); Mirza, Arshad M. [Theoretical Plasma Physics Group, Physics Department, Quaid-i-Azam University, Islamabad 45320 (Pakistan); Ahmad, I. [COMSATS Institute of Information Technology, Department of Physics, Islamabad Campus (Pakistan)

    2009-08-10

    The Rayleigh-Taylor instability is investigated in a nonuniform dense quantum magnetoplasma. For this purpose, a quantum hydrodynamical model is used for the electrons whereas the ions are assumed to be cold and classical. The dispersion relation for the Rayleigh-Taylor instability becomes modified with the quantum corrections associated with the Fermi pressure law and the quantum Bohm potential force. Numerically, it is found that the quantum speed and density gradient significantly modify the growth rate of RT instability. In a dense quantum magnetoplasma case, the linear growth rate of RT instability becomes significantly higher than its classical value and the modes are found to be highly localized. The present investigation should be useful in the studies of dense astrophysical magnetoplasmas as well as in laser-produced plasmas.

  9. Rayleigh-Taylor/gravitational instability in dense magnetoplasmas

    International Nuclear Information System (INIS)

    Ali, S.; Ahmed, Z.; Mirza, Arshad M.; Ahmad, I.

    2009-01-01

    The Rayleigh-Taylor instability is investigated in a nonuniform dense quantum magnetoplasma. For this purpose, a quantum hydrodynamical model is used for the electrons whereas the ions are assumed to be cold and classical. The dispersion relation for the Rayleigh-Taylor instability becomes modified with the quantum corrections associated with the Fermi pressure law and the quantum Bohm potential force. Numerically, it is found that the quantum speed and density gradient significantly modify the growth rate of RT instability. In a dense quantum magnetoplasma case, the linear growth rate of RT instability becomes significantly higher than its classical value and the modes are found to be highly localized. The present investigation should be useful in the studies of dense astrophysical magnetoplasmas as well as in laser-produced plasmas.

  10. Solving sparse linear least squares problems on some supercomputers by using large dense blocks

    DEFF Research Database (Denmark)

    Hansen, Per Christian; Ostromsky, T; Sameh, A

    1997-01-01

    technique is preferable to sparse matrix technique when the matrices are not large, because the high computational speed compensates fully the disadvantages of using more arithmetic operations and more storage. For very large matrices the computations must be organized as a sequence of tasks in each......Efficient subroutines for dense matrix computations have recently been developed and are available on many high-speed computers. On some computers the speed of many dense matrix operations is near to the peak-performance. For sparse matrices storage and operations can be saved by operating only...... and storing only nonzero elements. However, the price is a great degradation of the speed of computations on supercomputers (due to the use of indirect addresses, to the need to insert new nonzeros in the sparse storage scheme, to the lack of data locality, etc.). On many high-speed computers a dense matrix...

  11. Accelerating Dense Linear Algebra on the GPU

    DEFF Research Database (Denmark)

    Sørensen, Hans Henrik Brandenborg

    and matrix-vector operations on GPUs. Such operations form the backbone of level 1 and level 2 routines in the Basic Linear Algebra Subroutines (BLAS) library and are therefore of great importance in many scientific applications. The target hardware is the most recent NVIDIA Tesla 20-series (Fermi...

  12. Ballistic near-field heat transport in dense many-body systems

    Science.gov (United States)

    Latella, Ivan; Biehs, Svend-Age; Messina, Riccardo; Rodriguez, Alejandro W.; Ben-Abdallah, Philippe

    2018-01-01

    Radiative heat transport mediated by near-field interactions is known to be superdiffusive in dilute, many-body systems. Here we use a generalized Landauer theory of radiative heat transfer in many-body planar systems to demonstrate a nonmonotonic transition from superdiffusive to ballistic transport in dense systems. We show that such a transition is associated to a change of the polarization of dominant modes. Our findings are complemented by a quantitative study of the relaxation dynamics of the system in the different regimes of heat transport. This result could have important consequences on thermal management at nanoscale of many-body systems.

  13. Dense image correspondences for computer vision

    CERN Document Server

    Liu, Ce

    2016-01-01

    This book describes the fundamental building-block of many new computer vision systems: dense and robust correspondence estimation. Dense correspondence estimation techniques are now successfully being used to solve a wide range of computer vision problems, very different from the traditional applications such techniques were originally developed to solve. This book introduces the techniques used for establishing correspondences between challenging image pairs, the novel features used to make these techniques robust, and the many problems dense correspondences are now being used to solve. The book provides information to anyone attempting to utilize dense correspondences in order to solve new or existing computer vision problems. The editors describe how to solve many computer vision problems by using dense correspondence estimation. Finally, it surveys resources, code, and data necessary for expediting the development of effective correspondence-based computer vision systems.   ·         Provides i...

  14. Detuning-induced stimulated Raman adiabatic passage in dense two-level systems

    Science.gov (United States)

    Deng, Li; Lin, Gongwei; Niu, Yueping; Gong, Shangqing

    2018-05-01

    We investigate the coherence generation in dense two-level systems under detuning-induced stimulated Raman adiabatic passage (D-STIRAP). In the dense two-level system, the near dipole-dipole (NDD) interaction should be taken into consideration. With the increase in the strength of the NDD interaction, it is found that a switchlike transition of the generated coherence from maximum value to zero appears. Meanwhile, the adiabatic condition of the D-STIRAP is destroyed in the presence of the NDD interaction. In order to avoid the sudden decrease in the generated coherence and maintain the maximum value, we can use stronger detuning pulse or pump pulse, between which increasing the intensity of the detuning pulse is of more efficiency. Except for taking advantage of such maximum coherence in the high density case into areas like enhancing the four-wave mixing process, we also point out that the phenomenon of the coherence transition can be applied as an optical switch.

  15. Feedback systems for linear colliders

    CERN Document Server

    Hendrickson, L; Himel, Thomas M; Minty, Michiko G; Phinney, N; Raimondi, Pantaleo; Raubenheimer, T O; Shoaee, H; Tenenbaum, P G

    1999-01-01

    Feedback systems are essential for stable operation of a linear collider, providing a cost-effective method for relaxing tight tolerances. In the Stanford Linear Collider (SLC), feedback controls beam parameters such as trajectory, energy, and intensity throughout the accelerator. A novel dithering optimization system which adjusts final focus parameters to maximize luminosity contributed to achieving record performance in the 1997-98 run. Performance limitations of the steering feedback have been investigated, and improvements have been made. For the Next Linear Collider (NLC), extensive feedback systems are planned as an intregal part of the design. Feedback requiremetns for JLC (the Japanese Linear Collider) are essentially identical to NLC; some of the TESLA requirements are similar but there are significant differences. For NLC, algorithms which incorporate improvements upon the SLC implementation are being prototyped. Specialized systems for the damping rings, rf and interaction point will operate at hi...

  16. High-Spatial-Multiplicity Multicore Fibers for Future Dense Space-Division-Multiplexing Systems

    DEFF Research Database (Denmark)

    Matsuo, Shoichiro; Takenaga, Katsuhiro; Sasaki, Yusuke

    2016-01-01

    Multicore fibers and few-mode fibers have potential application in realizing dense-space-division multiplexing systems. However, there are some tradeoff requirements for designing the fibers. In this paper, the tradeoff requirements such as spatial channel count, crosstalk, differential mode dela...

  17. Feedback Systems for Linear Colliders

    International Nuclear Information System (INIS)

    1999-01-01

    Feedback systems are essential for stable operation of a linear collider, providing a cost-effective method for relaxing tight tolerances. In the Stanford Linear Collider (SLC), feedback controls beam parameters such as trajectory, energy, and intensity throughout the accelerator. A novel dithering optimization system which adjusts final focus parameters to maximize luminosity contributed to achieving record performance in the 1997-98 run. Performance limitations of the steering feedback have been investigated, and improvements have been made. For the Next Linear Collider (NLC), extensive feedback systems are planned as an integral part of the design. Feedback requirements for JLC (the Japanese Linear Collider) are essentially identical to NLC; some of the TESLA requirements are similar but there are significant differences. For NLC, algorithms which incorporate improvements upon the SLC implementation are being prototyped. Specialized systems for the damping rings, rf and interaction point will operate at high bandwidth and fast response. To correct for the motion of individual bunches within a train, both feedforward and feedback systems are planned. SLC experience has shown that feedback systems are an invaluable operational tool for decoupling systems, allowing precision tuning, and providing pulse-to-pulse diagnostics. Feedback systems for the NLC will incorporate the key SLC features and the benefits of advancing technologies

  18. Standard diffusive systems are well-posed linear systems

    NARCIS (Netherlands)

    Matignon, Denis; Zwart, Heiko J.

    2004-01-01

    The class of well-posed linear systems as introduced by Salamon has become a well-understood class of systems, see e.g. the work of Weiss and the book of Staffans. Many partial partial differential equations with boundary control and point observation can be formulated as a well-posed linear system.

  19. Electronic transport coefficients from ab initio simulations and application to dense liquid hydrogen

    International Nuclear Information System (INIS)

    Holst, Bastian; French, Martin; Redmer, Ronald

    2011-01-01

    Using Kubo's linear response theory, we derive expressions for the frequency-dependent electrical conductivity (Kubo-Greenwood formula), thermopower, and thermal conductivity in a strongly correlated electron system. These are evaluated within ab initio molecular dynamics simulations in order to study the thermoelectric transport coefficients in dense liquid hydrogen, especially near the nonmetal-to-metal transition region. We also observe significant deviations from the widely used Wiedemann-Franz law, which is strictly valid only for degenerate systems, and give an estimate for its valid scope of application toward lower densities.

  20. A Systematic Method of Interconnection Optimization for Dense-Array Concentrator Photovoltaic System

    Science.gov (United States)

    Siaw, Fei-Lu

    2013-01-01

    This paper presents a new systematic approach to analyze all possible array configurations in order to determine the most optimal dense-array configuration for concentrator photovoltaic (CPV) systems. The proposed method is fast, simple, reasonably accurate, and very useful as a preliminary study before constructing a dense-array CPV panel. Using measured flux distribution data, each CPV cells' voltage and current values at three critical points which are at short-circuit, open-circuit, and maximum power point are determined. From there, an algorithm groups the cells into basic modules. The next step is I-V curve prediction, to find the maximum output power of each array configuration. As a case study, twenty different I-V predictions are made for a prototype of nonimaging planar concentrator, and the array configuration that yields the highest output power is determined. The result is then verified by assembling and testing of an actual dense-array on the prototype. It was found that the I-V curve closely resembles simulated I-V prediction, and measured maximum output power varies by only 1.34%. PMID:24453823

  1. A Systematic Method of Interconnection Optimization for Dense-Array Concentrator Photovoltaic System

    Directory of Open Access Journals (Sweden)

    Fei-Lu Siaw

    2013-01-01

    Full Text Available This paper presents a new systematic approach to analyze all possible array configurations in order to determine the most optimal dense-array configuration for concentrator photovoltaic (CPV systems. The proposed method is fast, simple, reasonably accurate, and very useful as a preliminary study before constructing a dense-array CPV panel. Using measured flux distribution data, each CPV cells’ voltage and current values at three critical points which are at short-circuit, open-circuit, and maximum power point are determined. From there, an algorithm groups the cells into basic modules. The next step is I-V curve prediction, to find the maximum output power of each array configuration. As a case study, twenty different I-V predictions are made for a prototype of nonimaging planar concentrator, and the array configuration that yields the highest output power is determined. The result is then verified by assembling and testing of an actual dense-array on the prototype. It was found that the I-V curve closely resembles simulated I-V prediction, and measured maximum output power varies by only 1.34%.

  2. A systematic method of interconnection optimization for dense-array concentrator photovoltaic system.

    Science.gov (United States)

    Siaw, Fei-Lu; Chong, Kok-Keong

    2013-01-01

    This paper presents a new systematic approach to analyze all possible array configurations in order to determine the most optimal dense-array configuration for concentrator photovoltaic (CPV) systems. The proposed method is fast, simple, reasonably accurate, and very useful as a preliminary study before constructing a dense-array CPV panel. Using measured flux distribution data, each CPV cells' voltage and current values at three critical points which are at short-circuit, open-circuit, and maximum power point are determined. From there, an algorithm groups the cells into basic modules. The next step is I-V curve prediction, to find the maximum output power of each array configuration. As a case study, twenty different I-V predictions are made for a prototype of nonimaging planar concentrator, and the array configuration that yields the highest output power is determined. The result is then verified by assembling and testing of an actual dense-array on the prototype. It was found that the I-V curve closely resembles simulated I-V prediction, and measured maximum output power varies by only 1.34%.

  3. PWR control system design using advanced linear and non-linear methodologies

    International Nuclear Information System (INIS)

    Rabindran, N.; Whitmarsh-Everiss, M.J.

    2004-01-01

    Consideration is here given to the methodology deployed for non-linear heuristic analysis in the time domain supported by multi-variable linear control system design methods for the purposes of operational dynamics and control system analysis. This methodology is illustrated by the application of structural singular value μ analysis to Pressurised Water Reactor control system design. (author)

  4. Dynamic linearization system for a radiation gauge

    International Nuclear Information System (INIS)

    Panarello, J.A.

    1977-01-01

    The linearization system and process converts a high resolution non-linear analog input signal, representative of the thickness of an object, into a high resolution linear analog output signal suitable for use in driving a variety of output devices. The system requires only a small amount of memory for storing pre-calculated non-linear correction coefficients. The system channels the input signal to separate circuit paths so that it may be used directly to; locate an appropriate correction coefficient; develop a correction term after an appropriate correction coefficient is located; and develop a linearized signal having the same high resolution inherent in the input signal. The system processes the linearized signal to compensate for the possible errors introduced by radiation source noise. The processed linearized signal is the high resolution linear analog output signal which accurately represents the thickness of the object being gauged

  5. Indirect synthesis of multi-degree of freedom transient systems. [linear programming for a kinematically linear system

    Science.gov (United States)

    Pilkey, W. D.; Chen, Y. H.

    1974-01-01

    An indirect synthesis method is used in the efficient optimal design of multi-degree of freedom, multi-design element, nonlinear, transient systems. A limiting performance analysis which requires linear programming for a kinematically linear system is presented. The system is selected using system identification methods such that the designed system responds as closely as possible to the limiting performance. The efficiency is a result of the method avoiding the repetitive systems analyses accompanying other numerical optimization methods.

  6. Dynamical systems and linear algebra

    OpenAIRE

    Colonius, Fritz (Prof.)

    2007-01-01

    Dynamical systems and linear algebra / F. Colonius, W. Kliemann. - In: Handbook of linear algebra / ed. by Leslie Hogben. - Boca Raton : Chapman & Hall/CRC, 2007. - S. 56,1-56,22. - (Discrete mathematics and its applications)

  7. Dynamical theory of dense groups of galaxies

    Science.gov (United States)

    Mamon, Gary A.

    1990-01-01

    It is well known that galaxies associate in groups and clusters. Perhaps 40% of all galaxies are found in groups of 4 to 20 galaxies (e.g., Tully 1987). Although most groups appear to be so loose that the galaxy interactions within them ought to be insignificant, the apparently densest groups, known as compact groups appear so dense when seen in projection onto the plane of the sky that their members often overlap. These groups thus appear as dense as the cores of rich clusters. The most popular catalog of compact groups, compiled by Hickson (1982), includes isolation among its selection critera. Therefore, in comparison with the cores of rich clusters, Hickson's compact groups (HCGs) appear to be the densest isolated regions in the Universe (in galaxies per unit volume), and thus provide in principle a clean laboratory for studying the competition of very strong gravitational interactions. The $64,000 question here is then: Are compact groups really bound systems as dense as they appear? If dense groups indeed exist, then one expects that each of the dynamical processes leading to the interaction of their member galaxies should be greatly enhanced. This leads us to the questions: How stable are dense groups? How do they form? And the related question, fascinating to any theorist: What dynamical processes predominate in dense groups of galaxies? If HCGs are not bound dense systems, but instead 1D change alignments (Mamon 1986, 1987; Walke & Mamon 1989) or 3D transient cores (Rose 1979) within larger looser systems of galaxies, then the relevant question is: How frequent are chance configurations within loose groups? Here, the author answers these last four questions after comparing in some detail the methods used and the results obtained in the different studies of dense groups.

  8. Final focus systems for linear colliders

    International Nuclear Information System (INIS)

    Erickson, R.A.

    1987-11-01

    The final focus system of a linear collider must perform two primary functions, it must focus the two opposing beams so that their transverse dimensions at the interaction point are small enough to yield acceptable luminosity, and it must steer the beams together to maintain collisions. In addition, the final focus system must transport the outgoing beams to a location where they can be recycled or safely dumped. Elementary optical considerations for linear collider final focus systems are discussed, followed by chromatic aberrations. The design of the final focus system of the SLAC Linear Collider (SLC) is described. Tuning and diagnostics and steering to collision are discussed. Most of the examples illustrating the concepts covered are drawn from the SLC, but the principles and conclusions are said to be generally applicable to other linear collider designs as well. 26 refs., 17 figs

  9. Oblique Multi-Camera Systems - Orientation and Dense Matching Issues

    Science.gov (United States)

    Rupnik, E.; Nex, F.; Remondino, F.

    2014-03-01

    The use of oblique imagery has become a standard for many civil and mapping applications, thanks to the development of airborne digital multi-camera systems, as proposed by many companies (Blomoblique, IGI, Leica, Midas, Pictometry, Vexcel/Microsoft, VisionMap, etc.). The indisputable virtue of oblique photography lies in its simplicity of interpretation and understanding for inexperienced users allowing their use of oblique images in very different applications, such as building detection and reconstruction, building structural damage classification, road land updating and administration services, etc. The paper reports an overview of the actual oblique commercial systems and presents a workflow for the automated orientation and dense matching of large image blocks. Perspectives, potentialities, pitfalls and suggestions for achieving satisfactory results are given. Tests performed on two datasets acquired with two multi-camera systems over urban areas are also reported.

  10. Linear operator inequalities for strongly stable weakly regular linear systems

    NARCIS (Netherlands)

    Curtain, RF

    2001-01-01

    We consider the question of the existence of solutions to certain linear operator inequalities (Lur'e equations) for strongly stable, weakly regular linear systems with generating operators A, B, C, 0. These operator inequalities are related to the spectral factorization of an associated Popov

  11. Reduction of Linear Functional Systems using Fuhrmann's Equivalence

    Directory of Open Access Journals (Sweden)

    Mohamed S. Boudellioua

    2016-11-01

    Full Text Available Functional systems arise in the treatment of systems of partial differential equations, delay-differential equations, multidimensional equations, etc. The problem of reducing a linear functional system to a system containing fewer equations and unknowns was first studied by Serre. Finding an equivalent presentation of a linear functional system containing fewer equations and fewer unknowns can generally simplify both the study of the structural properties of the linear functional system and of different numerical analysis issues, and it can sometimes help in solving the linear functional system. In this paper, Fuhrmann's equivalence is used to present a constructive result on the reduction of under-determined linear functional systems to a single equation involving a single unknown. This equivalence transformation has been studied by a number of authors and has been shown to play an important role in the theory of linear functional systems.

  12. Introduction to linear systems of differential equations

    CERN Document Server

    Adrianova, L Ya

    1995-01-01

    The theory of linear systems of differential equations is one of the cornerstones of the whole theory of differential equations. At its root is the concept of the Lyapunov characteristic exponent. In this book, Adrianova presents introductory material and further detailed discussions of Lyapunov exponents. She also discusses the structure of the space of solutions of linear systems. Classes of linear systems examined are from the narrowest to widest: 1)�autonomous, 2)�periodic, 3)�reducible to autonomous, 4)�nearly reducible to autonomous, 5)�regular. In addition, Adrianova considers the following: stability of linear systems and the influence of perturbations of the coefficients on the stability the criteria of uniform stability and of uniform asymptotic stability in terms of properties of the solutions several estimates of the growth rate of solutions of a linear system in terms of its coefficients How perturbations of the coefficients change all the elements of the spectrum of the system is defin...

  13. Window observers for linear systems

    Directory of Open Access Journals (Sweden)

    Utkin Vadim

    2000-01-01

    Full Text Available Given a linear system x ˙ = A x + B u with output y = C x and a window function ω ( t , i.e., ∀ t , ω ( t ∈ {0,1 }, and assuming that the window function is Lebesgue measurable, we refer to the following observer, x ˆ = A x + B u + ω ( t L C ( x − x ˆ as a window observer. The stability issue is treated in this paper. It is proven that for linear time-invariant systems, the window observer can be stabilized by an appropriate design under a very mild condition on the window functions, albeit for linear time-varying system, some regularity of the window functions is required to achieve observer designs with the asymptotic stability. The corresponding design methods are developed. An example is included to illustrate the possible applications

  14. Balanced truncation for linear switched systems

    DEFF Research Database (Denmark)

    Petreczky, Mihaly; Wisniewski, Rafal; Leth, John-Josef

    2013-01-01

    In this paper, we present a theoretical analysis of the model reduction algorithm for linear switched systems from Shaker and Wisniewski (2011, 2009) and . This algorithm is a reminiscence of the balanced truncation method for linear parameter varying systems (Wood et al., 1996) [3]. Specifically...

  15. Matrices over runtime systems at exascale

    KAUST Repository

    Agullo, Emmanuel

    2012-11-01

    The goal of Matrices Over Runtime Systems at Exascale (MORSE) project is to design dense and sparse linear algebra methods that achieve the fastest possible time to an accurate solution on large-scale multicore systems with GPU accelerators, using all the processing power that future high end systems can make available. In this poster, we propose a framework for describing linear algebra algorithms at a high level of abstraction and delegating the actual execution to a runtime system in order to design software whose performance is portable accross architectures. We illustrate our methodology on three classes of problems: dense linear algebra, sparse direct methods and fast multipole methods. The resulting codes have been incorporated into Magma, Pastix and ScalFMM solvers, respectively. © 2012 IEEE.

  16. On pole structure assignment in linear systems

    Czech Academy of Sciences Publication Activity Database

    Loiseau, J.-J.; Zagalak, Petr

    2009-01-01

    Roč. 82, č. 7 (2009), s. 1179-1192 ISSN 0020-7179 R&D Projects: GA ČR(CZ) GA102/07/1596 Institutional research plan: CEZ:AV0Z10750506 Keywords : linear systems * linear state feedback * pole structure assignment Subject RIV: BC - Control Systems Theory Impact factor: 1.124, year: 2009 http://library.utia.cas.cz/separaty/2009/AS/zagalak-on pole structure assignment in linear systems.pdf

  17. Linear systems a measurement based approach

    CERN Document Server

    Bhattacharyya, S P; Mohsenizadeh, D N

    2014-01-01

    This brief presents recent results obtained on the analysis, synthesis and design of systems described by linear equations. It is well known that linear equations arise in most branches of science and engineering as well as social, biological and economic systems. The novelty of this approach is that no models of the system are assumed to be available, nor are they required. Instead, a few measurements made on the system can be processed strategically to directly extract design values that meet specifications without constructing a model of the system, implicitly or explicitly. These new concepts are illustrated by applying them to linear DC and AC circuits, mechanical, civil and hydraulic systems, signal flow block diagrams and control systems. These applications are preliminary and suggest many open problems. The results presented in this brief are the latest effort in this direction and the authors hope these will lead to attractive alternatives to model-based design of engineering and other systems.

  18. FttC-Based Fronthaul for 5G Dense/Ultra-Dense Access Network: Performance and Costs in Realistic Scenarios

    Directory of Open Access Journals (Sweden)

    Franco Mazzenga

    2017-10-01

    Full Text Available One distinctive feature of the next 5G systems is the presence of a dense/ultra-dense wireless access network with a large number of access points (or nodes at short distances from each other. Dense/ultra-dense access networks allow for providing very high transmission capacity to terminals. However, the deployment of dense/ultra-dense networks is slowed down by the cost of the fiber-based infrastructure required to connect radio nodes to the central processing units and then to the core network. In this paper, we investigate the possibility for existing FttC access networks to provide fronthaul capabilities for dense/ultra-dense 5G wireless networks. The analysis is realistic in that it is carried out considering an actual access network scenario, i.e., the Italian FttC deployment. It is assumed that access nodes are connected to the Cabinets and to the corresponding distributors by a number of copper pairs. Different types of cities grouped in terms of population have been considered. Results focus on fronthaul transport capacity provided by the FttC network and have been expressed in terms of the available fronthaul bit rate per node and of the achievable coverage.

  19. Final Focus Systems in Linear Colliders

    International Nuclear Information System (INIS)

    Raubenheimer, Tor

    1998-01-01

    In colliding beam facilities, the ''final focus system'' must demagnify the beams to attain the very small spot sizes required at the interaction points. The first final focus system with local chromatic correction was developed for the Stanford Linear Collider where very large demagnifications were desired. This same conceptual design has been adopted by all the future linear collider designs as well as the SuperConducting Supercollider, the Stanford and KEK B-Factories, and the proposed Muon Collider. In this paper, the over-all layout, physics constraints, and optimization techniques relevant to the design of final focus systems for high-energy electron-positron linear colliders are reviewed. Finally, advanced concepts to avoid some of the limitations of these systems are discussed

  20. Multicontextual correlates of energy-dense, nutrient-poor snack food consumption by adolescents.

    Science.gov (United States)

    Larson, Nicole; Miller, Jonathan M; Eisenberg, Marla E; Watts, Allison W; Story, Mary; Neumark-Sztainer, Dianne

    2017-05-01

    Frequent consumption of energy-dense, nutrient-poor snack foods is an eating behavior of public health concern. This study was designed to inform strategies for reducing adolescent intake of energy-dense snack foods by identifying individual and environmental influences. Surveys were completed in 2009-2010 by 2540 adolescents (54% females, mean age = 14.5 ± 2.0, 80% nonwhite) in Minneapolis-St. Paul, Minnesota schools. Daily servings of energy-dense snack food was assessed using a food frequency questionnaire that asked about consumption of 21 common snack food items, such as potato chips, cookies, and candy. Data representing characteristics of adolescents' environments were collected from parents/caregivers, friends, school personnel, Geographic Information System sources, and a content analysis of favorite television shows. Linear regression was used to examine relationships between each individual or environmental characteristic and snack food consumption in separate models and also to examine relationships in a model including all of the characteristics simultaneously. The factors found to be significantly associated with higher energy-dense snack food intake represented individual attitudes/behaviors (e.g., snacking while watching television) and characteristics of home/family (e.g., home unhealthy food availability), peer (friends' energy-dense snack food consumption), and school (e.g., student snack consumption norms) environments. In total, 25.5% of the variance in adolescents' energy-dense snack food consumption was explained when factors from within each context were examined together. The results suggest that the design of interventions targeting improvement in the dietary quality of adolescents' snack food choices should address relevant individual factors (e.g., eating while watching television) along with characteristics of their home/family (e.g., limiting the availability of unhealthy foods), peer (e.g., guiding the efforts of a peer leader in

  1. Systems of Inhomogeneous Linear Equations

    Science.gov (United States)

    Scherer, Philipp O. J.

    Many problems in physics and especially computational physics involve systems of linear equations which arise e.g. from linearization of a general nonlinear problem or from discretization of differential equations. If the dimension of the system is not too large standard methods like Gaussian elimination or QR decomposition are sufficient. Systems with a tridiagonal matrix are important for cubic spline interpolation and numerical second derivatives. They can be solved very efficiently with a specialized Gaussian elimination method. Practical applications often involve very large dimensions and require iterative methods. Convergence of Jacobi and Gauss-Seidel methods is slow and can be improved by relaxation or over-relaxation. An alternative for large systems is the method of conjugate gradients.

  2. Geometrical optics of dense aerosols: forming dense plasma slabs.

    Science.gov (United States)

    Hay, Michael J; Valeo, Ernest J; Fisch, Nathaniel J

    2013-11-01

    Assembling a freestanding, sharp-edged slab of homogeneous material that is much denser than gas, but much more rarefied than a solid, is an outstanding technological challenge. The solution may lie in focusing a dense aerosol to assume this geometry. However, whereas the geometrical optics of dilute aerosols is a well-developed field, the dense aerosol limit is mostly unexplored. Yet controlling the geometrical optics of dense aerosols is necessary in preparing such a material slab. Focusing dense aerosols is shown here to be possible, but the finite particle density reduces the effective Stokes number of the flow, a critical result for controlled focusing.

  3. Linear quadratic optimization for positive LTI system

    Science.gov (United States)

    Muhafzan, Yenti, Syafrida Wirma; Zulakmal

    2017-05-01

    Nowaday the linear quadratic optimization subject to positive linear time invariant (LTI) system constitute an interesting study considering it can become a mathematical model of variety of real problem whose variables have to nonnegative and trajectories generated by these variables must be nonnegative. In this paper we propose a method to generate an optimal control of linear quadratic optimization subject to positive linear time invariant (LTI) system. A sufficient condition that guarantee the existence of such optimal control is discussed.

  4. State space and input-output linear systems

    CERN Document Server

    Delchamps, David F

    1988-01-01

    It is difficult for me to forget the mild sense of betrayal I felt some ten years ago when I discovered, with considerable dismay, that my two favorite books on linear system theory - Desoer's Notes for a Second Course on Linear Systems and Brockett's Finite Dimensional Linear Systems - were both out of print. Since that time, of course, linear system theory has undergone a transformation of the sort which always attends the maturation of a theory whose range of applicability is expanding in a fashion governed by technological developments and by the rate at which such advances become a part of engineering practice. The growth of the field has inspired the publication of some excellent books; the encyclopedic treatises by Kailath and Chen, in particular, come immediately to mind. Nonetheless, I was inspired to write this book primarily by my practical needs as a teacher and researcher in the field. For the past five years, I have taught a one semester first year gradu­ ate level linear system theory course i...

  5. KBLAS: An Optimized Library for Dense Matrix-Vector Multiplication on GPU Accelerators

    KAUST Repository

    Abdelfattah, Ahmad; Keyes, David E.; Ltaief, Hatem

    2016-01-01

    compliance with the standard BLAS API. Another optimization technique allows ensuring coalesced memory access when dealing with submatrices, especially for high-level dense linear algebra algorithms. All KBLAS kernels have been leveraged to a multi

  6. Linear collider systems and costs

    International Nuclear Information System (INIS)

    Loew, G.A.

    1993-05-01

    The purpose of this paper is to examine some of the systems and sub-systems involved in so-called ''conventional'' e + e - linear colliders and to study how their design affects the overall cost of these machines. There are presently a total of at least six 500 GeV c. of m. linear collider projects under study in the world. Aside from TESLA (superconducting linac at 1.3 GHz) and CLIC (two-beam accelerator with main linac at 30GHz), the other four proposed e + e - linear colliders can be considered ''conventional'' in that their main linacs use the proven technique of driving room temperature accelerator sections with pulsed klystrons and modulators. The centrally distinguishing feature between these projects is their main linac rf frequency: 3 GHz for the DESY machine, 11.424 GHz for the SLAC and JLC machines, and 14 GHz for the VLEPP machine. The other systems, namely the electron and positron sources, preaccelerators, compressors, damping rings and final foci, are fairly similar from project to project. Probably more than 80% of the cost of these linear colliders will be incurred in the two main linacs facing each other and it is therefore in their design and construction that major savings or extra costs may be found

  7. New approach to solve symmetric fully fuzzy linear systems

    Indian Academy of Sciences (India)

    concepts of fuzzy set theory and then define a fully fuzzy linear system of equations. .... To represent the above problem as fully fuzzy linear system, we represent x .... Fully fuzzy linear systems can be solved by Linear programming approach, ...

  8. Vortex structures in dense electron-positron-ion plasmas

    Energy Technology Data Exchange (ETDEWEB)

    Haque, Q [Theoretical Plasma Physics Division, PINSTECH, P O Nilore, Islamabad (Pakistan)], E-mail: qamar_haque@hotmail.com

    2009-11-15

    A linear dispersion relation for electrostatic quantum drift and acoustic waves has been found for dense electron-positron-ion magnetoplasmas. Both the fermion and thermal temperature effects have been considered for electrons and positrons. In the nonlinear regime, a stationary solution in the form of dipolar vortices has been obtained. For illustration, the results were applied to the astrophysical plasma of the atmosphere of neutron stars/pulsars.

  9. Evolution of dense spatially modulated electron bunches

    Science.gov (United States)

    Balal, N.; Bratman, V. L.; Friedman, A.

    2018-03-01

    An analytical theory describing the dynamics of relativistic moving 1D electron pulses (layers) with the density modulation affected by a space charge has been revised and generalized for its application to the formation of dense picosecond bunches from linear accelerators with laser-driven photo injectors, and its good agreement with General Particle Tracer simulations has been demonstrated. Evolution of quasi-one-dimensional bunches (disks), for which the derived formulas predict longitudinal expansion, is compared with that for thin and long electron cylinders (threads), for which the excitation of non-linear waves with density spikes was found earlier by Musumeci et al. [Phys. Rev. Lett. 106(18), 184801 (2011)] and Musumeci et al. [Phys. Rev. Spec. Top. -Accel. Beams 16(10), 100701 (2013)]. Both types of bunches can be used for efficiency enhancement of THz sources based on the Doppler frequency up-shifted coherent spontaneous radiation of electrons. Despite the strong Coulomb repulsion, the periodicity of a preliminary modulation in dense 1D layers persists during their expansion in the most interesting case of a relatively small change in particle energy. However, the period of modulation increases and its amplitude decreases in time. In the case of a large change in electron energy, the uniformity of periodicity is broken due to different relativistic changes in longitudinal scales along the bunch: the "period" of modulation decreases and its amplitude increases from the rear to the front boundary. Nevertheless, the use of relatively long electron bunches with a proper preliminary spatial modulation of density can provide a significantly higher power and a narrower spectrum of coherent spontaneous radiation of dense bunches than in the case of initially short single bunches with the same charge.

  10. OBLIQUE MULTI-CAMERA SYSTEMS – ORIENTATION AND DENSE MATCHING ISSUES

    Directory of Open Access Journals (Sweden)

    E. Rupnik

    2014-03-01

    Full Text Available The use of oblique imagery has become a standard for many civil and mapping applications, thanks to the development of airborne digital multi-camera systems, as proposed by many companies (Blomoblique, IGI, Leica, Midas, Pictometry, Vexcel/Microsoft, VisionMap, etc.. The indisputable virtue of oblique photography lies in its simplicity of interpretation and understanding for inexperienced users allowing their use of oblique images in very different applications, such as building detection and reconstruction, building structural damage classification, road land updating and administration services, etc. The paper reports an overview of the actual oblique commercial systems and presents a workflow for the automated orientation and dense matching of large image blocks. Perspectives, potentialities, pitfalls and suggestions for achieving satisfactory results are given. Tests performed on two datasets acquired with two multi-camera systems over urban areas are also reported.

  11. STABILITY OF LINEAR SYSTEMS WITH MARKOVIAN JUMPS

    Directory of Open Access Journals (Sweden)

    Jorge Enrique Mayta Guillermo

    2016-12-01

    Full Text Available In this work we will analyze the stability of linear systems governed by a Markov chain, this family is known in the specialized literature as linear systems with Markov jumps or by its acronyms in English MJLS as it is denoted in [1]. Linear systems governed by a Markov chain are dynamic systems with abrupt changes. We give some denitions of stability for the MJLS system, where these types of stability are equivalent as long as the state space of the Markov chain is nite. Finally we present a theorem that characterizes the stochastic stability by means of an equation of the Lyapunov type. The result is a generalization of a theorem in classical theory.

  12. The linear electric motor: Instability at 1,000 g's

    International Nuclear Information System (INIS)

    Hunter, S.

    1997-01-01

    When fluid of high density is supported against gravity by a less dense liquid, the system is unstable, and microscopic perturbations grow at the interface between the fluids. This phenomenon, called the Rayleigh-Taylor instability, also occurs when a bottle of oil-and-vinegar salad dressing is turned upside down. The instability causes spikes of the dense fluid to penetrate the light fluid, while bubbles of the lighter fluid rise into the dense fluid. The same phenomenon occurs when a light fluid is used to accelerate a dense fluid, causing the two fluids to mix at a very high rate. For example, during the implosion of an ICF capsule, this instability can cause enough mixing to contaminate, cool, and degrade the yield of the thermonuclear fuel. The LEM is an excellent tool for studying this instability, but what is it? Think of a miniature high-speed electric train (the container) hurtling down a track (the electrodes) while diagnostic equipment (optical and laser) photographs it. The LEM, consists of four linear electrodes, or rails, that carry an electrical current to a pair of sliding armatures on the container. A magnetic field is produced that works in concert with the rail-armature current to accelerate the container--just as in an electric motor, but in a linear fashion rather than in rotation. The magnetic field is augmented with elongated coils just as in a conventional electric motor. This configuration also helps hold the armatures against the electrodes to prevent arcing. The electrical energy (0.6 megajoules) is provided by 16 capacitor banks that can be triggered independently to produce different acceleration profiles (i.e., how the acceleration varies with time)

  13. ITMETH, Iterative Routines for Linear System

    International Nuclear Information System (INIS)

    Greenbaum, A.

    1989-01-01

    1 - Description of program or function: ITMETH is a collection of iterative routines for solving large, sparse linear systems. 2 - Method of solution: ITMETH solves general linear systems of the form AX=B using a variety of methods: Jacobi iteration; Gauss-Seidel iteration; incomplete LU decomposition or matrix splitting with iterative refinement; diagonal scaling, matrix splitting, or incomplete LU decomposition with the conjugate gradient method for the problem AA'Y=B, X=A'Y; bi-conjugate gradient method with diagonal scaling, matrix splitting, or incomplete LU decomposition; and ortho-min method with diagonal scaling, matrix splitting, or incomplete LU decomposition. ITMETH also solves symmetric positive definite linear systems AX=B using the conjugate gradient method with diagonal scaling or matrix splitting, or the incomplete Cholesky conjugate gradient method

  14. Parametric Dense Stereovision Implementation on a System-on Chip (SoC

    Directory of Open Access Journals (Sweden)

    Pablo Montejo

    2012-02-01

    Full Text Available This paper proposes a novel hardware implementation of a dense recovery of stereovision 3D measurements. Traditionally 3D stereo systems have imposed the maximum number of stereo correspondences, introducing a large restriction on artificial vision algorithms. The proposed system-on-chip (SoC provides great performance and efficiency, with a scalable architecture available for many different situations, addressing real time processing of stereo image flow. Using double buffering techniques properly combined with pipelined processing, the use of reconfigurable hardware achieves a parametrisable SoC which gives the designer the opportunity to decide its right dimension and features. The proposed architecture does not need any external memory because the processing is done as image flow arrives. Our SoC provides 3D data directly without the storage of whole stereo images. Our goal is to obtain high processing speed while maintaining the accuracy of 3D data using minimum resources. Configurable parameters may be controlled by later/parallel stages of the vision algorithm executed on an embedded processor. Considering hardware FPGA clock of 100 MHz, image flows up to 50 frames per second (fps of dense stereo maps of more than 30,000 depth points could be obtained considering 2 Mpix images, with a minimum initial latency. The implementation of computer vision algorithms on reconfigurable hardware, explicitly low level processing, opens up the prospect of its use in autonomous systems, and they can act as a coprocessor to reconstruct 3D images with high density information in real time.

  15. Parametric dense stereovision implementation on a system-on chip (SoC).

    Science.gov (United States)

    Gardel, Alfredo; Montejo, Pablo; García, Jorge; Bravo, Ignacio; Lázaro, José L

    2012-01-01

    This paper proposes a novel hardware implementation of a dense recovery of stereovision 3D measurements. Traditionally 3D stereo systems have imposed the maximum number of stereo correspondences, introducing a large restriction on artificial vision algorithms. The proposed system-on-chip (SoC) provides great performance and efficiency, with a scalable architecture available for many different situations, addressing real time processing of stereo image flow. Using double buffering techniques properly combined with pipelined processing, the use of reconfigurable hardware achieves a parametrisable SoC which gives the designer the opportunity to decide its right dimension and features. The proposed architecture does not need any external memory because the processing is done as image flow arrives. Our SoC provides 3D data directly without the storage of whole stereo images. Our goal is to obtain high processing speed while maintaining the accuracy of 3D data using minimum resources. Configurable parameters may be controlled by later/parallel stages of the vision algorithm executed on an embedded processor. Considering hardware FPGA clock of 100 MHz, image flows up to 50 frames per second (fps) of dense stereo maps of more than 30,000 depth points could be obtained considering 2 Mpix images, with a minimum initial latency. The implementation of computer vision algorithms on reconfigurable hardware, explicitly low level processing, opens up the prospect of its use in autonomous systems, and they can act as a coprocessor to reconstruct 3D images with high density information in real time.

  16. Dynamics of unsymmetric piecewise-linear/non-linear systems using finite elements in time

    Science.gov (United States)

    Wang, Yu

    1995-08-01

    The dynamic response and stability of a single-degree-of-freedom system with unsymmetric piecewise-linear/non-linear stiffness are analyzed using the finite element method in the time domain. Based on a Hamilton's weak principle, this method provides a simple and efficient approach for predicting all possible fundamental and sub-periodic responses. The stability of the steady state response is determined by using Floquet's theory without any special effort for calculating transition matrices. This method is applied to a number of examples, demonstrating its effectiveness even for a strongly non-linear problem involving both clearance and continuous stiffness non-linearities. Close agreement is found between available published findings and the predictions of the finite element in time approach, which appears to be an efficient and reliable alternative technique for non-linear dynamic response and stability analysis of periodic systems.

  17. Isolators Including Main Spring Linear Guide Systems

    Science.gov (United States)

    Goold, Ryan (Inventor); Buchele, Paul (Inventor); Hindle, Timothy (Inventor); Ruebsamen, Dale Thomas (Inventor)

    2017-01-01

    Embodiments of isolators, such as three parameter isolators, including a main spring linear guide system are provided. In one embodiment, the isolator includes first and second opposing end portions, a main spring mechanically coupled between the first and second end portions, and a linear guide system extending from the first end portion, across the main spring, and toward the second end portion. The linear guide system expands and contracts in conjunction with deflection of the main spring along the working axis, while restricting displacement and rotation of the main spring along first and second axes orthogonal to the working axis.

  18. Displacement measurement system for linear array detector

    International Nuclear Information System (INIS)

    Zhang Pengchong; Chen Ziyu; Shen Ji

    2011-01-01

    It presents a set of linear displacement measurement system based on encoder. The system includes displacement encoders, optical lens and read out circuit. Displacement read out unit includes linear CCD and its drive circuit, two amplifier circuits, second order Butterworth low-pass filter and the binarization circuit. The coding way is introduced, and various parts of the experimental signal waveforms are given, and finally a linear experimental test results are given. The experimental results are satisfactory. (authors)

  19. Nonlinear electrostatic excitations in magnetized dense plasmas with nonrelativistic and ultra-relativistic degenerate electrons

    International Nuclear Information System (INIS)

    Mahmood, S.; Sadiq, Safeer; Haque, Q.

    2013-01-01

    Linear and nonlinear electrostatic waves in magnetized dense electron-ion plasmas are studied with nonrelativistic and ultra-relativistic degenerate and singly, doubly charged helium (He + , He ++ ) and hydrogen (H + ) ions, respectively. The dispersion relation of electrostatic waves in magnetized dense plasmas is obtained under both the energy limits of degenerate electrons. Using reductive perturbation method, the Zakharov-Kuznetsov equation for nonlinear propagation of electrostatic solitons in magnetized dense plasmas is derived for both nonrelativistic and ultra-relativistic degenerate electrons. It is found that variations in plasma density, magnetic field intensity, different mass, and charge number of ions play significant role in the formation of electrostatic solitons in magnetized dense plasmas. The numerical plots are also presented for illustration using the parameters of dense astrophysical plasma situations such as white dwarfs and neutron stars exist in the literature. The present investigation is important for understanding the electrostatic waves propagation in the outer periphery of compact stars which mostly consists of hydrogen and helium ions with degenerate electrons in dense magnetized plasmas

  20. Generalized Cross-Gramian for Linear Systems

    DEFF Research Database (Denmark)

    Shaker, Hamid Reza

    2012-01-01

    The cross-gramian is a well-known matrix with embedded controllability and observability information. The cross-gramian is related to the Hankel operator and the Hankel singular values of a linear square system and it has several interesting properties. These properties make the cross...... square symmetric systems, the ordinary cross-gramian does not exist. To cope with this problem, a new generalized cross-gramian is introduced in this paper. In contrast to the ordinary cross-gramian, the generalized cross-gramian can be easily obtained for general linear systems and therefore can be used...

  1. On Optimal Feedback Control for Stationary Linear Systems

    International Nuclear Information System (INIS)

    Russell, David L.

    2010-01-01

    We study linear-quadratic optimal control problems for finite dimensional stationary linear systems AX+BU=Z with output Y=CX+DU from the viewpoint of linear feedback solution. We interpret solutions in relation to system robustness with respect to disturbances Z and relate them to nonlinear matrix equations of Riccati type and eigenvalue-eigenvector problems for the corresponding Hamiltonian system. Examples are included along with an indication of extensions to continuous, i.e., infinite dimensional, systems, primarily of elliptic type.

  2. Perfect commuting-operator strategies for linear system games

    Science.gov (United States)

    Cleve, Richard; Liu, Li; Slofstra, William

    2017-01-01

    Linear system games are a generalization of Mermin's magic square game introduced by Cleve and Mittal. They show that perfect strategies for linear system games in the tensor-product model of entanglement correspond to finite-dimensional operator solutions of a certain set of non-commutative equations. We investigate linear system games in the commuting-operator model of entanglement, where Alice and Bob's measurement operators act on a joint Hilbert space, and Alice's operators must commute with Bob's operators. We show that perfect strategies in this model correspond to possibly infinite-dimensional operator solutions of the non-commutative equations. The proof is based around a finitely presented group associated with the linear system which arises from the non-commutative equations.

  3. Diagnostic system for EUV radiation measurements from dense xenon plasma generated by MPC

    International Nuclear Information System (INIS)

    Petrov, Yu.V.; Garkusha, I.E.; Solyakov, D.G.; Marchenko, A.K.; Chebotarev, V.V.; Ladygina, M.S.; Staltsov, V.V.; Yelisyeyev, D.V.; Hassanein, A.

    2011-01-01

    Magnetoplasma compressor (MPC) of compact geometry has been designed and tested as a source of EUV radiation. In present paper diagnostic system for registration of EUV radiation is described. It was applied for radiation measurements in different operation modes of MPC. The registration system was designed on the base of combination of different types of AXUV photodiodes. Possibility to minimize the influence of electrons and ions flows from dense plasma stream on AXUV detector performance and results of the measurements has been discussed.

  4. Anomalous properties of hot dense nonequilibrium plasmas

    International Nuclear Information System (INIS)

    Ferrante, G; Zarcone, M; Uryupin, S A

    2005-01-01

    A concise overview of a number of anomalous properties of hot dense nonequilibrium plasmas is given. The possibility of quasistationary megagauss magnetic field generation due to Weibel instability is discussed for plasmas created in atom tunnel ionization. The collisionless absorption and reflection of a test electromagnetic wave normally impinging on the plasma with two-temperature bi-maxwellian electron velocity distribution function are studied. Due to the wave magnetic field influence on the electron kinetics in the skin layer the wave absorption and reflection significantly depend on the degree of the electron temperature anisotropy. The linearly polarized impinging wave during reflection transforms into an elliptically polarized one. The problem of transmission of an ultrashort laser pulse through a layer of dense plasma, formed as a result of ionization of a thin foil, is considered. It is shown that the strong photoelectron distribution anisotropy yields an anomalous penetration of the wave field through the foil

  5. Control system analysis for the perturbed linear accelerator rf system

    CERN Document Server

    Sung Il Kwon

    2002-01-01

    This paper addresses the modeling problem of the linear accelerator RF system in SNS. Klystrons are modeled as linear parameter varying systems. The effect of the high voltage power supply ripple on the klystron output voltage and the output phase is modeled as an additive disturbance. The cavity is modeled as a linear system and the beam current is modeled as the exogenous disturbance. The output uncertainty of the low level RF system which results from the uncertainties in the RF components and cabling is modeled as multiplicative uncertainty. Also, the feedback loop uncertainty and digital signal processing signal conditioning subsystem uncertainties are lumped together and are modeled as multiplicative uncertainty. Finally, the time delays in the loop are modeled as a lumped time delay. For the perturbed open loop system, the closed loop system performance, and stability are analyzed with the PI feedback controller.

  6. CONTROL SYSTEM ANALYSIS FOR THE PERTURBED LINEAR ACCELERATOR RF SYSTEM

    International Nuclear Information System (INIS)

    SUNG-IL KWON; AMY H. REGAN

    2002-01-01

    This paper addresses the modeling problem of the linear accelerator RF system in SNS. Klystrons are modeled as linear parameter varying systems. The effect of the high voltage power supply ripple on the klystron output voltage and the output phase is modeled as an additive disturbance. The cavity is modeled as a linear system and the beam current is modeled as the exogenous disturbance. The output uncertainty of the low level RF system which results from the uncertainties in the RF components and cabling is modeled as multiplicative uncertainty. Also, the feedback loop uncertainty and digital signal processing signal conditioning subsystem uncertainties are lumped together and are modeled as multiplicative uncertainty. Finally, the time delays in the loop are modeled as a lumped time delay. For the perturbed open loop system, the closed loop system performance, and stability are analyzed with the PI feedback controller

  7. Parallelized event chain algorithm for dense hard sphere and polymer systems

    International Nuclear Information System (INIS)

    Kampmann, Tobias A.; Boltz, Horst-Holger; Kierfeld, Jan

    2015-01-01

    We combine parallelization and cluster Monte Carlo for hard sphere systems and present a parallelized event chain algorithm for the hard disk system in two dimensions. For parallelization we use a spatial partitioning approach into simulation cells. We find that it is crucial for correctness to ensure detailed balance on the level of Monte Carlo sweeps by drawing the starting sphere of event chains within each simulation cell with replacement. We analyze the performance gains for the parallelized event chain and find a criterion for an optimal degree of parallelization. Because of the cluster nature of event chain moves massive parallelization will not be optimal. Finally, we discuss first applications of the event chain algorithm to dense polymer systems, i.e., bundle-forming solutions of attractive semiflexible polymers

  8. Energy balance in a system with quasispherical linear compression

    International Nuclear Information System (INIS)

    Es'kov, A.G.; Kozlov, N.P.; Kurtmullaev, R.K.; Semenov, V.N.; Khvesyuk, V.I.; Yaminskii, A.V.

    1983-01-01

    This letter reports the resists of some experimental studies and a numerical simulation of the Tor-linear fusion system, 1 in which a heavy plasma shell with a closed magnetic structure is compressed in a quasispherical manner. The parameters of the Tor-Linear, at the Kurchatov Institute of Atomic Energy in Moscow are as follows: The energy stored in the system which accelerates the linear is E = 0.5 MJ; the linear mass is m = 0.2 kg; the working volume of the linear module is 1.5 x 10 -3 m 3 ; the linear velocity is approx.10 3 m/s; the guiding field in the toriod in the linear is 1--10 x 10 21 m -3 ; and the intial volume of the plasma in the linear chamber is 2.5 x 10 -4 m 3 . In this series of experiments, new solutions were developed for all the systems of the plasma--linear complex of the Tor-Linear: to produce a plasma toroid, to transport it, and to trap it in the linear cavity

  9. Time-optimal feedback control for linear systems

    International Nuclear Information System (INIS)

    Mirica, S.

    1976-01-01

    The paper deals with the results of qualitative investigations of the time-optimal feedback control for linear systems with constant coefficients. In the first section, after some definitions and notations, two examples are given and it is shown that even the time-optimal control problem for linear systems with constant coefficients which looked like ''completely solved'' requires a further qualitative investigation of the stability to ''permanent perturbations'' of optimal feedback control. In the second section some basic results of the linear time-optimal control problem are reviewed. The third section deals with the definition of Boltyanskii's ''regular synthesis'' and its connection to Filippov's theory of right-hand side discontinuous differential equations. In the fourth section a theorem is proved concerning the stability to perturbations of time-optimal feedback control for linear systems with scalar control. In the last two sections it is proved that, if the matrix which defines the system has only real eigenvalues or is three-dimensional, the time-optimal feedback control defines a regular synthesis and therefore is stable to perturbations. (author)

  10. Useful tools for non-linear systems: Several non-linear integral inequalities

    Czech Academy of Sciences Publication Activity Database

    Agahi, H.; Mohammadpour, A.; Mesiar, Radko; Vaezpour, M. S.

    2013-01-01

    Roč. 49, č. 1 (2013), s. 73-80 ISSN 0950-7051 R&D Projects: GA ČR GAP402/11/0378 Institutional support: RVO:67985556 Keywords : Monotone measure * Comonotone functions * Integral inequalities * Universal integral Subject RIV: BA - General Mathematics Impact factor: 3.058, year: 2013 http://library.utia.cas.cz/separaty/2013/E/mesiar-useful tools for non-linear systems several non-linear integral inequalities.pdf

  11. Ageing in dense colloids as diffusion in the logarithm of time

    International Nuclear Information System (INIS)

    Boettcher, Stefan; Sibani, Paolo

    2011-01-01

    The far-from-equilibrium dynamics of glassy systems share important phenomenological traits. A transition is generally observed from a time-homogeneous dynamical regime to an ageing regime where physical changes occur intermittently and, on average, at a decreasing rate. It has been suggested that a global change of the independent time variable to its logarithm may render the ageing dynamics homogeneous: for colloids, this entails diffusion but on a logarithmic timescale. Our novel analysis of experimental colloid data confirms that the mean square displacement grows linearly in time at low densities and shows that it grows linearly in the logarithm of time at high densities. Correspondingly, pairs of particles initially in close contact survive as pairs with a probability which decays exponentially in either time or its logarithm. The form of the probability density function of the displacements shows that long-ranged spatial correlations are very long-lived in dense colloids. A phenomenological stochastic model is then introduced which relies on the growth and collapse of strongly correlated clusters ('dynamic heterogeneity'), and which reproduces the full spectrum of observed colloidal behaviors depending on the form assumed for the probability that a cluster collapses during a Monte Carlo update. In the limit where large clusters dominate, the collapse rate is ∝1/t, implying a homogeneous, log-Poissonian process that qualitatively reproduces the experimental results for dense colloids. Finally, an analytical toy-model is discussed to elucidate the strong dependence of the simulation results on the integrability (or lack thereof) of the cluster collapse probability function.

  12. Signals and transforms in linear systems analysis

    CERN Document Server

    Wasylkiwskyj, Wasyl

    2013-01-01

    Signals and Transforms in Linear Systems Analysis covers the subject of signals and transforms, particularly in the context of linear systems theory. Chapter 2 provides the theoretical background for the remainder of the text. Chapter 3 treats Fourier series and integrals. Particular attention is paid to convergence properties at step discontinuities. This includes the Gibbs phenomenon and its amelioration via the Fejer summation techniques. Special topics include modulation and analytic signal representation, Fourier transforms and analytic function theory, time-frequency analysis and frequency dispersion. Fundamentals of linear system theory for LTI analogue systems, with a brief account of time-varying systems, are covered in Chapter 4 . Discrete systems are covered in Chapters 6 and 7.  The Laplace transform treatment in Chapter 5 relies heavily on analytic function theory as does Chapter 8 on Z -transforms. The necessary background on complex variables is provided in Appendix A. This book is intended to...

  13. Effects of Noise and Vibration on the Solid to Liquid Fluidization Transition in Small Dense Granular Systems Under Shear

    Science.gov (United States)

    Melhus, Martin Frederic

    2011-07-01

    Granular materials exhibit bulk properties that are distinct from conventional solids, liq- uids, and gases, due to the dissipative nature of the inter-granular forces. Understanding the fundamentals of granular materials draws upon and gives insight into many fields at the current frontiers of physics, such as plasticity of solids, fracture and friction, com- plex systems such as colloids, foams and suspensions, and a variety of biological systems. Particulate flows are widespread in geophysics, and are also essential to many industries. Despite the importance of these phenomena, we lack a theoretical model that explains most behaviors of granular materials. Since granular assemblies are highly dissipative, they are often far from mechanical equilibrium, making most classical analyses inappli- cable. A theory for dilute granular systems exists, but for dense granular systems (by far the majority of granular systems in the real world) no comparable theory is accepted. We approach this problem by examining the fluidization, or transition from solid to liquid, in dense granular systems. In this study, the separate effects of random noise and vibration on the static to flowing transition of a dense granular assembly under planar shear is studied numerically using soft contact particle dynamics simulations in two dimensions. We focus on small systems in a thin planar Couette cell, examining the bistable region while increasing shear, with varying amounts of random noise or vibration, and determine the statistics of the shear required for the onset of flow. We find that the applied power is the key parameter in determining the magnitude of the effects of the noise or vibration, with vibration frequency also having an influence. Similarities and differences between noise and vibration are determined, and the results compare favorably with a two phase model for dense granular flow.

  14. Chaos as an intermittently forced linear system.

    Science.gov (United States)

    Brunton, Steven L; Brunton, Bingni W; Proctor, Joshua L; Kaiser, Eurika; Kutz, J Nathan

    2017-05-30

    Understanding the interplay of order and disorder in chaos is a central challenge in modern quantitative science. Approximate linear representations of nonlinear dynamics have long been sought, driving considerable interest in Koopman theory. We present a universal, data-driven decomposition of chaos as an intermittently forced linear system. This work combines delay embedding and Koopman theory to decompose chaotic dynamics into a linear model in the leading delay coordinates with forcing by low-energy delay coordinates; this is called the Hankel alternative view of Koopman (HAVOK) analysis. This analysis is applied to the Lorenz system and real-world examples including Earth's magnetic field reversal and measles outbreaks. In each case, forcing statistics are non-Gaussian, with long tails corresponding to rare intermittent forcing that precedes switching and bursting phenomena. The forcing activity demarcates coherent phase space regions where the dynamics are approximately linear from those that are strongly nonlinear.The huge amount of data generated in fields like neuroscience or finance calls for effective strategies that mine data to reveal underlying dynamics. Here Brunton et al.develop a data-driven technique to analyze chaotic systems and predict their dynamics in terms of a forced linear model.

  15. The theory of a general quantum system interacting with a linear dissipative system

    International Nuclear Information System (INIS)

    Feynman, R.P.; Vernon, F.L.

    2000-01-01

    A formalism has been developed, using Feynman's space-time formulation of nonrelativistic quantum mechanics whereby the behavior of a system of interest, which is coupled to other external quantum systems, may be calculated in terms of its own variables only. It is shown that the effect of the external systems in such a formalism can always be included in a general class of functionals (influence functionals) of the coordinates of the system only. The properties of influence functionals for general systems are examined. Then, specific forms of influence functionals representing the effect of definite and random classical forces, linear dissipative systems at finite temperatures, and combinations of these are analyzed in detail. The linear system analysis is first done for perfectly linear systems composed of combinations of harmonic oscillators, loss being introduced by continuous distributions of oscillators. Then approximately linear systems and restrictions necessary for the linear behavior are considered. Influence functionals for all linear systems are shown to have the same form in terms of their classical response functions. In addition, a fluctuation-dissipation theorem is derived relating temperature and dissipation of the linear system to a fluctuating classical potential acting on the system of interest which reduces to the Nyquist-Johnson relation for noise in the case of electric circuits. Sample calculations of transition probabilities for the spontaneous emission of an atom in free space and in a cavity are made. Finally, a theorem is proved showing that within the requirements of linearity all sources of noise or quantum fluctuation introduced by maser-type amplification devices are accounted for by a classical calculation of the characteristics of the maser

  16. Particle identification system based on dense aerogel

    Energy Technology Data Exchange (ETDEWEB)

    Barnyakov, A.Yu. [Budker Institute of Nuclear Physics, 11, akademika Lavrentieva prospect, Novosibirsk 630090 (Russian Federation); Barnyakov, M.Yu. [Budker Institute of Nuclear Physics, 11, akademika Lavrentieva prospect, Novosibirsk 630090 (Russian Federation); Novosibirsk State Technical University, 20, Karl Marx prospect, Novosibirsk, 630092 (Russian Federation); Beloborodov, K.I., E-mail: K.I.Beloborodov@inp.nsk.su [Budker Institute of Nuclear Physics, 11, akademika Lavrentieva prospect, Novosibirsk 630090 (Russian Federation); Novosibirsk State University, 2, Pirogova Street, Novosibirsk 630090 (Russian Federation); Bobrovnikov, V.S.; Buzykaev, A.R. [Budker Institute of Nuclear Physics, 11, akademika Lavrentieva prospect, Novosibirsk 630090 (Russian Federation); Danilyuk, A.F. [Boreskov Institute of Catalysis, 5, akademika Lavrentieva prospect, Novosibirsk 630090 (Russian Federation); Golubev, V.B. [Budker Institute of Nuclear Physics, 11, akademika Lavrentieva prospect, Novosibirsk 630090 (Russian Federation); Novosibirsk State University, 2, Pirogova Street, Novosibirsk 630090 (Russian Federation); Gulevich, V.V. [Budker Institute of Nuclear Physics, 11, akademika Lavrentieva prospect, Novosibirsk 630090 (Russian Federation); Kononov, S.A.; Kravchenko, E.A. [Budker Institute of Nuclear Physics, 11, akademika Lavrentieva prospect, Novosibirsk 630090 (Russian Federation); Novosibirsk State University, 2, Pirogova Street, Novosibirsk 630090 (Russian Federation); Onuchin, A.P.; Martin, K.A. [Budker Institute of Nuclear Physics, 11, akademika Lavrentieva prospect, Novosibirsk 630090 (Russian Federation); Novosibirsk State Technical University, 20, Karl Marx prospect, Novosibirsk, 630092 (Russian Federation); Serednyakov, S.I. [Budker Institute of Nuclear Physics, 11, akademika Lavrentieva prospect, Novosibirsk 630090 (Russian Federation); Novosibirsk State University, 2, Pirogova Street, Novosibirsk 630090 (Russian Federation); and others

    2013-12-21

    A threshold Cherenkov counter based on dense aerogel with refraction index n=1.13 is described. This counter is used for kaon identification at momenta below 1 GeV/c in the SND detector, which takes data at the VEPP-2000 e{sup +}e{sup −} collider. The results of measurements of the counter efficiency using electrons, muons, pions, and kaons produced in e{sup +}e{sup −} annihilation are presented.

  17. Linear and non-linear energy barriers in systems of interacting single-domain ferromagnetic particles

    International Nuclear Information System (INIS)

    Petrila, Iulian; Bodale, Ilie; Rotarescu, Cristian; Stancu, Alexandru

    2011-01-01

    A comparative analysis between linear and non-linear energy barriers used for modeling statistical thermally-excited ferromagnetic systems is presented. The linear energy barrier is obtained by new symmetry considerations about the anisotropy energy and the link with the non-linear energy barrier is also presented. For a relevant analysis we compare the effects of linear and non-linear energy barriers implemented in two different models: Preisach-Neel and Ising-Metropolis. The differences between energy barriers which are reflected in different coercive field dependence of the temperature are also presented. -- Highlights: → The linear energy barrier is obtained from symmetry considerations. → The linear and non-linear energy barriers are calibrated and implemented in Preisach-Neel and Ising-Metropolis models. → The temperature and time effects of the linear and non-linear energy barriers are analyzed.

  18. Krylov Subspace Methods for Complex Non-Hermitian Linear Systems. Thesis

    Science.gov (United States)

    Freund, Roland W.

    1991-01-01

    We consider Krylov subspace methods for the solution of large sparse linear systems Ax = b with complex non-Hermitian coefficient matrices. Such linear systems arise in important applications, such as inverse scattering, numerical solution of time-dependent Schrodinger equations, underwater acoustics, eddy current computations, numerical computations in quantum chromodynamics, and numerical conformal mapping. Typically, the resulting coefficient matrices A exhibit special structures, such as complex symmetry, or they are shifted Hermitian matrices. In this paper, we first describe a Krylov subspace approach with iterates defined by a quasi-minimal residual property, the QMR method, for solving general complex non-Hermitian linear systems. Then, we study special Krylov subspace methods designed for the two families of complex symmetric respectively shifted Hermitian linear systems. We also include some results concerning the obvious approach to general complex linear systems by solving equivalent real linear systems for the real and imaginary parts of x. Finally, numerical experiments for linear systems arising from the complex Helmholtz equation are reported.

  19. Normal form of linear systems depending on parameters

    International Nuclear Information System (INIS)

    Nguyen Huynh Phan.

    1995-12-01

    In this paper we resolve completely the problem to find normal forms of linear systems depending on parameters for the feedback action that we have studied for the special case of controllable linear systems. (author). 24 refs

  20. Numerical solution of large sparse linear systems

    International Nuclear Information System (INIS)

    Meurant, Gerard; Golub, Gene.

    1982-02-01

    This note is based on one of the lectures given at the 1980 CEA-EDF-INRIA Numerical Analysis Summer School whose aim is the study of large sparse linear systems. The main topics are solving least squares problems by orthogonal transformation, fast Poisson solvers and solution of sparse linear system by iterative methods with a special emphasis on preconditioned conjuguate gradient method [fr

  1. Solving Fully Fuzzy Linear System of Equations in General Form

    Directory of Open Access Journals (Sweden)

    A. Yousefzadeh

    2012-06-01

    Full Text Available In this work, we propose an approach for computing the positive solution of a fully fuzzy linear system where the coefficient matrix is a fuzzy $nimes n$ matrix. To do this, we use arithmetic operations on fuzzy numbers that introduced by Kaffman in and convert the fully fuzzy linear system into two $nimes n$ and $2nimes 2n$ crisp linear systems. If the solutions of these linear systems don't satisfy in positive fuzzy solution condition, we introduce the constrained least squares problem to obtain optimal fuzzy vector solution by applying the ranking function in given fully fuzzy linear system. Using our proposed method, the fully fuzzy linear system of equations always has a solution. Finally, we illustrate the efficiency of proposed method by solving some numerical examples.

  2. Consequences of the Solar System passage through dense interstellar clouds

    Directory of Open Access Journals (Sweden)

    A. G. Yeghikyan

    2003-06-01

    Full Text Available Several consequences of the passage of the solar system through dense interstellar molecular clouds are discussed. These clouds, dense (more than 100 cm-3, cold (10–50 K and extended (larger than 1 pc, are characterized by a gas-to-dust mass ratio of about 100, by a specific power grain size spectrum (grain radii usually cover the range 0.001–3 micron and by an average dust-to-gas number density ratio of about 10-12. Frequently these clouds contain small-scale (10–100 AU condensations with gas concentrations ranging up to 10 5 cm-3. At their casual passage over the solar system they exert pressures very much enhanced with respect to today’s standards. Under these conditions it will occur that the Earth is exposed directly to the interstellar flow. It is shown first that even close to the Sun, at 1 AU, the cloud’s matter is only partly ionized and should mainly interact with the solar wind by charge exchange processes. Dust particles of the cloud serve as a source of neutrals, generated by the solar UV irradiation of dust grains, causing the evaporation of icy materials. The release of neutral atoms from dust grains is then followed by strong influences on the solar wind plasma flow. The behavior of the neutral gas inflow parameters is investigated by a 2-D hydrodynamic approach to model the interaction processes. Because of a reduction of the heliospheric dimension down to 1 AU, direct influence of the cloud’s matter to the terrestrial environment and atmosphere could be envisaged.Key words. Interplanetary physics (heliopause and solar wind termination; interplanetary dust; interstellar gas

  3. Consequences of the Solar System passage through dense interstellar clouds

    Directory of Open Access Journals (Sweden)

    A. G. Yeghikyan

    Full Text Available Several consequences of the passage of the solar system through dense interstellar molecular clouds are discussed. These clouds, dense (more than 100 cm-3, cold (10–50 K and extended (larger than 1 pc, are characterized by a gas-to-dust mass ratio of about 100, by a specific power grain size spectrum (grain radii usually cover the range 0.001–3 micron and by an average dust-to-gas number density ratio of about 10-12. Frequently these clouds contain small-scale (10–100 AU condensations with gas concentrations ranging up to 10 5 cm-3. At their casual passage over the solar system they exert pressures very much enhanced with respect to today’s standards. Under these conditions it will occur that the Earth is exposed directly to the interstellar flow. It is shown first that even close to the Sun, at 1 AU, the cloud’s matter is only partly ionized and should mainly interact with the solar wind by charge exchange processes. Dust particles of the cloud serve as a source of neutrals, generated by the solar UV irradiation of dust grains, causing the evaporation of icy materials. The release of neutral atoms from dust grains is then followed by strong influences on the solar wind plasma flow. The behavior of the neutral gas inflow parameters is investigated by a 2-D hydrodynamic approach to model the interaction processes. Because of a reduction of the heliospheric dimension down to 1 AU, direct influence of the cloud’s matter to the terrestrial environment and atmosphere could be envisaged.

    Key words. Interplanetary physics (heliopause and solar wind termination; interplanetary dust; interstellar gas

  4. Linear System of Equations, Matrix Inversion, and Linear Programming Using MS Excel

    Science.gov (United States)

    El-Gebeily, M.; Yushau, B.

    2008-01-01

    In this note, we demonstrate with illustrations two different ways that MS Excel can be used to solve Linear Systems of Equation, Linear Programming Problems, and Matrix Inversion Problems. The advantage of using MS Excel is its availability and transparency (the user is responsible for most of the details of how a problem is solved). Further, we…

  5. Lectures on algebraic system theory: Linear systems over rings

    Science.gov (United States)

    Kamen, E. W.

    1978-01-01

    The presentation centers on four classes of systems that can be treated as linear systems over a ring. These are: (1) discrete-time systems over a ring of scalars such as the integers; (2) continuous-time systems containing time delays; (3) large-scale discrete-time systems; and (4) time-varying discrete-time systems.

  6. Final focus systems for linear colliders

    International Nuclear Information System (INIS)

    Helm, R.; Irwin, J.

    1992-08-01

    Final focus systems for linear colliders present many exacting challenges in beam optics, component design, and beam quality. Efforts to resolve these problems as they relate to a new generation of linear colliders are under way at several laboratories around the world. We will outline criteria for final focus systems and discuss the current state of understanding and resolution of the outstanding problems. We will discuss tolerances on alignment, field quality and stability for optical elements, and the implications for beam parameters such as emittance, energy spread, bunch length, and stability in position and energy. Beam-based correction procedures, which in principle can alleviate many of the tolerances, will be described. Preliminary results from the Final Focus Test Beam (FFTB) under construction at SLAC will be given. Finally, we mention conclusions from operating experience at the Stanford Linear Collider (SLC)

  7. Final focus systems for linear colliders

    International Nuclear Information System (INIS)

    Helm, R.; Irwing, J.

    1992-01-01

    Final focus systems for linear colliders present many exacting challenges in beam optics, component design, and beam quality. Efforts to resolve these problems as they relate to a new generation of linear colliders are under way at several laboratories around the world. We outline criteria for final focus systems and discuss the current state of understanding and resolution of the outstanding problems. We discuss tolerances on alignment, field quality and stability for optical elements, and the implications for beam parameters such as emittance, energy spread , bunch length, and stability in position and energy. Beam-based correction procedures, which in principle can alleviate many of the tolerances, are described. Preliminary results from the Final Focus Test Beam (FFTB) under construction at SLAC are given. Finally, we mention conclusions from operating experience at the Stanford Linear Collider (SLC). (Author) 16 refs., 4 tabs., 6 figs

  8. Introduction to computational linear algebra

    CERN Document Server

    Nassif, Nabil; Erhel, Jocelyne

    2015-01-01

    Introduction to Computational Linear Algebra introduces the reader with a background in basic mathematics and computer programming to the fundamentals of dense and sparse matrix computations with illustrating examples. The textbook is a synthesis of conceptual and practical topics in ""Matrix Computations."" The book's learning outcomes are twofold: to understand state-of-the-art computational tools to solve matrix computations problems (BLAS primitives, MATLAB® programming) as well as essential mathematical concepts needed to master the topics of numerical linear algebra. It is suitable for s

  9. Linear Actuator System for the NASA Docking System

    Science.gov (United States)

    Dick, Brandon N.; Oesch, Christopher; Rupp, Timothy W.

    2017-01-01

    The Linear Actuator System (LAS) is a major sub-system within the NASA Docking System (NDS). The NDS Block 1 will be used on the Boeing Crew Space Transportation (CST-100) system to achieve docking with the International Space Station. Critical functions in the Soft Capture aspect of docking are performed by the LAS. This paper describes the general function of the LAS, the system's key requirements and technical challenges, and the development and qualification approach for the system.

  10. Linear integral equations and soliton systems

    International Nuclear Information System (INIS)

    Quispel, G.R.W.

    1983-01-01

    A study is presented of classical integrable dynamical systems in one temporal and one spatial dimension. The direct linearizations are given of several nonlinear partial differential equations, for example the Korteweg-de Vries equation, the modified Korteweg-de Vries equation, the sine-Gordon equation, the nonlinear Schroedinger equation, and the equation of motion for the isotropic Heisenberg spin chain; the author also discusses several relations between these equations. The Baecklund transformations of these partial differential equations are treated on the basis of a singular transformation of the measure (or equivalently of the plane-wave factor) occurring in the corresponding linear integral equations, and the Baecklund transformations are used to derive the direct linearization of a chain of so-called modified partial differential equations. Finally it is shown that the singular linear integral equations lead in a natural way to the direct linearizations of various nonlinear difference-difference equations. (Auth.)

  11. Dual-range linearized transimpedance amplifier system

    Science.gov (United States)

    Wessendorf, Kurt O.

    2010-11-02

    A transimpedance amplifier system is disclosed which simultaneously generates a low-gain output signal and a high-gain output signal from an input current signal using a single transimpedance amplifier having two different feedback loops with different amplification factors to generate two different output voltage signals. One of the feedback loops includes a resistor, and the other feedback loop includes another resistor in series with one or more diodes. The transimpedance amplifier system includes a signal linearizer to linearize one or both of the low- and high-gain output signals by scaling and adding the two output voltage signals from the transimpedance amplifier. The signal linearizer can be formed either as an analog device using one or two summing amplifiers, or alternately can be formed as a digital device using two analog-to-digital converters and a digital signal processor (e.g. a microprocessor or a computer).

  12. Reconstruction of in-plane strain maps using hybrid dense sensor network composed of sensing skin

    International Nuclear Information System (INIS)

    Downey, Austin; Laflamme, Simon; Ubertini, Filippo

    2016-01-01

    The authors have recently developed a soft-elastomeric capacitive (SEC)-based thin film sensor for monitoring strain on mesosurfaces. Arranged in a network configuration, the sensing system is analogous to a biological skin, where local strain can be monitored over a global area. Under plane stress conditions, the sensor output contains the additive measurement of the two principal strain components over the monitored surface. In applications where the evaluation of strain maps is useful, in structural health monitoring for instance, such signal must be decomposed into linear strain components along orthogonal directions. Previous work has led to an algorithm that enabled such decomposition by leveraging a dense sensor network configuration with the addition of assumed boundary conditions. Here, we significantly improve the algorithm’s accuracy by leveraging mature off-the-shelf solutions to create a hybrid dense sensor network (HDSN) to improve on the boundary condition assumptions. The system’s boundary conditions are enforced using unidirectional RSGs and assumed virtual sensors. Results from an extensive experimental investigation demonstrate the good performance of the proposed algorithm and its robustness with respect to sensors’ layout. Overall, the proposed algorithm is seen to effectively leverage the advantages of a hybrid dense network for application of the thin film sensor to reconstruct surface strain fields over large surfaces. (paper)

  13. Structure Learning in Stochastic Non-linear Dynamical Systems

    Science.gov (United States)

    Morris, R. D.; Smelyanskiy, V. N.; Luchinsky, D. G.

    2005-12-01

    A great many systems can be modeled in the non-linear dynamical systems framework, as x˙ = f(x) + ξ(t), where f(x) is the potential function for the system, and ξ(t) is the driving noise. Modeling the potential using a set of basis functions, we derive the posterior for the basis coefficients. A more challenging problem is to determine the set of basis functions that are required to model a particular system. We show that using the Bayesian Information Criteria (BIC) to rank models, and the beam search technique, that we can accurately determine the structure of simple non-linear dynamical system models, and the structure of the coupling between non-linear dynamical systems where the individual systems are known. This last case has important ecological applications, for example in predator-prey systems, where the very structure of the coupling between predator-prey pairs can have great ecological significance.

  14. Experimental study on direct-contact liquid film cooling simulated dense-array solar cells in high concentrating photovoltaic system

    International Nuclear Information System (INIS)

    Wang, Yiping; Shi, Xusheng; Huang, Qunwu; Cui, Yong; Kang, Xue

    2017-01-01

    Highlights: • Direct-contact liquid film cooling dense-array solar cells was first proposed. • Average temperature was controlled well below 80 °C. • The maximum temperature difference was less than 10 °C. • The heat transfer coefficient reached up to 11.91 kW/(m"2·K) under 589X. - Abstract: This paper presented a new method of cooling dense-array solar cells in high concentrating photovoltaic system by direct-contact liquid film, and water was used as working fluid. An electric heating plate was designed to simulate the dense-array solar cells in high concentrating photovoltaic system. The input power of electric heating plate simulated the concentration ratios. By heat transfer experiments, the effect of water temperatures and flow rates on heat transfer performance was investigated. The results indicated that: the average temperature of simulated solar cells was controlled well below 80 °C under water temperature of 30 °C and flow rate of 300 L/h when concentration ratio ranged between 300X and 600X. The maximum temperature difference among temperature measurement points was less than 10 °C, which showed the temperature distribution was well uniform. The heat transfer coefficient reached up to 11.91 kW/(m"2·K) under concentration ratio of 589X. To improve heat transfer performance and obtain low average temperature of dense-array solar cells, lower water temperature and suitable water flow rate are preferred.

  15. High core count single-mode multicore fiber for dense space division multiplexing

    DEFF Research Database (Denmark)

    Aikawa, K.; Sasaki, Y.; Amma, Y.

    2016-01-01

    Multicore fibers and few-mode fibers have the potential to realize dense-space-division multiplexing systems. Several dense-space-division multiplexing system transmission experiments over multicore fibers and few-mode fibers have been demonstrated so far. Multicore fibers, including recent resul...

  16. Dense power-law networks and simplicial complexes

    Science.gov (United States)

    Courtney, Owen T.; Bianconi, Ginestra

    2018-05-01

    There is increasing evidence that dense networks occur in on-line social networks, recommendation networks and in the brain. In addition to being dense, these networks are often also scale-free, i.e., their degree distributions follow P (k ) ∝k-γ with γ ∈(1 ,2 ] . Models of growing networks have been successfully employed to produce scale-free networks using preferential attachment, however these models can only produce sparse networks as the numbers of links and nodes being added at each time step is constant. Here we present a modeling framework which produces networks that are both dense and scale-free. The mechanism by which the networks grow in this model is based on the Pitman-Yor process. Variations on the model are able to produce undirected scale-free networks with exponent γ =2 or directed networks with power-law out-degree distribution with tunable exponent γ ∈(1 ,2 ) . We also extend the model to that of directed two-dimensional simplicial complexes. Simplicial complexes are generalization of networks that can encode the many body interactions between the parts of a complex system and as such are becoming increasingly popular to characterize different data sets ranging from social interacting systems to the brain. Our model produces dense directed simplicial complexes with power-law distribution of the generalized out-degrees of the nodes.

  17. Seismic analysis of equipment system with non-linearities such as gap and friction using equivalent linearization method

    International Nuclear Information System (INIS)

    Murakami, H.; Hirai, T.; Nakata, M.; Kobori, T.; Mizukoshi, K.; Takenaka, Y.; Miyagawa, N.

    1989-01-01

    Many of the equipment systems of nuclear power plants contain a number of non-linearities, such as gap and friction, due to their mechanical functions. It is desirable to take such non-linearities into account appropriately for the evaluation of the aseismic soundness. However, in usual design works, linear analysis method with rough assumptions is applied from engineering point of view. An equivalent linearization method is considered to be one of the effective analytical techniques to evaluate non-linear responses, provided that errors to a certain extent are tolerated, because it has greater simplicity in analysis and economization in computing time than non-linear analysis. The objective of this paper is to investigate the applicability of the equivalent linearization method to evaluate the maximum earthquake response of equipment systems such as the CANDU Fuelling Machine which has multiple non- linearities

  18. The Correlation Characteristics of Polarization Backscattering Matrix of Dense Chaff Clouds

    Directory of Open Access Journals (Sweden)

    B. Tang

    2018-04-01

    Full Text Available This paper studied the correlation characteristics of the polarization backscattering matrix of the dense chaff cloud with uniform orientation and location distributions in circular symmetry region. Based on the theoretical analysis and numerical experiments, the correlation coefficients of the four elements in the polarization backscattering matrix are obtained, and the results indicate that the cross to co-polar correlation coefficient is still zero; and that the sum of the co-polar cross-correlation coefficient and the two times of linear depolarization ratio equals one. The results are beneficial for better understanding of the backscattering characteristics of dense chaff clouds, and are useful in the application of jamming recognition in radar electronic warfare. Numerical experiments are performed by using the method of moments.

  19. Identification of general linear mechanical systems

    Science.gov (United States)

    Sirlin, S. W.; Longman, R. W.; Juang, J. N.

    1983-01-01

    Previous work in identification theory has been concerned with the general first order time derivative form. Linear mechanical systems, a large and important class, naturally have a second order form. This paper utilizes this additional structural information for the purpose of identification. A realization is obtained from input-output data, and then knowledge of the system input, output, and inertia matrices is used to determine a set of linear equations whereby we identify the remaining unknown system matrices. Necessary and sufficient conditions on the number, type and placement of sensors and actuators are given which guarantee identificability, and less stringent conditions are given which guarantee generic identifiability. Both a priori identifiability and a posteriori identifiability are considered, i.e., identifiability being insured prior to obtaining data, and identifiability being assured with a given data set.

  20. Computationally efficient description of relativistic electron beam transport in dense plasma

    Science.gov (United States)

    Polomarov, Oleg; Sefkov, Adam; Kaganovich, Igor; Shvets, Gennady

    2006-10-01

    A reduced model of the Weibel instability and electron beam transport in dense plasma is developed. Beam electrons are modeled by macro-particles and the background plasma is represented by electron fluid. Conservation of generalized vorticity and quasineutrality of the plasma-beam system are used to simplify the governing equations. Our approach is motivated by the conditions of the FI scenario, where the beam density is likely to be much smaller than the plasma density and the beam energy is likely to be very high. For this case the growth rate of the Weibel instability is small, making the modeling of it by conventional PICs exceedingly time consuming. The present approach does not require resolving the plasma period and only resolves a plasma collisionless skin depth and is suitable for modeling a long-time behavior of beam-plasma interaction. An efficient code based on this reduced description is developed and benchmarked against the LSP PIC code. The dynamics of low and high current electron beams in dense plasma is simulated. Special emphasis is on peculiarities of its non-linear stages, such as filament formation and merger, saturation and post-saturation field and energy oscillations. *Supported by DOE Fusion Science through grant DE-FG02-05ER54840.

  1. WARM EXTENDED DENSE GAS AT THE HEART OF A COLD COLLAPSING DENSE CORE

    International Nuclear Information System (INIS)

    Shinnaga, Hiroko; Phillips, Thomas G.; Furuya, Ray S.; Kitamura, Yoshimi

    2009-01-01

    In order to investigate when and how the birth of a protostellar core occurs, we made survey observations of four well-studied dense cores in the Taurus molecular cloud using CO transitions in submillimeter bands. We report here the detection of unexpectedly warm (∼30-70 K), extended (radius of ∼2400 AU), dense (a few times 10 5 cm -3 ) gas at the heart of one of the dense cores, L1521F (MC27), within the cold dynamically collapsing components. We argue that the detected warm, extended, dense gas may originate from shock regions caused by collisions between the dynamically collapsing components and outflowing/rotating components within the dense core. We propose a new stage of star formation, 'warm-in-cold core stage (WICCS)', i.e., the cold collapsing envelope encases the warm extended dense gas at the center due to the formation of a protostellar core. WICCS would constitute a missing link in evolution between a cold quiescent starless core and a young protostar in class 0 stage that has a large-scale bipolar outflow.

  2. System theory as applied differential geometry. [linear system

    Science.gov (United States)

    Hermann, R.

    1979-01-01

    The invariants of input-output systems under the action of the feedback group was examined. The approach used the theory of Lie groups and concepts of modern differential geometry, and illustrated how the latter provides a basis for the discussion of the analytic structure of systems. Finite dimensional linear systems in a single independent variable are considered. Lessons of more general situations (e.g., distributed parameter and multidimensional systems) which are increasingly encountered as technology advances are presented.

  3. Application of Nearly Linear Solvers to Electric Power System Computation

    Science.gov (United States)

    Grant, Lisa L.

    To meet the future needs of the electric power system, improvements need to be made in the areas of power system algorithms, simulation, and modeling, specifically to achieve a time frame that is useful to industry. If power system time-domain simulations could run in real-time, then system operators would have situational awareness to implement online control and avoid cascading failures, significantly improving power system reliability. Several power system applications rely on the solution of a very large linear system. As the demands on power systems continue to grow, there is a greater computational complexity involved in solving these large linear systems within reasonable time. This project expands on the current work in fast linear solvers, developed for solving symmetric and diagonally dominant linear systems, in order to produce power system specific methods that can be solved in nearly-linear run times. The work explores a new theoretical method that is based on ideas in graph theory and combinatorics. The technique builds a chain of progressively smaller approximate systems with preconditioners based on the system's low stretch spanning tree. The method is compared to traditional linear solvers and shown to reduce the time and iterations required for an accurate solution, especially as the system size increases. A simulation validation is performed, comparing the solution capabilities of the chain method to LU factorization, which is the standard linear solver for power flow. The chain method was successfully demonstrated to produce accurate solutions for power flow simulation on a number of IEEE test cases, and a discussion on how to further improve the method's speed and accuracy is included.

  4. On output regulation for linear systems

    NARCIS (Netherlands)

    Saberi, Ali; Stoorvogel, Antonie Arij; Sannuti, Peddapullaiah

    For both continuous- and discrete-time systems, we revisit the output regulation problem for linear systems. We generalize the problem formulation in order • to expand the class of reference or disturbance signals, • to utilize the derivative or feedforward information of reference signals whenever

  5. Sustainable energy policy for Asia: Mitigating systemic hurdles in a highly dense city

    International Nuclear Information System (INIS)

    Ng, Artie W.; Nathwani, Jatin

    2010-01-01

    Greenhouse gas emission (GHG) has been increasingly a sensitive issue that is across border and impacting global public interests. While the use of renewable energy technology is perceived as a means to enable delivery of emission-free solutions, its penetration into the energy market has not been timely and significant enough as projected in prior studies. This article aims to illustrate some of the critical hurdles as the policy makers start formulating environmentally friendly energy consumption means for the public in Asian economies. In particular, through analyzing the characteristics in the case of Hong Kong, the authors unveil the challenges for this highly dense city to reach a landscape of alternative energy resources for its transition into a sustainable economy. Education and engagement with the public about a sustainable future, alignment of stakeholders' economic interests and absorption capacity of emerging technologies are argued as the three main challenges and initiatives in mitigating the underlying systemic hurdles that remain to be overcome. Observing the current responses to the externalities by the policy makers in Hong Kong, this study articulates the critical challenges to mitigate these specific systemic hurdles embedded in the existing infrastructure of a highly dense city. Possible mitigating measures to enable deployment of integrative sustainable energy solutions in dealing with climate change are discussed. (author)

  6. Ultra-high Frequency Linear Fiber Optic Systems

    CERN Document Server

    Lau, Kam

    2011-01-01

    This book provides an in-depth treatment of both linear fiber-optic systems and their key enabling devices. It presents a concise but rigorous treatment of the theory and practice of analog (linear) fiber-optics links and systems that constitute the foundation of Hybrid Fiber Coax infrastructure in present-day CATV distribution and cable modem Internet access. Emerging applications in remote fiber-optic feed for free-space millimeter wave enterprise campus networks are also described. Issues such as dispersion and interferometric noise are treated quantitatively, and means for mitigating them are explained. This broad but concise text will thus be invaluable not only to students of fiber-optics communication but also to practicing engineers. To the second edition of this book important new aspects of linear fiber-optic transmission technologies are added, such as high level system architectural issues, algorithms for deriving the optimal frequency assignment, directly modulated or externally modulated laser t...

  7. Linear and nonlinear ion-acoustic waves in nonrelativistic quantum plasmas with arbitrary degeneracy

    Science.gov (United States)

    Haas, Fernando; Mahmood, Shahzad

    2015-11-01

    Linear and nonlinear ion-acoustic waves are studied in a fluid model for nonrelativistic, unmagnetized quantum plasma with electrons with an arbitrary degeneracy degree. The equation of state for electrons follows from a local Fermi-Dirac distribution function and applies equally well both to fully degenerate and classical, nondegenerate limits. Ions are assumed to be cold. Quantum diffraction effects through the Bohm potential are also taken into account. A general coupling parameter valid for dilute and dense plasmas is proposed. The linear dispersion relation of the ion-acoustic waves is obtained and the ion-acoustic speed is discussed for the limiting cases of extremely dense or dilute systems. In the long-wavelength limit, the results agree with quantum kinetic theory. Using the reductive perturbation method, the appropriate Korteweg-de Vries equation for weakly nonlinear solutions is obtained and the corresponding soliton propagation is analyzed. It is found that soliton hump and dip structures are formed depending on the value of the quantum parameter for the degenerate electrons, which affect the phase velocities in the dispersive medium.

  8. The Effects of Stellar Dynamics on the Evolution of Young, Dense Stellar Systems

    Science.gov (United States)

    Belkus, H.; van Bever, J.; Vanbeveren, D.

    In this paper, we report on first results of a project in Brussels in which we study the effects of stellar dynamics on the evolution of young dense stellar systems using 3 decades of expertise in massive-star evolution and our population (number and spectral) synthesis code. We highlight an unconventionally formed object scenario (UFO-scenario) for Wolf Rayet binaries and study the effects of a luminous blue variable-type instability wind mass-loss formalism on the formation of intermediate-mass black holes.

  9. Minimal solution of general dual fuzzy linear systems

    International Nuclear Information System (INIS)

    Abbasbandy, S.; Otadi, M.; Mosleh, M.

    2008-01-01

    Fuzzy linear systems of equations, play a major role in several applications in various area such as engineering, physics and economics. In this paper, we investigate the existence of a minimal solution of general dual fuzzy linear equation systems. Two necessary and sufficient conditions for the minimal solution existence are given. Also, some examples in engineering and economic are considered

  10. On the stability of non-linear systems

    International Nuclear Information System (INIS)

    Guelman, M.

    1968-09-01

    A study is made of the absolute stability of nonlinear systems, using Liapounov's second method and taking into account the results obtained from V.M. Popov's work. The results already established are first presented, in particular concerning the frequency domain criterions for absolute stability of automatic control systems containing one single non linearity. The results have been extended to show the existence of a limiting parabola. New use is then made of the methods studied for deriving absolute stability criterions for a system containing a different type of non linearity. Finally, the results obtained are considered from the point of view of Aizerman's conjecture. (author) [fr

  11. Linear dynamic coupling in geared rotor systems

    Science.gov (United States)

    David, J. W.; Mitchell, L. D.

    1986-01-01

    The effects of high frequency oscillations caused by the gear mesh, on components of a geared system that can be modeled as rigid discs are analyzed using linear dynamic coupling terms. The coupled, nonlinear equations of motion for a disc attached to a rotating shaft are presented. The results of a trial problem analysis show that the inclusion of the linear dynamic coupling terms can produce significant changes in the predicted response of geared rotor systems, and that the produced sideband responses are greater than the unbalanced response. The method is useful in designing gear drives for heavy-lift helicopters, industrial speed reducers, naval propulsion systems, and heavy off-road equipment.

  12. ORACLS: A system for linear-quadratic-Gaussian control law design

    Science.gov (United States)

    Armstrong, E. S.

    1978-01-01

    A modern control theory design package (ORACLS) for constructing controllers and optimal filters for systems modeled by linear time-invariant differential or difference equations is described. Numerical linear-algebra procedures are used to implement the linear-quadratic-Gaussian (LQG) methodology of modern control theory. Algorithms are included for computing eigensystems of real matrices, the relative stability of a matrix, factored forms for nonnegative definite matrices, the solutions and least squares approximations to the solutions of certain linear matrix algebraic equations, the controllability properties of a linear time-invariant system, and the steady state covariance matrix of an open-loop stable system forced by white noise. Subroutines are provided for solving both the continuous and discrete optimal linear regulator problems with noise free measurements and the sampled-data optimal linear regulator problem. For measurement noise, duality theory and the optimal regulator algorithms are used to solve the continuous and discrete Kalman-Bucy filter problems. Subroutines are also included which give control laws causing the output of a system to track the output of a prescribed model.

  13. System identication of a linearized hysteretic system using covariance driven stochastic subspace identication

    DEFF Research Database (Denmark)

    Bajric, Anela

    A single mass Bouc-Wen oscillator with linear static restoring force contribution is approximated by an equivalent linear system. The aim of the linearized model is to emulate the correct force-displacement response of the Bouc-Wenmodel with characteristic hysteretic behaviour. The linearized mod...

  14. Dense range map reconstruction from a versatile robotic sensor system with an active trinocular vision and a passive binocular vision.

    Science.gov (United States)

    Kim, Min Young; Lee, Hyunkee; Cho, Hyungsuck

    2008-04-10

    One major research issue associated with 3D perception by robotic systems is the creation of efficient sensor systems that can generate dense range maps reliably. A visual sensor system for robotic applications is developed that is inherently equipped with two types of sensor, an active trinocular vision and a passive stereo vision. Unlike in conventional active vision systems that use a large number of images with variations of projected patterns for dense range map acquisition or from conventional passive vision systems that work well on specific environments with sufficient feature information, a cooperative bidirectional sensor fusion method for this visual sensor system enables us to acquire a reliable dense range map using active and passive information simultaneously. The fusion algorithms are composed of two parts, one in which the passive stereo vision helps active vision and the other in which the active trinocular vision helps the passive one. The first part matches the laser patterns in stereo laser images with the help of intensity images; the second part utilizes an information fusion technique using the dynamic programming method in which image regions between laser patterns are matched pixel-by-pixel with help of the fusion results obtained in the first part. To determine how the proposed sensor system and fusion algorithms can work in real applications, the sensor system is implemented on a robotic system, and the proposed algorithms are applied. A series of experimental tests is performed for a variety of configurations of robot and environments. The performance of the sensor system is discussed in detail.

  15. A convex optimization approach for solving large scale linear systems

    Directory of Open Access Journals (Sweden)

    Debora Cores

    2017-01-01

    Full Text Available The well-known Conjugate Gradient (CG method minimizes a strictly convex quadratic function for solving large-scale linear system of equations when the coefficient matrix is symmetric and positive definite. In this work we present and analyze a non-quadratic convex function for solving any large-scale linear system of equations regardless of the characteristics of the coefficient matrix. For finding the global minimizers, of this new convex function, any low-cost iterative optimization technique could be applied. In particular, we propose to use the low-cost globally convergent Spectral Projected Gradient (SPG method, which allow us to extend this optimization approach for solving consistent square and rectangular linear system, as well as linear feasibility problem, with and without convex constraints and with and without preconditioning strategies. Our numerical results indicate that the new scheme outperforms state-of-the-art iterative techniques for solving linear systems when the symmetric part of the coefficient matrix is indefinite, and also for solving linear feasibility problems.

  16. Thunderstorm monitoring with VLF network and super dense meteorological observation system

    Science.gov (United States)

    Takahashi, Yukihiro; Sato, Mitsuteru

    2015-04-01

    It's not easy to understand the inside structure and developing process of thunderstorm only with existing meteorological instruments since its horizontal extent of the storm cell is sometimes smaller than an order of 10 km while one of the densest ground network in Japan, AMEDAS, consists of sites located every 17 km in average and the resolution of meteorological radar is 1-2 km in general. Even the X-band radar realizes the resolution of 250 m or larger. Here we suggest a thunderstorm monitoring system consisting of the network of VLF radio wave receivers and the super dense meteorological observation system with simple and low cost plate-type sensors that can be used for measurement both of raindrop and vertical electric field change caused by cloud-to-ground lightning discharge, adding to basic equipments for meteorological measurements. The plate-type sensor consists of two aluminum plates with a diameter of 10-20 cm. We carried out an observation campaign in summer of 2013 in the foothills of Mt. Yastugatake, Yamanashi and Nagano prefectures in Japan, installing 6 plate-type sensors at a distance of about 4 km. Horizontal location, height and charge amount of each lightning discharge are estimated successfully based on the information of electric field changes at several observing sites. Moreover, it was found that the thunderstorm has a very narrow structure smaller than 300 m that cannot be measured by any other ways, counting the positive and negative pulses caused by attachment of raindrop to the sensor plate, respectively. We plan to construct a new super dense observation network in the north Kanto region, Japan, where the lightning activity is most prominent in summer Japan and surrounded by our VLF systems developed for detecting sferics from lightning discharge, distributing more than several tens of sensors at every 4 km or shorter, such as an order of 100 m at minimum. This kind of new type network will reveal the unknown fine structures of

  17. Observability of linear systems with saturated outputs

    NARCIS (Netherlands)

    Koplon, R.; Sontag, E.D.; Hautus, M.L.J.

    1994-01-01

    We present necessary and sufficient conditions for observability of the class of output-saturated systems. These are linear systems whose output passes through a saturation function before it can be measured.

  18. Statistical mechanics of dense plasmas: numerical simulation and theory

    International Nuclear Information System (INIS)

    DeWitt, H.E.

    1977-10-01

    Recent Monte Carlo calculations from Paris and from Livermore for dense one and two component plasmas have led to systematic and accurate results for the thermodynamic properties of dense Coulombic fluids. This talk will summarize the results of these numerical experiments, and the simple analytic expressions for the equation of state and other thermodynamic functions that have been obtained. The thermal energy for the one component plasma has a simple power law dependence on temperature that is identical to Monte Carlo results on strongly coupled fluids governed by l/r/sup n/ potentials. A universal model for fluids governed by simple repulsive forces is suggested. For two component plasmas the ion-sphere model is shown to accurately reproduce the Monte Carlo data for the static portion of the energy. Electron screening is included using the Lindhard dielectric function and linear response theory. Free energy expressions have been constructed for one and two component plasmas that allow easy computation of all thermodynamic functions

  19. On non-linear dynamics of a coupled electro-mechanical system

    DEFF Research Database (Denmark)

    Darula, Radoslav; Sorokin, Sergey

    2012-01-01

    Electro-mechanical devices are an example of coupled multi-disciplinary weakly non-linear systems. Dynamics of such systems is described in this paper by means of two mutually coupled differential equations. The first one, describing an electrical system, is of the first order and the second one...... excitation. The results are verified using a numerical model created in MATLAB Simulink environment. Effect of non-linear terms on dynamical response of the coupled system is investigated; the backbone and envelope curves are analyzed. The two phenomena, which exist in the electro-mechanical system: (a......, for mechanical system, is of the second order. The governing equations are coupled via linear and weakly non-linear terms. A classical perturbation method, a method of multiple scales, is used to find a steadystate response of the electro-mechanical system exposed to a harmonic close-resonance mechanical...

  20. Simultaneous Balancing and Model Reduction of Switched Linear Systems

    NARCIS (Netherlands)

    Monshizadeh, Nima; Trentelman, Hendrikus; Camlibel, M.K.

    2011-01-01

    In this paper, first, balanced truncation of linear systems is revisited. Then, simultaneous balancing of multiple linear systems is investigated. Necessary and sufficient conditions are introduced to identify the case where simultaneous balancing is possible. The validity of these conditions is not

  1. The linear sizes tolerances and fits system modernization

    Science.gov (United States)

    Glukhov, V. I.; Grinevich, V. A.; Shalay, V. V.

    2018-04-01

    The study is carried out on the urgent topic for technical products quality providing in the tolerancing process of the component parts. The aim of the paper is to develop alternatives for improving the system linear sizes tolerances and dimensional fits in the international standard ISO 286-1. The tasks of the work are, firstly, to classify as linear sizes the elements additionally linear coordinating sizes that determine the detail elements location and, secondly, to justify the basic deviation of the tolerance interval for the element's linear size. The geometrical modeling method of real details elements, the analytical and experimental methods are used in the research. It is shown that the linear coordinates are the dimensional basis of the elements linear sizes. To standardize the accuracy of linear coordinating sizes in all accuracy classes, it is sufficient to select in the standardized tolerance system only one tolerance interval with symmetrical deviations: Js for internal dimensional elements (holes) and js for external elements (shafts). The main deviation of this coordinating tolerance is the average zero deviation, which coincides with the nominal value of the coordinating size. Other intervals of the tolerance system are remained for normalizing the accuracy of the elements linear sizes with a fundamental change in the basic deviation of all tolerance intervals is the maximum deviation corresponding to the limit of the element material: EI is the lower tolerance for the of the internal elements (holes) sizes and es is the upper tolerance deviation for the outer elements (shafts) sizes. It is the sizes of the material maximum that are involved in the of the dimensional elements mating of the shafts and holes and determine the fits type.

  2. Rf system specifications for a linear accelerator

    International Nuclear Information System (INIS)

    Young, A.; Eaton, L.E.

    1992-01-01

    A linear accelerator contains many systems; however, the most complex and costly is the RF system. The goal of an RF system is usually simply stated as maintaining the phase and amplitude of the RF signal within a given tolerance to accelerate the charged particle beam. An RF system that drives a linear accelerator needs a complete system specification, which should contain specifications for all the subsystems (i.e., high-power RF, low-level RF, RF generation/distribution, and automation control). This paper defines a format for the specifications of these subsystems and discusses each RF subsystem independently to provide a comprehensive understanding of the function of each subsystem. This paper concludes with an example of a specification spreadsheet allowing one to input the specifications of a subsystem. Thus, some fundamental parameters (i.e., the cost and size) of the RF system can be determined

  3. Relative null controllability of linear systems with multiple delays in ...

    African Journals Online (AJOL)

    varying multiple delays in state and control are developed. If the uncontrolled system is uniformly asymptotically stable, and if the linear system is controllable, then the linear system is null controllable. Journal of the Nigerian Association of ...

  4. Superconducting linear accelerator system for NSC

    Indian Academy of Sciences (India)

    59, No. 5. — journal of. November 2002 physics pp. 849–858. Superconducting linear accelerator system for NSC ... cryogenics facility, RF electronics development, facilities for fabricating niobium resonators indige- ... Prototype resonator was.

  5. Linear quadratic Gaussian balancing for discrete-time infinite-dimensional linear systems

    NARCIS (Netherlands)

    Opmeer, MR; Curtain, RF

    2004-01-01

    In this paper, we study the existence of linear quadratic Gaussian (LQG)-balanced realizations for discrete-time infinite-dimensional systems. LQG-balanced realizations are those for which the smallest nonnegative self-adjoint solutions of the control and filter Riccati equations are equal. We show

  6. Tikhonov theorem for linear hyperbolic systems

    OpenAIRE

    Tang , Ying; Prieur , Christophe; Girard , Antoine

    2015-01-01

    International audience; A class of linear systems of conservation laws with a small perturbation parameter is introduced. By setting the perturbation parameter to zero, two subsystems, the reduced system standing for the slow dynamics and the boundary-layer system representing the fast dynamics, are computed. It is first proved that the exponential stability of the full system implies the stability of both subsystems. Secondly, a counter example is given to indicate that the converse is not t...

  7. Conduction cooling systems for linear accelerator cavities

    Science.gov (United States)

    Kephart, Robert

    2017-05-02

    A conduction cooling system for linear accelerator cavities. The system conducts heat from the cavities to a refrigeration unit using at least one cavity cooler interconnected with a cooling connector. The cavity cooler and cooling connector are both made from solid material having a very high thermal conductivity of approximately 1.times.10.sup.4 W m.sup.-1 K.sup.-1 at temperatures of approximately 4 degrees K. This allows for very simple and effective conduction of waste heat from the linear accelerator cavities to the cavity cooler, along the cooling connector, and thence to the refrigeration unit.

  8. Theoretical analysis of balanced truncation for linear switched systems

    DEFF Research Database (Denmark)

    Petreczky, Mihaly; Wisniewski, Rafal; Leth, John-Josef

    2012-01-01

    In this paper we present theoretical analysis of model reduction of linear switched systems based on balanced truncation, presented in [1,2]. More precisely, (1) we provide a bound on the estimation error using L2 gain, (2) we provide a system theoretic interpretation of grammians and their singu......In this paper we present theoretical analysis of model reduction of linear switched systems based on balanced truncation, presented in [1,2]. More precisely, (1) we provide a bound on the estimation error using L2 gain, (2) we provide a system theoretic interpretation of grammians...... for showing this independence is realization theory of linear switched systems. [1] H. R. Shaker and R. Wisniewski, "Generalized gramian framework for model/controller order reduction of switched systems", International Journal of Systems Science, Vol. 42, Issue 8, 2011, 1277-1291. [2] H. R. Shaker and R....... Wisniewski, "Switched Systems Reduction Framework Based on Convex Combination of Generalized Gramians", Journal of Control Science and Engineering, 2009....

  9. Incoherent and coherent backscattering of light by a layer of densely packed random medium

    Energy Technology Data Exchange (ETDEWEB)

    Tishkovets, Victor P. [Institute of Radio Astronomy of NASU, 4 Chervonopraporna Street, Kharkiv 61002 (Ukraine)], E-mail: tishkovets@ira.kharkov.ua

    2007-12-15

    The problem of light scattering by a layer of densely packed discrete random medium is considered. The theory of light scattering by systems of nonspherical particles is applied to derive equations corresponding to incoherent (diffuse) and interference parts of radiation reflected from the medium. A solution of the system of linear equations describing light scattering by a system of particles is represented by iteration. It is shown that the symmetry properties of the T-matrices and of the translation coefficients for the vector Helmholtz harmonics lead to the reciprocity relation for an arbitrary iteration. This relation is applied to consider the backscattering enhancement phenomenon. Equations expressing the incoherent and interference parts of reflected light from statistically homogeneous and isotropic plane-parallel layer of medium are given. In the exact backscattering direction the relation between incoherent and interference parts is identical to that of sparse media.

  10. A comparison between linear and toroidal Extrap systems

    International Nuclear Information System (INIS)

    Lehnert, B.

    1988-09-01

    The Extrap scheme consists of a Z-pinch immersed in an octupole field generated by currents in a set of external conductors. A comparison between linear and toroidal Extrap geometry is made in this paper. As compared to toroidal systems, linear geometry has the advantages of relative simplicity and of a current drive by means of electrodes. Linear devices are convenient for basic studies of Extrap, at moderately high pinch currents and plasma temperatures. Within the parameter ranges of experiments at high pinch currents and plasma temperatures, linear systems have on the other hand some substantial disadvantages, on account of the plasma interaction with the end regions. This results in a limitation of the energy confinement time, and leads in the case of an ohmically heated plasma to excessively high plasma densities and small pinch radii which also complicate the introduction of the external conductors. (author)

  11. Correlated Levy Noise in Linear Dynamical Systems

    International Nuclear Information System (INIS)

    Srokowski, T.

    2011-01-01

    Linear dynamical systems, driven by a non-white noise which has the Levy distribution, are analysed. Noise is modelled by a specific stochastic process which is defined by the Langevin equation with a linear force and the Levy distributed symmetric white noise. Correlation properties of the process are discussed. The Fokker-Planck equation driven by that noise is solved. Distributions have the Levy shape and their width, for a given time, is smaller than for processes in the white noise limit. Applicability of the adiabatic approximation in the case of the linear force is discussed. (author)

  12. High performance linear algebra algorithms: An introduction

    DEFF Research Database (Denmark)

    Gustavson, F.G.; Wasniewski, Jerzy

    2006-01-01

    his Mini-Symposium consisted of two back to back sessions, each consisting of five presentations, held on the afternoon of Monday, June 21, 2004. A major theme of both sessions was novel data structures for the matrices of dense linear algebra, DLA. Talks one to four of session one all centered...

  13. Reliability modelling and simulation of switched linear system ...

    African Journals Online (AJOL)

    Reliability modelling and simulation of switched linear system control using temporal databases. ... design of fault-tolerant real-time switching systems control and modelling embedded micro-schedulers for complex systems maintenance.

  14. Dense Trajectories and DHOG for Classification of Viewpoints from Echocardiogram Videos

    Directory of Open Access Journals (Sweden)

    Liqin Huang

    2016-01-01

    Full Text Available In echo-cardiac clinical computer-aided diagnosis, an important step is to automatically classify echocardiography videos from different angles and different regions. We propose a kind of echocardiography video classification algorithm based on the dense trajectory and difference histograms of oriented gradients (DHOG. First, we use the dense grid method to describe feature characteristics in each frame of echocardiography sequence and then track these feature points by applying the dense optical flow. In order to overcome the influence of the rapid and irregular movement of echocardiography videos and get more robust tracking results, we also design a trajectory description algorithm which uses the derivative of the optical flow to obtain the motion trajectory information and associates the different characteristics (e.g., the trajectory shape, DHOG, HOF, and MBH with embedded structural information of the spatiotemporal pyramid. To avoid “dimension disaster,” we apply Fisher’s vector to reduce the dimension of feature description followed by the SVM linear classifier to improve the final classification result. The average accuracy of echocardiography video classification is 77.12% for all eight viewpoints and 100% for three primary viewpoints.

  15. Damped oscillations of linear systems a mathematical introduction

    CERN Document Server

    Veselić, Krešimir

    2011-01-01

    The theory of linear damped oscillations was originally developed more than hundred years ago and is still of vital research interest to engineers, mathematicians and physicists alike. This theory plays a central role in explaining the stability of mechanical structures in civil engineering, but it also has applications in other fields such as electrical network systems and quantum mechanics. This volume gives an introduction to linear finite dimensional damped systems as they are viewed by an applied mathematician. After a short overview of the physical principles leading to the linear system model, a largely self-contained mathematical theory for this model is presented. This includes the geometry of the underlying indefinite metric space, spectral theory of J-symmetric matrices and the associated quadratic eigenvalue problem. Particular attention is paid to the sensitivity issues which influence numerical computations. Finally, several recent research developments are included, e.g. Lyapunov stability and ...

  16. SNR Estimation in Linear Systems with Gaussian Matrices

    KAUST Repository

    Suliman, Mohamed Abdalla Elhag; Alrashdi, Ayed; Ballal, Tarig; Al-Naffouri, Tareq Y.

    2017-01-01

    This letter proposes a highly accurate algorithm to estimate the signal-to-noise ratio (SNR) for a linear system from a single realization of the received signal. We assume that the linear system has a Gaussian matrix with one sided left correlation. The unknown entries of the signal and the noise are assumed to be independent and identically distributed with zero mean and can be drawn from any distribution. We use the ridge regression function of this linear model in company with tools and techniques adapted from random matrix theory to achieve, in closed form, accurate estimation of the SNR without prior statistical knowledge on the signal or the noise. Simulation results show that the proposed method is very accurate.

  17. SNR Estimation in Linear Systems with Gaussian Matrices

    KAUST Repository

    Suliman, Mohamed Abdalla Elhag

    2017-09-27

    This letter proposes a highly accurate algorithm to estimate the signal-to-noise ratio (SNR) for a linear system from a single realization of the received signal. We assume that the linear system has a Gaussian matrix with one sided left correlation. The unknown entries of the signal and the noise are assumed to be independent and identically distributed with zero mean and can be drawn from any distribution. We use the ridge regression function of this linear model in company with tools and techniques adapted from random matrix theory to achieve, in closed form, accurate estimation of the SNR without prior statistical knowledge on the signal or the noise. Simulation results show that the proposed method is very accurate.

  18. Boundary controllability of integrodifferential systems in Banach ...

    Indian Academy of Sciences (India)

    solution to state space system, the control must be taken in a space of ... this paper is to study the boundary controllability of nonlinear integrodifferential systems ... be a linear closed and densely defined operator with Dً'ق E and let ( be a linear ... (iv) For all t 2 ً0; bٹ and u 2 U, TًtقBu 2 DًAق. ... The construction of the bounded.

  19. Optimal Linear Responses for Markov Chains and Stochastically Perturbed Dynamical Systems

    Science.gov (United States)

    Antown, Fadi; Dragičević, Davor; Froyland, Gary

    2018-03-01

    The linear response of a dynamical system refers to changes to properties of the system when small external perturbations are applied. We consider the little-studied question of selecting an optimal perturbation so as to (i) maximise the linear response of the equilibrium distribution of the system, (ii) maximise the linear response of the expectation of a specified observable, and (iii) maximise the linear response of the rate of convergence of the system to the equilibrium distribution. We also consider the inhomogeneous, sequential, or time-dependent situation where the governing dynamics is not stationary and one wishes to select a sequence of small perturbations so as to maximise the overall linear response at some terminal time. We develop the theory for finite-state Markov chains, provide explicit solutions for some illustrative examples, and numerically apply our theory to stochastically perturbed dynamical systems, where the Markov chain is replaced by a matrix representation of an approximate annealed transfer operator for the random dynamical system.

  20. On deformations of linear differential systems

    NARCIS (Netherlands)

    Gontsov, R.R.; Poberezhnyi, V.A.; Helminck, G.F.

    2011-01-01

    This article concerns deformations of meromorphic linear differential systems. Problems relating to their existence and classification are reviewed, and the global and local behaviour of solutions to deformation equations in a neighbourhood of their singular set is analysed. Certain classical

  1. Popov–Belevitch–Hautus type tests for the controllability of linear complementarity systems

    NARCIS (Netherlands)

    Camlibel, M. Kanat

    2007-01-01

    It is well-known that checking certain controllability properties of very simple piecewise linear systems are undecidable problems. This paper deals with the controllability problem of a class of piecewise linear systems, known as linear complementarity systems. By exploiting the underlying

  2. A study on switched linear system identification using game ...

    African Journals Online (AJOL)

    A study on switched linear system identification using game-theoretic strategies and neural computing. ... This study deals with application of game-theoretic strategies and neural computing to switched linear ... AJOL African Journals Online.

  3. Conjugate gradient type methods for linear systems with complex symmetric coefficient matrices

    Science.gov (United States)

    Freund, Roland

    1989-01-01

    We consider conjugate gradient type methods for the solution of large sparse linear system Ax equals b with complex symmetric coefficient matrices A equals A(T). Such linear systems arise in important applications, such as the numerical solution of the complex Helmholtz equation. Furthermore, most complex non-Hermitian linear systems which occur in practice are actually complex symmetric. We investigate conjugate gradient type iterations which are based on a variant of the nonsymmetric Lanczos algorithm for complex symmetric matrices. We propose a new approach with iterates defined by a quasi-minimal residual property. The resulting algorithm presents several advantages over the standard biconjugate gradient method. We also include some remarks on the obvious approach to general complex linear systems by solving equivalent real linear systems for the real and imaginary parts of x. Finally, numerical experiments for linear systems arising from the complex Helmholtz equation are reported.

  4. Disturbance Decoupling of Switched Linear Systems

    NARCIS (Netherlands)

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

    2010-01-01

    In this paper we consider disturbance decoupling problems for switched linear systems. We will provide necessary and sufficient conditions for three different versions of disturbance decoupling, which differ based on which signals are considered to be the disturbance. In the first version the

  5. Feedback linearizing control of a MIMO power system

    Science.gov (United States)

    Ilyes, Laszlo

    Prior research has demonstrated that either the mechanical or electrical subsystem of a synchronous electric generator may be controlled using single-input single-output (SISO) nonlinear feedback linearization. This research suggests a new approach which applies nonlinear feedback linearization to a multi-input multi-output (MIMO) model of the synchronous electric generator connected to an infinite bus load model. In this way, the electrical and mechanical subsystems may be linearized and simultaneously decoupled through the introduction of a pair of auxiliary inputs. This allows well known, linear, SISO control methods to be effectively applied to the resulting systems. The derivation of the feedback linearizing control law is presented in detail, including a discussion on the use of symbolic math processing as a development tool. The linearizing and decoupling properties of the control law are validated through simulation. And finally, the robustness of the control law is demonstrated.

  6. Efficient Online Aggregates in Dense-Region-Based Data Cube Representations

    Science.gov (United States)

    Haddadin, Kais; Lauer, Tobias

    In-memory OLAP systems require a space-efficient representation of sparse data cubes in order to accommodate large data sets. On the other hand, most efficient online aggregation techniques, such as prefix sums, are built on dense array-based representations. These are often not applicable to real-world data due to the size of the arrays which usually cannot be compressed well, as most sparsity is removed during pre-processing. A possible solution is to identify dense regions in a sparse cube and only represent those using arrays, while storing sparse data separately, e.g. in a spatial index structure. Previous dense-region-based approaches have concentrated mainly on the effectiveness of the dense-region detection (i.e. on the space-efficiency of the result). However, especially in higher-dimensional cubes, data is usually more cluttered, resulting in a potentially large number of small dense regions, which negatively affects query performance on such a structure. In this paper, our focus is not only on space-efficiency but also on time-efficiency, both for the initial dense-region extraction and for queries carried out in the resulting hybrid data structure. We describe two methods to trade available memory for increased aggregate query performance. In addition, optimizations in our approach significantly reduce the time to build the initial data structure compared to former systems. Also, we present a straightforward adaptation of our approach to support multi-core or multi-processor architectures, which can further enhance query performance. Experiments with different real-world data sets show how various parameter settings can be used to adjust the efficiency and effectiveness of our algorithms.

  7. Nonautonomous linear system of the terrestrial carbon cycle

    Science.gov (United States)

    Luo, Y.

    2012-12-01

    Carbon cycle has been studied by uses of observation through various networks, field and laboratory experiments, and simulation models. Much less has been done on theoretical thinking and analysis to understand fundament properties of carbon cycle and then guide observatory, experimental, and modeling research. This presentation is to explore what would be the theoretical properties of terrestrial carbon cycle and how those properties can be used to make observatory, experimental, and modeling research more effective. Thousands of published data sets from litter decomposition and soil incubation studies almost all indicate that decay processes of litter and soil organic carbon can be well described by first order differential equations with one or more pools. Carbon pool dynamics in plants and soil after disturbances (e.g., wildfire, clear-cut of forests, and plows of soil for cropping) and during natural recovery or ecosystem restoration also exhibit characteristics of first-order linear systems. Thus, numerous lines of empirical evidence indicate that the terrestrial carbon cycle can be adequately described as a nonautonomous linear system. The linearity reflects the nature of the carbon cycle that carbon, once fixed by photosynthesis, is linearly transferred among pools within an ecosystem. The linear carbon transfer, however, is modified by nonlinear functions of external forcing variables. In addition, photosynthetic carbon influx is also nonlinearly influenced by external variables. This nonautonomous linear system can be mathematically expressed by a first-order linear ordinary matrix equation. We have recently used this theoretical property of terrestrial carbon cycle to develop a semi-analytic solution of spinup. The new methods have been applied to five global land models, including NCAR's CLM and CABLE models and can computationally accelerate spinup by two orders of magnitude. We also use this theoretical property to develop an analytic framework to

  8. Linearization of Nonautonomous Impulsive System with Nonuniform Exponential Dichotomy

    Directory of Open Access Journals (Sweden)

    Yongfei Gao

    2014-01-01

    Full Text Available This paper gives a version of Hartman-Grobman theorem for the impulsive differential equations. We assume that the linear impulsive system has a nonuniform exponential dichotomy. Under some suitable conditions, we proved that the nonlinear impulsive system is topologically conjugated to its linear system. Indeed, we do construct the topologically equivalent function (the transformation. Moreover, the method to prove the topological conjugacy is quite different from those in previous works (e.g., see Barreira and Valls, 2006.

  9. Partial Linearization of Mechanical Systems with Application to Observer Design

    NARCIS (Netherlands)

    Sarras, Ioannis; Venkatraman, Aneesh; Ortega, Romeo; Schaft, Arjan van der

    2008-01-01

    We consider general mechanical systems and establish a necessary and sufficient condition for the existence of a suitable change in the generalized momentum coordinates such that the new dynamics become linear in the transformed momenta. The class of systems which can be (partially) linearized by

  10. FAST modularization framework for wind turbine simulation: full-system linearization

    Science.gov (United States)

    Jonkman, J. M.; Jonkman, B. J.

    2016-09-01

    The wind engineering community relies on multiphysics engineering software to run nonlinear time-domain simulations e.g. for design-standards-based loads analysis. Although most physics involved in wind energy are nonlinear, linearization of the underlying nonlinear system equations is often advantageous to understand the system response and exploit well- established methods and tools for analyzing linear systems. This paper presents the development and verification of the new linearization functionality of the open-source engineering tool FAST v8 for land-based wind turbines, as well as the concepts and mathematical background needed to understand and apply it correctly.

  11. Atoms in dense plasmas

    International Nuclear Information System (INIS)

    More, R.M.

    1986-01-01

    Recent experiments with high-power pulsed lasers have strongly encouraged the development of improved theoretical understanding of highly charged ions in a dense plasma environment. This work examines the theory of dense plasmas with emphasis on general rules which govern matter at extreme high temperature and density. 106 refs., 23 figs

  12. Atoms in dense plasmas

    Energy Technology Data Exchange (ETDEWEB)

    More, R.M.

    1986-01-01

    Recent experiments with high-power pulsed lasers have strongly encouraged the development of improved theoretical understanding of highly charged ions in a dense plasma environment. This work examines the theory of dense plasmas with emphasis on general rules which govern matter at extreme high temperature and density. 106 refs., 23 figs.

  13. A Proposed Method for Solving Fuzzy System of Linear Equations

    Directory of Open Access Journals (Sweden)

    Reza Kargar

    2014-01-01

    Full Text Available This paper proposes a new method for solving fuzzy system of linear equations with crisp coefficients matrix and fuzzy or interval right hand side. Some conditions for the existence of a fuzzy or interval solution of m×n linear system are derived and also a practical algorithm is introduced in detail. The method is based on linear programming problem. Finally the applicability of the proposed method is illustrated by some numerical examples.

  14. Virtual Estimator for Piecewise Linear Systems Based on Observability Analysis

    Science.gov (United States)

    Morales-Morales, Cornelio; Adam-Medina, Manuel; Cervantes, Ilse; Vela-Valdés and, Luis G.; García Beltrán, Carlos Daniel

    2013-01-01

    This article proposes a virtual sensor for piecewise linear systems based on observability analysis that is in function of a commutation law related with the system's outpu. This virtual sensor is also known as a state estimator. Besides, it presents a detector of active mode when the commutation sequences of each linear subsystem are arbitrary and unknown. For the previous, this article proposes a set of virtual estimators that discern the commutation paths of the system and allow estimating their output. In this work a methodology in order to test the observability for piecewise linear systems with discrete time is proposed. An academic example is presented to show the obtained results. PMID:23447007

  15. Symmetric linear systems - An application of algebraic systems theory

    Science.gov (United States)

    Hazewinkel, M.; Martin, C.

    1983-01-01

    Dynamical systems which contain several identical subsystems occur in a variety of applications ranging from command and control systems and discretization of partial differential equations, to the stability augmentation of pairs of helicopters lifting a large mass. Linear models for such systems display certain obvious symmetries. In this paper, we discuss how these symmetries can be incorporated into a mathematical model that utilizes the modern theory of algebraic systems. Such systems are inherently related to the representation theory of algebras over fields. We will show that any control scheme which respects the dynamical structure either implicitly or explicitly uses the underlying algebra.

  16. A new linearized equation for servo valve in hydraulic control systems

    International Nuclear Information System (INIS)

    Kim, Tae Hyung; Lee, Ill Yeong

    2002-01-01

    In the procedure of the hydraulic control system analysis, a linearized approximate equation described by the first order term of Taylor's series has been widely used. Such a linearized equation is effective just near the operating point. And, as of now, there are no general standards on how to determine the operating point of a servo valve in the process of applying the linearized equation. So, in this study, a new linearized equation for valve characteristics is proposed as a modified form of the existing linearized equation. And, a method for selecting an optimal operating point is proposed for the new linearized equation. The effectiveness of the new linearized equation is confirmed through numerical simulations and experiments for a model hydraulic control system

  17. KBLAS: An Optimized Library for Dense Matrix-Vector Multiplication on GPU Accelerators

    KAUST Repository

    Abdelfattah, Ahmad

    2016-05-11

    KBLAS is an open-source, high-performance library that provides optimized kernels for a subset of Level 2 BLAS functionalities on CUDA-enabled GPUs. Since performance of dense matrix-vector multiplication is hindered by the overhead of memory accesses, a double-buffering optimization technique is employed to overlap data motion with computation. After identifying a proper set of tuning parameters, KBLAS efficiently runs on various GPU architectures while avoiding code rewriting and retaining compliance with the standard BLAS API. Another optimization technique allows ensuring coalesced memory access when dealing with submatrices, especially for high-level dense linear algebra algorithms. All KBLAS kernels have been leveraged to a multi-GPU environment, which requires the introduction of new APIs. Considering general matrices, KBLAS is very competitive with existing state-of-the-art kernels and provides a smoother performance across a wide range of matrix dimensions. Considering symmetric and Hermitian matrices, the KBLAS performance outperforms existing state-of-the-art implementations on all matrix sizes and achieves asymptotically up to 50% and 60% speedup against the best competitor on single GPU and multi-GPUs systems, respectively. Performance results also validate our performance model. A subset of KBLAS highperformance kernels have been integrated into NVIDIA\\'s standard BLAS implementation (cuBLAS) for larger dissemination, starting from version 6.0. © 2016 ACM.

  18. A dense cell retention culture system using stirred ceramic membrane reactor.

    Science.gov (United States)

    Suzuki, T; Sato, T; Kominami, M

    1994-11-20

    A novel reactor design incorporating porous ceramic tubes into a stirred jar fermentor was developed. The stirred ceramic membrane reactor has two ceramic tubular membrane units inside the vessel and maintains high filtration flux by alternating use for filtering and recovering from clogging. Each filter unit was linked for both extraction of culture broth and gas sparging. High permeability was maintained for long periods by applying the periodical control between filtering and air sparging during the stirred retention culture of Saccharomyces cerevisiae. The ceramic filter aeration system increased the k(L)a to about five times that of ordinary gas sparing. Using the automatic feeding and filtering system, cell mass concentration reached 207 g/L in a short time, while it was 64 g/L in a fed-batch culture. More than 99% of the growing cells were retained in the fermentor by the filtering culture. Both yield and productivity of cells were also increased by controlling the feeding of fresh medium and filtering the supernatant of the dense cells culture. (c) 1994 John Wiley & Sons, Inc.

  19. Accelerated two-dimensional cine DENSE cardiovascular magnetic resonance using compressed sensing and parallel imaging.

    Science.gov (United States)

    Chen, Xiao; Yang, Yang; Cai, Xiaoying; Auger, Daniel A; Meyer, Craig H; Salerno, Michael; Epstein, Frederick H

    2016-06-14

    Cine Displacement Encoding with Stimulated Echoes (DENSE) provides accurate quantitative imaging of cardiac mechanics with rapid displacement and strain analysis; however, image acquisition times are relatively long. Compressed sensing (CS) with parallel imaging (PI) can generally provide high-quality images recovered from data sampled below the Nyquist rate. The purposes of the present study were to develop CS-PI-accelerated acquisition and reconstruction methods for cine DENSE, to assess their accuracy for cardiac imaging using retrospective undersampling, and to demonstrate their feasibility for prospectively-accelerated 2D cine DENSE imaging in a single breathhold. An accelerated cine DENSE sequence with variable-density spiral k-space sampling and golden angle rotations through time was implemented. A CS method, Block LOw-rank Sparsity with Motion-guidance (BLOSM), was combined with sensitivity encoding (SENSE) for the reconstruction of under-sampled multi-coil spiral data. Seven healthy volunteers and 7 patients underwent 2D cine DENSE imaging with fully-sampled acquisitions (14-26 heartbeats in duration) and with prospectively rate-2 and rate-4 accelerated acquisitions (14 and 8 heartbeats in duration). Retrospectively- and prospectively-accelerated data were reconstructed using BLOSM-SENSE and SENSE. Image quality of retrospectively-undersampled data was quantified using the relative root mean square error (rRMSE). Myocardial displacement and circumferential strain were computed for functional assessment, and linear correlation and Bland-Altman analyses were used to compare accelerated acquisitions to fully-sampled reference datasets. For retrospectively-undersampled data, BLOSM-SENSE provided similar or lower rRMSE at rate-2 and lower rRMSE at rate-4 acceleration compared to SENSE (p cine DENSE provided good image quality and expected values of displacement and strain. BLOSM-SENSE-accelerated spiral cine DENSE imaging with 2D displacement encoding can be

  20. When to call a linear system nonnegative

    NARCIS (Netherlands)

    Nieuwenhuis, J.W.

    1998-01-01

    In this paper we will consider discrete time invariant linear systems that allow for an input-state-output representation with a finite dimensional state space, and that have a finite number of inputs and outputs. The basic issue in this paper is when to call these systems nonnegative. An important

  1. Parameter identifiability of linear dynamical systems

    Science.gov (United States)

    Glover, K.; Willems, J. C.

    1974-01-01

    It is assumed that the system matrices of a stationary linear dynamical system were parametrized by a set of unknown parameters. The question considered here is, when can such a set of unknown parameters be identified from the observed data? Conditions for the local identifiability of a parametrization are derived in three situations: (1) when input/output observations are made, (2) when there exists an unknown feedback matrix in the system and (3) when the system is assumed to be driven by white noise and only output observations are made. Also a sufficient condition for global identifiability is derived.

  2. Stability problems for linear hyperbolic systems

    International Nuclear Information System (INIS)

    Eckhoff, K.S.

    1975-05-01

    The stability properties for the trivial solution of a general linear hyperbolic system of partial differential equations of the first order are studied. It is shown that results may be obtained by studying the stability properties of certain systems of ordinary differential equations which can be constructed from the hyperbolic system (the so-called transport equations). In some cases the associated stability problem for the transport equations can in fact be shown to be equivalent to the stability problem for the hyperbolic system, but in general the transport equations will only give the necessary conditions for stability. (Auth.)

  3. Linear dynamical quantum systems analysis, synthesis, and control

    CERN Document Server

    Nurdin, Hendra I

    2017-01-01

    This monograph provides an in-depth treatment of the class of linear-dynamical quantum systems. The monograph presents a detailed account of the mathematical modeling of these systems using linear algebra and quantum stochastic calculus as the main tools for a treatment that emphasizes a system-theoretic point of view and the control-theoretic formulations of quantum versions of familiar problems from the classical (non-quantum) setting, including estimation and filtering, realization theory, and feedback control. Both measurement-based feedback control (i.e., feedback control by a classical system involving a continuous-time measurement process) and coherent feedback control (i.e., feedback control by another quantum system without the intervention of any measurements in the feedback loop) are treated. Researchers and graduates studying systems and control theory, quantum probability and stochastics or stochastic control whether from backgrounds in mechanical or electrical engineering or applied mathematics ...

  4. Dense-gas dispersion advection-diffusion model

    International Nuclear Information System (INIS)

    Ermak, D.L.

    1992-07-01

    A dense-gas version of the ADPIC particle-in-cell, advection- diffusion model was developed to simulate the atmospheric dispersion of denser-than-air releases. In developing the model, it was assumed that the dense-gas effects could be described in terms of the vertically-averaged thermodynamic properties and the local height of the cloud. The dense-gas effects were treated as a perturbation to the ambient thermodynamic properties (density and temperature), ground level heat flux, turbulence level (diffusivity), and windfield (gravity flow) within the local region of the dense-gas cloud. These perturbations were calculated from conservation of energy and conservation of momentum principles along with the ideal gas law equation of state for a mixture of gases. ADPIC, which is generally run in conjunction with a mass-conserving wind flow model to provide the advection field, contains all the dense-gas modifications within it. This feature provides the versatility of coupling the new dense-gas ADPIC with alternative wind flow models. The new dense-gas ADPIC has been used to simulate the atmospheric dispersion of ground-level, colder-than-ambient, denser-than-air releases and has compared favorably with the results of field-scale experiments

  5. Simultaneous Balancing and Model Reduction of Switched Linear Systems

    OpenAIRE

    Monshizadeh, Nima; Trentelman, Hendrikus; Camlibel, M.K.

    2011-01-01

    In this paper, first, balanced truncation of linear systems is revisited. Then, simultaneous balancing of multiple linear systems is investigated. Necessary and sufficient conditions are introduced to identify the case where simultaneous balancing is possible. The validity of these conditions is not limited to a certain type of balancing, and they are applicable for different types of balancing corresponding to different equations, like Lyapunov or Riccati equations. The results obtained are ...

  6. Solar photovoltaic water pumping system using a new linear actuator

    OpenAIRE

    Andrada Gascón, Pedro; Castro, Javier

    2007-01-01

    In this paper a photovoltaic solar pumping system using a new linear actuator is presented. This linear actuator is a double-sided flat two-phase variable-reluctance linear stepper motor that moves a piston-type water pump with the help of a rope, a pulley and a counterweight. The entire actuator pump ensemble is controlled by a simple electronic unit that manages the electric power generated by a photovoltaic array. The proposed system is suitable for rural communities in developing...

  7. Solution of generalized shifted linear systems with complex symmetric matrices

    International Nuclear Information System (INIS)

    Sogabe, Tomohiro; Hoshi, Takeo; Zhang, Shao-Liang; Fujiwara, Takeo

    2012-01-01

    We develop the shifted COCG method [R. Takayama, T. Hoshi, T. Sogabe, S.-L. Zhang, T. Fujiwara, Linear algebraic calculation of Green’s function for large-scale electronic structure theory, Phys. Rev. B 73 (165108) (2006) 1–9] and the shifted WQMR method [T. Sogabe, T. Hoshi, S.-L. Zhang, T. Fujiwara, On a weighted quasi-residual minimization strategy of the QMR method for solving complex symmetric shifted linear systems, Electron. Trans. Numer. Anal. 31 (2008) 126–140] for solving generalized shifted linear systems with complex symmetric matrices that arise from the electronic structure theory. The complex symmetric Lanczos process with a suitable bilinear form plays an important role in the development of the methods. The numerical examples indicate that the methods are highly attractive when the inner linear systems can efficiently be solved.

  8. Economic MPC for a linear stochastic system of energy units

    DEFF Research Database (Denmark)

    Jørgensen, John Bagterp; Sokoler, Leo Emil; Standardi, Laura

    2016-01-01

    This paper summarizes comprehensively the work in four recent PhD theses from the Technical University of Denmark related to Economic MPC of future power systems. Future power systems will consist of a large number of decentralized power producers and a large number of controllable power consumers...... in addition to stochastic power producers such as wind turbines and solar power plants. Control of such large scale systems requires new control algorithms. In this paper, we formulate the control of such a system as an Economic Model Predictive Control (MPC) problem. When the power producers and controllable...... power consumers have linear dynamics, the Economic MPC may be expressed as a linear program. We provide linear models for a number of energy units in an energy system, formulate an Economic MPC for coordination of such a system. We indicate how advances in computational MPC makes the solutions...

  9. Imaging San Jacinto Fault damage zone structure using dense linear arrays: application of ambient noise tomography, Rayleigh wave ellipticity, and site amplification

    Science.gov (United States)

    Wang, Y.; Lin, F. C.; Allam, A. A.; Ben-Zion, Y.

    2017-12-01

    The San Jacinto fault is presently the most seismically active component of the San Andreas Transform system in Southern California. To study the damage zone structure, two dense linear geophone arrays (BS and RR) were deployed across the Clark segment of the San Jacinto Fault between Anza and Hemet during winter 2015 and Fall 2016, respectively. Both arrays were 2 km long with 20 m station spacing. Month-long three-component ambient seismic noise data were recorded and used to calculate multi-channel cross-correlation functions. All three-component noise records of each array were normalized simultaneously to retain relative amplitude information between different stations and different components. We observed clear Rayleigh waves and Love waves on the cross-correlations of both arrays at 0.3 - 1 s period. The phase travel times of the Rayleigh waves on both arrays were measured by frequency-time analysis (FTAN), and inverted for Rayleigh wave phase velocity profiles of the upper 500 m depth. For both arrays, we observe prominent asymmetric low velocity zones which narrow with depth. At the BS array near the Hemet Stepover, an approximately 250m wide slow zone is observed to be offset by 75m to the northeast of the surface fault trace. At the RR array near the Anza segment of the fault, a similar low velocity zone width and offset are observed, along with a 10% across-fault velocity contrast. Analyses of Rayleigh wave ellipticity (H/V ratio), Love wave phase travel times, and site amplification are in progress. By using multiple measurements from ambient noise cross-correlations, we can obtain strong constraints on the local damage zone structure of the San Jacinto Fault. The results contribute to improved understanding of rupture directivity, maximum earthquake magnitude and more generally seismic hazard associated with the San Jacinto fault zone.

  10. Experimental quantum computing to solve systems of linear equations.

    Science.gov (United States)

    Cai, X-D; Weedbrook, C; Su, Z-E; Chen, M-C; Gu, Mile; Zhu, M-J; Li, Li; Liu, Nai-Le; Lu, Chao-Yang; Pan, Jian-Wei

    2013-06-07

    Solving linear systems of equations is ubiquitous in all areas of science and engineering. With rapidly growing data sets, such a task can be intractable for classical computers, as the best known classical algorithms require a time proportional to the number of variables N. A recently proposed quantum algorithm shows that quantum computers could solve linear systems in a time scale of order log(N), giving an exponential speedup over classical computers. Here we realize the simplest instance of this algorithm, solving 2×2 linear equations for various input vectors on a quantum computer. We use four quantum bits and four controlled logic gates to implement every subroutine required, demonstrating the working principle of this algorithm.

  11. Weak regularizability and pole assignment for non-square linear systems

    Czech Academy of Sciences Publication Activity Database

    Korotka, Tetiana; Loiseau, J. J.; Zagalak, Petr

    2012-01-01

    Roč. 48, č. 6 (2012), s. 1065-1088 ISSN 0023-5954 R&D Projects: GA ČR GAP103/12/2431 Keywords : linear systems * linear state feedback * pole assignment Subject RIV: BC - Control Systems Theory Impact factor: 0.619, year: 2012 http://library.utia.cas.cz/separaty/2013/AS/korotka-0386325.pdf

  12. Early results of microwave transmission experiments through an overly dense rectangular plasma sheet with microparticle injection

    Energy Technology Data Exchange (ETDEWEB)

    Gillman, Eric D., E-mail: eric.gillman.ctr@nrl.navy.mil [National Research Council Postdoctoral Associate at the U.S. Naval Research Laboratory, Washington, DC 20375 (United States); Amatucci, W. E. [U.S. Naval Research Laboratory, Washington, DC 20375 (United States)

    2014-06-15

    These experiments utilize a linear hollow cathode to create a dense, rectangular plasma sheet to simulate the plasma layer surrounding vehicles traveling at hypersonic velocities within the Earth's atmosphere. Injection of fine dielectric microparticles significantly reduces the electron density and therefore lowers the electron plasma frequency by binding a significant portion of the bulk free electrons to the relatively massive microparticles. Measurements show that microwave transmission through this previously overly dense, impenetrable plasma layer increases with the injection of alumina microparticles approximately 60 μm in diameter. This method of electron depletion is a potential means of mitigating the radio communications blackout experienced by hypersonic vehicles.

  13. Power profiling of Cholesky and QR factorizations on distributed memory systems

    KAUST Repository

    Bosilca, George; Ltaief, Hatem; Dongarra, Jack

    2012-01-01

    with a dynamic distributed scheduler (DAGuE) to leverage distributed memory systems. We present performance results (Gflop/s) as well as the power profile (Watts) of two common dense factorizations needed to solve linear systems of equations, namely

  14. Dilute and dense axion stars

    Science.gov (United States)

    Visinelli, Luca; Baum, Sebastian; Redondo, Javier; Freese, Katherine; Wilczek, Frank

    2018-02-01

    Axion stars are hypothetical objects formed of axions, obtained as localized and coherently oscillating solutions to their classical equation of motion. Depending on the value of the field amplitude at the core |θ0 | ≡ | θ (r = 0) |, the equilibrium of the system arises from the balance of the kinetic pressure and either self-gravity or axion self-interactions. Starting from a general relativistic framework, we obtain the set of equations describing the configuration of the axion star, which we solve as a function of |θ0 |. For small |θ0 | ≲ 1, we reproduce results previously obtained in the literature, and we provide arguments for the stability of such configurations in terms of first principles. We compare qualitative analytical results with a numerical calculation. For large amplitudes |θ0 | ≳ 1, the axion field probes the full non-harmonic QCD chiral potential and the axion star enters the dense branch. Our numerical solutions show that in this latter regime the axions are relativistic, and that one should not use a single frequency approximation, as previously applied in the literature. We employ a multi-harmonic expansion to solve the relativistic equation for the axion field in the star, and demonstrate that higher modes cannot be neglected in the dense regime. We interpret the solutions in the dense regime as pseudo-breathers, and show that the life-time of such configurations is much smaller than any cosmological time scale.

  15. Linear Optimization of Frequency Spectrum Assignments Across System

    Science.gov (United States)

    2016-03-01

    selection tools, frequency allocation, transmission optimization, electromagnetic maneuver warfare, electronic protection, assignment model 15. NUMBER ...Characteristics Modeled ...............................................................29 Table 10.   Antenna Systems Modeled , Number of Systems and...surveillance EW early warning GAMS general algebraic modeling system GHz gigahertz IDE integrated development environment ILP integer linear program

  16. Decentralized linear quadratic power system stabilizers for multi ...

    Indian Academy of Sciences (India)

    Introduction. Modern excitation systems considerably enhance the overall transient stability of power systems ..... to the local bus rather than the angle δ measured with respect to the remote bus. ... With this in view, the linear and nonlinear per-.

  17. Linear response theory for quantum open systems

    OpenAIRE

    Wei, J. H.; Yan, YiJing

    2011-01-01

    Basing on the theory of Feynman's influence functional and its hierarchical equations of motion, we develop a linear response theory for quantum open systems. Our theory provides an effective way to calculate dynamical observables of a quantum open system at its steady-state, which can be applied to various fields of non-equilibrium condensed matter physics.

  18. A general digital computer procedure for synthesizing linear automatic control systems

    International Nuclear Information System (INIS)

    Cummins, J.D.

    1961-10-01

    The fundamental concepts required for synthesizing a linear automatic control system are considered. A generalized procedure for synthesizing automatic control systems is demonstrated. This procedure has been programmed for the Ferranti Mercury and the IBM 7090 computers. Details of the programmes are given. The procedure uses the linearized set of equations which describe the plant to be controlled as the starting point. Subsequent computations determine the transfer functions between any desired variables. The programmes also compute the root and phase loci for any linear (and some non-linear) configurations in the complex plane, the open loop and closed loop frequency responses of a system, the residues of a function of the complex variable 's' and the time response corresponding to these residues. With these general programmes available the design of 'one point' automatic control systems becomes a routine scientific procedure. Also dynamic assessments of plant may be carried out. Certain classes of multipoint automatic control problems may also be solved with these procedures. Autonomous systems, invariant systems and orthogonal systems may also be studied. (author)

  19. A new active absorption system and its performance to linear and non-linear waves

    DEFF Research Database (Denmark)

    Andersen, Thomas Lykke; Clavero, M.; Frigaard, Peter Bak

    2016-01-01

    Highlights •An active absorption system for wavemakers has been developed. •The theory for flush mounted gauges has been extended to cover also small gaps. •The new system has been validated in a wave flume with wavemakers in both ends. •A generation and absorption procedure for highly non-linear...

  20. On stabilization of linear systems with stochastic disturbances and input saturation

    NARCIS (Netherlands)

    Stoorvogel, A.A.; Weiland, S.; Saberi, A.

    2004-01-01

    It is well-known that for linear systems internal asymptotic stability implies external stability in the sense that when the external input is in Lp then also the state will be in Lp. However, for the control of linear systems with saturation where the controlled system is nonlinear this implication

  1. A Fast Condensing Method for Solution of Linear-Quadratic Control Problems

    DEFF Research Database (Denmark)

    Frison, Gianluca; Jørgensen, John Bagterp

    2013-01-01

    consider a condensing (or state elimination) method to solve an extended version of the LQ control problem, and we show how to exploit the structure of this problem to both factorize the dense Hessian matrix and solve the system. Furthermore, we present two efficient implementations. The first......In both Active-Set (AS) and Interior-Point (IP) algorithms for Model Predictive Control (MPC), sub-problems in the form of linear-quadratic (LQ) control problems need to be solved at each iteration. The solution of these sub-problems is usually the main computational effort. In this paper we...... implementation is formally identical to the Riccati recursion based solver and has a computational complexity that is linear in the control horizon length and cubic in the number of states. The second implementation has a computational complexity that is quadratic in the control horizon length as well...

  2. Ions in the linacs of future linear colliders

    International Nuclear Information System (INIS)

    Raubenheimer, T.O.; Chen, P.

    1992-01-01

    Ions have been identified as a potential limitation in high current storage rings. In this paper we consider the effects of ions in the linacs of future linear colliders. Future linear collider designs call for long trains of closely spaced bunches and/or very dense bunches. Significant ion densities can be generated through the collisional ionization process and trapping in a long train of bunches or through tunneling ionization with very dense bunches. These ions provide skew fields which cause transverse betatron coupling and increase the vertical emittance of the flat beams, and they increase the rate of filamentation, making correction of the emittance dilutions more difficult. While transverse coupling can be alleviated by separating the horizontal and vertical phase advances, the increased filamentation will reduce the effectiveness of non-local correction techniques, leading to tighter alignment tolerances. To reduce the effect of the ions in the designs considered to the level of the intrinsic energy spread one would need to achieve vacuum pressures less than 10 -9 Torr. 5 figs., 5 refs

  3. Densely crosslinked polycarbosiloxanes .2. Thermal and mechanical properties

    NARCIS (Netherlands)

    Flipsen, T.A C; Derks, R.; van der Vegt, H.A.; Stenekes, R.; Pennings, A.J; Hadziioannou, G

    1997-01-01

    The thermal and mechanical properties of two densely crosslinked polycarbosiloxane systems were investigated in relation to the molecular structure. The networks were prepared from functional branched prepolymers and crosslinked via a hydrosilylation curing reaction. The prepolymers having only

  4. Power Generation from Concentration Gradient by Reverse Electrodialysis in Dense Silica Membranes for Microfluidic and Nanofluidic Systems

    Directory of Open Access Journals (Sweden)

    Sang Woo Lee

    2016-01-01

    Full Text Available In this study, we investigate power generation by reverse electrodialysis in a dense silica membrane that is between two NaCl solutions with various combinations of concentrations. Each silica membrane is fabricated by depositing a silica layer on a porous alumina substrate via chemical vapor deposition. The measured potential-current (V-I characteristics of the silica membrane are used to obtain the transference number, diffusion potential, and electrical resistance. We develop empirical correlations for the transference number and the area-specific resistance, and present the results of power generation by reverse electrodialysis using the fabricated silica membranes. The highest measured power density is 0.98 mW/m2. In addition, we develop a contour map of the power density as a function of NaCl concentrations on the basis of the empirical correlations. The contour map shows that a power output density of 1.2 mW/m2 is achievable with the use of silica membranes and is sufficient to drive nanofluidic and microfluidic systems. The dense silica membrane has the potential for use in micro power generators in nanofluidic and microfluidic systems.

  5. Transparency and spontaneous emission in a densely doped photonic band gap material

    Energy Technology Data Exchange (ETDEWEB)

    Singh, Mahi R [Department of Physics and Astronomy, University of Western Ontario, London N6A 3K7 (Canada)

    2006-12-28

    The susceptibility has been calculated for a photonic crystal in the presence of spontaneous cancellation and dipole-dipole interaction. The crystal is densely doped with an ensemble of four-level nano-particles in Y-type configuration. Probe and a pump laser fields are applied to manipulate the absorption coefficient of the system. The expression of the susceptibility has been calculated in the linear response regime of the probe field but nonlinear terms are included for the pump field. It is found that in the presence of spontaneous emission cancellation there is an increase in the height of the two absorption peaks however the phenomenon of electromagnetically induced transparency (EIT) is not affected. On the other hand, there is a change in the height and location of the two peaks in the presence of dipole-dipole interactions. For certain values the particle density of the system can be switched from the EIT state to the non-EIT state. It is also found that when the resonance energies for two spontaneous emission channels lie close to the band edge, the EIT phenomenon disappears.

  6. Formation and fragmentation of protostellar dense cores

    International Nuclear Information System (INIS)

    Maury, Anaelle

    2009-01-01

    Stars form in molecular clouds, when they collapse and fragment to produce protostellar dense cores. These dense cores are then likely to contract under their own gravity, and form young protostars, that further evolve while accreting their circumstellar mass, until they reach the main sequence. The main goal of this thesis was to study the formation and fragmentation of protostellar dense cores. To do so, two main studies, described in this manuscript, were carried out. First, we studied the formation of protostellar cores by quantifying the impact of protostellar outflows on clustered star formation. We carried out a study of the protostellar outflows powered by the young stellar objects currently formed in the NGc 2264-C proto-cluster, and we show that protostellar outflows seem to play a crucial role as turbulence progenitors in clustered star forming regions, although they seem unlikely to significantly modify the global infall processes at work on clump scales. Second, we investigated the formation of multiple systems by core fragmentation, by using high - resolution observations that allow to probe the multiplicity of young protostars on small scales. Our results suggest that the multiplicity rate of protostars on small scales increase while they evolve, and thus favor dynamical scenarios for the formation of multiple systems. Moreover, our results favor magnetized scenarios of core collapse to explain the small-scale properties of protostars at the earliest stages. (author) [fr

  7. Induction linear accelerators for commercial photon irradiation processing

    International Nuclear Information System (INIS)

    Matthews, S.M.

    1989-01-01

    A number of proposed irradiation processes requires bulk rather than surface exposure with intense applications of ionizing radiation. Typical examples are irradiation of food packaged into pallet size containers, processing of sewer sludge for recycling as landfill and fertilizer, sterilization of prepackaged medical disposals, treatment of municipal water supplies for pathogen reduction, etc. Volumetric processing of dense, bulky products with ionizing radiation requires high energy photon sources because electrons are not penetrating enough to provide uniform bulk dose deposition in thick, dense samples. Induction Linear Accelerator (ILA) technology developed at the Lawrence Livermore National Laboratory promises to play a key role in providing solutions to this problem. This is discussed in this paper

  8. Quantum dense key distribution

    International Nuclear Information System (INIS)

    Degiovanni, I.P.; Ruo Berchera, I.; Castelletto, S.; Rastello, M.L.; Bovino, F.A.; Colla, A.M.; Castagnoli, G.

    2004-01-01

    This paper proposes a protocol for quantum dense key distribution. This protocol embeds the benefits of a quantum dense coding and a quantum key distribution and is able to generate shared secret keys four times more efficiently than the Bennet-Brassard 1984 protocol. We hereinafter prove the security of this scheme against individual eavesdropping attacks, and we present preliminary experimental results, showing its feasibility

  9. Universal Linear Precoding for NBI-Proof Widely Linear Equalization in MC Systems

    Directory of Open Access Journals (Sweden)

    Donatella Darsena

    2007-09-01

    Full Text Available In multicarrier (MC systems, transmitter redundancy, which is introduced by means of finite-impulse response (FIR linear precoders, allows for perfect or zero-forcing (ZF equalization of FIR channels (in the absence of noise. Recently, it has been shown that the noncircular or improper nature of some symbol constellations offers an intrinsic source of redundancy, which can be exploited to design efficient FIR widely-linear (WL receiving structures for MC systems operating in the presence of narrowband interference (NBI. With regard to both cyclic-prefixed and zero-padded transmission techniques, it is shown in this paper that, with appropriately designed precoders, it is possible to synthesize in both cases WL-ZF universal equalizers, which guarantee perfect symbol recovery for any FIR channel. Furthermore, it is theoretically shown that the intrinsic redundancy of the improper symbol sequence also enables WL-ZF equalization, based on the minimum mean output-energy criterion, with improved NBI suppression capabilities. Finally, results of numerical simulations are presented, which assess the merits of the proposed precoding designs and validate the theoretical analysis carried out.

  10. ON THE STABILIZATION OF THE LINEAR HYBRID SYSTEM STRUCTURE

    Directory of Open Access Journals (Sweden)

    Kirillov

    2014-11-01

    Full Text Available The linear control hybrid system, consisting of a fi- nite set of subsystems (modes having different dimensions, is considered. The moments of reset time are determined by some complementary function – evolutionary time. This function satisfies the special complementary ordinary differential equation. The mode stabilization problem is solved for some class of piecewise linear controls. The method of stabilization relies on the set of invariant planes, the existence of which is due to the special form of the hybrid system.

  11. PREFACE: Many-body correlations from dilute to dense nuclear systems

    Science.gov (United States)

    Otsuka, Takaharu; Urban, Michael; Yamada, Taiichi

    2011-09-01

    The International EFES-IN2P3 conference on "Many body correlations from dilute to dense nuclear systems" was held at the Institut Henri Poincaré (IHP), Paris, France, from 15-18 February 2011, on the occasion of the retirement of our colleague Peter Schuck. Correlations play a decisive role in various many-body systems such as nuclear systems, condensed matter and quantum gases. Important examples include: pairing correlations (Cooper pairs) which give rise to nuclear superfluidity (analogous to superconductivity in condensed matter); particle-hole (RPA) correlations in the description of the ground state beyond mean-field theory; clusters; and α-particle correlations in certain nuclei. Also, the nucleons themselves can be viewed as clusters of three quarks. During the past few years, researchers have started to study how the character of these correlations changes with the variation of the density. For instance, the Cooper pairs in dense matter can transform into a Bose-Einstein condensate (BEC) of true bound states at low density (this is the BCS-BEC crossover studied in ultracold Fermi gases). Similar effects play a role in neutron matter at low density, e.g., in the "neutron skin" of exotic nuclei. The α-cluster correlation becomes particularly important at lower density, such as in the excited states of some nuclei (e.g., the α-condensate-like structure in the Hoyle state of 12C) or in the formation of compact stars. In addition to nuclear physics, topics from astrophysics (neutron stars), condensed matter, and quantum gases were discussed in 48 talks and 19 posters, allowing the almost 90 participants from different communities to exchange their ideas, experiences and methods. The conference dinner took place at the Musée d'Orsay, and all the participants enjoyed the very pleasant atmosphere. One session of the conference was dedicated to the celebration of Peter's retirement. We would like to take this opportunity to wish Peter all the best and we hope

  12. Event-Triggered Output-Feedback Control for Disturbed Linear Systems

    Directory of Open Access Journals (Sweden)

    Hao Jiang

    2018-01-01

    Full Text Available In the last few decades, event-triggered control received considerable attention, because of advantages in reducing the resource utilization, such as communication load and processor. In this paper, we propose an event-triggered output-feedback controller for disturbed linear systems, in order to achieve both better resource utilization and disturbance attenuation properties at the same time. Based on our prior work on state-feedback H∞ control for disturbed systems, we propose an approach to design an output-feedback H∞ controller for the system whose states are not completely observable, and a sufficient condition guaranteeing the asymptotic stability and robustness of the system is given in the form of LMIs (Linear Matrix Inequalities.

  13. INPUT-OUTPUT STRUCTURE OF LINEAR-DIFFERENTIAL ALGEBRAIC SYSTEMS

    NARCIS (Netherlands)

    KUIJPER, M; SCHUMACHER, JM

    Systems of linear differential and algebraic equations occur in various ways, for instance, as a result of automated modeling procedures and in problems involving algebraic constraints, such as zero dynamics and exact model matching. Differential/algebraic systems may represent an input-output

  14. New approach to solve fully fuzzy system of linear equations using ...

    Indian Academy of Sciences (India)

    This paper proposes two new methods to solve fully fuzzy system of linear equations. The fuzzy system has been converted to a crisp system of linear equations by using single and double parametric form of fuzzy numbers to obtain the non-negative solution. Double parametric form of fuzzy numbers is defined and applied ...

  15. Linear circuits, systems and signal processing: theory and application

    International Nuclear Information System (INIS)

    Byrnes, C.I.; Saeks, R.E.; Martin, C.F.

    1988-01-01

    In part because of its universal role as a first approximation of more complicated behaviour and in part because of the depth and breadth of its principle paradigms, the study of linear systems continues to play a central role in control theory and its applications. Enhancing more traditional applications to aerospace and electronics, application areas such as econometrics, finance, and speech and signal processing have contributed to a renaissance in areas such as realization theory and classical automatic feedback control. Thus, the last few years have witnessed a remarkable research effort expended in understanding both new algorithms and new paradigms for modeling and realization of linear processes and in the analysis and design of robust control strategies. The papers in this volume reflect these trends in both the theory and applications of linear systems and were selected from the invited and contributed papers presented at the 8th International Symposium on the Mathematical Theory of Networks and Systems held in Phoenix on June 15-19, 1987

  16. Automatic frequency control system for driving a linear accelerator

    International Nuclear Information System (INIS)

    Helgesson, A.L.

    1976-01-01

    An automatic frequency control system is described for maintaining the drive frequency applied to a linear accelerator to produce maximum particle output from the accelerator. The particle output amplitude is measured and the frequency of the radio frequency source powering the linear accelerator is adjusted to maximize particle output amplitude

  17. 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.

  18. Dense module enumeration in biological networks

    Science.gov (United States)

    Tsuda, Koji; Georgii, Elisabeth

    2009-12-01

    Analysis of large networks is a central topic in various research fields including biology, sociology, and web mining. Detection of dense modules (a.k.a. clusters) is an important step to analyze the networks. Though numerous methods have been proposed to this aim, they often lack mathematical rigorousness. Namely, there is no guarantee that all dense modules are detected. Here, we present a novel reverse-search-based method for enumerating all dense modules. Furthermore, constraints from additional data sources such as gene expression profiles or customer profiles can be integrated, so that we can systematically detect dense modules with interesting profiles. We report successful applications in human protein interaction network analyses.

  19. Dense module enumeration in biological networks

    International Nuclear Information System (INIS)

    Tsuda, Koji; Georgii, Elisabeth

    2009-01-01

    Analysis of large networks is a central topic in various research fields including biology, sociology, and web mining. Detection of dense modules (a.k.a. clusters) is an important step to analyze the networks. Though numerous methods have been proposed to this aim, they often lack mathematical rigorousness. Namely, there is no guarantee that all dense modules are detected. Here, we present a novel reverse-search-based method for enumerating all dense modules. Furthermore, constraints from additional data sources such as gene expression profiles or customer profiles can be integrated, so that we can systematically detect dense modules with interesting profiles. We report successful applications in human protein interaction network analyses.

  20. Modeling and analysis of linear hyperbolic systems of balance laws

    CERN Document Server

    Bartecki, Krzysztof

    2016-01-01

    This monograph focuses on the mathematical modeling of distributed parameter systems in which mass/energy transport or wave propagation phenomena occur and which are described by partial differential equations of hyperbolic type. The case of linear (or linearized) 2 x 2 hyperbolic systems of balance laws is considered, i.e., systems described by two coupled linear partial differential equations with two variables representing physical quantities, depending on both time and one-dimensional spatial variable. Based on practical examples of a double-pipe heat exchanger and a transportation pipeline, two typical configurations of boundary input signals are analyzed: collocated, wherein both signals affect the system at the same spatial point, and anti-collocated, in which the input signals are applied to the two different end points of the system. The results of this book emerge from the practical experience of the author gained during his studies conducted in the experimental installation of a heat exchange cente...

  1. Predicting diffusivities in dense fluid mixtures

    Directory of Open Access Journals (Sweden)

    C. DARIVA

    1999-09-01

    Full Text Available In this work the Enskog solution of the Boltzmann equation, as corrected by Speedy, together with the Weeks-Chandler-Andersen (WCA perturbation theory of liquids is employed in correlating and predicting self-diffusivities of dense fluids. Afterwards this theory is used to estimate mutual diffusion coefficients of solutes at infinite dilution in sub and supercritical solvents. We have also investigated the behavior of Fick diffusion coefficients in the proximity of a binary vapor-liquid critical point since this subject is of great interest for extraction purposes. The approach presented here, which makes use of a density and temperature dependent hard-sphere diameter, is shown to be excellent for predicting diffusivities in dense pure fluids and fluid mixtures. The calculations involved highly nonideal mixtures as well as systems with high molecular asymmetry. The predicted diffusivities are in good agreement with the experimental data for the pure and binary systems. The methodology proposed here makes only use of pure component information and density of mixtures. The simple algebraic relations are proposed without any binary adjustable parameters and can be readily used for estimating diffusivities in multicomponent mixtures.

  2. Ultrasonic determination of the elastic moduli and their pressure dependences in very dense YBa2Cu3O7-x

    International Nuclear Information System (INIS)

    Cankurtaran, M.; Saunders, G.A.; Goretta, K.C.; Poeppel, R.B.

    1991-12-01

    The effects of hydrostatic pressure and temperature have been measured on the velocities of longitudinal and shear ultrasonic waves propagated in a very dense (96% of theoretical density) ceramic specimen of YBa 2 Cu 3 O 7-x . In YBa 2 Cu 3 O 7-x ceramics with such a high density the effects of porosity on the elastic properties should be much reduced. Nevertheless the bulk modulus of this dense material has the same small magnitude (∼ 55GPa) as that measured ultrasonically in much less dense YBa 2 Cu 3 O 7-x ceramics. The temperature dependences of the velocities of longitudinal and shear ultrasonic waves, which have been measured between 10 K and 300 K, show the step-like increase at 200 K on cooling and a similar decrease at 225 K during warming with hysteresis in the range 190 K to 235 K that has previously been observed in less dense ceramics and tentatively attributed to a phase transformation. The pressure dependences of both mode velocities for dense YBa 2 Cu 3 O 7-x ceramic show a pronounced change of slope at a pressure P c . For pressures below and above P c the pressure dependence of ultrasonic velocity is essentially linear. Above the knee, the enormous pressure dependences of the longitudinal mode velocity and hence of the bulk modulus persist. The temperature dependences of pressure derivatives of elastic stiffnesses and bulk modulus have been measured between 250 K and 295 K. The pressure P c at which the kink occurs decreases almost linearly with decreasing temperature and extrapolates to atmospheric pressure at about 220 K

  3. Unified approach to dense matter

    International Nuclear Information System (INIS)

    Park, Byung-Yoon; Lee, Hee-Jung; Vento, Vicente; Kim, Joon-Il; Min, Dong-Pil; Rho, Mannque

    2005-01-01

    We apply the Skyrme model to dense hadronic matter, which provides a unified approach to high density, valid in the large N c limit. In our picture, dense hadronic matter is described by the classical soliton configuration with minimum energy for the given baryon number density. By incorporating the meson fluctuations on such ground state we obtain an effective Lagrangian for meson dynamics in a dense medium. Our starting point has been the Skyrme model defined in terms of pions, thereafter we have extended and improved the model by incorporating other degrees of freedom such as dilaton, kaons and vector mesons

  4. On differential operators generating iterative systems of linear ODEs of maximal symmetry algebra

    Science.gov (United States)

    Ndogmo, J. C.

    2017-06-01

    Although every iterative scalar linear ordinary differential equation is of maximal symmetry algebra, the situation is different and far more complex for systems of linear ordinary differential equations, and an iterative system of linear equations need not be of maximal symmetry algebra. We illustrate these facts by examples and derive families of vector differential operators whose iterations are all linear systems of equations of maximal symmetry algebra. Some consequences of these results are also discussed.

  5. FAST Modularization Framework for Wind Turbine Simulation: Full-System Linearization: Preprint

    Energy Technology Data Exchange (ETDEWEB)

    Jonkman, Jason; Jonkman, Bonnie

    2016-11-01

    The wind engineering community relies on multiphysics engineering software to run nonlinear time-domain simulations e.g. for design-standards-based loads analysis. Although most physics involved in wind energy are nonlinear, linearization of the underlying nonlinear system equations is often advantageous to understand the system response and exploit well-established methods and tools for analyzing linear systems. This paper presents the development and verification of the new linearization functionality of the open-source engineering tool FAST v8 for land-based wind turbines, as well as the concepts and mathematical background needed to understand and apply it correctly.

  6. Collimation systems in the next linear collider

    International Nuclear Information System (INIS)

    Merminga, N.; Irwin, J.; Helm, R.; Ruth, R.D.

    1991-02-01

    Experience indicates that beam collimation will be an essential element of the next generation e + E - linear colliders. A proposal for using nonlinear lenses to drive beam tails to large amplitudes was presented in a previous paper. Here we study the optimization of such systems including effects of wakefields and optical aberrations. Protection and design of the scrapers in these systems are discussed. 9 refs., 7 figs

  7. Linearly and nonlinearly bidirectionally coupled synchronization of hyperchaotic systems

    International Nuclear Information System (INIS)

    Zhou Jin; Lu Junan; Wu Xiaoqun

    2007-01-01

    To date, there have been many results about unidirectionally coupled synchronization of chaotic systems. However, much less work is reported on bidirectionally-coupled synchronization. In this paper, we investigate the synchronization of two bidirectionally coupled Chen hyperchaotic systems, which are coupled linearly and nonlinearly respectively. Firstly, linearly coupled synchronization of two hyperchaotic Chen systems is investigated, and a theorem on how to choose the coupling coefficients are developed to guarantee the global asymptotical synchronization of two coupled hyperchaotic systems. Analysis shows that the choice of the coupling coefficients relies on the bound of the chaotic system. Secondly, the nonlinearly coupled synchronization is studied; a sufficient condition for the locally asymptotical synchronization is derived, which is independent of the bound of the hyperchaotic system. Finally, numerical simulations are included to verify the effectiveness and feasibility of the developed theorems

  8. Stability Tests of Positive Fractional Continuous-time Linear Systems with Delays

    Directory of Open Access Journals (Sweden)

    Tadeusz Kaczorek

    2013-06-01

    Full Text Available Necessary and sufficient conditions for the asymptotic stability of positive fractional continuous-time linear systems with many delays are established. It is shown that: 1 the asymptotic stability of the positive fractional system is independent of their delays, 2 the checking of the asymptotic stability of the positive fractional systems with delays can be reduced to checking of the asymptotic stability of positive standard linear systems without delays.

  9. Imaging Three-Dimensional Myocardial Mechanics Using Navigator-gated Volumetric Spiral Cine DENSE MRI

    Science.gov (United States)

    Zhong, Xiaodong; Spottiswoode, Bruce S.; Meyer, Craig H.; Kramer, Christopher M.; Epstein, Frederick H.

    2010-01-01

    A navigator-gated 3D spiral cine displacement encoding with stimulated echoes (DENSE) pulse sequence for imaging 3D myocardial mechanics was developed. In addition, previously-described 2D post-processing algorithms including phase unwrapping, tissue tracking, and strain tensor calculation for the left ventricle (LV) were extended to 3D. These 3D methods were evaluated in 5 healthy volunteers, using 2D cine DENSE and historical 3D myocardial tagging as reference standards. With an average scan time of 20.5 ± 5.7 minutes, 3D data sets with a matrix size of 128 × 128 × 22, voxel size of 2.8 × 2.8 × 5.0 mm3, and temporal resolution of 32 ms were obtained with displacement encoding in three orthogonal directions. Mean values for end-systolic mid-ventricular mid-wall radial, circumferential, and longitudinal strain were 0.33 ± 0.10, −0.17 ± 0.02, and −0.16 ± 0.02, respectively. Transmural strain gradients were detected in the radial and circumferential directions, reflecting high spatial resolution. Good agreement by linear correlation and Bland-Altman analysis was achieved when comparing normal strains measured by 2D and 3D cine DENSE. Also, the 3D strains, twist, and torsion results obtained by 3D cine DENSE were in good agreement with historical values measured by 3D myocardial tagging. PMID:20574967

  10. Iterative solution of linear systems in the 20­th century

    NARCIS (Netherlands)

    Saad, Y.; Vorst, H.A. van der

    2000-01-01

    This paper sketches the main research developments in the area of iterative methods for solving linear systems during the 20th century. Although iterative methods for solving linear systems find their origin in the early nineteenth century (work by Gauss), the field has seen an explosion of

  11. Linear systems optimal and robust control

    CERN Document Server

    Sinha, Alok

    2007-01-01

    Introduction Overview Contents of the Book State Space Description of a Linear System Transfer Function of a Single Input/Single Output (SISO) System State Space Realizations of a SISO System SISO Transfer Function from a State Space Realization Solution of State Space Equations Observability and Controllability of a SISO System Some Important Similarity Transformations Simultaneous Controllability and Observability Multiinput/Multioutput (MIMO) Systems State Space Realizations of a Transfer Function Matrix Controllability and Observability of a MIMO System Matrix-Fraction Description (MFD) MFD of a Transfer Function Matrix for the Minimal Order of a State Space Realization Controller Form Realization from a Right MFD Poles and Zeros of a MIMO Transfer Function Matrix Stability Analysis State Feedback Control and Optimization State Variable Feedback for a Single Input System Computation of State Feedback Gain Matrix for a Multiinput System State Feedback Gain Matrix for a Multi...

  12. Stability analysis of switched linear systems defined by graphs

    NARCIS (Netherlands)

    Athanasopoulos, N.; Lazar, M.

    2014-01-01

    We present necessary and sufficient conditions for global exponential stability for switched discrete-time linear systems, under arbitrary switching, which is constrained within a set of admissible transitions. The class of systems studied includes the family of systems under arbitrary switching,

  13. Uzawa method for fuzzy linear system

    OpenAIRE

    Ke Wang

    2013-01-01

    An Uzawa method is presented for solving fuzzy linear systems whose coefficient matrix is crisp and the right-hand side column is arbitrary fuzzy number vector. The explicit iterative scheme is given. The convergence is analyzed with convergence theorems and the optimal parameter is obtained. Numerical examples are given to illustrate the procedure and show the effectiveness and efficiency of the method.

  14. Long-Haul Dense Space Division Multiplexed Transmission over Low-Crosstalk Heterogeneous 32-Core Transmission Line Using Partial Recirculating Loop System

    DEFF Research Database (Denmark)

    Mizuno, Takayuki; Shibahara, Kohki; Ye, Feihong

    2017-01-01

    In this paper, we present long-haul 32-core dense space division multiplexed (DSDM) unidirectional transmission over a single-mode multicore transmission line. We developed a low-crosstalk heterogeneous 32-core fiber with a square lattice arrangement, and a novel partial recirculating loop system...

  15. Control of Non-linear Marine Cooling System

    DEFF Research Database (Denmark)

    Hansen, Michael; Stoustrup, Jakob; Bendtsen, Jan Dimon

    2011-01-01

    We consider the problem of designing control laws for a marine cooling system used for cooling the main engine and auxiliary components aboard several classes of container vessels. We focus on achieving simple set point control for the system and do not consider compensation of the non-linearitie......-linearities, closed circuit flow dynamics or transport delays that are present in the system. Control laws are therefore designed using classical control theory and the performance of the design is illustrated through two simulation examples....

  16. Developing Off-site Emergency Preparedness and Response Model (OEPRM) for Severe Accident of NPP in a Densely Populated Country Using System Dynamics Approach

    Energy Technology Data Exchange (ETDEWEB)

    Hossena, Muhammed Mufazzal; Kang, Kyoung Ho; Song, Jin Ho [KAERI, Deajeon (Korea, Republic of)

    2016-05-15

    The main objectives of this study are to find the influencing factors of systems and sub-systems of OEPRM, to find the interdependency among the influencing factors, and to develop a conceptual qualitative OEPRM for densely populated NPP country in case of SA using system dynamics (SD). NPP accidents are classified as nuclear accidents and incidents depending on the severity. Severe accident (SA) is certain low probability accident that are beyond design basis accident which may arise due to multiple failures of safety systems leading to significant core degradation and jeopardize the integrity of many or all of the barriers to the release of radioactive material. The weakness to the off-site emergency response in the time of Fukushima accident was observed. So, it is crucial to develop an off-site emergency preparedness and responses model (OEPRM) for radiological emergency in densely populated country from the Fukushima emergency response lesson. In this study, an OEPRM is developed for densely populated NPP country to mitigate radiological effects in case of SA using SD approach. Besides, this study focuses the weakness of emergency response in Fukushima accident and proposed solution approach. The development of OEPRM in case of SA of NPP is very complex because of the involvement of various organization and it requires highly specialized agencies and technical experts. Moreover, if the country is agriculture based, it will make completely sophisticated.

  17. Developing Off-site Emergency Preparedness and Response Model (OEPRM) for Severe Accident of NPP in a Densely Populated Country Using System Dynamics Approach

    International Nuclear Information System (INIS)

    Hossena, Muhammed Mufazzal; Kang, Kyoung Ho; Song, Jin Ho

    2016-01-01

    The main objectives of this study are to find the influencing factors of systems and sub-systems of OEPRM, to find the interdependency among the influencing factors, and to develop a conceptual qualitative OEPRM for densely populated NPP country in case of SA using system dynamics (SD). NPP accidents are classified as nuclear accidents and incidents depending on the severity. Severe accident (SA) is certain low probability accident that are beyond design basis accident which may arise due to multiple failures of safety systems leading to significant core degradation and jeopardize the integrity of many or all of the barriers to the release of radioactive material. The weakness to the off-site emergency response in the time of Fukushima accident was observed. So, it is crucial to develop an off-site emergency preparedness and responses model (OEPRM) for radiological emergency in densely populated country from the Fukushima emergency response lesson. In this study, an OEPRM is developed for densely populated NPP country to mitigate radiological effects in case of SA using SD approach. Besides, this study focuses the weakness of emergency response in Fukushima accident and proposed solution approach. The development of OEPRM in case of SA of NPP is very complex because of the involvement of various organization and it requires highly specialized agencies and technical experts. Moreover, if the country is agriculture based, it will make completely sophisticated

  18. Novel method for measuring a dense 3D strain map of robotic flapping wings

    Science.gov (United States)

    Li, Beiwen; Zhang, Song

    2018-04-01

    Measuring dense 3D strain maps of the inextensible membranous flapping wings of robots is of vital importance to the field of bio-inspired engineering. Conventional high-speed 3D videography methods typically reconstruct the wing geometries through measuring sparse points with fiducial markers, and thus cannot obtain the full-field mechanics of the wings in detail. In this research, we propose a novel system to measure a dense strain map of inextensible membranous flapping wings by developing a superfast 3D imaging system and a computational framework for strain analysis. Specifically, first we developed a 5000 Hz 3D imaging system based on the digital fringe projection technique using the defocused binary patterns to precisely measure the dynamic 3D geometries of rapidly flapping wings. Then, we developed a geometry-based algorithm to perform point tracking on the precisely measured 3D surface data. Finally, we developed a dense strain computational method using the Kirchhoff-Love shell theory. Experiments demonstrate that our method can effectively perform point tracking and measure a highly dense strain map of the wings without many fiducial markers.

  19. Developing Cost-Effective Dense Continuous SDC Barrier Layers for SOFCs

    Energy Technology Data Exchange (ETDEWEB)

    Nguyen, Hoang Viet P.; Hardy, John S.; Coyle, Christopher A.; LU, Zigui; Stevenson, Jeffry W.

    2017-12-04

    Significantly improved performance during electrochemical testing of a cell with a dense continuous pulsed laser deposited (PLD) samarium doped ceria (SDC) layer spurred investigations into the fabrication of dense continuous SDC barrier layers by means of cost-effective deposition using screen printing which is amenable to industrial production of SOFCs. Many approaches to improve the SDC density have been explored including the use of powder with reduced particle sizes, inks with increased solids loading, and doping with sintering aids (1). In terms of sintering aids, dopants like Mo or binary systems of Mo+Cu or Fe+Co greatly enhance SDC sinterability. In fact, adding dopants to a screen printed, prefired, porous SDC layer made it possible to achieve a dense continuous barrier layer atop the YSZ electrolyte without sintering above 1200°C. Although the objective of fabricating a dense continuous layer was achieved, additional studies have been initiated to improve the cell performance. Underlying issues with constrained sintering and dopant-enhanced ceria-zirconia solid solubility are also addressed in this paper.

  20. Structured Control of Affine Linear Parameter Varying Systems

    DEFF Research Database (Denmark)

    Adegas, Fabiano Daher; Stoustrup, Jakob

    2011-01-01

    This paper presents a new procedure to design structured controllers for discrete-time affine linear parametervarying systems (A LPV). The class of control structures includes decentralized of any order, fixed order output feedback, simultaneous plant-control design, among others. A parametervarying...... non-convex condition for an upper bound on the induced L2-norm performance is solved by an iterative linear matrix inequalities (LMI) optimization algorithm. Numerical examples demostrate the effectiveness of the proposed approach....

  1. Phase and amplitude detection system for the Stanford Linear Accelerator

    International Nuclear Information System (INIS)

    Fox, J.D.; Schwarz, H.D.

    1983-01-01

    A computer controlled phase and amplitude detection system to measure and stabilize the rf power sources in the Stanford Linear Accelerator is described. This system measures the instantaneous phase and amplitude of a 1 microsecond 2856 MHz rf pulse and will be used for phase feedback control and for amplitude and phase jitter detection. This paper discusses the measurement system performance requirements for the operation of the Stanford Linear Collider, and the design and implementation of the phase and amplitude detection system. The fundamental software algorithms used in the measurement are described, as is the performance of the prototype phase and amplitude detector system

  2. Feedback-linearization and feedback-feedforward decentralized control for multimachine power system

    Energy Technology Data Exchange (ETDEWEB)

    De Tuglie, Enrico [Dipartimento di Ingegneria dell' Ambiente, e per lo Sviluppo Sostenibile - DIASS, Politecnico di Bari, Viale del Turismo 8, 74100 Taranto (Italy); Iannone, Silvio Marcello; Torelli, Francesco [Dipartimento di Elettrotecnica, ed Elettronica - DEE, Politecnico di Bari, Via Re David 200, 70125 Bari (Italy)

    2008-03-15

    In this paper a decentralized nonlinear controller for large-scale power systems is investigated. The proposed controller design is based on the input-output feedback linearization methodology. In order to overcome computational difficulties in adopting such methodology, the overall interconnected nonlinear system, given as n-order, is analyzed as a cascade connection of an n{sub 1}-order nonlinear subsystem and an n{sub 2}-order linear subsystem. The controller design is obtained by applying input-output feedback linearization to the nonlinear subsystem and adopting a tracking control scheme, based on feedback-feedforward technique, for the linear subsystem. In the assumed system model, which is characterised by an interconnected structure between generating units, a decentralised adaptive controller is implemented by decentralizing these constraints. The use of a totally decentralised controller implies a system performance decay with respect to performance when the system is equipped with a centralised controller. Fortunately, the robustness of the proposed controller, based on input-output feedback procedure, guarantees good performance in terms of disturbance even when disturbances are caused by decentralization of interconnection constraints. Test results, provided on the IEEE 30 bus test system, demonstrate the effectiveness and practical applicability of proposed methodology. (author)

  3. Koopman Invariant Subspaces and Finite Linear Representations of Nonlinear Dynamical Systems for Control.

    Science.gov (United States)

    Brunton, Steven L; Brunton, Bingni W; Proctor, Joshua L; Kutz, J Nathan

    2016-01-01

    In this wIn this work, we explore finite-dimensional linear representations of nonlinear dynamical systems by restricting the Koopman operator to an invariant subspace spanned by specially chosen observable functions. The Koopman operator is an infinite-dimensional linear operator that evolves functions of the state of a dynamical system. Dominant terms in the Koopman expansion are typically computed using dynamic mode decomposition (DMD). DMD uses linear measurements of the state variables, and it has recently been shown that this may be too restrictive for nonlinear systems. Choosing the right nonlinear observable functions to form an invariant subspace where it is possible to obtain linear reduced-order models, especially those that are useful for control, is an open challenge. Here, we investigate the choice of observable functions for Koopman analysis that enable the use of optimal linear control techniques on nonlinear problems. First, to include a cost on the state of the system, as in linear quadratic regulator (LQR) control, it is helpful to include these states in the observable subspace, as in DMD. However, we find that this is only possible when there is a single isolated fixed point, as systems with multiple fixed points or more complicated attractors are not globally topologically conjugate to a finite-dimensional linear system, and cannot be represented by a finite-dimensional linear Koopman subspace that includes the state. We then present a data-driven strategy to identify relevant observable functions for Koopman analysis by leveraging a new algorithm to determine relevant terms in a dynamical system by ℓ1-regularized regression of the data in a nonlinear function space; we also show how this algorithm is related to DMD. Finally, we demonstrate the usefulness of nonlinear observable subspaces in the design of Koopman operator optimal control laws for fully nonlinear systems using techniques from linear optimal control.ork, we explore finite

  4. Observations during static and cyclic undrained loading of dense Aalborg University sand no. 1

    DEFF Research Database (Denmark)

    Sabaliauskas, Tomas; Diaz, Alberto Troya; Ibsen, Lars Bo

    . Soil strength and stiffness are found to change depending on the type of loading applied. Effective friction angle is found to be changing during various phases of loading. Linear Mohr Coulomb model could potentially be sufficient for modeling the full spectrum of dense sand behavior if extended...... with a changing friction angle following the examined patterns of response. A total stress path based material model is presented in this paper....

  5. Rheology of dense suspensions of non colloidal particles

    Science.gov (United States)

    Guazzelli, Élisabeth

    2017-06-01

    Dense suspensions are materials with broad applications both in industrial processes (e.g. waste disposal, concrete, drilling muds, metalworking chip transport, and food processing) and in natural phenomena (e.g. flows of slurries, debris, and lava). Despite its long research history and its practical relevance, the mechanics of dense suspensions remain poorly understood. The major difficulty is that the grains interact both by hydrodynamic interactions through the liquid and by mechanical contact. These systems thus belong to an intermediate regime between pure suspensions and granular flows. We show that we can unify suspension and granular rheology under a common framework by transferring the frictional approach of dry granular media to wet suspensions of spherical particles. We also discuss non-Newtonian behavior such as normal-stress differences and shear-induced migration. Beyond the classical problem of dense suspension of hard spheres which is far from being completely resolved, there are also entirely novel avenues of study concerning more complex mixtures of particles and fluids such as those involving other types of particles (e.g. fibers) or non-Newtonian fluids that we will also address.

  6. On the discretization of linear fractional representations of LPV systems

    NARCIS (Netherlands)

    Toth, R.; Lovera, M.; Heuberger, P.S.C.; Corno, M.; Hof, Van den P.M.J.

    2012-01-01

    Commonly, controllers for linear parameter-varying (LPV) systems are designed in continuous time using a linear fractional representation (LFR) of the plant. However, the resulting controllers are implemented on digital hardware. Furthermore, discrete-time LPV synthesis approaches require a

  7. Model-Checking of Linear-Time Properties in Multi-Valued Systems

    OpenAIRE

    Li, Yongming; Droste, Manfred; Lei, Lihui

    2012-01-01

    In this paper, we study model-checking of linear-time properties in multi-valued systems. Safety property, invariant property, liveness property, persistence and dual-persistence properties in multi-valued logic systems are introduced. Some algorithms related to the above multi-valued linear-time properties are discussed. The verification of multi-valued regular safety properties and multi-valued $\\omega$-regular properties using lattice-valued automata are thoroughly studied. Since the law o...

  8. Global stabilization of linear continuous time-varying systems with bounded controls

    International Nuclear Information System (INIS)

    Phat, V.N.

    2004-08-01

    This paper deals with the problem of global stabilization of a class of linear continuous time-varying systems with bounded controls. Based on the controllability of the nominal system, a sufficient condition for the global stabilizability is proposed without solving any Riccati differential equation. Moreover, we give sufficient conditions for the robust stabilizability of perturbation/uncertain linear time-varying systems with bounded controls. (author)

  9. Should Pruning be a Pre-Processor of any Linear System?

    Science.gov (United States)

    Sen, Syamal K.; Ramakrishnan, Suja; Agarwal, Ravi P.; Shaykhian, Gholam Ali

    2011-01-01

    There are many real-world problems whose mathematical models turn out to be linear systems Ax = b, where A is an m x n matrix. Each equation of the linear system is an information. An information, in a physical problem, such as 4 mangoes, 6 bananas, and 5 oranges cost $10, is mathematically modeled as an equation 4x(sub 1) + 6x(sub 2) + 5x(sub 3) = 10 , where x(sub 1), x(sub 2), x(sub 3) are each cost of one mango, that of one banana, and that of one orange, respectively. All the information put together in a specified context, constitutes the physical problem and need not be all distinct. Some of these could be redundant, which cannot be readily identified by inspection. The resulting mathematical model will thus have equations corresponding to this redundant information and hence are linearly dependent and thus superfluous. Consequently, these equations once identified should be better pruned in the process of solving the system. The benefits are (i) less computation and hence less error and consequently a better quality of solution and (ii) reduced storage requirements. In literature, the pruning concept is not in vogue so far although it is most desirable. It is assumed that at least one information, i.e. one equation is known to be correct and which will be our first equation. In a numerical linear system, the system could be slightly inconsistent or inconsistent of varying degree. If the system is too inconsistent, then we should fall back on to the physical problem (PP), check the correctness of the PP derived from the material universe, modify it, if necessary, and then check the corresponding mathematical model (MM) and correct it. In nature/material universe, inconsistency is completely nonexistent. If the MM becomes inconsistent, it could be due to error introduced by the concerned measuring device and/or due to assumptions made on the PP to obtain an MM which is relatively easily solvable or simply due to human error. No measuring device can usually

  10. Redesigning Triangular Dense Matrix Computations on GPUs

    KAUST Repository

    Charara, Ali

    2016-08-09

    A new implementation of the triangular matrix-matrix multiplication (TRMM) and the triangular solve (TRSM) kernels are described on GPU hardware accelerators. Although part of the Level 3 BLAS family, these highly computationally intensive kernels fail to achieve the percentage of the theoretical peak performance on GPUs that one would expect when running kernels with similar surface-to-volume ratio on hardware accelerators, i.e., the standard matrix-matrix multiplication (GEMM). The authors propose adopting a recursive formulation, which enriches the TRMM and TRSM inner structures with GEMM calls and, therefore, reduces memory traffic while increasing the level of concurrency. The new implementation enables efficient use of the GPU memory hierarchy and mitigates the latency overhead, to run at the speed of the higher cache levels. Performance comparisons show up to eightfold and twofold speedups for large dense matrix sizes, against the existing state-of-the-art TRMM and TRSM implementations from NVIDIA cuBLAS, respectively, across various GPU generations. Once integrated into high-level Cholesky-based dense linear algebra algorithms, the performance impact on the overall applications demonstrates up to fourfold and twofold speedups, against the equivalent native implementations, linked with cuBLAS TRMM and TRSM kernels, respectively. The new TRMM/TRSM kernel implementations are part of the open-source KBLAS software library (http://ecrc.kaust.edu.sa/Pages/Res-kblas.aspx) and are lined up for integration into the NVIDIA cuBLAS library in the upcoming v8.0 release.

  11. Applications of equivalent linearization approaches to nonlinear piping systems

    International Nuclear Information System (INIS)

    Park, Y.; Hofmayer, C.; Chokshi, N.

    1997-01-01

    The piping systems in nuclear power plants, even with conventional snubber supports, are highly complex nonlinear structures under severe earthquake loadings mainly due to various mechanical gaps in support structures. Some type of nonlinear analysis is necessary to accurately predict the piping responses under earthquake loadings. The application of equivalent linearization approaches (ELA) to seismic analyses of nonlinear piping systems is presented. Two types of ELA's are studied; i.e., one based on the response spectrum method and the other based on the linear random vibration theory. The test results of main steam and feedwater piping systems supported by snubbers and energy absorbers are used to evaluate the numerical accuracy and limitations

  12. Tripolar vortex formation in dense quantum plasma with ion-temperature-gradients

    Science.gov (United States)

    Qamar, Anisa; Ata-ur-Rahman, Mirza, Arshad M.

    2012-05-01

    We have derived system of nonlinear equations governing the dynamics of low-frequency electrostatic toroidal ion-temperature-gradient mode for dense quantum magnetoplasma. For some specific profiles of the equilibrium density, temperature, and ion velocity gradients, the nonlinear equations admit a stationary solution in the form of a tripolar vortex. These results are relevant to understand nonlinear structure formation in dense quantum plasmas in the presence of equilibrium ion-temperature and density gradients.

  13. Tripolar vortex formation in dense quantum plasma with ion-temperature-gradients

    Energy Technology Data Exchange (ETDEWEB)

    Qamar, Anisa; Ata-ur-Rahman [Institute of Physics and Electronics, University of Peshawar, Khyber Pakhtoon Khwa 25000 (Pakistan); National Center for Physics Shahdrah Valley Road, Islamabad 44000 (Pakistan); Mirza, Arshad M. [Theoretical Plasma Physics Group, Physics Department, Quaid-i-Azam University, Islamabad 45320 (Pakistan)

    2012-05-15

    We have derived system of nonlinear equations governing the dynamics of low-frequency electrostatic toroidal ion-temperature-gradient mode for dense quantum magnetoplasma. For some specific profiles of the equilibrium density, temperature, and ion velocity gradients, the nonlinear equations admit a stationary solution in the form of a tripolar vortex. These results are relevant to understand nonlinear structure formation in dense quantum plasmas in the presence of equilibrium ion-temperature and density gradients.

  14. Tripolar vortex formation in dense quantum plasma with ion-temperature-gradients

    International Nuclear Information System (INIS)

    Qamar, Anisa; Ata-ur-Rahman; Mirza, Arshad M.

    2012-01-01

    We have derived system of nonlinear equations governing the dynamics of low-frequency electrostatic toroidal ion-temperature-gradient mode for dense quantum magnetoplasma. For some specific profiles of the equilibrium density, temperature, and ion velocity gradients, the nonlinear equations admit a stationary solution in the form of a tripolar vortex. These results are relevant to understand nonlinear structure formation in dense quantum plasmas in the presence of equilibrium ion-temperature and density gradients.

  15. Design of offline measuring system for radiation damage effects on linear CCD

    International Nuclear Information System (INIS)

    Zhang Yong; Tang Benqi; Xiao Zhigang; Wang Zujun; Huang Fang; Huang Shaoyan

    2004-01-01

    The paper discusses the hardware design of offline measuring system for radiation damage effects on linear CCD. Some credible results were achieved by using this system. The test results indicate that the system is available for the study of the radiation damage effects on linear CCD. (authors)

  16. Koopman Invariant Subspaces and Finite Linear Representations of Nonlinear Dynamical Systems for Control

    Science.gov (United States)

    Brunton, Steven L.; Brunton, Bingni W.; Proctor, Joshua L.; Kutz, J. Nathan

    2016-01-01

    In this work, we explore finite-dimensional linear representations of nonlinear dynamical systems by restricting the Koopman operator to an invariant subspace spanned by specially chosen observable functions. The Koopman operator is an infinite-dimensional linear operator that evolves functions of the state of a dynamical system. Dominant terms in the Koopman expansion are typically computed using dynamic mode decomposition (DMD). DMD uses linear measurements of the state variables, and it has recently been shown that this may be too restrictive for nonlinear systems. Choosing the right nonlinear observable functions to form an invariant subspace where it is possible to obtain linear reduced-order models, especially those that are useful for control, is an open challenge. Here, we investigate the choice of observable functions for Koopman analysis that enable the use of optimal linear control techniques on nonlinear problems. First, to include a cost on the state of the system, as in linear quadratic regulator (LQR) control, it is helpful to include these states in the observable subspace, as in DMD. However, we find that this is only possible when there is a single isolated fixed point, as systems with multiple fixed points or more complicated attractors are not globally topologically conjugate to a finite-dimensional linear system, and cannot be represented by a finite-dimensional linear Koopman subspace that includes the state. We then present a data-driven strategy to identify relevant observable functions for Koopman analysis by leveraging a new algorithm to determine relevant terms in a dynamical system by ℓ1-regularized regression of the data in a nonlinear function space; we also show how this algorithm is related to DMD. Finally, we demonstrate the usefulness of nonlinear observable subspaces in the design of Koopman operator optimal control laws for fully nonlinear systems using techniques from linear optimal control. PMID:26919740

  17. The dense plasma focus and nuclear energy. A possible path towards fuel-selfsufficiency

    International Nuclear Information System (INIS)

    Heindler, M.; Harms, A.A.

    1983-01-01

    This chapter examines the concept of incorporating a dense plasma focus device which supplies neutrons to breed fissile fuel for fission reactions in a nuclear energy system. Discusses the dense plasma focus in a fusion-fission symbiont concept; a parametric description of a DPF-based nuclear energy system; fissile fuel and energy balance in a DPF based symbiont; a fusion-fission symbiont with a DPF device of current design; and DPF facility requirements for a self-sufficient fusion-fission symbiont. The primary objective of this study was to establish a systems concept which is essentially self-sufficient with respect to nuclear fuel. Concludes that while existing dense plasma focus devices are insufficient and inadequate for such purpose, the improvement of some critical performance parameters (e.g., the pulse repetition rate and the neutron yield per pulse) could render a self-sufficient nuclear energy concept a nearterm technological objective

  18. Kalman filtering for time-delayed linear systems

    Institute of Scientific and Technical Information of China (English)

    LU Xiao; WANG Wei

    2006-01-01

    This paper is to study the linear minimum variance estimation for discrete- time systems. A simple approach to the problem is presented by developing re-organized innovation analysis for the systems with instantaneous and double time-delayed measurements. It is shown that the derived estimator involves solving three different standard Kalman filtering with the same dimension as the original system. The obtained results form the basis for solving some complicated problems such as H∞ fixed-lag smoothing, preview control, H∞ filtering and control with time delays.

  19. A canonical form of the equation of motion of linear dynamical systems

    Science.gov (United States)

    Kawano, Daniel T.; Salsa, Rubens Goncalves; Ma, Fai; Morzfeld, Matthias

    2018-03-01

    The equation of motion of a discrete linear system has the form of a second-order ordinary differential equation with three real and square coefficient matrices. It is shown that, for almost all linear systems, such an equation can always be converted by an invertible transformation into a canonical form specified by two diagonal coefficient matrices associated with the generalized acceleration and displacement. This canonical form of the equation of motion is unique up to an equivalence class for non-defective systems. As an important by-product, a damped linear system that possesses three symmetric and positive definite coefficients can always be recast as an undamped and decoupled system.

  20. Daylighting System Based on Novel Design of Linear Fresnel lens

    Directory of Open Access Journals (Sweden)

    Thanh Tuan Pham

    2017-10-01

    Full Text Available In this paper, we present a design and optical simulation of a daylighting system using a novel design of linear Fresnel lens, which is constructed based on the conservation of optical path length and edge ray theorem. The linear Fresnel lens can achieve a high uniformity by using a new idea of design in which each groove of the lens distributes sunlight uniformly over the receiver so that the whole lens also uniformly distributes sunlight over the receiver. In this daylighting system, the novel design of linear Fresnel lens significantly improves the uniformity of collector and distributor. Therefore, it can help to improve the performance of the daylighting system. The structure of the linear Fresnel lenses is designed by using Matlab. Then, the structure of lenses is appreciated by ray tracing in LightToolsTM to find out the optimum lens shape. In addition, the simulation is performed by using LightToolsTM to estimate the efficiency of the daylighting system. The results show that the designed collector can achieve the efficiency of ~80% with the tolerance of ~0.60 and the concentration ratio of 340 times, while the designed distributor can reach a high uniformity of >90%.

  1. Linear and nonlinear dynamic systems in financial time series prediction

    Directory of Open Access Journals (Sweden)

    Salim Lahmiri

    2012-10-01

    Full Text Available Autoregressive moving average (ARMA process and dynamic neural networks namely the nonlinear autoregressive moving average with exogenous inputs (NARX are compared by evaluating their ability to predict financial time series; for instance the S&P500 returns. Two classes of ARMA are considered. The first one is the standard ARMA model which is a linear static system. The second one uses Kalman filter (KF to estimate and predict ARMA coefficients. This model is a linear dynamic system. The forecasting ability of each system is evaluated by means of mean absolute error (MAE and mean absolute deviation (MAD statistics. Simulation results indicate that the ARMA-KF system performs better than the standard ARMA alone. Thus, introducing dynamics into the ARMA process improves the forecasting accuracy. In addition, the ARMA-KF outperformed the NARX. This result may suggest that the linear component found in the S&P500 return series is more dominant than the nonlinear part. In sum, we conclude that introducing dynamics into the ARMA process provides an effective system for S&P500 time series prediction.

  2. H-Shaped Multiple Linear Motor Drive Platform Control System Design Based on an Inverse System Method

    Directory of Open Access Journals (Sweden)

    Caiyan Qin

    2017-12-01

    Full Text Available Due to its simple mechanical structure and high motion stability, the H-shaped platform has been increasingly widely used in precision measuring, numerical control machining and semiconductor packaging equipment, etc. The H-shaped platform is normally driven by multiple (three permanent magnet synchronous linear motors. The main challenges for H-shaped platform-control include synchronous control between the two linear motors in the Y direction as well as total positioning error of the platform mover, a combination of position deviation in X and Y directions. To deal with the above challenges, this paper proposes a control strategy based on the inverse system method through state feedback and dynamic decoupling of the thrust force. First, mechanical dynamics equations have been deduced through the analysis of system coupling based on the platform structure. Second, the mathematical model of the linear motors and the relevant coordinate transformation between dq-axis currents and ABC-phase currents are analyzed. Third, after the main concept of inverse system method being explained, the inverse system model of the platform control system has been designed after defining relevant system variables. Inverse system model compensates the original nonlinear coupled system into pseudo-linear decoupled linear system, for which typical linear control methods, like PID, can be adopted to control the system. The simulation model of the control system is built in MATLAB/Simulink and the simulation result shows that the designed control system has both small synchronous deviation and small total trajectory tracking error. Furthermore, the control program has been run on NI controller for both fixed-loop-time and free-loop-time modes, and the test result shows that the average loop computation time needed is rather small, which makes it suitable for real industrial applications. Overall, it proves that the proposed new control strategy can be used in

  3. a Continuous-Time Positive Linear System

    Directory of Open Access Journals (Sweden)

    Kyungsup Kim

    2013-01-01

    Full Text Available This paper discusses a computational method to construct positive realizations with sparse matrices for continuous-time positive linear systems with multiple complex poles. To construct a positive realization of a continuous-time system, we use a Markov sequence similar to the impulse response sequence that is used in the discrete-time case. The existence of the proposed positive realization can be analyzed with the concept of a polyhedral convex cone. We provide a constructive algorithm to compute positive realizations with sparse matrices of some positive systems under certain conditions. A sufficient condition for the existence of a positive realization, under which the proposed constructive algorithm works well, is analyzed.

  4. Constructing Dense Graphs with Unique Hamiltonian Cycles

    Science.gov (United States)

    Lynch, Mark A. M.

    2012-01-01

    It is not difficult to construct dense graphs containing Hamiltonian cycles, but it is difficult to generate dense graphs that are guaranteed to contain a unique Hamiltonian cycle. This article presents an algorithm for generating arbitrarily large simple graphs containing "unique" Hamiltonian cycles. These graphs can be turned into dense graphs…

  5. Iterative algorithms for large sparse linear systems on parallel computers

    Science.gov (United States)

    Adams, L. M.

    1982-01-01

    Algorithms for assembling in parallel the sparse system of linear equations that result from finite difference or finite element discretizations of elliptic partial differential equations, such as those that arise in structural engineering are developed. Parallel linear stationary iterative algorithms and parallel preconditioned conjugate gradient algorithms are developed for solving these systems. In addition, a model for comparing parallel algorithms on array architectures is developed and results of this model for the algorithms are given.

  6. Probing warm dense lithium by inelastic X-ray scattering

    Energy Technology Data Exchange (ETDEWEB)

    Garcia Saiz, E; Riley, D [School of Mathematics and Physics, Queen' s University of Belfast, Belfast (United Kingdom); Gregori, G [Clarendon Laboratory, University of Oxford, Parks Road, Oxford (United Kingdom); Gregori, G; Clarke, R J; Neely, D; Notley, M M; Spindloe, C [Central Laser Facility, Rutherford Appleton Laboratory, Chilton, Didcot, OX (United Kingdom); Gericke, D O; Vorberger, J; Wunsch, K [Centre for Fusion, Space and Astrophysics, Department of Physics, University of Warwick, Coventry (United Kingdom); Barbrel, B; Koenig, M [Laboratoire pour l' Utilisation des Laser Intenses, Ecole Polytechnique - Universite Paris-6, 91 - Palaiseau (France); Freeman, R R; Weber, R L; Van Woerkom, L [Department of Physics, The Ohio State University, Columbus, Ohio (United States); Glenzer, S H; Landen, O L; Neumayer, P; Price, D [Lawrence Livermore National Laboratory, Livermore, California (United States); Khattak, F Y [Department of Physics, Kohat University of Science and Technology, Kohat-26000, NWFP (Pakistan); Pelka, A; Roth, M; Schollmeier, M [Institut fur Kernphysik, Technische Universitat Darmstadt (Germany)

    2008-10-15

    One of the grand challenges of contemporary physics is understanding strongly interacting quantum systems comprising such diverse examples as ultracold atoms in traps, electrons in high-temperature superconductors and nuclear matter. Warm dense matter, defined by temperatures of a few electron volts and densities comparable with solids, is a complex state of such interacting matter. Moreover, the study of warm dense matter states has practical applications for controlled thermonuclear fusion, where it is encountered during the implosion phase, and it also represents laboratory analogues of astrophysical environments found in the core of planets and the crusts of old stars. Here we demonstrate how warm dense matter states can be diagnosed and structural properties can be obtained by inelastic X-ray scattering measurements on a compressed lithium sample. Combining experiments and ab initio simulations enables us to determine its microscopic state and to evaluate more approximate theoretical models for the ionic structure. (authors)

  7. Light localization in cold and dense atomic ensemble

    International Nuclear Information System (INIS)

    Sokolov, Igor

    2017-01-01

    We report on results of theoretical analysis of possibilities of light strong (Anderson) localization in a cold atomic ensemble. We predict appearance of localization in dense atomic systems in strong magnetic field. We prove that in absence of the field the light localization is impossible. (paper)

  8. Phase transition of two-dimensional 3He from a dilute to a dense phase

    International Nuclear Information System (INIS)

    Bhattacharyya, B.K.; Gasparini, F.M.

    1985-01-01

    We have measured the heat capacity of 3 He in films of 4 He as thin as 10 A formed on a Nuclepore filter substrate. At low temperatures, where the 3 He is in the lowest state as far as motion perpendicular to the film surface, we find that the 3 He undergoes a transition from a dilute phase to a dense phase. We have observed this transition for films of 4 He of 12.3- and 10-A thickness and for coverages of 3 He below about 0.2 atomic layers. For thicker 4 He films, and higher 3 He coverages, the 3 He remains homogeneously spread out over the surface of the 4 He. The striking characteristic of the transition is the sudden onset of linear temperature dependence with a slope which is proportional to the amount of 3 He in the calorimeter. This is consistent with the formation of islands of a dense two-dimensional phase which grows in extent proportionately to the amount of 3 He. Two puzzling aspects of our results are the lack of a significant heat-capacity jump at the transition and, based on a linear extrapolation of the data to zero temperature, a substantial amount of missing entropy

  9. Hadrons in dense matter. Proceedings

    International Nuclear Information System (INIS)

    Buballa, M.; Noerenberg, W.; Schaefer, B.J.; Wambach, J.

    2000-03-01

    The following topics were dealt with: Elementary hadronic reactions, Delta dynamics in nuclei, in-medium s-wave ππ-correlations, strangeness in hot and dense matter, medium modifications of vector mesons and dilepton production, medium modifications of charmonium, thermal properties of hot and dense hadronic matter, nuclear matter, spectral functions and QCD sum rules

  10. Incremental Closed-loop Identification of Linear Parameter Varying Systems

    DEFF Research Database (Denmark)

    Bendtsen, Jan Dimon; Trangbæk, Klaus

    2011-01-01

    , closed-loop system identification is more difficult than open-loop identification. In this paper we prove that the so-called Hansen Scheme, a technique known from linear time-invariant systems theory for transforming closed-loop system identification problems into open-loop-like problems, can be extended...

  11. Stability and response bounds of non-conservative linear systems

    DEFF Research Database (Denmark)

    Pommer, Christian

    2003-01-01

    For a linear system of second order differential equations the stability is studied by Lyapunov's direct method. The Lyapunov matrix equation is solved and a sufficient condition for stability is expressed by the system matrices. For a system which satisfies the condition for stability the Lyapunov...

  12. Galerkin projection methods for solving multiple related linear systems

    Energy Technology Data Exchange (ETDEWEB)

    Chan, T.F.; Ng, M.; Wan, W.L.

    1996-12-31

    We consider using Galerkin projection methods for solving multiple related linear systems A{sup (i)}x{sup (i)} = b{sup (i)} for 1 {le} i {le} s, where A{sup (i)} and b{sup (i)} are different in general. We start with the special case where A{sup (i)} = A and A is symmetric positive definite. The method generates a Krylov subspace from a set of direction vectors obtained by solving one of the systems, called the seed system, by the CG method and then projects the residuals of other systems orthogonally onto the generated Krylov subspace to get the approximate solutions. The whole process is repeated with another unsolved system as a seed until all the systems are solved. We observe in practice a super-convergence behaviour of the CG process of the seed system when compared with the usual CG process. We also observe that only a small number of restarts is required to solve all the systems if the right-hand sides are close to each other. These two features together make the method particularly effective. In this talk, we give theoretical proof to justify these observations. Furthermore, we combine the advantages of this method and the block CG method and propose a block extension of this single seed method. The above procedure can actually be modified for solving multiple linear systems A{sup (i)}x{sup (i)} = b{sup (i)}, where A{sup (i)} are now different. We can also extend the previous analytical results to this more general case. Applications of this method to multiple related linear systems arising from image restoration and recursive least squares computations are considered as examples.

  13. Operator approach to linear control systems

    CERN Document Server

    Cheremensky, A

    1996-01-01

    Within the framework of the optimization problem for linear control systems with quadratic performance index (LQP), the operator approach allows the construction of a systems theory including a number of particular infinite-dimensional optimization problems with hardly visible concreteness. This approach yields interesting interpretations of these problems and more effective feedback design methods. This book is unique in its emphasis on developing methods for solving a sufficiently general LQP. Although this is complex material, the theory developed here is built on transparent and relatively simple principles, and readers with less experience in the field of operator theory will find enough material to give them a good overview of the current state of LQP theory and its applications. Audience: Graduate students and researchers in the fields of mathematical systems theory, operator theory, cybernetics, and control systems.

  14. Modeling of the thermal physical process and study on the reliability of linear energy density for selective laser melting

    Directory of Open Access Journals (Sweden)

    Zhaowei Xiang

    2018-06-01

    Full Text Available A finite element model considering volume shrinkage with powder-to-dense process of powder layer in selective laser melting (SLM is established. Comparison between models that consider and do not consider volume shrinkage or powder-to-dense process is carried out. Further, parametric analysis of laser power and scan speed is conducted and the reliability of linear energy density as a design parameter is investigated. The results show that the established model is an effective method and has better accuracy allowing for the temperature distribution, and the length and depth of molten pool. The maximum temperature is more sensitive to laser power than scan speed. The maximum heating rate and cooling rate increase with increasing scan speed at constant laser power and increase with increasing laser power at constant scan speed as well. The simulation results and experimental result reveal that linear energy density is not always reliable using as a design parameter in the SLM. Keywords: Selective laser melting, Volume shrinkage, Powder-to-dense process, Numerical modeling, Thermal analysis, Linear energy density

  15. Construction of exact invariants of time-dependent linear nonholonomic dynamical systems

    International Nuclear Information System (INIS)

    Fu Jingli; Jimenez, Salvador; Tang Yifa; Vazquez, Luis

    2008-01-01

    In this work, we build exact dynamical invariants for time-dependent, linear, nonholonomic Hamiltonian systems in two dimensions. Our aim is to obtain an additional insight into the theoretical understanding of generalized Hamilton canonical equations. In particular, we investigate systems represented by a quadratic Hamiltonian subject to linear nonholonomic constraints. We use a Lie algebraic method on the systems to build the invariants. The role and scope of these invariants is pointed out

  16. Construction of exact invariants of time-dependent linear nonholonomic dynamical systems

    Energy Technology Data Exchange (ETDEWEB)

    Fu Jingli [Institute of Mathematical Physics, Zhejiang Sci-Tech University, Hangzhou 310018 (China)], E-mail: sqfujingli@163.com; Jimenez, Salvador [Departamento de Matematica Aplicada TTII, E.T.S.I. Telecomunicacion, Universidad Politecnica de Madrid, 28040 Madrid (Spain); Tang Yifa [State Key Laboratory of Scientific and Engineering Computing, ICMSEC, Academy of Mathematics and Systems Science, Chinese Academy of Sciences, PO Box 2719, Beijing 100080 (China); Vazquez, Luis [Departamento de Matematica Aplicada Facultad de Informatica, Universidad Complutense de Madrid, 28040 Madrid (Spain); Centro de Astrobiologia (CSIC-INTA), Torrejon de Ardoz, 28850 Madrid (Spain)

    2008-03-03

    In this work, we build exact dynamical invariants for time-dependent, linear, nonholonomic Hamiltonian systems in two dimensions. Our aim is to obtain an additional insight into the theoretical understanding of generalized Hamilton canonical equations. In particular, we investigate systems represented by a quadratic Hamiltonian subject to linear nonholonomic constraints. We use a Lie algebraic method on the systems to build the invariants. The role and scope of these invariants is pointed out.

  17. Nonequilibrium mode-coupling theory for dense active systems of self-propelled particles.

    Science.gov (United States)

    Nandi, Saroj Kumar; Gov, Nir S

    2017-10-25

    The physics of active systems of self-propelled particles, in the regime of a dense liquid state, is an open puzzle of great current interest, both for statistical physics and because such systems appear in many biological contexts. We develop a nonequilibrium mode-coupling theory (MCT) for such systems, where activity is included as a colored noise with the particles having a self-propulsion force f 0 and a persistence time τ p . Using the extended MCT and a generalized fluctuation-dissipation theorem, we calculate the effective temperature T eff of the active fluid. The nonequilibrium nature of the systems is manifested through a time-dependent T eff that approaches a constant in the long-time limit, which depends on the activity parameters f 0 and τ p . We find, phenomenologically, that this long-time limit is captured by the potential energy of a single, trapped active particle (STAP). Through a scaling analysis close to the MCT glass transition point, we show that τ α , the α-relaxation time, behaves as τ α ∼ f 0 -2γ , where γ = 1.74 is the MCT exponent for the passive system. τ α may increase or decrease as a function of τ p depending on the type of active force correlations, but the behavior is always governed by the same value of the exponent γ. Comparison with the numerical solution of the nonequilibrium MCT and simulation results give excellent agreement with scaling analysis.

  18. H 2 guaranteed cost control of discrete linear systems

    Directory of Open Access Journals (Sweden)

    Colmenares W.

    2000-01-01

    Full Text Available This paper presents necessary and sufficient conditions for the existence of a quadratically stabilizing output feedback controller which also assures H 2 guaranteed cost performance on a discrete linear uncertain system where the uncertainty is of the norm bounded type. The conditions are presented as a collection of linear matrix inequalities.The solution, however requires a search over a scalar parameter space.

  19. Linear problems and Baecklund transformations for the Hirota-Ohta system

    International Nuclear Information System (INIS)

    Adler, V.E.; Postnikov, V.V.

    2011-01-01

    The auxiliary linear problems are presented for all discretization levels of the Hirota-Ohta system. The structure of these linear problems coincides essentially with the structure of Nonlinear Schroedinger hierarchy. The squared eigenfunction constraints are found which relate Hirota-Ohta and Kulish-Sklyanin vectorial NLS hierarchies.

  20. Linear regressive model structures for estimation and prediction of compartmental diffusive systems

    NARCIS (Netherlands)

    Vries, D; Keesman, K.J.; Zwart, Heiko J.

    In input-output relations of (compartmental) diffusive systems, physical parameters appear non-linearly, resulting in the use of (constrained) non-linear parameter estimation techniques with its short-comings regarding global optimality and computational effort. Given a LTI system in state space

  1. Linear regressive model structures for estimation and prediction of compartmental diffusive systems

    NARCIS (Netherlands)

    Vries, D.; Keesman, K.J.; Zwart, H.

    2006-01-01

    Abstract In input-output relations of (compartmental) diffusive systems, physical parameters appear non-linearly, resulting in the use of (constrained) non-linear parameter estimation techniques with its short-comings regarding global optimality and computational effort. Given a LTI system in state

  2. Computer Based Dose Control System on Linear Accelerator

    International Nuclear Information System (INIS)

    Taxwim; Djoko-SP; Widi-Setiawan; Agus-Budi Wiyatna

    2000-01-01

    The accelerator technology has been used for radio therapy. DokterKaryadi Hospital in Semarang use electron or X-ray linear accelerator (Linac)for cancer therapy. One of the control parameter of linear accelerator isdose rate. It is particle current or amount of photon rate to the target. Thecontrol of dose rate in linac have been done by adjusting repetition rate ofanode pulse train of electron source. Presently the control is stillproportional control. To enhance the quality of the control result (minimalstationer error, velocity and stability), the dose control system has beendesigned by using the PID (Proportional Integral Differential) controlalgorithm and the derivation of transfer function of control object.Implementation of PID algorithm control system is done by giving an input ofdose error (the different between output dose and dose rate set point). Theoutput of control system is used for correction of repetition rate set pointfrom pulse train of electron source anode. (author)

  3. Switching control of linear systems for generating chaos

    International Nuclear Information System (INIS)

    Liu Xinzhi; Teo, Kok-Lay; Zhang Hongtao; Chen Guanrong

    2006-01-01

    In this paper, a new switching method is developed, which can be applied to generating different types of chaos or chaos-like dynamics from two or more linear systems. A numerical simulation is given to illustrate the generated chaotic dynamic behavior of the systems with some variable parameters. Finally, a circuit is built to realize various chaotic dynamical behaviors

  4. Consys Linear Control System Design Software Package

    International Nuclear Information System (INIS)

    Diamantidis, Z.

    1987-01-01

    This package is created in order to help engineers, researchers, students and all who work on linear control systems. The software includes all time and frequency domain analysises, spectral analysises and networks, active filters and regulators design aids. The programmes are written on Hewlett Packard computer in Basic 4.0

  5. First-order systems of linear partial differential equations: normal forms, canonical systems, transform methods

    Directory of Open Access Journals (Sweden)

    Heinz Toparkus

    2014-04-01

    Full Text Available In this paper we consider first-order systems with constant coefficients for two real-valued functions of two real variables. This is both a problem in itself, as well as an alternative view of the classical linear partial differential equations of second order with constant coefficients. The classification of the systems is done using elementary methods of linear algebra. Each type presents its special canonical form in the associated characteristic coordinate system. Then you can formulate initial value problems in appropriate basic areas, and you can try to achieve a solution of these problems by means of transform methods.

  6. Chosen interval methods for solving linear interval systems with special type of matrix

    Science.gov (United States)

    Szyszka, Barbara

    2013-10-01

    The paper is devoted to chosen direct interval methods for solving linear interval systems with special type of matrix. This kind of matrix: band matrix with a parameter, from finite difference problem is obtained. Such linear systems occur while solving one dimensional wave equation (Partial Differential Equations of hyperbolic type) by using the central difference interval method of the second order. Interval methods are constructed so as the errors of method are enclosed in obtained results, therefore presented linear interval systems contain elements that determining the errors of difference method. The chosen direct algorithms have been applied for solving linear systems because they have no errors of method. All calculations were performed in floating-point interval arithmetic.

  7. Punctuated equilibrium in a non-linear system of action

    NARCIS (Netherlands)

    J.S. Timmermans (Jos)

    2008-01-01

    textabstractColeman's equilibrium model of social development, the Linear System of Action, is extended to cover the dynamics of societal transitions. The model implemented has the characteristics of a dissipative system. A variation and selection algorithm favoring the retention of relatively

  8. Periodic solutions of asymptotically linear Hamiltonian systems without twist conditions

    Energy Technology Data Exchange (ETDEWEB)

    Cheng Rong [Coll. of Mathematics and Physics, Nanjing Univ. of Information Science and Tech., Nanjing (China); Dept. of Mathematics, Southeast Univ., Nanjing (China); Zhang Dongfeng [Dept. of Mathematics, Southeast Univ., Nanjing (China)

    2010-05-15

    In dynamical system theory, especially in many fields of applications from mechanics, Hamiltonian systems play an important role, since many related equations in mechanics can be written in an Hamiltonian form. In this paper, we study the existence of periodic solutions for a class of Hamiltonian systems. By applying the Galerkin approximation method together with a result of critical point theory, we establish the existence of periodic solutions of asymptotically linear Hamiltonian systems without twist conditions. Twist conditions play crucial roles in the study of periodic solutions for asymptotically linear Hamiltonian systems. The lack of twist conditions brings some difficulty to the study. To the authors' knowledge, very little is known about the case, where twist conditions do not hold. (orig.)

  9. Energy Flow in Dense Off-Equilibrium Plasma

    Science.gov (United States)

    2016-07-15

    brings the electron density and light emission into LTE at the measured spectral temperature while leaving the ions cold. Because of their large mass... measurements of ionization potential lowering and collision times indense plasmas, allowing us to distinguish between competing dense-plasma models...Hydrodynamic analysis of shockwaves generated by sparks yielded similar measurements ina different, more accessible system. Ultra-fast observations

  10. Observability of linear control systems on Lie groups

    International Nuclear Information System (INIS)

    Ayala, V.; Hacibekiroglu, A.K.

    1995-01-01

    In this paper, we study the observability problem for a linear control system Σ on a Lie group G. The drift vector field of Σ is an infinitesimal automorphism of G and the control vectors are elements in the Lie algebra of G. We establish algebraic conditions to characterize locally and globally observability for Σ. As in the linear case on R n , these conditions are independent of the control vector. We give an algorithm on the co-tangent bundle of G to calculate the equivalence class of the neutral element. (author). 6 refs

  11. Interference Coordination for Dense Wireless Networks

    DEFF Research Database (Denmark)

    Soret, Beatriz; Pedersen, Klaus I.; Jørgensen, Niels T.K.

    2015-01-01

    and dense deployment in Tokyo are compared. Evolution to DenseNets offers new opportunities for further development of downlink interference cooperation techniques. Various mechanisms in LTE and LTE-Advanced are revisited. Some techniques try to anticipate the future in a proactive way, whereas others......The promise of ubiquitous and super-fast connectivity for the upcoming years will be in large part fulfilled by the addition of base stations and spectral aggregation. The resulting very dense networks (DenseNets) will face a number of technical challenges. Among others, the interference emerges...... as an old acquaintance with new significance. As a matter of fact, the interference conditions and the role of aggressor and victim depend to a large extent on the density and the scenario. To illustrate this, downlink interference statistics for different 3GPP simulation scenarios and a more irregular...

  12. A conceptual design of Final Focus Systems for linear colliders

    International Nuclear Information System (INIS)

    Brown, K.L.

    1987-06-01

    Linear colliders are a relatively recent development in the evolution of particle accelerators. This report discusses some of the approaches that have been considered for the design of Final Focus Systems to demagnify the beam exiting from a linac to the small size suitable for collisions at the interaction point. The system receiving the most attention is the one adopted for the SLAC Linear Collider. However, the theory and optical techniques discussed should be applicable to the design efforts for future machines

  13. Obtaining of dense and highly porous ceramic materials from metallurgical slag

    OpenAIRE

    Fidancevska E.; Mangutova B.; Milosevski D.; Milosevski M.; Bossert J.

    2003-01-01

    Glass-ceramics in a dense and highly porous form can be obtained from metallurgical slag and waste glass of TV monitors. Using polyurethane foam as pore creator, a highly porous system with porosity of 65 ± 5 %, E-modulus and flexural strength of 8 ± 3 GPa and 13 ± 3.5 MPa respectively can be obtained. This porous material had durability (mass loss) of 0.03 % in 0.1 M HCl that is identical with the durability of a dense composite.

  14. Rheology of dense suspensions of non colloidal particles

    Directory of Open Access Journals (Sweden)

    Guazzelli Élisabeth

    2017-01-01

    Full Text Available Dense suspensions are materials with broad applications both in industrial processes (e.g. waste disposal, concrete, drilling muds, metalworking chip transport, and food processing and in natural phenomena (e.g. flows of slurries, debris, and lava. Despite its long research history and its practical relevance, the mechanics of dense suspensions remain poorly understood. The major difficulty is that the grains interact both by hydrodynamic interactions through the liquid and by mechanical contact. These systems thus belong to an intermediate regime between pure suspensions and granular flows. We show that we can unify suspension and granular rheology under a common framework by transferring the frictional approach of dry granular media to wet suspensions of spherical particles. We also discuss non-Newtonian behavior such as normal-stress differences and shear-induced migration. Beyond the classical problem of dense suspension of hard spheres which is far from being completely resolved, there are also entirely novel avenues of study concerning more complex mixtures of particles and fluids such as those involving other types of particles (e.g. fibers or non-Newtonian fluids that we will also address.

  15. Linear-constraint wavefront control for exoplanet coronagraphic imaging systems

    Science.gov (United States)

    Sun, He; Eldorado Riggs, A. J.; Kasdin, N. Jeremy; Vanderbei, Robert J.; Groff, Tyler Dean

    2017-01-01

    A coronagraph is a leading technology for achieving high-contrast imaging of exoplanets in a space telescope. It uses a system of several masks to modify the diffraction and achieve extremely high contrast in the image plane around target stars. However, coronagraphic imaging systems are very sensitive to optical aberrations, so wavefront correction using deformable mirrors (DMs) is necessary to avoid contrast degradation in the image plane. Electric field conjugation (EFC) and Stroke minimization (SM) are two primary high-contrast wavefront controllers explored in the past decade. EFC minimizes the average contrast in the search areas while regularizing the strength of the control inputs. Stroke minimization calculates the minimum DM commands under the constraint that a target average contrast is achieved. Recently in the High Contrast Imaging Lab at Princeton University (HCIL), a new linear-constraint wavefront controller based on stroke minimization was developed and demonstrated using numerical simulation. Instead of only constraining the average contrast over the entire search area, the new controller constrains the electric field of each single pixel using linear programming, which could led to significant increases in speed of the wavefront correction and also create more uniform dark holes. As a follow-up of this work, another linear-constraint controller modified from EFC is demonstrated theoretically and numerically and the lab verification of the linear-constraint controllers is reported. Based on the simulation and lab results, the pros and cons of linear-constraint controllers are carefully compared with EFC and stroke minimization.

  16. Robust output feedback H-infinity control and filtering for uncertain linear systems

    CERN Document Server

    Chang, Xiao-Heng

    2014-01-01

    "Robust Output Feedback H-infinity Control and Filtering for Uncertain Linear Systems" discusses new and meaningful findings on robust output feedback H-infinity control and filtering for uncertain linear systems, presenting a number of useful and less conservative design results based on the linear matrix inequality (LMI) technique. Though primarily intended for graduate students in control and filtering, the book can also serve as a valuable reference work for researchers wishing to explore the area of robust H-infinity control and filtering of uncertain systems. Dr. Xiao-Heng Chang is a Professor at the College of Engineering, Bohai University, China.

  17. Lag synchronization of chaotic systems with time-delayed linear

    Indian Academy of Sciences (India)

    In this paper, the lag synchronization of chaotic systems with time-delayed linear terms via impulsive control is investigated. Based on the stability theory of impulsive delayed differential equations, some sufficient conditions are obtained guaranteeing the synchronized behaviours between two delayed chaotic systems.

  18. Frequency Interval Cross Gramians for Linear and Bilinear Systems

    DEFF Research Database (Denmark)

    Jazlan, Ahmad; Sreeram, Victor; Shaker, Hamid Reza

    2017-01-01

    In many control engineering problems, it is desired to analyze the systems at particular frequency intervals of interest. This paper focuses on the development of frequency interval cross gramians for both linear and bilinear systems. New generalized Sylvester equations for calculating the freque...

  19. CFORM- LINEAR CONTROL SYSTEM DESIGN AND ANALYSIS: CLOSED FORM SOLUTION AND TRANSIENT RESPONSE OF THE LINEAR DIFFERENTIAL EQUATION

    Science.gov (United States)

    Jamison, J. W.

    1994-01-01

    CFORM was developed by the Kennedy Space Center Robotics Lab to assist in linear control system design and analysis using closed form and transient response mechanisms. The program computes the closed form solution and transient response of a linear (constant coefficient) differential equation. CFORM allows a choice of three input functions: the Unit Step (a unit change in displacement); the Ramp function (step velocity); and the Parabolic function (step acceleration). It is only accurate in cases where the differential equation has distinct roots, and does not handle the case for roots at the origin (s=0). Initial conditions must be zero. Differential equations may be input to CFORM in two forms - polynomial and product of factors. In some linear control analyses, it may be more appropriate to use a related program, Linear Control System Design and Analysis (KSC-11376), which uses root locus and frequency response methods. CFORM was written in VAX FORTRAN for a VAX 11/780 under VAX VMS 4.7. It has a central memory requirement of 30K. CFORM was developed in 1987.

  20. Finite Abstractions of Max-Plus-Linear Systems : Theory and Algorithms

    NARCIS (Netherlands)

    Adzkiya, D.

    2014-01-01

    Max-Plus-Linear (MPL) systems are a class of discrete-event systems with a continuous state space characterizing the timing of the underlying sequential discrete events. These systems are predisposed to describe the timing synchronization between interleaved processes. MPL systems are employed in

  1. Tools to Perform Local Dense 3D Reconstruction of Shallow Water Seabed.

    Science.gov (United States)

    Avanthey, Loïca; Beaudoin, Laurent; Gademer, Antoine; Roux, Michel

    2016-05-17

    Tasks such as distinguishing or identifying individual objects of interest require the production of dense local clouds at the scale of these individual objects of interest. Due to the physical and dynamic properties of an underwater environment, the usual dense matching algorithms must be rethought in order to be adaptive. These properties also imply that the scene must be observed at close range. Classic robotized acquisition systems are oversized for local studies in shallow water while the systematic acquisition of data is not guaranteed with divers. We address these two major issues through a multidisciplinary approach. To efficiently acquire on-demand stereoscopic pairs using simple logistics in small areas of shallow water, we devised an agile light-weight dedicated system which is easy to reproduce. To densely match two views in a reliable way, we devised a reconstruction algorithm that automatically accounts for the dynamics, variability and light absorption of the underwater environment. Field experiments in the Mediterranean Sea were used to assess the results.

  2. Overlapping communities from dense disjoint and high total degree clusters

    Science.gov (United States)

    Zhang, Hongli; Gao, Yang; Zhang, Yue

    2018-04-01

    Community plays an important role in the field of sociology, biology and especially in domains of computer science, where systems are often represented as networks. And community detection is of great importance in the domains. A community is a dense subgraph of the whole graph with more links between its members than between its members to the outside nodes, and nodes in the same community probably share common properties or play similar roles in the graph. Communities overlap when nodes in a graph belong to multiple communities. A vast variety of overlapping community detection methods have been proposed in the literature, and the local expansion method is one of the most successful techniques dealing with large networks. The paper presents a density-based seeding method, in which dense disjoint local clusters are searched and selected as seeds. The proposed method selects a seed by the total degree and density of local clusters utilizing merely local structures of the network. Furthermore, this paper proposes a novel community refining phase via minimizing the conductance of each community, through which the quality of identified communities is largely improved in linear time. Experimental results in synthetic networks show that the proposed seeding method outperforms other seeding methods in the state of the art and the proposed refining method largely enhances the quality of the identified communities. Experimental results in real graphs with ground-truth communities show that the proposed approach outperforms other state of the art overlapping community detection algorithms, in particular, it is more than two orders of magnitude faster than the existing global algorithms with higher quality, and it obtains much more accurate community structure than the current local algorithms without any priori information.

  3. Flow splitting in numerical simulations of oceanic dense-water outflows

    Science.gov (United States)

    Marques, Gustavo M.; Wells, Mathew G.; Padman, Laurie; Özgökmen, Tamay M.

    2017-05-01

    Flow splitting occurs when part of a gravity current becomes neutrally buoyant and separates from the bottom-trapped plume as an interflow. This phenomenon has been previously observed in laboratory experiments, small-scale water bodies (e.g., lakes) and numerical studies of small-scale systems. Here, the potential for flow splitting in oceanic gravity currents is investigated using high-resolution (Δx = Δz = 5 m) two-dimensional numerical simulations of gravity flows into linearly stratified environments. The model is configured to solve the non-hydrostatic Boussinesq equations without rotation. A set of experiments is conducted by varying the initial buoyancy number B0 =Q0N3 /g‧2 (where Q0 is the volume flux of the dense water flow per unit width, N is the ambient stratification and g‧ is the reduced gravity), the bottom slope (α) and the turbulent Prandtl number (Pr). Regardless of α or Pr, when B0 ≤ 0.002 the outflow always reaches the deep ocean forming an underflow. Similarly, when B0 ≥ 0.13 the outflow always equilibrates at intermediate depths, forming an interflow. However, when B0 ∼ 0.016, flow splitting always occurs when Pr ≥ 10, while interflows always occur for Pr = 1. An important characteristic of simulations that result in flow splitting is the development of Holmboe-like interfacial instabilities and flow transition from a supercritical condition, where the Froude number (Fr) is greater than one, to a slower and more uniform subcritical condition (Fr internal hydraulic jump and consequent mixing enhancement. Although our experiments do not take into account three-dimensionality and rotation, which are likely to influence mixing and the transition between flow regimes, a comparison between our results and oceanic observations suggests that flow splitting may occur in dense-water outflows with weak ambient stratification, such as Antarctic outflows.

  4. A representation theorem for linear discrete-space systems

    Directory of Open Access Journals (Sweden)

    Sandberg Irwin W.

    1998-01-01

    Full Text Available The cornerstone of the theory of discrete-time single-input single-output linear systems is the idea that every such system has an input–output map H that can be represented by a convolution or the familiar generalization of a convolution. This thinking involves an oversight which is corrected in this note by adding an additional term to the representation.

  5. An analysis of the electromagnetic field in multi-polar linear induction system

    International Nuclear Information System (INIS)

    Chervenkova, Todorka; Chervenkov, Atanas

    2002-01-01

    In this paper a new method for determination of the electromagnetic field vectors in a multi-polar linear induction system (LIS) is described. The analysis of the electromagnetic field has been done by four dimensional electromagnetic potentials in conjunction with theory of the magnetic loops . The electromagnetic field vectors are determined in the Minkovski's space as elements of the Maxwell's tensor. The results obtained are compared with those got from the analysis made by the finite elements method (FEM).With the method represented in this paper one can determine the electromagnetic field vectors in the multi-polar linear induction system using four-dimensional potential. A priority of this method is the obtaining of analytical results for the electromagnetic field vectors. These results are also valid for linear media. The dependencies are valid also at high speeds of movement. The results of the investigated linear induction system are comparable to those got by the finite elements method. The investigations may be continued in the determination of other characteristics such as drag force, levitation force, etc. The method proposed in this paper for an analysis of linear induction system can be used for optimization calculations. (Author)

  6. New results for exponential synchronization of linearly coupled ordinary differential systems

    International Nuclear Information System (INIS)

    Tong Ping; Chen Shi-Hua

    2017-01-01

    This paper investigates the exponential synchronization of linearly coupled ordinary differential systems. The intrinsic nonlinear dynamics may not satisfy the QUAD condition or weak-QUAD condition. First, it gives a new method to analyze the exponential synchronization of the systems. Second, two theorems and their corollaries are proposed for the local or global exponential synchronization of the coupled systems. Finally, an application to the linearly coupled Hopfield neural networks and several simulations are provided for verifying the effectiveness of the theoretical results. (paper)

  7. Dynamic Response of Non-Linear Inelsatic Systems to Poisson-Driven Stochastic Excitations

    DEFF Research Database (Denmark)

    Nielsen, Søren R. K.; Iwankiewicz, R.

    of an equivalent linearization techni que and substituting the non-analytical non-linearity in the original system by the cubic form in the pertinent state variables. The response moments are evaluated for the equivalent systems with the help of a generalized Ito's differential rule. The analytical results...

  8. SLAP, Large Sparse Linear System Solution Package

    International Nuclear Information System (INIS)

    Greenbaum, A.

    1987-01-01

    1 - Description of program or function: SLAP is a set of routines for solving large sparse systems of linear equations. One need not store the entire matrix - only the nonzero elements and their row and column numbers. Any nonzero structure is acceptable, so the linear system solver need not be modified when the structure of the matrix changes. Auxiliary storage space is acquired and released within the routines themselves by use of the LRLTRAN POINTER statement. 2 - Method of solution: SLAP contains one direct solver, a band matrix factorization and solution routine, BAND, and several interactive solvers. The iterative routines are as follows: JACOBI, Jacobi iteration; GS, Gauss-Seidel Iteration; ILUIR, incomplete LU decomposition with iterative refinement; DSCG and ICCG, diagonal scaling and incomplete Cholesky decomposition with conjugate gradient iteration (for symmetric positive definite matrices only); DSCGN and ILUGGN, diagonal scaling and incomplete LU decomposition with conjugate gradient interaction on the normal equations; DSBCG and ILUBCG, diagonal scaling and incomplete LU decomposition with bi-conjugate gradient iteration; and DSOMN and ILUOMN, diagonal scaling and incomplete LU decomposition with ORTHOMIN iteration

  9. Propulsion and Power Generation Capabilities of a Dense Plasma Focus (DPF) Fusion System for Future Military Aerospace Vehicles

    International Nuclear Information System (INIS)

    Knecht, Sean D.; Mead, Franklin B.; Thomas, Robert E.; Miley, George H.; Froning, David

    2006-01-01

    The objective of this study was to perform a parametric evaluation of the performance and interface characteristics of a dense plasma focus (DPF) fusion system in support of a USAF advanced military aerospace vehicle concept study. This vehicle is an aerospace plane that combines clean 'aneutronic' dense plasma focus (DPF) fusion power and propulsion technology, with advanced 'lifting body'-like airframe configurations utilizing air-breathing MHD propulsion and power technology within a reusable single-stage-to-orbit (SSTO) vehicle. The applied approach was to evaluate the fusion system details (geometry, power, T/W, system mass, etc.) of a baseline p-11B DPF propulsion device with Q = 3.0 and thruster efficiency, ηprop = 90% for a range of thrust, Isp and capacitor specific energy values. The baseline details were then kept constant and the values of Q and ηprop were varied to evaluate excess power generation for communication systems, pulsed-train plasmoid weapons, ultrahigh-power lasers, and gravity devices. Thrust values were varied between 100 kN and 1,000 kN with Isp of 1,500 s and 2,000 s, while capacitor specific energy was varied from 1 - 15 kJ/kg. Q was varied from 3.0 to 6.0, resulting in gigawatts of excess power. Thruster efficiency was varied from 0.9 to 1.0, resulting in hundreds of megawatts of excess power. Resulting system masses were on the order of 10's to 100's of metric tons with thrust-to-weight ratios ranging from 2.1 to 44.1, depending on capacitor specific energy. Such a high thrust/high Isp system with a high power generation capability would allow military versatility in sub-orbital space, as early as 2025, and beyond as early as 2050. This paper presents the results that coincide with a total system mass between 15 and 20 metric tons

  10. New approach to solve fully fuzzy system of linear equations using ...

    Indian Academy of Sciences (India)

    Known example problems are solved to illustrate the efficacy and ... The concept of fuzzy set and fuzzy number were first introduced by Zadeh .... (iii) Fully fuzzy linear systems can be solved by linear programming approach, Gauss elim-.

  11. Local foods can meet micronutrient needs for women in urban Burkina Faso, but only if rarely consumed micronutrient-dense foods are included in daily diets: A linear programming exercise.

    Science.gov (United States)

    Arimond, Mary; Vitta, Bineti S; Martin-Prével, Yves; Moursi, Mourad; Dewey, Kathryn G

    2018-01-01

    Women of reproductive age are at nutritional risk due to their need for nutrient-dense diets. Risk is further elevated in resource-poor environments. In one such environment, we evaluated feasibility of meeting micronutrient needs of women of reproductive age using local foods alone or using local foods and supplements, while minimizing cost. Based on dietary recall data from Ouagadougou, we used linear programming to identify the lowest cost options for meeting 10 micronutrient intake recommendations, while also meeting energy needs and following an acceptable macronutrient intake pattern. We modeled scenarios with maximum intake per food item constrained at the 75th percentile of reported intake and also with more liberal maxima based on recommended portions per day, with and without the addition of supplements. Some scenarios allowed only commonly consumed foods (reported on at least 10% of recall days). We modeled separately for pregnant, lactating, and nonpregnant, nonlactating women. With maxima constrained to the 75th percentile, all micronutrient needs could be met with local foods but only when several nutrient-dense but rarely consumed items were included in daily diets. When only commonly consumed foods were allowed, micronutrient needs could not be met without supplements. When larger amounts of common animal-source foods were allowed, all needs could be met for nonpregnant, nonlactating women but not for pregnant or lactating women, without supplements. We conclude that locally available foods could meet micronutrient needs but that to achieve this, strategies would be needed to increase consistent availability in markets, consistent economic access, and demand. © 2017 John Wiley & Sons Ltd.

  12. Obtaining of dense and highly porous ceramic materials from metallurgical slag

    Directory of Open Access Journals (Sweden)

    Fidancevska E.

    2003-01-01

    Full Text Available Glass-ceramics in a dense and highly porous form can be obtained from metallurgical slag and waste glass of TV monitors. Using polyurethane foam as pore creator, a highly porous system with porosity of 65 ± 5 %, E-modulus and flexural strength of 8 ± 3 GPa and 13 ± 3.5 MPa respectively can be obtained. This porous material had durability (mass loss of 0.03 % in 0.1 M HCl that is identical with the durability of a dense composite.

  13. Dense Output for Strong Stability Preserving Runge–Kutta Methods

    KAUST Repository

    Ketcheson, David I.

    2016-12-10

    We investigate dense output formulae (also known as continuous extensions) for strong stability preserving (SSP) Runge–Kutta methods. We require that the dense output formula also possess the SSP property, ideally under the same step-size restriction as the method itself. A general recipe for first-order SSP dense output formulae for SSP methods is given, and second-order dense output formulae for several optimal SSP methods are developed. It is shown that SSP dense output formulae of order three and higher do not exist, and that in any method possessing a second-order SSP dense output, the coefficient matrix A has a zero row.

  14. Small amplitude waves and linear firehose and mirror instabilities in rotating polytropic quantum plasma

    Science.gov (United States)

    Bhakta, S.; Prajapati, R. P.; Dolai, B.

    2017-08-01

    The small amplitude quantum magnetohydrodynamic (QMHD) waves and linear firehose and mirror instabilities in uniformly rotating dense quantum plasma have been investigated using generalized polytropic pressure laws. The QMHD model and Chew-Goldberger-Low (CGL) set of equations are used to formulate the basic equations of the problem. The general dispersion relation is derived using normal mode analysis which is discussed in parallel, transverse, and oblique wave propagations. The fast, slow, and intermediate QMHD wave modes and linear firehose and mirror instabilities are analyzed for isotropic MHD and CGL quantum fluid plasmas. The firehose instability remains unaffected while the mirror instability is modified by polytropic exponents and quantum diffraction parameter. The graphical illustrations show that quantum corrections have a stabilizing influence on the mirror instability. The presence of uniform rotation stabilizes while quantum corrections destabilize the growth rate of the system. It is also observed that the growth rate stabilizes much faster in parallel wave propagation in comparison to the transverse mode of propagation. The quantum corrections and polytropic exponents also modify the pseudo-MHD and reverse-MHD modes in dense quantum plasma. The phase speed (Friedrichs) diagrams of slow, fast, and intermediate wave modes are illustrated for isotropic MHD and double adiabatic MHD or CGL quantum plasmas, where the significant role of magnetic field and quantum diffraction parameters on the phase speed is observed.

  15. Modeling of non-linear CHP efficiency curves in distributed energy systems

    DEFF Research Database (Denmark)

    Milan, Christian; Stadler, Michael; Cardoso, Gonçalo

    2015-01-01

    Distributed energy resources gain an increased importance in commercial and industrial building design. Combined heat and power (CHP) units are considered as one of the key technologies for cost and emission reduction in buildings. In order to make optimal decisions on investment and operation...... for these technologies, detailed system models are needed. These models are often formulated as linear programming problems to keep computational costs and complexity in a reasonable range. However, CHP systems involve variations of the efficiency for large nameplate capacity ranges and in case of part load operation......, which can be even of non-linear nature. Since considering these characteristics would turn the models into non-linear problems, in most cases only constant efficiencies are assumed. This paper proposes possible solutions to address this issue. For a mixed integer linear programming problem two...

  16. Stability margin of linear systems with parameters described by fuzzy numbers.

    Science.gov (United States)

    Husek, Petr

    2011-10-01

    This paper deals with the linear systems with uncertain parameters described by fuzzy numbers. The problem of determining the stability margin of those systems with linear affine dependence of the coefficients of a characteristic polynomial on system parameters is studied. Fuzzy numbers describing the system parameters are allowed to be characterized by arbitrary nonsymmetric membership functions. An elegant solution, graphical in nature, based on generalization of the Tsypkin-Polyak plot is presented. The advantage of the presented approach over the classical robust concept is demonstrated on a control of the Fiat Dedra engine model and a control of the quarter car suspension model.

  17. Conditioning 3D object-based models to dense well data

    Science.gov (United States)

    Wang, Yimin C.; Pyrcz, Michael J.; Catuneanu, Octavian; Boisvert, Jeff B.

    2018-06-01

    Object-based stochastic simulation models are used to generate categorical variable models with a realistic representation of complicated reservoir heterogeneity. A limitation of object-based modeling is the difficulty of conditioning to dense data. One method to achieve data conditioning is to apply optimization techniques. Optimization algorithms can utilize an objective function measuring the conditioning level of each object while also considering the geological realism of the object. Here, an objective function is optimized with implicit filtering which considers constraints on object parameters. Thousands of objects conditioned to data are generated and stored in a database. A set of objects are selected with linear integer programming to generate the final realization and honor all well data, proportions and other desirable geological features. Although any parameterizable object can be considered, objects from fluvial reservoirs are used to illustrate the ability to simultaneously condition multiple types of geologic features. Channels, levees, crevasse splays and oxbow lakes are parameterized based on location, path, orientation and profile shapes. Functions mimicking natural river sinuosity are used for the centerline model. Channel stacking pattern constraints are also included to enhance the geological realism of object interactions. Spatial layout correlations between different types of objects are modeled. Three case studies demonstrate the flexibility of the proposed optimization-simulation method. These examples include multiple channels with high sinuosity, as well as fragmented channels affected by limited preservation. In all cases the proposed method reproduces input parameters for the object geometries and matches the dense well constraints. The proposed methodology expands the applicability of object-based simulation to complex and heterogeneous geological environments with dense sampling.

  18. A Type System for the Vectorial Aspect of the Linear-Algebraic Lambda-Calculus

    Directory of Open Access Journals (Sweden)

    Pablo Arrighi

    2012-07-01

    Full Text Available We describe a type system for the linear-algebraic lambda-calculus. The type system accounts for the part of the language emulating linear operators and vectors, i.e. it is able to statically describe the linear combinations of terms resulting from the reduction of programs. This gives rise to an original type theory where types, in the same way as terms, can be superposed into linear combinations. We show that the resulting typed lambda-calculus is strongly normalizing and features a weak subject-reduction.

  19. Econometrics analysis of consumer behaviour: a linear expenditure system applied to energy

    International Nuclear Information System (INIS)

    Giansante, C.; Ferrari, V.

    1996-12-01

    In economics literature the expenditure system specification is a well known subject. The problem is to define a coherent representation of consumer behaviour through functional forms easy to calculate. In this work it is used the Stone-Geary Linear Expenditure System and its multi-level decision process version. The Linear Expenditure system is characterized by an easy calculating estimation procedure, and its multi-level specification allows substitution and complementary relations between goods. Moreover, the utility function separability condition on which the Utility Tree Approach is based, justifies to use an estimation procedure in two or more steps. This allows to use an high degree of expenditure categories disaggregation, impossible to reach the Linear Expediture System. The analysis is applied to energy sectors

  20. Identification of Nonlinear Dynamic Systems Possessing Some Non-linearities

    Directory of Open Access Journals (Sweden)

    Y. N. Pavlov

    2015-01-01

    Full Text Available The subject of this work is the problem of identification of nonlinear dynamic systems based on the experimental data obtained by applying test signals to the system. The goal is to determinate coefficients of differential equations of systems by experimental frequency hodographs and separate similar, but different, in essence, forces: dissipative forces with the square of the first derivative in the motion equations and dissipative force from the action of dry friction. There was a proposal to use the harmonic linearization method to approximate each of the nonlinearity of "quadratic friction" and "dry friction" by linear friction with the appropriate harmonic linearization coefficient.Assume that a frequency transfer function of the identified system has a known form. Assume as well that there are disturbances while obtaining frequency characteristics of the realworld system. As a result, the points of experimentally obtained hodograph move randomly. Searching for solution of the identification problem was in the hodograph class, specified by the system model, which has the form of the frequency transfer function the same as the form of the frequency transfer function of the system identified. Minimizing a proximity criterion (measure of the experimentally obtained system hodograph and the system hodograph model for all the experimental points described and previously published by one of the authors allowed searching for the unknown coefficients of the frequenc ransfer function of the system model. The paper shows the possibility to identify a nonlinear dynamic system with multiple nonlinearities, obtained on the experimental samples of the frequency system hodograph. The proposed algorithm allows to select the nonlinearity of the type "quadratic friction" and "dry friction", i.e. also in the case where the nonlinearity is dependent on the same dynamic parameter, in particular, on the derivative of the system output value. For the dynamic

  1. Linearity improvement on wide-range log signal of neutron measurement system for HANARO

    International Nuclear Information System (INIS)

    Kim, Young-Ki; Tuetken, Jeffrey S.

    1998-01-01

    This paper discusses engineering activities for improving the linearity characteristics of the Log Power signal from the neutron measurement system for HANARO. This neutron measurement system uses a fission chamber based detector which covers 10.3 decade-wide range from 10 -8 % full power(FP) up to 200%FP, The Log Power signal is designed to control the reactor at low power levels where most of the reactor physics tests are carried out. Therefore, the linearity characteristics of the Log Power signal is the major factor for accurate reactor power control. During the commissioning of the neutron measurement system, it was found that the linearity characteristics of the Log Power signal, especially near 10 -2 %FP, were not accurate enough for controlling the reactor during physics testing. Analysis of the system linearity data directly measured with reactor operating determined that the system was not operating per the design characteristics established from previous installations. The linearity data, which were taken as the reactor was increased in power, were sent to manufacturer's engineering group and a follow-up measures based on the analysis were then fed back to the field. Through step by step trouble-shooting activities, which included minor circuit modifications and alignment procedure changes, the linearity characteristics have been successfully improved and now exceed minimum performance requirements. This paper discusses the trouble-shooting techniques applied, the changes in the linearity characteristics, special circumstances in the HANARO application and the final resolution. (author)

  2. Stochastic Reformulations of Linear Systems: Algorithms and Convergence Theory

    KAUST Repository

    Richtarik, Peter; Taká č, Martin

    2017-01-01

    We develop a family of reformulations of an arbitrary consistent linear system into a stochastic problem. The reformulations are governed by two user-defined parameters: a positive definite matrix defining a norm, and an arbitrary discrete or continuous distribution over random matrices. Our reformulation has several equivalent interpretations, allowing for researchers from various communities to leverage their domain specific insights. In particular, our reformulation can be equivalently seen as a stochastic optimization problem, stochastic linear system, stochastic fixed point problem and a probabilistic intersection problem. We prove sufficient, and necessary and sufficient conditions for the reformulation to be exact. Further, we propose and analyze three stochastic algorithms for solving the reformulated problem---basic, parallel and accelerated methods---with global linear convergence rates. The rates can be interpreted as condition numbers of a matrix which depends on the system matrix and on the reformulation parameters. This gives rise to a new phenomenon which we call stochastic preconditioning, and which refers to the problem of finding parameters (matrix and distribution) leading to a sufficiently small condition number. Our basic method can be equivalently interpreted as stochastic gradient descent, stochastic Newton method, stochastic proximal point method, stochastic fixed point method, and stochastic projection method, with fixed stepsize (relaxation parameter), applied to the reformulations.

  3. Stochastic Reformulations of Linear Systems: Algorithms and Convergence Theory

    KAUST Repository

    Richtarik, Peter

    2017-06-04

    We develop a family of reformulations of an arbitrary consistent linear system into a stochastic problem. The reformulations are governed by two user-defined parameters: a positive definite matrix defining a norm, and an arbitrary discrete or continuous distribution over random matrices. Our reformulation has several equivalent interpretations, allowing for researchers from various communities to leverage their domain specific insights. In particular, our reformulation can be equivalently seen as a stochastic optimization problem, stochastic linear system, stochastic fixed point problem and a probabilistic intersection problem. We prove sufficient, and necessary and sufficient conditions for the reformulation to be exact. Further, we propose and analyze three stochastic algorithms for solving the reformulated problem---basic, parallel and accelerated methods---with global linear convergence rates. The rates can be interpreted as condition numbers of a matrix which depends on the system matrix and on the reformulation parameters. This gives rise to a new phenomenon which we call stochastic preconditioning, and which refers to the problem of finding parameters (matrix and distribution) leading to a sufficiently small condition number. Our basic method can be equivalently interpreted as stochastic gradient descent, stochastic Newton method, stochastic proximal point method, stochastic fixed point method, and stochastic projection method, with fixed stepsize (relaxation parameter), applied to the reformulations.

  4. Optimal super dense coding over memory channels

    OpenAIRE

    Shadman, Zahra; Kampermann, Hermann; Macchiavello, Chiara; Bruß, Dagmar

    2011-01-01

    We study the super dense coding capacity in the presence of quantum channels with correlated noise. We investigate both the cases of unitary and non-unitary encoding. Pauli channels for arbitrary dimensions are treated explicitly. The super dense coding capacity for some special channels and resource states is derived for unitary encoding. We also provide an example of a memory channel where non-unitary encoding leads to an improvement in the super dense coding capacity.

  5. Power profiling of Cholesky and QR factorizations on distributed memory systems

    KAUST Repository

    Bosilca, George

    2012-08-30

    This paper presents the power profile of two high performance dense linear algebra libraries on distributed memory systems, ScaLAPACK and DPLASMA. From the algorithmic perspective, their methodologies are opposite. The former is based on block algorithms and relies on multithreaded BLAS and a two-dimensional block cyclic data distribution to achieve high parallel performance. The latter is based on tile algorithms running on top of a tile data layout and uses fine-grained task parallelism combined with a dynamic distributed scheduler (DAGuE) to leverage distributed memory systems. We present performance results (Gflop/s) as well as the power profile (Watts) of two common dense factorizations needed to solve linear systems of equations, namely Cholesky and QR. The reported numbers show that DPLASMA surpasses ScaLAPACK not only in terms of performance (up to 2X speedup) but also in terms of energy efficiency (up to 62 %). © 2012 Springer-Verlag (outside the USA).

  6. Stability analysis of switched linear systems defined by graphs

    OpenAIRE

    Athanasopoulos, Nikolaos; Lazar, Mircea

    2015-01-01

    We present necessary and sufficient conditions for global exponential stability for switched discrete-time linear systems, under arbitrary switching, which is constrained within a set of admissible transitions. The class of systems studied includes the family of systems under arbitrary switching, periodic systems, and systems with minimum and maximum dwell time specifications. To reach the result, we describe the set of rules that define the admissible transitions with a weighted directed gra...

  7. New approach to solve symmetric fully fuzzy linear systems

    Indian Academy of Sciences (India)

    In this paper, we present a method to solve fully fuzzy linear systems with symmetric coefficient matrix. The symmetric coefficient matrix is decomposed into two systems of equations by using Cholesky method and then a solution can be obtained. Numerical examples are given to illustrate our method.

  8. Evolution of the Argonne Tandem Linear Accelerator System (ATLAS) control system

    International Nuclear Information System (INIS)

    Power, M.; Munson, F.

    2012-01-01

    Given that the Argonne Tandem Linear Accelerator System (ATLAS) recently celebrated its 25. anniversary, this paper will explore the past, present, and future of the ATLAS Control System, and how it has evolved along with the accelerator and control system technology. ATLAS as we know it today, originated with a Tandem Van de Graff in the sixties. With the addition of the Booster section in the late seventies, came the first computerized control. ATLAS itself was placed into service on June 25, 1985, and was the world's first superconducting linear accelerator for ions. Since its dedication as a National User Facility, more than a thousand experiments by more than 2,000 users worldwide, have taken advantage of the unique capabilities it provides. Today, ATLAS continues to be a user facility for physicists who study the particles that form the heart of atoms. Its most recent addition, CARIBU (Californium Rare Isotope Breeder Upgrade), creates special beams that feed into ATLAS. ATLAS is similar to a living organism, changing and responding to new technological challenges and research needs. As it continues to evolve, so does the control system: from the original days using a DEC PDP-11/34 computer and two CAMAC crates, to a DEC Alpha computer running Vsystem software and more than twenty CAMAC crates, to distributed computers and VME systems. Future upgrades are also in the planning stages that will continue to evolve the control system. (authors)

  9. Partial Synchronization Manifolds for Linearly Time-Delay Coupled Systems

    OpenAIRE

    Steur, Erik; van Leeuwen, Cees; Michiels, Wim

    2014-01-01

    Sometimes a network of dynamical systems shows a form of incomplete synchronization characterized by synchronization of some but not all of its systems. This type of incomplete synchronization is called partial synchronization. Partial synchronization is associated with the existence of partial synchronization manifolds, which are linear invariant subspaces of C, the state space of the network of systems. We focus on partial synchronization manifolds in networks of system...

  10. Planar simplification and texturing of dense point cloud maps

    NARCIS (Netherlands)

    Ma, L.; Whelan, T.; Bondarau, Y.; With, de P.H.N.; McDonald, J.

    2013-01-01

    Dense RGB-D based SLAM techniques and highfidelity LIDAR scanners are examples from an abundant set of systems capable of providing multi-million point datasets. These large datasets quickly become difficult to process and work with due to the sheer volume of data, which typically contains

  11. Genetic design of interpolated non-linear controllers for linear plants

    International Nuclear Information System (INIS)

    Ajlouni, N.

    2000-01-01

    The techniques of genetic algorithms are proposed as a means of designing non-linear PID control systems. It is shown that the use of genetic algorithms for this purpose results in highly effective non-linear PID control systems. These results are illustrated by using genetic algorithms to design a non-linear PID control system and contrasting the results with an optimally tuned linear PID controller. (author)

  12. Closed-loop Identification for Control of Linear Parameter Varying Systems

    DEFF Research Database (Denmark)

    Bendtsen, Jan Dimon; Trangbæk, Klaus

    2014-01-01

    , closed- loop system identification is more difficult than open-loop identification. In this paper we prove that the so-called Hansen Scheme, a technique known from linear time-invariant systems theory for transforming closed-loop system identification problems into open-loop-like problems, can...

  13. A system for monitoring the radiation effects of a proton linear accelerator

    Energy Technology Data Exchange (ETDEWEB)

    Skorkin, V. M., E-mail: skorkin@inr.ru; Belyanski, K. L.; Skorkin, A. V. [Russian Academy of Sciences, Institute for Nuclear Research (Russian Federation)

    2016-12-15

    The system for real-time monitoring of radioactivity of a high-current proton linear accelerator detects secondary neutron emission from proton beam losses in transport channels and measures the activity of radionuclides in gas and aerosol emissions and the radiation background in the environment affected by a linear accelerator. The data provided by gamma, beta, and neutron detectors are transferred over a computer network to the central server. The system allows one to monitor proton beam losses, the activity of gas and aerosol emissions, and the radiation emission level of a linear accelerator in operation.

  14. Propagation of monochromatic light in a hot and dense medium

    Science.gov (United States)

    Masood, Samina S.

    2017-12-01

    Photons, as quanta of electromagnetic fields, determine the electromagnetic properties of an extremely hot and dense medium. Considering the properties of the photons in the interacting medium of charged particles, we explicitly calculate the electromagnetic properties such as the electric permittivity, magnetic permeability, refractive index and the propagation speed of electromagnetic signals in an extremely hot and dense background. Photons acquire a dynamically generated mass in such a medium. The screening mass of the photon, the Debye shielding length and the plasma frequency are calculated as functions of the statistical parameters of the medium. We study the properties of the propagating particles in astrophysical systems of distinct statistical conditions. The modifications in the properties of the medium lead to the equation of state of the system. We mainly calculate all these parameters for extremely high temperatures of the early universe.

  15. Propagation of monochromatic light in a hot and dense medium

    Energy Technology Data Exchange (ETDEWEB)

    Masood, Samina S. [University of Houston Clear Lake, Department of Physical and Applied Sciences, Houston, TX (United States)

    2017-12-15

    Photons, as quanta of electromagnetic fields, determine the electromagnetic properties of an extremely hot and dense medium. Considering the properties of the photons in the interacting medium of charged particles, we explicitly calculate the electromagnetic properties such as the electric permittivity, magnetic permeability, refractive index and the propagation speed of electromagnetic signals in an extremely hot and dense background. Photons acquire a dynamically generated mass in such a medium. The screening mass of the photon, the Debye shielding length and the plasma frequency are calculated as functions of the statistical parameters of the medium. We study the properties of the propagating particles in astrophysical systems of distinct statistical conditions. The modifications in the properties of the medium lead to the equation of state of the system. We mainly calculate all these parameters for extremely high temperatures of the early universe. (orig.)

  16. Linear systems surviving the first breakdown; Systemes unbaires survivant a la premiere panne

    Energy Technology Data Exchange (ETDEWEB)

    Uberschlag, J [Commissariat a l' Energie Atomique, Saclay (France). Centre d' Etudes Nucleaires

    1967-07-01

    Various types of linear systems are described which are not affected by the first breakdown. They make it possible to operate continuously and are thus very reliable. This is because the first breakdown which occurs affects only very slightly the operation. These components can be replaced during working. The operation, the errors, and the detection are briefly considered in the case of three different designs of linear servo systems. An attempt at comparison is made, it could be developed in a particular case. (author) [French] On decrit divers types de systemes lineaires survivant a la premiere panne. Ils permettent un fonctionnement permanent et sont donc d'une tres grande fiabilite. En effet, une panne, qui peut etre signalee, perturbe peu le fonctionnement. Ces composants peuvent etre remplaces en marche. Les considerations de fonctionnement, d'erreur, de detection des pannes sont succinctement presentees, sur trois schemas de systemes lineaires asservis. Une tentative de comparaison est faite, qui pourrait etre developpee dans des cas precis. (auteur)

  17. Sparse Linear Solver for Power System Analysis Using FPGA

    National Research Council Canada - National Science Library

    Johnson, J. R; Nagvajara, P; Nwankpa, C

    2005-01-01

    .... Numerical solution to load flow equations are typically computed using Newton-Raphson iteration, and the most time consuming component of the computation is the solution of a sparse linear system...

  18. The deviatoric response of three dense glasses under shock loading conditions

    International Nuclear Information System (INIS)

    Radford, D.D.; Proud, W.G.; Field, J.E.

    2002-01-01

    In-material longitudinal and lateral stress histories in three dense, silica-based glasses were directly measured by embedded manganin stress gauges during plate impact experiments. Lateral stress profiles in all of the materials show evidence of failure fronts that behave in a similar manner to those observed in open-structured glasses. The measured stress histories were used to calculate the deviatoric responses and results indicate that ahead of the failure front the shear stress increases linearly along the estimated elastic response. Behind the failure front, however, the shear stress appears to first decrease and then increase as the pressure increases, contrary to a previous interpretation

  19. Linear-array systems for aerospace NDE

    International Nuclear Information System (INIS)

    Smith, Robert A.; Willsher, Stephen J.; Bending, Jamie M.

    1999-01-01

    Rapid large-area inspection of composite structures for impact damage and multi-layered aluminum skins for corrosion has been a recognized priority for several years in both military and civil aerospace applications. Approaches to this requirement have followed two clearly different routes: the development of novel large-area inspection systems, and the enhancement of current ultrasonic or eddy-current methods to reduce inspection times. Ultrasonic inspection is possible with standard flaw detection equipment but the addition of a linear ultrasonic array could reduce inspection times considerably. In order to investigate their potential, 9-element and 17-element linear ultrasonic arrays for composites, and 64-element arrays for aluminum skins, have been developed to DERA specifications for use with the ANDSCAN area scanning system. A 5 m 2 composite wing surface has been scanned with a scan resolution of approximately 3 mm in 6 hours. With subsequent software and hardware improvements all four composite wing surfaces (top/bottom, left/right) of a military fighter aircraft can potentially be inspected in less than a day. Array technology has been very widely used in the medical ultrasound field although rarely above 10 MHz, whereas lap-joint inspection requires a pulse center-frequency of 12 to 20 MHz in order to resolve the separate interfaces in the lap joint. A 128 mm-long multi-element array of 5 mmx2 mm ultrasonic elements for use with the ANDSCAN scanning software was produced to a DERA specification by an NDT manufacturer with experience in the medical imaging field. This paper analyses the performance of the transducers that have been produced and evaluates their use in scanning systems of different configurations

  20. Euclidean null controllability of linear systems with delays in state ...

    African Journals Online (AJOL)

    Sufficient conditions are developed for the Euclidean controllability of linear systems with delay in state and in control. Namely, if the uncontrolled system is uniformly asymptotically stable and the control equation proper, then the control system is Euclidean null controllable. Journal of the Nigerian Association of ...

  1. Comparison of the nuclear code systems LINEAR-RECENT-NJOY and NJOY

    International Nuclear Information System (INIS)

    Seehusen, J.

    1983-07-01

    The reconstructed cross sections of the code systems LINEAR-RECENT-GROUPIE (Version 1982) and NJOY (Version 1982) have been compared for several materials. Some fuel cycle isotopes and structural materials of the ENDF/B-4 general purpose and ENDF/B-5 dosimetry files have been choosen. The reconstructed total, capture and fission cross sections calculated by LINEAR-RECENT and NJOY have been analized. The two sets of pointwise cross sections differ significantly. Another disagreement was found in the transformation of ENDF/B-4 and 5 files into data with a linear interpolation scheme. Unshielded multigroup constants at O 0 K (620 groups, SANDII) have been calculated by the three code systems LINEAR-RECENT-GROUPIE, NJOY and RESEND5-INTEND. The code system RESEND5-INTEND calculates wrong group constants and should not be used any more. The two sets of group constants obtained from ENDF/B-4 data using GROUPIE and NJOY differ for some group constants by more than 2%. Some disagreements at low energies (10 -3 -eV) of the total cross section of Na-23 and Al-27 are difficult to understand. For ENDF/B-5 dosimetry data the capture group constants differ significantly. (Author) [pt

  2. Mining connected global and local dense subgraphs for bigdata

    Science.gov (United States)

    Wu, Bo; Shen, Haiying

    2016-01-01

    The problem of discovering connected dense subgraphs of natural graphs is important in data analysis. Discovering dense subgraphs that do not contain denser subgraphs or are not contained in denser subgraphs (called significant dense subgraphs) is also critical for wide-ranging applications. In spite of many works on discovering dense subgraphs, there are no algorithms that can guarantee the connectivity of the returned subgraphs or discover significant dense subgraphs. Hence, in this paper, we define two subgraph discovery problems to discover connected and significant dense subgraphs, propose polynomial-time algorithms and theoretically prove their validity. We also propose an algorithm to further improve the time and space efficiency of our basic algorithm for discovering significant dense subgraphs in big data by taking advantage of the unique features of large natural graphs. In the experiments, we use massive natural graphs to evaluate our algorithms in comparison with previous algorithms. The experimental results show the effectiveness of our algorithms for the two problems and their efficiency. This work is also the first that reveals the physical significance of significant dense subgraphs in natural graphs from different domains.

  3. Transport properties of dense matter

    International Nuclear Information System (INIS)

    Itoh, Naoki; Mitake, Shinichi; Iyetomi, Hiroshi; Ichimaru, Setsuo

    1983-01-01

    Transport coefficients, electrical and thermal conductivities in particular, are essential physical quantities for the theories of stellar structure. Since the discoveries of pulsars and X-ray stars, an accurate evaluation of the transport coefficients in the dense matter has become indispensable to the quantitative understanding of the observed neutron stars. The authors present improved calculations of the electrical and thermal conductivities of the dense matter in the liquid metal phase, appropriate to white dwarfs and neutron stars. (Auth.)

  4. On the dense water spreading off the Ross Sea shelf (Southern Ocean)

    Science.gov (United States)

    Budillon, G.; Gremes Cordero, S.; Salusti, E.

    2002-07-01

    In this study, current meter and hydrological data obtained during the X Italian Expedition in the Ross Sea (CLIMA Project) are analyzed. Our data show a nice agreement with previous data referring to the water masses present in this area and their dynamics. Here, they are used to further analyze the mixing and deepening processes of Deep Ice Shelf Water (DISW) over the northern shelf break of the Ross Sea. In more detail, our work is focused on the elementary mechanisms that are the most efficient in removing dense water from the shelf: either classical mixing effects or density currents that interact with some topographic irregularity in order to drop to deeper levels, or also the variability of the Antarctic Circumpolar Current (ACC) which, in its meandering, can push the dense water off the shelf, thus interrupting its geostrophic flow. We also discuss in detail the (partial) evidence of dramatic interactions of the dense water with bottom particulate, of geological or biological origin, thus generating impulsive or quasi-steady density-turbidity currents. This complex interaction allows one to consider bottom particular and dense water as a unique self-interacting system. In synthesis, this is a first tentative analysis of the effect of bottom particulate on the dense water dynamics in the Ross Sea.

  5. Preprocessing in Matlab Inconsistent Linear System for a Meaningful Least Squares Solution

    Science.gov (United States)

    Sen, Symal K.; Shaykhian, Gholam Ali

    2011-01-01

    Mathematical models of many physical/statistical problems are systems of linear equations Due to measurement and possible human errors/mistakes in modeling/data, as well as due to certain assumptions to reduce complexity, inconsistency (contradiction) is injected into the model, viz. the linear system. While any inconsistent system irrespective of the degree of inconsistency has always a least-squares solution, one needs to check whether an equation is too much inconsistent or, equivalently too much contradictory. Such an equation will affect/distort the least-squares solution to such an extent that renders it unacceptable/unfit to be used in a real-world application. We propose an algorithm which (i) prunes numerically redundant linear equations from the system as these do not add any new information to the model, (ii) detects contradictory linear equations along with their degree of contradiction (inconsistency index), (iii) removes those equations presumed to be too contradictory, and then (iv) obtain the . minimum norm least-squares solution of the acceptably inconsistent reduced linear system. The algorithm presented in Matlab reduces the computational and storage complexities and also improves the accuracy of the solution. It also provides the necessary warning about the existence of too much contradiction in the model. In addition, we suggest a thorough relook into the mathematical modeling to determine the reason why unacceptable contradiction has occurred thus prompting us to make necessary corrections/modifications to the models - both mathematical and, if necessary, physical.

  6. A system for household enumeration and re-identification in densely populated slums to facilitate community research, education, and advocacy.

    Directory of Open Access Journals (Sweden)

    Dana R Thomson

    Full Text Available We devised and implemented an innovative Location-Based Household Coding System (LBHCS appropriate to a densely populated informal settlement in Mumbai, India.LBHCS codes were designed to double as unique household identifiers and as walking directions; when an entire community is enumerated, LBHCS codes can be used to identify the number of households located per road (or lane segment. LBHCS was used in community-wide biometric, mental health, diarrheal disease, and water poverty studies. It also facilitated targeted health interventions by a research team of youth from Mumbai, including intensive door-to-door education of residents, targeted follow-up meetings, and a full census. In addition, LBHCS permitted rapid and low-cost preparation of GIS mapping of all households in the slum, and spatial summation and spatial analysis of survey data.LBHCS was an effective, easy-to-use, affordable approach to household enumeration and re-identification in a densely populated informal settlement where alternative satellite imagery and GPS technologies could not be used.

  7. Temperature Measurements of Dense Plasmas by Detailed Balance

    International Nuclear Information System (INIS)

    Holl, A; Redmer, R; Ropke, G; Reinholz, H; Thiele, R; Fortmann, C; Forster, E; Cao, L; Tschentscher, T; Toleikis, S; Glenzer, S H

    2006-01-01

    Plasmas at high electron densities of n e = 10 20 - 10 26 cm -3 and moderate temperatures T e = 1 - 20 eV are important for laboratory astrophysics, high energy density science and inertial confinement fusion. These plasmas are usually referred to as Warm Dense Matter (WDM) and are characterized by a coupling parameter of Λ ∼> 1 where correlations become important. The characterization of such plasmas is still a challenging task due to the lack of direct measurement techniques for temperatures and densities. They propose to measure the Thomson scattering spectrum of vacuum-UV radiation off density fluctuations in the plasma. Collective Thomson scattering provides accurate data for the electron temperature applying first principles. Further, this method takes advantage of the spectral asymmetry resulting from detailed balance and is independent of collisional effects in these dense systems

  8. Skin-effect in a dense ionizing plasma

    International Nuclear Information System (INIS)

    Ivanenkov, G.V.; Taranenko, S.B.

    1989-01-01

    Effect of multiple ionization and radiation (bremmstrahlung and photorecombination) on skin effect in a dense plasma is investigated. Limiting cases are considered: 1) fast skin-effect, when plasma movement and any types of losses (radiation, electron thermal conductivity) have no time to manifest themselves during short heating times; 2) deceleration of skinning under effect of radiation achieving equilibrium with Joule heating. Self-simulating solutions of the problem for half-space are investigated. The results are applied to analysing experiments with exploding wires. It is shown that under conditions, typical of heavy-current decelerators tubular structures are produced as a result of heat and current skinning under free dispersion of plasma produced during the explosion. Their dimensions are of the order of dozens of microns, and the temperature exceeds 50 eV. The linear power and complete ''tube'' radiation yield at this stage are able to make a substantial contribution to the energy balance in the group

  9. Frontiers and challenges in warm dense matter

    CERN Document Server

    Desjarlais, Michael; Redmer, Ronald; Trickey, Samuel

    2014-01-01

    Warm Dense Matter (WDM) occupies a loosely defined region of phase space intermediate between solid, liquid, gas, and plasma, and typically shares characteristics of two or more of these phases. WDM is generally associated with the combination of strongly coupled ions and moderately degenerate electrons, and careful attention to quantum physics and electronic structure is essential. The lack of a small perturbation parameter greatly limits approximate attempts at its accurate description. Since WDM resides at the intersection of solid state and high energy density physics, many high energy density physics (HEDP) experiments pass through this difficult region of phase space. Thus, understanding and modeling WDM is key to the success of experiments on diverse facilities. These include the National Ignition Campaign centered on the National Ignition Facility (NIF), pulsed-power driven experiments on the Z machine, ion-beam-driven WDM experiments on the NDCX-II, and fundamental WDM research at the Linear Coherent...

  10. Tools to Perform Local Dense 3D Reconstruction of Shallow Water Seabed

    Directory of Open Access Journals (Sweden)

    Loïca Avanthey

    2016-05-01

    Full Text Available Tasks such as distinguishing or identifying individual objects of interest require the production of dense local clouds at the scale of these individual objects of interest. Due to the physical and dynamic properties of an underwater environment, the usual dense matching algorithms must be rethought in order to be adaptive. These properties also imply that the scene must be observed at close range. Classic robotized acquisition systems are oversized for local studies in shallow water while the systematic acquisition of data is not guaranteed with divers. We address these two major issues through a multidisciplinary approach. To efficiently acquire on-demand stereoscopic pairs using simple logistics in small areas of shallow water, we devised an agile light-weight dedicated system which is easy to reproduce. To densely match two views in a reliable way, we devised a reconstruction algorithm that automatically accounts for the dynamics, variability and light absorption of the underwater environment. Field experiments in the Mediterranean Sea were used to assess the results.

  11. Decentralized linear quadratic power system stabilizers for multi ...

    Indian Academy of Sciences (India)

    Linear quadratic stabilizers are well-known for their superior control capabilities when compared to the conventional lead–lag power system stabilizers. However, they have not seen much of practical importance as the state variables are generally not measurable; especially the generator rotor angle measurement is not ...

  12. Robust self-triggered MPC for constrained linear systems

    NARCIS (Netherlands)

    Brunner, F.D.; Heemels, W.P.M.H.; Allgöwer, F.

    2014-01-01

    In this paper we propose a robust self-triggered model predictive control algorithm for linear systems with additive bounded disturbances and hard constraints on the inputs and state. In self-triggered control, at every sampling instant the time until the next sampling instant is computed online

  13. Stability Analysis for Multi-Parameter Linear Periodic Systems

    DEFF Research Database (Denmark)

    Seyranian, A.P.; Solem, Frederik; Pedersen, Pauli

    1999-01-01

    This paper is devoted to stability analysis of general linear periodic systems depending on real parameters. The Floquet method and perturbation technique are the basis of the development. We start out with the first and higher-order derivatives of the Floquet matrix with respect to problem...

  14. Finding dense locations in indoor tracking data

    DEFF Research Database (Denmark)

    Ahmed, Tanvir; Pedersen, Torben Bach; Lu, Hua

    2014-01-01

    for semi-constrained indoor movement, and then uses this to map raw tracking records into mapping records representing object entry and exit times in particular locations. Then, an efficient indexing structure, the Dense Location Time Index (DLT-Index) is proposed for indexing the time intervals...... of the mapping table, along with associated construction, query processing, and pruning techniques. The DLT-Index supports very efficient aggregate point queries, interval queries, and dense location queries. A comprehensive experimental study with real data shows that the proposed techniques can efficiently......Finding the dense locations in large indoor spaces is very useful for getting overloaded locations, security, crowd management, indoor navigation, and guidance. Indoor tracking data can be very large and are not readily available for finding dense locations. This paper presents a graph-based model...

  15. Non-linear feedback control of the p53 protein-mdm2 inhibitor system using the derivative-free non-linear Kalman filter.

    Science.gov (United States)

    Rigatos, Gerasimos G

    2016-06-01

    It is proven that the model of the p53-mdm2 protein synthesis loop is a differentially flat one and using a diffeomorphism (change of state variables) that is proposed by differential flatness theory it is shown that the protein synthesis model can be transformed into the canonical (Brunovsky) form. This enables the design of a feedback control law that maintains the concentration of the p53 protein at the desirable levels. To estimate the non-measurable elements of the state vector describing the p53-mdm2 system dynamics, the derivative-free non-linear Kalman filter is used. Moreover, to compensate for modelling uncertainties and external disturbances that affect the p53-mdm2 system, the derivative-free non-linear Kalman filter is re-designed as a disturbance observer. The derivative-free non-linear Kalman filter consists of the Kalman filter recursion applied on the linearised equivalent of the protein synthesis model together with an inverse transformation based on differential flatness theory that enables to retrieve estimates for the state variables of the initial non-linear model. The proposed non-linear feedback control and perturbations compensation method for the p53-mdm2 system can result in more efficient chemotherapy schemes where the infusion of medication will be better administered.

  16. Design techniques for large scale linear measurement systems

    International Nuclear Information System (INIS)

    Candy, J.V.

    1979-03-01

    Techniques to design measurement schemes for systems modeled by large scale linear time invariant systems, i.e., physical systems modeled by a large number (> 5) of ordinary differential equations, are described. The techniques are based on transforming the physical system model to a coordinate system facilitating the design and then transforming back to the original coordinates. An example of a three-stage, four-species, extraction column used in the reprocessing of spent nuclear fuel elements is presented. The basic ideas are briefly discussed in the case of noisy measurements. An example using a plutonium nitrate storage vessel (reprocessing) with measurement uncertainty is also presented

  17. Quadratic Plus Linear Operators which Preserve Pure States of Quantum Systems: Small Dimensions

    International Nuclear Information System (INIS)

    Saburov, Mansoor

    2014-01-01

    A mathematical formalism of quantum mechanics says that a pure state of a quantum system corresponds to a vector of norm 1 and an observable is a self-adjoint operator on the space of states. It is of interest to describe all linear or nonlinear operators which preserve the pure states of the system. In the linear case, it is nothing more than isometries of Hilbert spaces. In the nonlinear case, this problem was open. In this paper, in the small dimensional spaces, we shall describe all quadratic plus linear operators which preserve pure states of the quantum system

  18. Dense Breasts: Answers to Commonly Asked Questions

    Science.gov (United States)

    ... Cancer Prevention Genetics of Breast & Gynecologic Cancers Breast Cancer Screening Research Dense Breasts: Answers to Commonly Asked Questions What are dense breasts? Breasts contain glandular, connective, and fat tissue. Breast density is a term that describes the ...

  19. Development of linear flow rate control system for eccentric butter-fly valve

    International Nuclear Information System (INIS)

    Kwak, K. K.; Cho, S. W.; Park, J. S.; Cho, J. H.; Song, I. T.; Kim, J. G.; Kwon, S. J.; Kim, I. J.; Park, W. K.

    1999-12-01

    Butter-fly valves are advantageous over gate, globe, plug, and ball valves in a variety of installations, particularly in the large sizes. The purpose of this project development of linear flow rate control system for eccentric butter-fly valve (intelligent butter-fly valve system). The intelligent butter-fly valve system consist of a valve body, micro controller. The micro controller consist of torque control system, pressure censor, worm and worm gear and communication line etc. The characteristics of intelligent butter-fly valve system as follows: Linear flow rate control function. Digital remote control function. guard function. Self-checking function. (author)

  20. Generation Method of Multipiecewise Linear Chaotic Systems Based on the Heteroclinic Shil’nikov Theorem and Switching Control

    Directory of Open Access Journals (Sweden)

    Chunyan Han

    2015-01-01

    Full Text Available Based on the heteroclinic Shil’nikov theorem and switching control, a kind of multipiecewise linear chaotic system is constructed in this paper. Firstly, two fundamental linear systems are constructed via linearization of a chaotic system at its two equilibrium points. Secondly, a two-piecewise linear chaotic system which satisfies the Shil’nikov theorem is generated by constructing heteroclinic loop between equilibrium points of the two fundamental systems by switching control. Finally, another multipiecewise linear chaotic system that also satisfies the Shil’nikov theorem is obtained via alternate translation of the two fundamental linear systems and heteroclinic loop construction of adjacent equilibria for the multipiecewise linear system. Some basic dynamical characteristics, including divergence, Lyapunov exponents, and bifurcation diagrams of the constructed systems, are analyzed. Meanwhile, computer simulation and circuit design are used for the proposed chaotic systems, and they are demonstrated to be effective for the method of chaos anticontrol.

  1. Synchronization of linearly coupled unified chaotic systems based on linear balanced feedback scheme with constraints

    International Nuclear Information System (INIS)

    Chen, H.-H.; Chen, C.-S.; Lee, C.-I

    2009-01-01

    This paper investigates the synchronization of unidirectional and bidirectional coupled unified chaotic systems. A balanced coupling coefficient control method is presented for global asymptotic synchronization using the Lyapunov stability theorem and a minimum scheme with no constraints/constraints. By using the result of the above analysis, the balanced coupling coefficients are then designed to achieve the chaos synchronization of linearly coupled unified chaotic systems. The feasibility and effectiveness of the proposed chaos synchronization scheme are verified via numerical simulations.

  2. Fundamentals of linear systems for physical scientists and engineers

    CERN Document Server

    Puri, N N

    2009-01-01

    Thanks to the advent of inexpensive computing, it is possible to analyze, compute, and develop results that were unthinkable in the '60s. Control systems, telecommunications, robotics, speech, vision, and digital signal processing are but a few examples of computing applications. While there are many excellent resources available that focus on one or two topics, few books cover most of the mathematical techniques required for a broader range of applications. Fundamentals of Linear Systems for Physical Scientists and Engineers is such a resource. The book draws from diverse areas of engineering and the physical sciences to cover the fundamentals of linear systems. Assuming no prior knowledge of complex mathematics on the part of the reader, the author uses his nearly 50 years of teaching experience to address all of the necessary mathematical techniques. Original proofs, hundreds of examples, and proven theorems illustrate and clarify the material. An extensive table provides Lyapunov functions for differentia...

  3. ORACLS- OPTIMAL REGULATOR ALGORITHMS FOR THE CONTROL OF LINEAR SYSTEMS (CDC VERSION)

    Science.gov (United States)

    Armstrong, E. S.

    1994-01-01

    This control theory design package, called Optimal Regulator Algorithms for the Control of Linear Systems (ORACLS), was developed to aid in the design of controllers and optimal filters for systems which can be modeled by linear, time-invariant differential and difference equations. Optimal linear quadratic regulator theory, currently referred to as the Linear-Quadratic-Gaussian (LQG) problem, has become the most widely accepted method of determining optimal control policy. Within this theory, the infinite duration time-invariant problems, which lead to constant gain feedback control laws and constant Kalman-Bucy filter gains for reconstruction of the system state, exhibit high tractability and potential ease of implementation. A variety of new and efficient methods in the field of numerical linear algebra have been combined into the ORACLS program, which provides for the solution to time-invariant continuous or discrete LQG problems. The ORACLS package is particularly attractive to the control system designer because it provides a rigorous tool for dealing with multi-input and multi-output dynamic systems in both continuous and discrete form. The ORACLS programming system is a collection of subroutines which can be used to formulate, manipulate, and solve various LQG design problems. The ORACLS program is constructed in a manner which permits the user to maintain considerable flexibility at each operational state. This flexibility is accomplished by providing primary operations, analysis of linear time-invariant systems, and control synthesis based on LQG methodology. The input-output routines handle the reading and writing of numerical matrices, printing heading information, and accumulating output information. The basic vector-matrix operations include addition, subtraction, multiplication, equation, norm construction, tracing, transposition, scaling, juxtaposition, and construction of null and identity matrices. The analysis routines provide for the following

  4. Stability analysis of linear switching systems with time delays

    International Nuclear Information System (INIS)

    Li Ping; Zhong Shouming; Cui Jinzhong

    2009-01-01

    The issue of stability analysis of linear switching system with discrete and distributed time delays is studied in this paper. An appropriate switching rule is applied to guarantee the stability of the whole switching system. Our results use a Riccati-type Lyapunov functional under a condition on the time delay. So, switching systems with mixed delays are developed. A numerical example is given to illustrate the effectiveness of our results.

  5. A Sparse Approximate Inverse Preconditioner for Nonsymmetric Linear Systems

    Czech Academy of Sciences Publication Activity Database

    Benzi, M.; Tůma, Miroslav

    1998-01-01

    Roč. 19, č. 3 (1998), s. 968-994 ISSN 1064-8275 R&D Projects: GA ČR GA201/93/0067; GA AV ČR IAA230401 Keywords : large sparse systems * interative methods * preconditioning * approximate inverse * sparse linear systems * sparse matrices * incomplete factorizations * conjugate gradient -type methods Subject RIV: BA - General Mathematics Impact factor: 1.378, year: 1998

  6. Iterative solution of large linear systems

    CERN Document Server

    Young, David Matheson

    1971-01-01

    This self-contained treatment offers a systematic development of the theory of iterative methods. Its focal point resides in an analysis of the convergence properties of the successive overrelaxation (SOR) method, as applied to a linear system with a consistently ordered matrix. The text explores the convergence properties of the SOR method and related techniques in terms of the spectral radii of the associated matrices as well as in terms of certain matrix norms. Contents include a review of matrix theory and general properties of iterative methods; SOR method and stationary modified SOR meth

  7. Adaptive H∞ synchronization of chaotic systems via linear and nonlinear feedback control

    International Nuclear Information System (INIS)

    Fu Shi-Hui; Lu Qi-Shao; Du Ying

    2012-01-01

    Adaptive H ∞ synchronization of chaotic systems via linear and nonlinear feedback control is investigated. The chaotic systems are redesigned by using the generalized Hamiltonian systems and observer approach. Based on Lyapunov's stability theory, linear and nonlinear feedback control of adaptive H ∞ synchronization is established in order to not only guarantee stable synchronization of both master and slave systems but also reduce the effect of external disturbance on an H ∞ -norm constraint. Adaptive H ∞ synchronization of chaotic systems via three kinds of control is investigated with applications to Lorenz and Chen systems. Numerical simulations are also given to identify the effectiveness of the theoretical analysis. (general)

  8. Time-dependent switched discrete-time linear systems control and filtering

    CERN Document Server

    Zhang, Lixian; Shi, Peng; Lu, Qiugang

    2016-01-01

    This book focuses on the basic control and filtering synthesis problems for discrete-time switched linear systems under time-dependent switching signals. Chapter 1, as an introduction of the book, gives the backgrounds and motivations of switched systems, the definitions of the typical time-dependent switching signals, the differences and links to other types of systems with hybrid characteristics and a literature review mainly on the control and filtering for the underlying systems. By summarizing the multiple Lyapunov-like functions (MLFs) approach in which different requirements on comparisons of Lyapunov function values at switching instants, a series of methodologies are developed for the issues on stability and stabilization, and l2-gain performance or tube-based robustness for l∞ disturbance, respectively, in Chapters 2 and 3. Chapters 4 and 5 are devoted to the control and filtering problems for the time-dependent switched linear systems with either polytopic uncertainties or measurable time-varying...

  9. Comparison of modal spectral and non-linear time history analysis of a piping system

    International Nuclear Information System (INIS)

    Gerard, R.; Aelbrecht, D.; Lafaille, J.P.

    1987-01-01

    A typical piping system of the discharge line of the chemical and volumetric control system, outside the containment, between the penetration and the heat exchanger, an operating power plant was analyzed using four different methods: Modal spectral analysis with 2% constant damping, modal spectral analysis using ASME Code Case N411 (PVRC damping), linear time history analysis, non-linear time history analysis. This paper presents an estimation of the conservatism of the linear methods compared to the non-linear analysis. (orig./HP)

  10. Single-shot mega-electronvolt ultrafast electron diffraction for structure dynamic studies of warm dense matter

    Energy Technology Data Exchange (ETDEWEB)

    Mo, M. Z., E-mail: mmo09@slac.stanford.edu; Shen, X.; Chen, Z.; Li, R. K.; Dunning, M.; Zheng, Q.; Weathersby, S. P.; Reid, A. H.; Coffee, R.; Makasyuk, I.; Edstrom, S.; McCormick, D.; Jobe, K.; Hast, C.; Glenzer, S. H.; Wang, X. [SLAC National Accelerator Laboratory, 2575 Sand Hill Road, Menlo Park, California 94025 (United States); Sokolowski-Tinten, K. [Faculty of Physics and Centre for Nanointegration Duisburg-Essen, University of Duisburg-Essen, Lotharstrasse 1, D-47048 Duisburg (Germany)

    2016-11-15

    We have developed a single-shot mega-electronvolt ultrafast-electron-diffraction system to measure the structural dynamics of warm dense matter. The electron probe in this system is featured by a kinetic energy of 3.2 MeV and a total charge of 20 fC, with the FWHM pulse duration and spot size at sample of 350 fs and 120 μm respectively. We demonstrate its unique capability by visualizing the atomic structural changes of warm dense gold formed from a laser-excited 35-nm freestanding single-crystal gold foil. The temporal evolution of the Bragg peak intensity and of the liquid signal during solid-liquid phase transition are quantitatively determined. This experimental capability opens up an exciting opportunity to unravel the atomic dynamics of structural phase transitions in warm dense matter regime.

  11. Robustness-tracking control based on sliding mode and H∞ theory for linear servo system

    Institute of Scientific and Technical Information of China (English)

    TIAN Yan-feng; GUO Qing-ding

    2005-01-01

    A robustness-tracking control scheme based on combining H∞ robust control and sliding mode control is proposed for a direct drive AC permanent-magnet linear motor servo system to solve the conflict between tracking and robustness of the linear servo system. The sliding mode tracking controller is designed to ensure the system has a fast tracking characteristic to the command, and the H∞ robustness controller suppresses the disturbances well within the close loop( including the load and the end effect force of linear motor etc. ) and effectively minimizes the chattering of sliding mode control which influences the steady state performance of the system. Simulation results show that this control scheme enhances the track-command-ability and the robustness of the linear servo system, and in addition, it has a strong robustness to parameter variations and resistance disturbances.

  12. Lattice Boltzmann Simulation of Permeability and Tortuosity for Flow through Dense Porous Media

    Directory of Open Access Journals (Sweden)

    Ping Wang

    2014-01-01

    Full Text Available Discrete element method (DEM is used to produce dense and fixed porous media with rigid mono spheres. Lattice Boltzmann method (LBM is adopted to simulate the fluid flow in interval of dense spheres. To simulating the same physical problem, the permeability is obtained with different lattice number. We verify that the permeability is irrelevant to the body force and the media length along flow direction. The relationships between permeability, tortuosity and porosity, and sphere radius are researched, and the results are compared with those reported by other authors. The obtained results indicate that LBM is suited to fluid flow simulation of porous media due to its inherent theoretical advantages. The radius of sphere should have ten lattices at least and the media length along flow direction should be more than twenty radii. The force has no effect on the coefficient of permeability with the limitation of slow fluid flow. For mono spheres porous media sample, the relationship of permeability and porosity agrees well with the K-C equation, and the tortuosity decreases linearly with increasing porosity.

  13. Synchronization and Control of Linearly Coupled Singular Systems

    Directory of Open Access Journals (Sweden)

    Fang Qingxiang

    2013-01-01

    Full Text Available The synchronization and control problem of linearly coupled singular systems is investigated. The uncoupled dynamical behavior at each node is general and can be chaotic or, otherwise the coupling matrix is not assumed to be symmetrical. Some sufficient conditions for globally exponential synchronization are derived based on Lyapunov stability theory. These criteria, which are in terms of linear matrix inequality (LMI, indicate that the left and right eigenvectors corresponding to eigenvalue zero of the coupling matrix play key roles in the stability analysis of the synchronization manifold. The controllers are designed for state feedback control and pinning control, respectively. Finally, a numerical example is provided to illustrate the effectiveness of the proposed conditions.

  14. Unification of three linear models for the transient visual system

    NARCIS (Netherlands)

    Brinker, den A.C.

    1989-01-01

    Three different linear filters are considered as a model describing the experimentally determined triphasic impulse responses of discs. These impulse responses arc associated with the transient visual system. Each model reveals a different feature of the system. Unification of the models is

  15. Solution of linear and nonlinear matrix systems. Application to a nonlinear diffusion equation

    International Nuclear Information System (INIS)

    Bonnet, M.; Meurant, G.

    1978-01-01

    Different methods of solution of linear and nonlinear algebraic systems are applied to the nonlinear system obtained by discretizing a nonlinear diffusion equation. For linear systems, methods in general use of alternating directions type or Gauss Seidel's methods are compared to more recent ones of the type of generalized conjugate gradient; the superiority of the latter is shown by numerical examples. For nonlinear systems, a method on nonlinear conjugate gradient is studied as also Newton's method and some of its variants. It should be noted, however that Newton's method is found to be more efficient when coupled with a good method for solution of the linear system. To conclude, such methods are used to solve a nonlinear diffusion problem and the numerical results obtained are to be compared [fr

  16. Solution of linear and nonlinear matrix systems. Application to a nonlinear diffusion equation

    International Nuclear Information System (INIS)

    Bonnet, M.; Meurant, G.

    1978-01-01

    The object of this study is to compare different methods of solving linear and nonlinear algebraic systems and to apply them to the nonlinear system obtained by discretizing a nonlinear diffusion equation. For linear systems the conventional methods of alternating direction type or Gauss Seidel's methods are compared to more recent ones of the type of generalized conjugate gradient; the superiority of the latter is shown by numerical examples. For nonlinear systems, a method of nonlinear conjugate gradient is studied together with Newton's method and some of its variants. It should be noted, however, that Newton's method is found to be more efficient when coupled with a good method for solving the linear system. As a conclusion, these methods are used to solve a nonlinear diffusion problem and the numerical results obtained are compared [fr

  17. Linear local stability of electrostatic drift modes in helical systems

    International Nuclear Information System (INIS)

    Yamagishi, O.; Nakajima, N.; Sugama, H.; Nakamura, Y.

    2003-01-01

    We investigate the stability of the drift wave in helical systems. For this purpose, we solve the linear local gyrokinetic-Poisson equation, in the electrostatic regime. As a model of helical plasmas, Large helical Device (LHD) is considered. The equation we apply is rather exact in the framework of linear gyrokinetic theory, where only the approximation is the ballooning representation. In this paper, we consider only collisionless cases. All the frequency regime can be naturally reated without any assumptions, and in such cases, ion temperature gradient modes (ITG), trapped electron modes (TEM), and electron temperature gradient modes (ETG) are expected to become unstable linearly independently. (orig.)

  18. Recovery coefficients as a test of system linearity of response in PET

    International Nuclear Information System (INIS)

    Geworski, L.; Munz, D.L.; Knoop, B.; Hofmann, M.; Knapp, W.H.

    2002-01-01

    Aim: New imaging protocols have created an increasing demand for quantitation in dedicated PET. Besides attenuation and scatter correction the recovery correction, accounting for the instrument's limited spatial resolution, has gained importance. For clinical practicability these corrections should work independent from the object, i.e. from the actual distribution of emitter and absorber. Aim of the study was to test this object independency, i.e. system linearity of response, by comparing recovery coefficients (RC) determined for different object geometries. In fact, this comparison may serve as a final test on system linearity of response, as measured on the quantitative accuracy by which the activity concentration in small lesions can be recovered. Method: For hot and cold spot imaging situations spatial distribution of activity is different. Therefore, scatter correction algorithm has to deal with different scatter distributions. If all factors disturbing system linearity, specifically scatter and attenuation, are corrected to a sufficient degree of accuracy, the system behaves linearly resulting in the theoretical relationship. CSRC = (1-HSRC). Thus, this equation, applied hot and cold spot measurements, will serve as a test on the effectiveness of the corrections and, hence, as a test of system linearity of response. Following IEC standard procedures (IEC 61675-1) measurements were done with and without interplane septa (2D/3D) on an ECAT EXACT 922 using a cylindrical phantom containing six spheres of different diameters (10 mm - 40 mm). All data were corrected for attenuation (transmission scan) and scatter (2D: deconvolution, 3D: scatter model), as implemented in the scanner's standard software. Recovery coefficients were determined for cold (CSRC) and hot (HSRC) lesions using both 2D and 3D acquisition mode. Results: CSRC directly measured versus CSRC calculated according to eq. (1) from HSRC resulted in an excellent agreement for both 2D and 3D data

  19. Well logging system with linearity control

    International Nuclear Information System (INIS)

    Jones, J.M.

    1973-01-01

    Apparatus is described for controlling the gain of a nuclear well logging system comprising: (1) means for measuring the energy spectrum of gamma rays produced by earth formation materials surrounding a well borehole; (2) means for measuring the number of counts of a gamma rays having an energy falling within each of at least two predetermined energy band portions of the gamma ray energy spectrum; (3) means for generating a signal proportional to the ratio of the gamma ray counts and for comparing the ratio signal with at least one constant ratio calibration signal; (4) means for generating an error signal representative of the difference of the ratio signal and the constant ratio calibration signal; and (5) means for using the error signal to control the linearity of the well logging system. (author)

  20. Projective block Lanczos algorithm for dense, Hermitian eigensystems

    International Nuclear Information System (INIS)

    Webster, F.; Lo, G.C.

    1996-01-01

    Projection operators are used to effect open-quotes deflation by restrictionclose quotes and it is argued that this is an optimal Lanczos algorithm for memory minimization. Algorithmic optimization is constrained to dense, Hermitian eigensystems where a significant number of the extreme eigenvectors must be obtained reliably and completely. The defining constraints are operator algebra without a matrix representation and semi-orthogonalization without storage of Krylov vectors. other semi-orthogonalization strategies for Lanczos algorithms and conjugate gradient techniques are evaluated within these constraints. Large scale, sparse, complex numerical experiments are performed on clusters of magnetic dipoles, a quantum many-body system that is not block-diagonalizable. Plane-wave, density functional theory of beryllium clusters provides examples of dense complex eigensystems. Use of preconditioners and spectral transformations is evaluated in a preprocessor prior to a high accuracy self-consistent field calculation. 25 refs., 3 figs., 5 tabs

  1. Radiative-Transfer Modeling of Spectra of Densely Packed Particulate Media

    Science.gov (United States)

    Ito, G.; Mishchenko, M. I.; Glotch, T. D.

    2017-12-01

    Remote sensing measurements over a wide range of wavelengths from both ground- and space-based platforms have provided a wealth of data regarding the surfaces and atmospheres of various solar system bodies. With proper interpretations, important properties, such as composition and particle size, can be inferred. However, proper interpretation of such datasets can often be difficult, especially for densely packed particulate media with particle sizes on the order of wavelength of light being used for remote sensing. Radiative transfer theory has often been applied to the study of densely packed particulate media like planetary regoliths and snow, but with difficulty, and here we continue to investigate radiative transfer modeling of spectra of densely packed media. We use the superposition T-matrix method to compute scattering properties of clusters of particles and capture the near-field effects important for dense packing. Then, the scattering parameters from the T-matrix computations are modified with the static structure factor correction, accounting for the dense packing of the clusters themselves. Using these corrected scattering parameters, reflectance (or emissivity via Kirchhoff's Law) is computed with the method of invariance imbedding solution to the radiative transfer equation. For this work we modeled the emissivity spectrum of the 3.3 µm particle size fraction of enstatite, representing some common mineralogical and particle size components of regoliths, in the mid-infrared wavelengths (5 - 50 µm). The modeled spectrum from the T-matrix method with static structure factor correction using moderate packing densities (filling factors of 0.1 - 0.2) produced better fits to the laboratory measurement of corresponding spectrum than the spectrum modeled by the equivalent method without static structure factor correction. Future work will test the method of the superposition T-matrix and static structure factor correction combination for larger particles

  2. Refined Fuchs inequalities for systems of linear differential equations

    International Nuclear Information System (INIS)

    Gontsov, R R

    2004-01-01

    We refine the Fuchs inequalities obtained by Corel for systems of linear meromorphic differential equations given on the Riemann sphere. Fuchs inequalities enable one to estimate the sum of exponents of the system over all its singular points. We refine these well-known inequalities by considering the Jordan structure of the leading coefficient of the Laurent series for the matrix of the right-hand side of the system in the neighbourhood of a singular point

  3. Warm Dense Matter: An Overview

    International Nuclear Information System (INIS)

    Kalantar, D H; Lee, R W; Molitoris, J D

    2004-01-01

    This document provides a summary of the ''LLNL Workshop on Extreme States of Materials: Warm Dense Matter to NIF'' which was held on 20, 21, and 22 February 2002 at the Wente Conference Center in Livermore, CA. The warm dense matter regime, the transitional phase space region between cold material and hot plasma, is presently poorly understood. The drive to understand the nature of matter in this regime is sparking scientific activity worldwide. In addition to pure scientific interest, finite temperature dense matter occurs in the regimes of interest to the SSMP (Stockpile Stewardship Materials Program). So that obtaining a better understanding of WDM is important to performing effective experiments at, e.g., NIF, a primary mission of LLNL. At this workshop we examined current experimental and theoretical work performed at, and in conjunction with, LLNL to focus future activities and define our role in this rapidly emerging research area. On the experimental front LLNL plays a leading role in three of the five relevant areas and has the opportunity to become a major player in the other two. Discussion at the workshop indicated that the path forward for the experimental efforts at LLNL were two fold: First, we are doing reasonable baseline work at SPLs, HE, and High Energy Lasers with more effort encouraged. Second, we need to plan effectively for the next evolution in large scale facilities, both laser (NIF) and Light/Beam sources (LCLS/TESLA and GSI) Theoretically, LLNL has major research advantages in areas as diverse as the thermochemical approach to warm dense matter equations of state to first principles molecular dynamics simulations. However, it was clear that there is much work to be done theoretically to understand warm dense matter. Further, there is a need for a close collaboration between the generation of verifiable experimental data that can provide benchmarks of both the experimental techniques and the theoretical capabilities. The conclusion of this

  4. Incremental and batch planar simplification of dense point cloud maps

    NARCIS (Netherlands)

    Whelan, T.; Ma, L.; Bondarev, E.; With, de P.H.N.; McDonald, J.

    2015-01-01

    Dense RGB-D SLAM techniques and high-fidelity LIDAR scanners are examples from an abundant set of systems capable of providing multi-million point datasets. These datasets quickly become difficult to process due to the sheer volume of data, typically containing significant redundant information,

  5. DENSE MEDIUM CYCLONE OPTIMIZATON

    Energy Technology Data Exchange (ETDEWEB)

    Gerald H. Luttrell; Chris J. Barbee; Peter J. Bethell; Chris J. Wood

    2005-06-30

    Dense medium cyclones (DMCs) are known to be efficient, high-tonnage devices suitable for upgrading particles in the 50 to 0.5 mm size range. This versatile separator, which uses centrifugal forces to enhance the separation of fine particles that cannot be upgraded in static dense medium separators, can be found in most modern coal plants and in a variety of mineral plants treating iron ore, dolomite, diamonds, potash and lead-zinc ores. Due to the high tonnage, a small increase in DMC efficiency can have a large impact on plant profitability. Unfortunately, the knowledge base required to properly design and operate DMCs has been seriously eroded during the past several decades. In an attempt to correct this problem, a set of engineering tools have been developed to allow producers to improve the efficiency of their DMC circuits. These tools include (1) low-cost density tracers that can be used by plant operators to rapidly assess DMC performance, (2) mathematical process models that can be used to predict the influence of changes in operating and design variables on DMC performance, and (3) an expert advisor system that provides plant operators with a user-friendly interface for evaluating, optimizing and trouble-shooting DMC circuits. The field data required to develop these tools was collected by conducting detailed sampling and evaluation programs at several industrial plant sites. These data were used to demonstrate the technical, economic and environmental benefits that can be realized through the application of these engineering tools.

  6. Principle and analysis of a linear motor driving system for HTS levitation applications

    International Nuclear Information System (INIS)

    Jin, Jian X.; Guo, You G.; Zhu, Jian G.

    2007-01-01

    High temperature superconductor (HTS) high levitation force density with passive and self-stabilizing features allows a number of special applications to be developed. Linear motor driving systems are commonly required for those applications such as levitated transport systems. In this paper a prototype linear motor driving system with HTS is analyzed with calculation details including its magnetic fields and driving forces presented in the paper

  7. A data-acquisition system for high speed linear CCD

    International Nuclear Information System (INIS)

    Liu Zhiyan; Chen Xiangcai; Jiang Xiaoshan; Zhang Hongyu; Liang Zhongwang; Xiang Haisheng; Hu Jun

    2010-01-01

    A data-acquisition system for high speed linear CCD (Charge Coupled device) is mainly introduced. The optical fiber transmission technology is used. The data is sent to PC through USB or PCI interface. The construction of the system, the design of the PCI interface hardware, software design and the design of the control program running on host computer are also introduced. (authors)

  8. A Linear Active Disturbance Rejection Control for a Ball and Rigid Triangle System

    Directory of Open Access Journals (Sweden)

    Carlos Aguilar-Ibanez

    2016-01-01

    Full Text Available This paper proposes an application of linear flatness control along with active disturbance rejection control (ADRC for the local stabilization and trajectory tracking problems in the underactuated ball and rigid triangle system. To this end, an observer-based linear controller of the ADRC type is designed based on the flat tangent linearization of the system around its corresponding unstable equilibrium rest position. It was accomplished through two decoupled linear extended observers and a single linear output feedback controller, with disturbance cancelation features. The controller guarantees locally exponentially asymptotic stability for the stabilization problem and practical local stability in the solution of the tracking error. An advantage of combining the flatness and the ADRC methods is that it possible to perform online estimates and cancels the undesirable effects of the higher-order nonlinearities discarded by the linearization approximation. Simulation indicates that the proposed controller behaves remarkably well, having an acceptable domain of attraction.

  9. GPU acceleration of preconditioned solvers for ill-conditioned linear systems

    NARCIS (Netherlands)

    Gupta, R.

    2015-01-01

    In this work we study the implementations of deflation and preconditioning techniques for solving ill-conditioned linear systems using iterative methods. Solving such systems can be a time-consuming process because of the jumps in the coefficients due to large difference in material properties. We

  10. Survival of density subpopulations of rabbit platelets: use of 51Cr-or 111In-labeled platelets to measure survival of least dense and most dense platelets concurrently

    International Nuclear Information System (INIS)

    Rand, M.L.; Packham, M.A.; Mustard, J.F.

    1983-01-01

    The origin of the density heterogeneity of platelets was studied by measuring the survival of density subpopulations of rabbit platelets separated by discontinuous Stractan density gradient centrifugation. When a total population of 51 Cr-labelled platelets was injected into recipient rabbits, the relative specific radioactivity of the most dense platelets decreased rapidly. In contrast, that of the least dense platelets had not changed 24 hr after injection, and then decreased slowly. To distinguish between the possibilities that most dense platelets are cleared from the circulation more quickly than least dense platelets or that platelets decrease in density as they age in the circulation, the concurrent survival of least dense and most dense platelets, labelled with either 51 Cr or 111 In-labelled total platelet populations, determined concurrently in the same rabbits, are identical, calculated from 1 hr values as 100%. However, the 1-hr recovery of 111 In-labelled platelets was slightly but significantly less than that of 51 Cr-labelled platelets. Therefore, researchers studied the survival of 51 Cr-labelled least dense and 111 In-labelled most dense platelets as well as that of 111 In-labelled least dense and 51 Cr-labelled most dense platelets. Mean 1-hr recovery of least dense platelets, labelled with either isotope (78% +/- 7%, SD) was similar to that of most dense platelets, labelled with either isotope (77% +/- 8%; SD). Mean survival of least dense platelets was 47.3 +/- 18.7 hr (SD), which was significantly less than that of most dense platelets (76.1 +/- 21.6 hr; SD) (p less than 0.0025). These results indicate that platelets decrease in buoyant density as they age in the circulation and that most dense platelets are enriched in young platelets, and least dense in old

  11. Vehicle license plate recognition in dense fog based on improved atmospheric scattering model

    Science.gov (United States)

    Tang, Chunming; Lin, Jun; Chen, Chunkai; Dong, Yancheng

    2018-04-01

    An effective method based on improved atmospheric scattering model is proposed in this paper to handle the problem of the vehicle license plate location and recognition in dense fog. Dense fog detection is performed firstly by the top-hat transformation and the vertical edge detection, and the moving vehicle image is separated from the traffic video image. After the vehicle image is decomposed into two layers: structure and texture layers, the glow layer is separated from the structure layer to get the background layer. Followed by performing the mean-pooling and the bicubic interpolation algorithm, the atmospheric light map of the background layer can be predicted, meanwhile the transmission of the background layer is estimated through the grayed glow layer, whose gray value is altered by linear mapping. Then, according to the improved atmospheric scattering model, the final restored image can be obtained by fusing the restored background layer and the optimized texture layer. License plate location is performed secondly by a series of morphological operations, connected domain analysis and various validations. Characters extraction is achieved according to the projection. Finally, an offline trained pattern classifier of hybrid discriminative restricted boltzmann machines (HDRBM) is applied to recognize the characters. Experimental results on thorough data sets are reported to demonstrate that the proposed method can achieve high recognition accuracy and works robustly in the dense fog traffic environment during 24h or one day.

  12. Optimal approximation of linear systems by artificial immune response

    Institute of Scientific and Technical Information of China (English)

    2006-01-01

    This paper puts forward a novel artificial immune response algorithm for optimal approximation of linear systems. A quaternion model of artificial immune response is proposed for engineering computing. The model abstracts four elements, namely, antigen, antibody, reaction rules among antibodies, and driving algorithm describing how the rules are applied to antibodies, to simulate the process of immune response. Some reaction rules including clonal selection rules, immunological memory rules and immune regulation rules are introduced. Using the theorem of Markov chain, it is proofed that the new model is convergent. The experimental study on the optimal approximation of a stable linear system and an unstable one show that the approximate models searched by the new model have better performance indices than those obtained by some existing algorithms including the differential evolution algorithm and the multi-agent genetic algorithm.

  13. Dense Deposit Disease Mimicking a Renal Small Vessel Vasculitis

    Science.gov (United States)

    Singh, Lavleen; Bhardwaj, Swati; Sinha, Aditi; Bagga, Arvind; Dinda, Amit

    2016-01-01

    Dense deposit disease is caused by fluid-phase dysregulation of the alternative complement pathway and frequently deviates from the classic membranoproliferative pattern of injury on light microscopy. Other patterns of injury described for dense deposit disease include mesangioproliferative, acute proliferative/exudative, and crescentic GN. Regardless of the histologic pattern, C3 glomerulopathy, which includes dense deposit disease and C3 GN, is defined by immunofluorescence intensity of C3c two or more orders of magnitude greater than any other immune reactant (on a 0–3 scale). Ultrastructural appearances distinguish dense deposit disease and C3 GN. Focal and segmental necrotizing glomerular lesions with crescents, mimicking a small vessel vasculitis such as ANCA-associated GN, are a very rare manifestation of dense deposit disease. We describe our experience with this unusual histologic presentation and distinct clinical course of dense deposit disease, discuss the pitfalls in diagnosis, examine differential diagnoses, and review the relevant literature. PMID:26361799

  14. Ultra-high Frequency Linear Fiber Optic Systems

    CERN Document Server

    Lau, Kam Y

    2009-01-01

    Designed for a one-semester course on fiber-optics systems and communication links, this book provides a concise but rigorous treatment of the theory and practice of analog (linear) fiber-optics links and systems that constitute the foundation of Hybrid Fiber Coax infrastructure in present-day CATV distribution and cable modem Internet access. Emerging applications in remote fiber-optic feed for free-space millimeter wave enterprise campus networks are also described. Issues such as dispersion and interferometric noise are treated quantitatively, and means for mitigating them are explained. This broad but concise text will thus be invaluable not only to students of fiber-optics communication but also to practicing engineers.

  15. On the efficacy of linear system analysis of renal autoregulation in rats

    DEFF Research Database (Denmark)

    Chon, K H; Chen, Y M; Holstein-Rathlou, N H

    1993-01-01

    In order to assess the linearity of the mechanisms subserving renal blood flow autoregulation, broad-band arterial pressure fluctuations at three different power levels were induced experimentally and the resulting renal blood flow responses were recorded. Linear system analysis methods were...

  16. Algorithmic Approach to Abstracting Linear Systems by Timed Automata

    DEFF Research Database (Denmark)

    Sloth, Christoffer; Wisniewski, Rafael

    2011-01-01

    This paper proposes an LMI-based algorithm for abstracting dynamical systems by timed automata, which enables automatic formal verification of linear systems. The proposed abstraction is based on partitioning the state space of the system using positive invariant sets, generated by Lyapunov...... functions. This partitioning ensures that the vector field of the dynamical system is transversal to all facets of the cells, which induces some desirable properties of the abstraction. The algorithm is based on identifying intersections of level sets of quadratic Lyapunov functions, and determining...

  17. Bifurcation analysis and linear control of the Newton-Leipnik system

    International Nuclear Information System (INIS)

    Wang Xuedi; Tian Lixin

    2006-01-01

    In this paper, we study a sort of chaotic system-Newton-Leipnik system which possesses two strange attractors. The static and dynamic bifurcations of the system are studied. The chaos controlling is performed by a simpler linear controller, and numerical simulation of the control is supplied. At the same time, Lyapunov exponents of the system show that the result of the chaos controlling is right

  18. Warm dense matter study and pulsed-power developments for X-pinch equipment in Nagaoka University of Technology

    International Nuclear Information System (INIS)

    Sasaki, Toru; Miki, Yasutoshi; Tachinami, Fumitaka; Saito, Hirotaka; Takahashi, Takuya; Anzai, Nobuyuki; Kikuchi, Takashi; Aso, Tsukasa; Harada, Nob.

    2014-01-01

    In order to explore high energy density physics, we have performed WDM experiment by using several pulsed-power devices. To generate well-defined warm dense state for evaluating electrical conductivity and its properties, we have proposed an isochoric heating of foamed metal by using pulsed-power discharge. The proposed technique yields the electrical conductivity of warm dense matter with a well-defined temperature. To observe the warm dense matter, a pulsed-power generator based on a pulse-forming-network (PFN) was studied toward generating an intense point-spot-like X-ray source from X-pinch technique. From comparison of the designing and the actual inductances of the X-pinch system, the actual inductance of X-pinch system is 3.5 times higher than the designing inductance. To reduce the total inductance of X-pinch system, we will modify the gap switch system such as multi spake gap

  19. Advanced Thomson scattering system for high-flux linear plasma generator

    NARCIS (Netherlands)

    Meiden, van der H.J.; Lof, A.R.; Berg, van den M.A.; Brons, S.; Donné, A.J.H.; Eck, van H.J.N.; Koelman, Peter; Koppers, W.R.; Kruijt, O.G.; Naumenko, N.N.; Oyevaar, T.; Prins, P.R.; Rapp, J.; Scholten, J.; Schram, D.C.; Smeets, P.H.M.; Star, van der G.; Tugarinov, S.N.; Zeijlmans van Emmichoven, P.A.

    2012-01-01

    An advanced Thomson scattering system has been built for a linear plasma generator for plasma surface interaction studies. The Thomson scattering system is based on a Nd:YAG laser operating at the second harmonic and a detection branch featuring a high etendue (f /3) transmission grating

  20. A study on the aseismic safety of the experimental VHTR on the dense sandy layer

    International Nuclear Information System (INIS)

    Fujita, Shigeki; Ito, Yoshio; Baba, Osamu; Suzuki, Hideyuki; Takewaki, Naonobu; Kondo, Tsukasa; Yoshimura, Takashi; Yamada, Hitoshi.

    1986-12-01

    A series of studies has been carried out in 1983 and 1985 for the purpose of confirming the aseismic safety of the Experimental VHTR on the dense sandy layer. In 1983, effect of some of soil properties on seismic responses of the reactor building was estimated by means of parametric survey, and soil properties were estimated by analyzing the obserbed earthquake record. In 1985, literature review, linear, nonlinear parametric analyses and nonlinear simulation analyses were carried to study and compare the analysis method. In addition, seismic response of proposed construction site was estimated with nonlinear analysis method. As a result of these studies, the seismic response of reactor building on the dense sandy layers and wave propagation characteristics of sandy layers are understood. Especially, by means of many parametric studies, the effect of input wave characteristics, soil stiffness, nonlinear characteristics of soil properties and nonlinear analysis method on the reactor building responses were evaluated. (author)

  1. ROBUST MPC FOR STABLE LINEAR SYSTEMS

    Directory of Open Access Journals (Sweden)

    M.A. Rodrigues

    2002-03-01

    Full Text Available In this paper, a new model predictive controller (MPC, which is robust for a class of model uncertainties, is developed. Systems with stable dynamics and time-invariant model uncertainty are treated. The development herein proposed is focused on real industrial systems where the controller is part of an on-line optimization scheme and works in the output-tracking mode. In addition, the system has a time-varying number of degrees of freedom since some of the manipulated inputs may become constrained. Moreover, the number of controlled outputs may also vary during system operation. Consequently, the actual system may show operating conditions with a number of controlled outputs larger than the number of available manipulated inputs. The proposed controller uses a state-space model, which is aimed at the representation of the output-predicted trajectory. Based on this model, a cost function is proposed whereby the output error is integrated along an infinite prediction horizon. It is considered the case of multiple operating points, where the controller stabilizes a set of models corresponding to different operating conditions for the system. It is shown that closed-loop stability is guaranteed by the feasibility of a linear matrix optimization problem.

  2. Solution methods for large systems of linear equations in BACCHUS

    International Nuclear Information System (INIS)

    Homann, C.; Dorr, B.

    1993-05-01

    The computer programme BACCHUS is used to describe steady state and transient thermal-hydraulic behaviour of a coolant in a fuel element with intact geometry in a fast breeder reactor. In such computer programmes generally large systems of linear equations with sparse matrices of coefficients, resulting from discretization of coolant conservation equations, must be solved thousands of times giving rise to large demands of main storage and CPU time. Direct and iterative solution methods of the systems of linear equations, available in BACCHUS, are described, giving theoretical details and experience with their use in the programme. Besides use of a method of lines, a Runge-Kutta-method, for solution of the partial differential equation is outlined. (orig.) [de

  3. Solution of systems of linear algebraic equations by the method of summation of divergent series

    International Nuclear Information System (INIS)

    Kirichenko, G.A.; Korovin, Ya.S.; Khisamutdinov, M.V.; Shmojlov, V.I.

    2015-01-01

    A method for solving systems of linear algebraic equations has been proposed on the basis on the summation of the corresponding continued fractions. The proposed algorithm for solving systems of linear algebraic equations is classified as direct algorithms providing an exact solution in a finite number of operations. Examples of solving systems of linear algebraic equations have been presented and the effectiveness of the algorithm has been estimated [ru

  4. Linear Motor Motion Control Experiment System Design Based on LabVIEW

    Directory of Open Access Journals (Sweden)

    Cuixian He

    2018-01-01

    Full Text Available In order to meet the needs of experimental training of electrical information industry, a linear motor motion experiment system based on LabVIEW was developed. This system is based on the STM32F103ZET6 system processor controller, a state signal when the motor moves through the grating encoder feedback controller to form a closed loop, through the RS232 serial port communication with the host computer, the host computer is designed in the LabVIEW interactive environment monitoring software. Combined with the modular design concept proposed overall program, given the detailed hardware circuit, targeted for the software function design, to achieve man-machine interface. The system control of high accuracy, good stability, meet the training requirements for laboratory equipment, but also as a reference embodiment of the linear motor monitoring system.

  5. Supersymmetric Yang-Mills fields as an integrable system and connections with other non-linear systems

    International Nuclear Information System (INIS)

    Chau, L.L.

    1983-01-01

    Integrable properties, i.e., existence of linear systems, infinite number of conservation laws, Reimann-Hilbert transforms, affine Lie algebra of Kac-Moody, and Bianchi-Baecklund transformation, are discussed for the constraint equations of the supersymmetric Yang-Mills fields. For N greater than or equal to 3 these constraint equations give equations of motion of the fields. These equations of motion reduce to the ordinary Yang-Mills equations as the spinor and scalar fields are eliminated. These understandings provide a possible method to solve the full Yang-Mills equations. Connections with other non-linear systems are also discussed. 53 references

  6. Hyperchaotic encryption based on multi-scroll piecewise linear Systems

    Czech Academy of Sciences Publication Activity Database

    García-Martínez, M.; Ontanon-García, L.J.; Campos-Cantón, E.; Čelikovský, Sergej

    2015-01-01

    Roč. 270, č. 1 (2015), s. 413-424 ISSN 0096-3003 R&D Projects: GA ČR GA13-20433S Institutional support: RVO:67985556 Keywords : Hyperchaotic encryption * Piecewise linear systems * Stream cipher * Pseudo-random bit generator * Chaos theory * Multi-scrollattractors Subject RIV: BC - Control Systems Theory Impact factor: 1.345, year: 2015 http://library.utia.cas.cz/separaty/2015/TR/celikovsky-0446895.pdf

  7. A new timing system for the Stanford Linear Collider

    International Nuclear Information System (INIS)

    Paffrath, L.; Bernstein, D.; Kang, H.; Koontz, R.; Leger, G.; Pierce, W.; Ross, M.; Wilmunder, A.

    1985-01-01

    In order to be able to meet the goals of the Stanford Linear Collider, a much more precise timing system had to be implemented. This paper describes the specification and design of this system, and the results obtained from its use on 1/3 of the SLAC linac. The functions of various elements are described, and a programmable delay unit (PDU) is described in detail

  8. Linear algebra

    CERN Document Server

    Shilov, Georgi E

    1977-01-01

    Covers determinants, linear spaces, systems of linear equations, linear functions of a vector argument, coordinate transformations, the canonical form of the matrix of a linear operator, bilinear and quadratic forms, Euclidean spaces, unitary spaces, quadratic forms in Euclidean and unitary spaces, finite-dimensional space. Problems with hints and answers.

  9. Generating Nice Linear Systems for Matrix Gaussian Elimination

    Science.gov (United States)

    Homewood, L. James

    2004-01-01

    In this article an augmented matrix that represents a system of linear equations is called nice if a sequence of elementary row operations that reduces the matrix to row-echelon form, through matrix Gaussian elimination, does so by restricting all entries to integers in every step. Many instructors wish to use the example of matrix Gaussian…

  10. Optimal Control of Switching Linear Systems

    Directory of Open Access Journals (Sweden)

    Ali Benmerzouga

    2004-06-01

    Full Text Available A solution to the control of switching linear systems with input constraints was given in Benmerzouga (1997 for both the conventional enumeration approach and the new approach. The solution given there turned out to be not unique. The main objective in this work is to determine the optimal control sequences {Ui(k ,  i = 1,..., M ;  k = 0, 1, ...,  N -1} which transfer the system from a given initial state  X0  to a specific target state  XT  (or to be as close as possible by using the same discrete time solution obtained in Benmerzouga (1997 and minimizing a running cost-to-go function. By using the dynamic programming technique, the optimal solution is found for both approaches given in Benmerzouga (1997. The computational complexity of the modified algorithm is also given.

  11. Overlapping quadratic optimal control of linear time-varying commutative systems

    Czech Academy of Sciences Publication Activity Database

    Bakule, Lubomír; Rodellar, J.; Rossell, J. M.

    2002-01-01

    Roč. 40, č. 5 (2002), s. 1611-1627 ISSN 0363-0129 R&D Projects: GA AV ČR IAA2075802 Institutional research plan: CEZ:AV0Z1075907 Keywords : overlapping * optimal control * linear time-varying systems Subject RIV: BC - Control Systems Theory Impact factor: 1.441, year: 2002

  12. On the use of Locally Dense Basis Sets in the Calculation of EPR Hyperfine Couplings

    DEFF Research Database (Denmark)

    Hedegård, Erik D.; Sauer, Stephan P. A.; Milhøj, Birgitte O.

    2013-01-01

    The usage of locally dense basis sets in the calculation of Electron Paramagnetic Resonance (EPR) hyperne coupling constants is investigated at the level of Density Functional Theory (DFT) for two model systems of biologically important transition metal complexes: One for the active site in the c......The usage of locally dense basis sets in the calculation of Electron Paramagnetic Resonance (EPR) hyperne coupling constants is investigated at the level of Density Functional Theory (DFT) for two model systems of biologically important transition metal complexes: One for the active site...

  13. On the use of locally dense basis sets in the calculation of EPR hyperfine couplings

    DEFF Research Database (Denmark)

    Milhøj, Birgitte Olai; Hedegård, Erik D.; Sauer, Stephan P. A.

    2013-01-01

    The usage of locally dense basis sets in the calculation of Electron Paramagnetic Resonance (EPR) hyperne coupling constants is investigated at the level of Density Functional Theory (DFT) for two model systems of biologically important transition metal complexes: One for the active site in the c......The usage of locally dense basis sets in the calculation of Electron Paramagnetic Resonance (EPR) hyperne coupling constants is investigated at the level of Density Functional Theory (DFT) for two model systems of biologically important transition metal complexes: One for the active site...

  14. Self-Tuning Control of Linear Systems Followed by Deadzones

    Directory of Open Access Journals (Sweden)

    K. Kazlauskas

    2014-02-01

    Full Text Available The aim of the present paper is to increase the efficiency of self-tuning generalized minimum variance (GMV control of linear time-invariant (LTI systems followed by deadzone nonlinearities. An approach, based on reordering of observations to be processed for the reconstruction of an unknown internal signal that acts between LTI system and a static nonlinear block of the closed-loop Wiener system, has been developed. The results of GMV self-tuning control of the second order LTI system with an ordinary deadzone are given.

  15. Dynamic stability of a vertically excited non-linear continuous system

    Czech Academy of Sciences Publication Activity Database

    Náprstek, Jiří; Fischer, Cyril

    2015-01-01

    Roč. 155, July (2015), s. 106-114 ISSN 0045-7949 R&D Projects: GA ČR(CZ) GA15-01035S Institutional support: RVO:68378297 Keywords : non-linear systems * auto-parametric systems * semi-trivial solution * dynamic stability * system recovery * post- critical response Subject RIV: JM - Building Engineering Impact factor: 2.425, year: 2015 http://www.sciencedirect.com/science/article/pii/S0045794915000024

  16. The response of a linear monostable system and its application in parameters estimation for PSK signals

    International Nuclear Information System (INIS)

    Duan, Chaowei; Zhan, Yafeng

    2016-01-01

    The output characteristics of a linear monostable system driven with a periodic signal and an additive white Gaussian noise are studied in this paper. Theoretical analysis shows that the output signal-to-noise ratio (SNR) decreases monotonously with the increasing noise intensity but the output SNR-gain is stable. Inspired by this high SNR-gain phenomenon, this paper applies the linear monostable system in the parameters estimation algorithm for phase shift keying (PSK) signals and improves the estimation performance. - Highlights: • The response of a linear monostable system driven with a periodic signal and an additive white Gaussian noise is analyzed. • The optimal parameter of this linear monostable system to maximum the output SNR-gain is obtained. • Application of this linear monostable system in parameters estimation algorithm for PSK signals obtains performance improvement.

  17. Linearity enigmas in ecology

    Energy Technology Data Exchange (ETDEWEB)

    Patten, B.C.

    1983-04-01

    Two issues concerning linearity or nonlinearity of natural systems are considered. Each is related to one of the two alternative defining properties of linear systems, superposition and decomposition. Superposition exists when a linear combination of inputs to a system results in the same linear combination of outputs that individually correspond to the original inputs. To demonstrate this property it is necessary that all initial states and inputs of the system which impinge on the output in question be included in the linear combination manipulation. As this is difficult or impossible to do with real systems of any complexity, nature appears nonlinear even though it may be linear. A linear system that displays nonlinear behavior for this reason is termed pseudononlinear. The decomposition property exists when the dynamic response of a system can be partitioned into an input-free portion due to state plus a state-free portion due to input. This is a characteristic of all linear systems, but not of nonlinear systems. Without the decomposition property, it is not possible to distinguish which portions of a system's behavior are due to innate characteristics (self) vs. outside conditions (environment), which is an important class of questions in biology and ecology. Some philosophical aspects of these findings are then considered. It is suggested that those ecologists who hold to the view that organisms and their environments are separate entities are in effect embracing a linear view of nature, even though their belief systems and mathematical models tend to be nonlinear. On the other hand, those who consider that organism-environment complex forms a single inseparable unit are implictly involved in non-linear thought, which may be in conflict with the linear modes and models that some of them use. The need to rectify these ambivalences on the part of both groups is indicated.

  18. An injection system for a linear accelerator

    International Nuclear Information System (INIS)

    Santos, A.C.R.

    1978-03-01

    An injection system for the Linear Accelerator is developed using the parameters of machines at the Centro Brasileiro de Pesquisas Fisicas and the Instituto Militar de Engenharia. The proposed system consists basically of a prebuncher and a chopper. The pre-buncher is used to improve the energy resolution and also to increase the accelerator target current. The chopper is used to remove from the beam the electrons that have no possibility of attaining the desired energy and that are usually lost in the walls and the cavity tube, thus producing undesirable background. Theoretical development of the chopper is performed in order to obtain its dimensions for future construction. The complete design the pre-buncher and its feed supply system and the experimental verication of its performance are also presented. It is intended to give the necessary information for the design and construction of the complete injection system proposed. (Author) [pt

  19. Input design for linear dynamic systems using maxmin criteria

    DEFF Research Database (Denmark)

    Sadegh, Payman; Hansen, Lars H.; Madsen, Henrik

    1998-01-01

    This paper considers the problem of input design for maximizing the smallest eigenvalue of the information matrix for linear dynamic systems. The optimization of the smallest eigenvalue is of interest in parameter estimation and parameter change detection problems. We describe a simple cutting...

  20. Constitutive law of dense granular matter

    International Nuclear Information System (INIS)

    Hatano, Takahiro

    2010-01-01

    The frictional properties of dense granular matter under steady shear flow are investigated using numerical simulation. Shear flow tends to localize near the driving boundary unless the coefficient of restitution is close to zero and the driving velocity is small. The bulk friction coefficient is independent of shear rate in dense and slow flow, whereas it is an increasing function of shear rate in rapid flow. The coefficient of restitution affects the friction coefficient only in such rapid flow. Contrastingly, in dense and slow regime, the friction coefficient is independent of the coefficient of restitution and mainly determined by the elementary friction coefficient and the rotation of grains. It is found that the mismatch between the vorticity of flow and the angular frequency of grains plays a key role to the frictional properties of sheared granular matter.

  1. The duality in the topological vector spaces and the linear physical system theory

    International Nuclear Information System (INIS)

    Oliveira Castro, F.M. de.

    1980-01-01

    The excitation-response relation in a linear, passive, and causal physical system who has the property of this relation be invariant for a time translation is univocally determined by the general form of the linear and continuous functionals defined on the linear topological space chosen for the representation of the excitations. (L.C.) [pt

  2. Dynamics of dense particle disks

    International Nuclear Information System (INIS)

    Araki, S.; Tremaine, S.; Toronto Univ., Canada)

    1986-01-01

    The present investigation of mechanical equilibrium and collisional transport processes in dense, differentially rotating particle disks is based on the Enskog (1922) theory of dense, hard sphere gases, with the single exception that the spheres are inelastic. The viscous instability suggested as a source of Saturn B ring structure does not arise in the models presented, although the ring may be subject to a phase transition analogous to the liquid-solid transition observed in molecular dynamics simulations of elastic hard spheres. In such a case, the ring would alternately exhibit zero-shear, or solid, and high shear, or liquid, zones. 29 references

  3. Solar receiver heliostat reflector having a linear drive and position information system

    Science.gov (United States)

    Horton, Richard H.

    1980-01-01

    A heliostat for a solar receiver system comprises an improved drive and control system for the heliostat reflector assembly. The heliostat reflector assembly is controllably driven in a predetermined way by a light-weight drive system so as to be angularly adjustable in both elevation and azimuth to track the sun and efficiently continuously reflect the sun's rays to a focal zone, i.e., heat receiver, which forms part of a solar energy utilization system, such as a solar energy fueled electrical power generation system. The improved drive system includes linear stepping motors which comprise low weight, low cost, electronic pulse driven components. One embodiment comprises linear stepping motors controlled by a programmed, electronic microprocessor. Another embodiment comprises a tape driven system controlled by a position control magnetic tape.

  4. LMI-based gain scheduled controller synthesis for a class of linear parameter varying systems

    DEFF Research Database (Denmark)

    Bendtsen, Jan Dimon; Anderson, Brian; Lanzon, Alexander

    2006-01-01

    This paper presents a novel method for constructing controllers for a class of single-input multiple-output (SIMO) linear parameter varying (LPV) systems. This class of systems encompasses many physical systems, in particular systems where individual components vary with time, and is therefore...... of significant practical relevance to control designers. The control design presented in this paper has the properties that the system matrix of the closed loop is multi-affine in the various scalar parameters, and that the resulting controller ensures a certain degree of stability for the closed loop even when...... as a standard linear time-invariant (LTI) design combined with a set of linear matrix inequalities, which can be solved efficiently with software tools. The design procedure is illustrated by a numerical example....

  5. Violations of local equilibrium and linear response in classical lattice systems

    International Nuclear Information System (INIS)

    Aoki, Kenichiro; Kusnezov, Dimitri

    2003-01-01

    We quantitatively and systematically analyze how local equilibrium, and linear response in transport are violated as systems move far from equilibrium. This is done by studying heat flow in classical lattice models with and without bulk transport behavior, in 1-3 dimensions, at various temperatures. Equations of motion for the system are integrated numerically to construct the non-equilibrium steady states. Linear response and local equilibrium assumptions are seen to break down in a similar manner. We quantify the breakdown through the analysis of both microscopic and macroscopic observables and examine its transformation properties under general redefinitions of the non-equilibrium temperature

  6. Coherent versus Measurement Feedback: Linear Systems Theory for Quantum Information

    Directory of Open Access Journals (Sweden)

    Naoki Yamamoto

    2014-11-01

    Full Text Available To control a quantum system via feedback, we generally have two options in choosing a control scheme. One is the coherent feedback, which feeds the output field of the system, through a fully quantum device, back to manipulate the system without involving any measurement process. The other one is measurement-based feedback, which measures the output field and performs a real-time manipulation on the system based on the measurement results. Both schemes have advantages and disadvantages, depending on the system and the control goal; hence, their comparison in several situations is important. This paper considers a general open linear quantum system with the following specific control goals: backaction evasion, generation of a quantum nondemolished variable, and generation of a decoherence-free subsystem, all of which have important roles in quantum information science. Some no-go theorems are proven, clarifying that those goals cannot be achieved by any measurement-based feedback control. On the other hand, it is shown that, for each control goal there exists a coherent feedback controller accomplishing the task. The key idea to obtain all the results is system theoretic characterizations of the above three notions in terms of controllability and observability properties or transfer functions of linear systems, which are consistent with their standard definitions.

  7. Projective Synchronization of N-Dimensional Chaotic Fractional-Order Systems via Linear State Error Feedback Control

    Directory of Open Access Journals (Sweden)

    Baogui Xin

    2012-01-01

    Full Text Available Based on linear feedback control technique, a projective synchronization scheme of N-dimensional chaotic fractional-order systems is proposed, which consists of master and slave fractional-order financial systems coupled by linear state error variables. It is shown that the slave system can be projectively synchronized with the master system constructed by state transformation. Based on the stability theory of linear fractional order systems, a suitable controller for achieving synchronization is designed. The given scheme is applied to achieve projective synchronization of chaotic fractional-order financial systems. Numerical simulations are given to verify the effectiveness of the proposed projective synchronization scheme.

  8. Comments on new iterative methods for solving linear systems

    Directory of Open Access Journals (Sweden)

    Wang Ke

    2017-06-01

    Full Text Available Some new iterative methods were presented by Du, Zheng and Wang for solving linear systems in [3], where it is shown that the new methods, comparing to the classical Jacobi or Gauss-Seidel method, can be applied to more systems and have faster convergence. This note shows that their methods are suitable for more matrices than positive matrices which the authors suggested through further analysis and numerical examples.

  9. Linear concentration system; Sistema de concentracion lineal

    Energy Technology Data Exchange (ETDEWEB)

    Gonzalez Lugo, J.I; Leon Rovira, N; Aguayo Tellez, H [Instituto Tecnologico y de Estudios Superiores de Monterrey, Monterrey, Nuevo Leon (Mexico)]. E-mails: a00812662@itesm.mx; noel.leon@itesm.mx; haguayo@itesm.mx

    2013-03-15

    Solar linear concentration technologies to generate high temperatures are limited to the ranges of 200 to 500 degrees Celsius. While its performance has been tested through prototypes and pilot plants around the world, there are still areas of opportunity that can be exploited to obtain a linear concentration that achieves temperatures above this range in order to have a better use of the available solar energy. Because of this: It is possible to develop a linear concentration system that can track the sun with minimal movement of the absorber-receiver while maintaining temperatures above 850 degrees Celsius sufficient for industrial processes that require that temperature. The methodology consists of a series of stages (conceptual design, simulation, evaluation, development concept, results and validation) through which concepts are generated that allow design and evaluation of solar concentrator configurations with the help of simulation software. We have designed a linear parabolic concentrating system which comprises a set of mirrors segments with different focal lengths that works within the range of 600 degrees Celsius; however, it is advancing in the development of a double concentration to reach 850 degrees Celsius. [Spanish] Las tecnologias de concentracion lineal solar para generar altas temperaturas se ven limitadas a los rangos de 200 a 500 grados centigrados. Si bien su funcionamiento ha sido probado a traves de prototipos y plantas piloto alrededor del mundo, aun existen areas de oportunidad que pueden ser aprovechadas para obtener un sistema de concentracion lineal que permita alcanzar temperaturas mayores a este rango para asi tener un mejor aprovechamiento de la energia solar disponible. Debido a esto: Es posible desarrollar un sistema de concentracion lineal capaz de seguir la trayectoria del Sol con minimo movimiento del absorbedor-recibidor al mismo tiempo que mantiene temperaturas superiores a los 850 grados centigrados suficientes para

  10. Finding dense locations in symbolic indoor tracking data

    DEFF Research Database (Denmark)

    Ahmed, Tanvir; Pedersen, Torben Bach; Lu, Hua

    2017-01-01

    presents two graph-based models for constrained and semi-constrained indoor movement, respectively, and then uses the models to map raw tracking records into mapping records that represent object entry and exit times in particular locations. Subsequently, an efficient indexing structure called Hierarchical...... Dense Location Time Index (HDLT-Index) is proposed for indexing the time intervals of the mapping table, along with index construction, query processing, and pruning techniques. The HDLT-Index supports very efficient aggregate point, interval, and duration queries as well as dense location queries......Finding the dense locations in large indoor spaces is very useful for many applications such as overloaded area detection, security control, crowd management, indoor navigation, and so on. Indoor tracking data can be enormous and are not immediately ready for finding dense locations. This paper...

  11. Chaos synchronization of a unified chaotic system via partial linearization

    International Nuclear Information System (INIS)

    Yu Yongguang; Li Hanxiong; Duan Jian

    2009-01-01

    A partial linearization method is proposed for realizing the chaos synchronization of an unified chaotic system. Through synchronizing partial state of the chaotic systems can result in the synchronization of their entire states, and the resulting controller is singularity free. The results can be easily extended to the synchronization of other similar chaotic systems. Simulation results are conducted to show the effectiveness of the method.

  12. System and Method for Generating a Frequency Modulated Linear Laser Waveform

    Science.gov (United States)

    Pierrottet, Diego F. (Inventor); Petway, Larry B. (Inventor); Amzajerdian, Farzin (Inventor); Barnes, Bruce W. (Inventor); Lockard, George E. (Inventor); Hines, Glenn D. (Inventor)

    2017-01-01

    A system for generating a frequency modulated linear laser waveform includes a single frequency laser generator to produce a laser output signal. An electro-optical modulator modulates the frequency of the laser output signal to define a linear triangular waveform. An optical circulator passes the linear triangular waveform to a band-pass optical filter to filter out harmonic frequencies created in the waveform during modulation of the laser output signal, to define a pure filtered modulated waveform having a very narrow bandwidth. The optical circulator receives the pure filtered modulated laser waveform and transmits the modulated laser waveform to a target.

  13. ORACLS- OPTIMAL REGULATOR ALGORITHMS FOR THE CONTROL OF LINEAR SYSTEMS (DEC VAX VERSION)

    Science.gov (United States)

    Frisch, H.

    1994-01-01

    This control theory design package, called Optimal Regulator Algorithms for the Control of Linear Systems (ORACLS), was developed to aid in the design of controllers and optimal filters for systems which can be modeled by linear, time-invariant differential and difference equations. Optimal linear quadratic regulator theory, currently referred to as the Linear-Quadratic-Gaussian (LQG) problem, has become the most widely accepted method of determining optimal control policy. Within this theory, the infinite duration time-invariant problems, which lead to constant gain feedback control laws and constant Kalman-Bucy filter gains for reconstruction of the system state, exhibit high tractability and potential ease of implementation. A variety of new and efficient methods in the field of numerical linear algebra have been combined into the ORACLS program, which provides for the solution to time-invariant continuous or discrete LQG problems. The ORACLS package is particularly attractive to the control system designer because it provides a rigorous tool for dealing with multi-input and multi-output dynamic systems in both continuous and discrete form. The ORACLS programming system is a collection of subroutines which can be used to formulate, manipulate, and solve various LQG design problems. The ORACLS program is constructed in a manner which permits the user to maintain considerable flexibility at each operational state. This flexibility is accomplished by providing primary operations, analysis of linear time-invariant systems, and control synthesis based on LQG methodology. The input-output routines handle the reading and writing of numerical matrices, printing heading information, and accumulating output information. The basic vector-matrix operations include addition, subtraction, multiplication, equation, norm construction, tracing, transposition, scaling, juxtaposition, and construction of null and identity matrices. The analysis routines provide for the following

  14. Kinetic chemistry of dense interstellar clouds

    International Nuclear Information System (INIS)

    Graedel, T.E.; Langer, W.D.; Frerking, M.A.

    1982-01-01

    A detailed model of the time-dependent chemistry of dense interstellar clouds has been developed to study the dominant chemical processes in carbon and oxygen isotope fractionation, formation of nitrogen-containing molecules, evolution of product molecules as a function of cloud density and temperature, and other topics of interest. The full computation involves 328 individual reactions (expanded to 1067 to study carbon and oxygen isotope chemistry); photodegradation processes are unimportant in these dense clouds and are excluded

  15. Identifying women with dense breasts at high risk for interval cancer: a cohort study.

    Science.gov (United States)

    Kerlikowske, Karla; Zhu, Weiwei; Tosteson, Anna N A; Sprague, Brian L; Tice, Jeffrey A; Lehman, Constance D; Miglioretti, Diana L

    2015-05-19

    Twenty-one states have laws requiring that women be notified if they have dense breasts and that they be advised to discuss supplemental imaging with their provider. To better direct discussions of supplemental imaging by determining which combinations of breast cancer risk and Breast Imaging Reporting and Data System (BI-RADS) breast density categories are associated with high interval cancer rates. Prospective cohort. Breast Cancer Surveillance Consortium (BCSC) breast imaging facilities. 365,426 women aged 40 to 74 years who had 831,455 digital screening mammography examinations. BI-RADS breast density, BCSC 5-year breast cancer risk, and interval cancer rate (invasive cancer ≤12 months after a normal mammography result) per 1000 mammography examinations. High interval cancer rate was defined as more than 1 case per 1000 examinations. High interval cancer rates were observed for women with 5-year risk of 1.67% or greater and extremely dense breasts or 5-year risk of 2.50% or greater and heterogeneously dense breasts (24% of all women with dense breasts). The interval rate of advanced-stage disease was highest (>0.4 case per 1000 examinations) among women with 5-year risk of 2.50% or greater and heterogeneously or extremely dense breasts (21% of all women with dense breasts). Five-year risk was low to average (0% to 1.66%) for 51.0% of women with heterogeneously dense breasts and 52.5% with extremely dense breasts, with interval cancer rates of 0.58 to 0.63 and 0.72 to 0.89 case per 1000 examinations, respectively. The benefit of supplemental imaging was not assessed. Breast density should not be the sole criterion for deciding whether supplemental imaging is justified because not all women with dense breasts have high interval cancer rates. BCSC 5-year risk combined with BI-RADS breast density can identify women at high risk for interval cancer to inform patient-provider discussions about alternative screening strategies. National Cancer Institute.

  16. Relative controllability and null controllability of linear delay systems ...

    African Journals Online (AJOL)

    Necessary and sufficient conditions are established for the relative, absolute controllability and null controllability of the generalized linear delay system and its discrete prototype. The paper presents illuminating examples on previous controllability results by Manitius and Olbrot [7] and carries over the results of Onwuatu [8] ...

  17. Criteria for stability of linear dynamical systems with multiple delays ...

    African Journals Online (AJOL)

    In this study we considered a linear Dynamical system with multiple delays and find suitable conditions on the systems parameters such that for a given initial function, we can define a mapping in a carefully chosen complete metric space on which the mapping has a unique fixed point. An asymptotic stability theory for the ...

  18. Optical characterization of nonimaging dish concentrator for the application of dense-array concentrator photovoltaic system.

    Science.gov (United States)

    Tan, Ming-Hui; Chong, Kok-Keong; Wong, Chee-Woon

    2014-01-20

    Optimization of the design of a nonimaging dish concentrator (NIDC) for a dense-array concentrator photovoltaic system is presented. A new algorithm has been developed to determine configuration of facet mirrors in a NIDC. Analytical formulas were derived to analyze the optical performance of a NIDC and then compared with a simulated result obtained from a numerical method. Comprehensive analysis of optical performance via analytical method has been carried out based on facet dimension and focal distance of the concentrator with a total reflective area of 120 m2. The result shows that a facet dimension of 49.8 cm, focal distance of 8 m, and solar concentration ratio of 411.8 suns is the most optimized design for the lowest cost-per-output power, which is US$1.93 per watt.

  19. Nonautonomous linear Hamiltonian systems oscillation, spectral theory and control

    CERN Document Server

    Johnson, Russell; Novo, Sylvia; Núñez, Carmen; Fabbri, Roberta

    2016-01-01

    This monograph contains an in-depth analysis of the dynamics given by a linear Hamiltonian system of general dimension with nonautonomous bounded and uniformly continuous coefficients, without other initial assumptions on time-recurrence. Particular attention is given to the oscillation properties of the solutions as well as to a spectral theory appropriate for such systems. The book contains extensions of results which are well known when the coefficients are autonomous or periodic, as well as in the nonautonomous two-dimensional case. However, a substantial part of the theory presented here is new even in those much simpler situations. The authors make systematic use of basic facts concerning Lagrange planes and symplectic matrices, and apply some fundamental methods of topological dynamics and ergodic theory. Among the tools used in the analysis, which include Lyapunov exponents, Weyl matrices, exponential dichotomy, and weak disconjugacy, a fundamental role is played by the rotation number for linear Hami...

  20. Optimal linear precoding for indoor visible light communication system

    KAUST Repository

    Sifaou, Houssem

    2017-07-31

    Visible light communication (VLC) is an emerging technique that uses light-emitting diodes (LED) to combine communication and illumination. It is considered as a promising scheme for indoor wireless communication that can be deployed at reduced costs while offering high data rate performance. In this paper, we focus on the design of the downlink of a multi-user VLC system. Inherent to multi-user systems is the interference caused by the broadcast nature of the medium. Linear precoding based schemes are among the most popular solutions that have recently been proposed to mitigate inter-user interference. This paper focuses on the design of the optimal linear precoding scheme that solves the max-min signal-to-interference-plus-noise ratio (SINR) problem. The performance of the proposed precoding scheme is studied under different working conditions and compared with the classical zero-forcing precoding. Simulations have been provided to illustrate the high gain of the proposed scheme.

  1. Controllability of non-linear systems: generic singularities and their stability

    International Nuclear Information System (INIS)

    Davydov, Alexey A; Zakalyukin, Vladimir M

    2012-01-01

    This paper presents an overview of the state of the art in applications of singularity theory to the analysis of generic singularities of controllability of non-linear systems on manifolds. Bibliography: 40 titles.

  2. Successive approximation analog to digital conversion system with good differential linearity

    Energy Technology Data Exchange (ETDEWEB)

    Carter, D E; Randers-Pehrson, G [Ohio Univ., Athens (USA). Dept. of Physics

    1982-08-15

    A high speed modified successive approximation 4 input ADC system has been designed and constructed. Throughput rates of 250 kHz at 12 bit conversion gain with good differential linearity is achieved at low cost, using the MPX4 ADC system.

  3. Comparison between linear and non-parametric regression models for genome-enabled prediction in wheat.

    Science.gov (United States)

    Pérez-Rodríguez, Paulino; Gianola, Daniel; González-Camacho, Juan Manuel; Crossa, José; Manès, Yann; Dreisigacker, Susanne

    2012-12-01

    In genome-enabled prediction, parametric, semi-parametric, and non-parametric regression models have been used. This study assessed the predictive ability of linear and non-linear models using dense molecular markers. The linear models were linear on marker effects and included the Bayesian LASSO, Bayesian ridge regression, Bayes A, and Bayes B. The non-linear models (this refers to non-linearity on markers) were reproducing kernel Hilbert space (RKHS) regression, Bayesian regularized neural networks (BRNN), and radial basis function neural networks (RBFNN). These statistical models were compared using 306 elite wheat lines from CIMMYT genotyped with 1717 diversity array technology (DArT) markers and two traits, days to heading (DTH) and grain yield (GY), measured in each of 12 environments. It was found that the three non-linear models had better overall prediction accuracy than the linear regression specification. Results showed a consistent superiority of RKHS and RBFNN over the Bayesian LASSO, Bayesian ridge regression, Bayes A, and Bayes B models.

  4. Robust Stability and H∞ Control of Uncertain Piecewise Linear Switched Systems with Filippov Solutions

    DEFF Research Database (Denmark)

    Ahmadi, Mohamadreza; Mojallali, Hamed; Wisniewski, Rafal

    2012-01-01

    This paper addresses the robust stability and control problem of uncertain piecewise linear switched systems where, instead of the conventional Carathe ́odory solutions, we allow for Filippov solutions. In other words, in contrast to the previous studies, solutions with infinite switching in fini...... algorithm is proposed to surmount the aforementioned matrix inequality conditions....... time along the facets and on faces of arbitrary dimensions are also taken into account. Firstly, based on earlier results, the stability problem of piecewise linear systems with Filippov solutions is translated into a number of linear matrix inequality feasibility tests. Subsequently, a set of matrix...... inequalities are brought forward, which determines the asymptotic stability of the Filippov solutions of a given uncertain piecewise linear system. Afterwards, bilinear matrix inequality conditions for synthesizing a robust controller with a guaranteed H∞ per- formance are formulated. Finally, a V-K iteration...

  5. Chemical potential calculations in dense liquids using metadynamics

    Science.gov (United States)

    Perego, C.; Giberti, F.; Parrinello, M.

    2016-10-01

    The calculation of chemical potential has traditionally been a challenge in atomistic simulations. One of the most used approaches is Widom's insertion method in which the chemical potential is calculated by periodically attempting to insert an extra particle in the system. In dense systems this method fails since the insertion probability is very low. In this paper we show that in a homogeneous fluid the insertion probability can be increased using metadynamics. We test our method on a supercooled high density binary Lennard-Jones fluid. We find that we can obtain efficiently converged results even when Widom's method fails.

  6. Robust control of uncertain dynamic systems a linear state space approach

    CERN Document Server

    Yedavalli, Rama K

    2014-01-01

    This textbook aims to provide a clear understanding of the various tools of analysis and design for robust stability and performance of uncertain dynamic systems. In model-based control design and analysis, mathematical models can never completely represent the “real world” system that is being modeled, and thus it is imperative to incorporate and accommodate a level of uncertainty into the models. This book directly addresses these issues from a deterministic uncertainty viewpoint and focuses on the interval parameter characterization of uncertain systems. Various tools of analysis and design are presented in a consolidated manner. This volume fills a current gap in published works by explicitly addressing the subject of control of dynamic systems from linear state space framework, namely using a time-domain, matrix-theory based approach. This book also: Presents and formulates the robustness problem in a linear state space model framework Illustrates various systems level methodologies with examples and...

  7. Multi-objective optimization of linear multi-state multiple sliding window system

    International Nuclear Information System (INIS)

    Konak, Abdullah; Kulturel-Konak, Sadan; Levitin, Gregory

    2012-01-01

    This paper considers the optimal element sequencing in a linear multi-state multiple sliding window system that consists of n linearly ordered multi-state elements. Each multi-state element can have different states: from complete failure up to perfect functioning. A performance rate is associated with each state. The failure of type i in the system occurs if for any i (1≤i≤I) the cumulative performance of any r i consecutive elements is lower than w i . The element sequence strongly affects the probability of any type of system failure. The sequence that minimizes the probability of certain type of failure can provide high probability of other types of failures. Therefore the optimization problem for the multiple sliding window system is essentially multi-objective. The paper formulates and solves the multi-objective optimization problem for the multiple sliding window systems. A multi-objective Genetic Algorithm is used as the optimization engine. Illustrative examples are presented.

  8. Preparation of UO2 dense spherical particles by sol-gel technique

    International Nuclear Information System (INIS)

    Urbanek, V.; Dolezal, J.

    1977-01-01

    The results of the basic research and development of processes of preparation of dense UO 2 spherical particles by sol-gel technique are presented. Attention was paid to the study of chemistry of internal gelation step in the uranylnitrate-urea-hexamethylentetramine system. The existence regions of several stable gels with different properties were established in connection with variable ratio of basic gel's components and the appropriate ''Phase diagrams'' were drawn. From these diagrams, two of the most interesting types of uranyl gels were chosen for the subsequent thermal processing which included drying, reduction and sintering. The detailed studies of each step of the whole process enabled preparation of UO 2 dense spheres with well defined microstructure

  9. Focal points and principal solutions of linear Hamiltonian systems revisited

    Science.gov (United States)

    Šepitka, Peter; Šimon Hilscher, Roman

    2018-05-01

    In this paper we present a novel view on the principal (and antiprincipal) solutions of linear Hamiltonian systems, as well as on the focal points of their conjoined bases. We present a new and unified theory of principal (and antiprincipal) solutions at a finite point and at infinity, and apply it to obtain new representation of the multiplicities of right and left proper focal points of conjoined bases. We show that these multiplicities can be characterized by the abnormality of the system in a neighborhood of the given point and by the rank of the associated T-matrix from the theory of principal (and antiprincipal) solutions. We also derive some additional important results concerning the representation of T-matrices and associated normalized conjoined bases. The results in this paper are new even for completely controllable linear Hamiltonian systems. We also discuss other potential applications of our main results, in particular in the singular Sturmian theory.

  10. Fractional order differentiation by integration: An application to fractional linear systems

    KAUST Repository

    Liu, Dayan

    2013-02-04

    In this article, we propose a robust method to compute the output of a fractional linear system defined through a linear fractional differential equation (FDE) with time-varying coefficients, where the input can be noisy. We firstly introduce an estimator of the fractional derivative of an unknown signal, which is defined by an integral formula obtained by calculating the fractional derivative of a truncated Jacobi polynomial series expansion. We then approximate the FDE by applying to each fractional derivative this formal algebraic integral estimator. Consequently, the fractional derivatives of the solution are applied on the used Jacobi polynomials and then we need to identify the unknown coefficients of the truncated series expansion of the solution. Modulating functions method is used to estimate these coefficients by solving a linear system issued from the approximated FDE and some initial conditions. A numerical result is given to confirm the reliability of the proposed method. © 2013 IFAC.

  11. Lattice cluster theory for dense, thin polymer films.

    Science.gov (United States)

    Freed, Karl F

    2015-04-07

    While the application of the lattice cluster theory (LCT) to study the miscibility of polymer blends has greatly expanded our understanding of the monomer scale molecular details influencing miscibility, the corresponding theory for inhomogeneous systems has not yet emerged because of considerable technical difficulties and much greater complexity. Here, we present a general formulation enabling the extension of the LCT to describe the thermodynamic properties of dense, thin polymer films using a high dimension, high temperature expansion. Whereas the leading order of the LCT for bulk polymer systems is essentially simple Flory-Huggins theory, the highly non-trivial leading order inhomogeneous LCT (ILCT) for a film with L layers already involves the numerical solution of 3(L - 1) coupled, highly nonlinear equations for the various density profiles in the film. The new theory incorporates the essential "transport" constraints of Helfand and focuses on the strict imposition of excluded volume constraints, appropriate to dense polymer systems, rather than the maintenance of chain connectivity as appropriate for lower densities and as implemented in self-consistent theories of polymer adsorption at interfaces. The ILCT is illustrated by presenting examples of the computed profiles of the density, the parallel and perpendicular bonds, and the chain ends for free standing and supported films as a function of average film density, chain length, temperature, interaction with support, and chain stiffness. The results generally agree with expected general trends.

  12. Lattice cluster theory for dense, thin polymer films

    International Nuclear Information System (INIS)

    Freed, Karl F.

    2015-01-01

    While the application of the lattice cluster theory (LCT) to study the miscibility of polymer blends has greatly expanded our understanding of the monomer scale molecular details influencing miscibility, the corresponding theory for inhomogeneous systems has not yet emerged because of considerable technical difficulties and much greater complexity. Here, we present a general formulation enabling the extension of the LCT to describe the thermodynamic properties of dense, thin polymer films using a high dimension, high temperature expansion. Whereas the leading order of the LCT for bulk polymer systems is essentially simple Flory-Huggins theory, the highly non-trivial leading order inhomogeneous LCT (ILCT) for a film with L layers already involves the numerical solution of 3(L − 1) coupled, highly nonlinear equations for the various density profiles in the film. The new theory incorporates the essential “transport” constraints of Helfand and focuses on the strict imposition of excluded volume constraints, appropriate to dense polymer systems, rather than the maintenance of chain connectivity as appropriate for lower densities and as implemented in self-consistent theories of polymer adsorption at interfaces. The ILCT is illustrated by presenting examples of the computed profiles of the density, the parallel and perpendicular bonds, and the chain ends for free standing and supported films as a function of average film density, chain length, temperature, interaction with support, and chain stiffness. The results generally agree with expected general trends

  13. The graphics software of the Saclay linear accelerator control system

    International Nuclear Information System (INIS)

    Gournay, J.F.

    1987-06-01

    The Control system of the Saclay Linear Accelerator is based upon modern technology hardware. In the graphic software, pictures are created in exactly the same manner for all the graphic devices supported by the system. The informations used to draw a picture are stored in an array called a graphic segment. Three output primitives are used to add graphic material in a segment. Three coordinate systems are defined

  14. Inference from correlated patterns: a unified theory for perceptron learning and linear vector channels

    Energy Technology Data Exchange (ETDEWEB)

    Kabashima, Y [Department of Computational Intelligence and Systems Science, Tokyo Institute of Technology, Yokohama 226-8502 (Japan)], E-mail: kaba@dis.titech.ac.jp

    2008-01-15

    A framework to analyze inference performance in densely connected single-layer feed-forward networks is developed for situations where a given data set is composed of correlated patterns. The framework is based on the assumption that the left and right singular value bases of the given pattern matrix are generated independently and uniformly from Haar measures. This assumption makes it possible to characterize the objective system by a single function of two variables which is determined by the eigenvalue spectrum of the cross-correlation matrix of the pattern matrix. Links to existing methods for analysis of perceptron learning and Gaussian linear vector channels and an application to a simple but nontrivial problem are also shown.

  15. Inference from correlated patterns: a unified theory for perceptron learning and linear vector channels

    International Nuclear Information System (INIS)

    Kabashima, Y

    2008-01-01

    A framework to analyze inference performance in densely connected single-layer feed-forward networks is developed for situations where a given data set is composed of correlated patterns. The framework is based on the assumption that the left and right singular value bases of the given pattern matrix are generated independently and uniformly from Haar measures. This assumption makes it possible to characterize the objective system by a single function of two variables which is determined by the eigenvalue spectrum of the cross-correlation matrix of the pattern matrix. Links to existing methods for analysis of perceptron learning and Gaussian linear vector channels and an application to a simple but nontrivial problem are also shown

  16. Inference from correlated patterns: a unified theory for perceptron learning and linear vector channels

    Science.gov (United States)

    Kabashima, Y.

    2008-01-01

    A framework to analyze inference performance in densely connected single-layer feed-forward networks is developed for situations where a given data set is composed of correlated patterns. The framework is based on the assumption that the left and right singular value bases of the given pattern matrix are generated independently and uniformly from Haar measures. This assumption makes it possible to characterize the objective system by a single function of two variables which is determined by the eigenvalue spectrum of the cross-correlation matrix of the pattern matrix. Links to existing methods for analysis of perceptron learning and Gaussian linear vector channels and an application to a simple but nontrivial problem are also shown.

  17. Mathematical models of non-linear phenomena, processes and systems: from molecular scale to planetary atmosphere

    CERN Document Server

    2013-01-01

    This book consists of twenty seven chapters, which can be divided into three large categories: articles with the focus on the mathematical treatment of non-linear problems, including the methodologies, algorithms and properties of analytical and numerical solutions to particular non-linear problems; theoretical and computational studies dedicated to the physics and chemistry of non-linear micro-and nano-scale systems, including molecular clusters, nano-particles and nano-composites; and, papers focused on non-linear processes in medico-biological systems, including mathematical models of ferments, amino acids, blood fluids and polynucleic chains.

  18. Asymptotic Stabilization of Continuous-Time Linear Systems with Input and State Quantizations

    Directory of Open Access Journals (Sweden)

    Sung Wook Yun

    2014-01-01

    Full Text Available This paper discusses the asymptotic stabilization problem of linear systems with input and state quantizations. In order to achieve asymptotic stabilization of such systems, we propose a state-feedback controller comprising two control parts: the main part is used to determine the fundamental characteristics of the system associated with the cost, and the additional part is employed to eliminate the effects of input and state quanizations. In particular, in order to implement the additional part, we introduce a quantizer with a region-decision making process (RDMP for a certain linear switching surface. The simulation results show the effectiveness of the proposed controller.

  19. Risk adjusted receding horizon control of constrained linear parameter varying systems

    NARCIS (Netherlands)

    Sznaier, M.; Lagoa, C.; Stoorvogel, Antonie Arij; Li, X.

    2005-01-01

    In the past few years, control of Linear Parameter Varying Systems (LPV) has been the object of considerable attention, as a way of formalizing the intuitively appealing idea of gain scheduling control for nonlinear systems. However, currently available LPV techniques are both computationally

  20. On modulated complex non-linear dynamical systems

    International Nuclear Information System (INIS)

    Mahmoud, G.M.; Mohamed, A.A.; Rauh, A.

    1999-01-01

    This paper is concerned with the development of an approximate analytical method to investigate periodic solutions and their stability in the case of modulated non-linear dynamical systems whose equation of motion is describe. Such differential equations appear, for example, in problems of colliding particle beams in high-energy accelerators or one-mass systems with two or more degrees of freedom, e.g. rotors. The significance of periodic solutions lies on the fact that all non-periodic responses, if convergent, would approach to periodic solutions at the steady-state conditions. The example shows a good agreement between numerical and analytical results for small values of ε. The effect of the periodic modulation on the stability of the 2π-periodic solutions is discussed

  1. Prediction of a Densely Loaded Particle-Laden Jet using a Euler-Lagrange Dense Spray Model

    Science.gov (United States)

    Pakseresht, Pedram; Apte, Sourabh V.

    2017-11-01

    Modeling of a dense spray regime using an Euler-Lagrange discrete-element approach is challenging because of local high volume loading. A subgrid cluster of droplets can lead to locally high void fractions for the disperse phase. Under these conditions, spatio-temporal changes in the carrier phase volume fractions, which are commonly neglected in spray simulations in an Euler-Lagrange two-way coupling model, could become important. Accounting for the carrier phase volume fraction variations, leads to zero-Mach number, variable density governing equations. Using pressure-based solvers, this gives rise to a source term in the pressure Poisson equation and a non-divergence free velocity field. To test the validity and predictive capability of such an approach, a round jet laden with solid particles is investigated using Direct Numerical Simulation and compared with available experimental data for different loadings. Various volume fractions spanning from dilute to dense regimes are investigated with and without taking into account the volume displacement effects. The predictions of the two approaches are compared and analyzed to investigate the effectiveness of the dense spray model. Financial support was provided by National Aeronautics and Space Administration (NASA).

  2. Projective Synchronization of Chaotic Discrete Dynamical Systems via Linear State Error Feedback Control

    Directory of Open Access Journals (Sweden)

    Baogui Xin

    2015-04-01

    Full Text Available A projective synchronization scheme for a kind of n-dimensional discrete dynamical system is proposed by means of a linear feedback control technique. The scheme consists of master and slave discrete dynamical systems coupled by linear state error variables. A kind of novel 3-D chaotic discrete system is constructed, to which the test for chaos is applied. By using the stability principles of an upper or lower triangular matrix, two controllers for achieving projective synchronization are designed and illustrated with the novel systems. Lastly some numerical simulations are employed to validate the effectiveness of the proposed projective synchronization scheme.

  3. Determining mineralogical variations of aeolian deposits using thermal infrared emissivity and linear deconvolution methods

    Science.gov (United States)

    Hubbard, Bernard E.; Hooper, Donald M.; Solano, Federico; Mars, John C.

    2018-01-01

    We apply linear deconvolution methods to derive mineral and glass proportions for eight field sample training sites at seven dune fields: (1) Algodones, California; (2) Big Dune, Nevada; (3) Bruneau, Idaho; (4) Great Kobuk Sand Dunes, Alaska; (5) Great Sand Dunes National Park and Preserve, Colorado; (6) Sunset Crater, Arizona; and (7) White Sands National Monument, New Mexico. These dune fields were chosen because they represent a wide range of mineral grain mixtures and allow us to gauge a better understanding of both compositional and sorting effects within terrestrial and extraterrestrial dune systems. We also use actual ASTER TIR emissivity imagery to map the spatial distribution of these minerals throughout the seven dune fields and evaluate the effects of degraded spectral resolution on the accuracy of mineral abundances retrieved. Our results show that hyperspectral data convolutions of our laboratory emissivity spectra outperformed multispectral data convolutions of the same data with respect to the mineral, glass and lithic abundances derived. Both the number and wavelength position of spectral bands greatly impacts the accuracy of linear deconvolution retrieval of feldspar proportions (e.g. K-feldspar vs. plagioclase) especially, as well as the detection of certain mafic and carbonate minerals. In particular, ASTER mapping results show that several of the dune sites display patterns such that less dense minerals typically have higher abundances near the center of the active and most evolved dunes in the field, while more dense minerals and glasses appear to be more abundant along the margins of the active dune fields.

  4. Determining mineralogical variations of aeolian deposits using thermal infrared emissivity and linear deconvolution methods

    Science.gov (United States)

    Hubbard, Bernard E.; Hooper, Donald M.; Solano, Federico; Mars, John C.

    2018-02-01

    We apply linear deconvolution methods to derive mineral and glass proportions for eight field sample training sites at seven dune fields: (1) Algodones, California; (2) Big Dune, Nevada; (3) Bruneau, Idaho; (4) Great Kobuk Sand Dunes, Alaska; (5) Great Sand Dunes National Park and Preserve, Colorado; (6) Sunset Crater, Arizona; and (7) White Sands National Monument, New Mexico. These dune fields were chosen because they represent a wide range of mineral grain mixtures and allow us to gauge a better understanding of both compositional and sorting effects within terrestrial and extraterrestrial dune systems. We also use actual ASTER TIR emissivity imagery to map the spatial distribution of these minerals throughout the seven dune fields and evaluate the effects of degraded spectral resolution on the accuracy of mineral abundances retrieved. Our results show that hyperspectral data convolutions of our laboratory emissivity spectra outperformed multispectral data convolutions of the same data with respect to the mineral, glass and lithic abundances derived. Both the number and wavelength position of spectral bands greatly impacts the accuracy of linear deconvolution retrieval of feldspar proportions (e.g. K-feldspar vs. plagioclase) especially, as well as the detection of certain mafic and carbonate minerals. In particular, ASTER mapping results show that several of the dune sites display patterns such that less dense minerals typically have higher abundances near the center of the active and most evolved dunes in the field, while more dense minerals and glasses appear to be more abundant along the margins of the active dune fields.

  5. Ultra High Intensity laser produced fast electron transport in under-dense and over-dense matter

    International Nuclear Information System (INIS)

    Manclossi, Mauro

    2006-01-01

    This thesis is related to inertial fusion research, and particularly concerns the approach to fast ignition, which is based on the use of ultra-intense laser pulses to ignite the thermonuclear fuel. Until now, the feasibility of this scheme has not been proven and depends on many fundamental aspects of the underlying physics, which are not yet fully understood and which are also very far from controls. The main purpose of this thesis is the experimental study of transport processes in the material over-dense (solid) and under-dense (gas jet) of a beam of fast electrons produced by pulse laser at a intensity of some 10 19 Wcm -2 . (author)

  6. Influence of galactic arm scale dynamics on the molecular composition of the cold and dense ISM. I. Observed abundance gradients in dense clouds

    Science.gov (United States)

    Ruaud, M.; Wakelam, V.; Gratier, P.; Bonnell, I. A.

    2018-04-01

    Aim. We study the effect of large scale dynamics on the molecular composition of the dense interstellar medium during the transition between diffuse to dense clouds. Methods: We followed the formation of dense clouds (on sub-parsec scales) through the dynamics of the interstellar medium at galactic scales. We used results from smoothed particle hydrodynamics (SPH) simulations from which we extracted physical parameters that are used as inputs for our full gas-grain chemical model. In these simulations, the evolution of the interstellar matter is followed for 50 Myr. The warm low-density interstellar medium gas flows into spiral arms where orbit crowding produces the shock formation of dense clouds, which are held together temporarily by the external pressure. Results: We show that depending on the physical history of each SPH particle, the molecular composition of the modeled dense clouds presents a high dispersion in the computed abundances even if the local physical properties are similar. We find that carbon chains are the most affected species and show that these differences are directly connected to differences in (1) the electronic fraction, (2) the C/O ratio, and (3) the local physical conditions. We argue that differences in the dynamical evolution of the gas that formed dense clouds could account for the molecular diversity observed between and within these clouds. Conclusions: This study shows the importance of past physical conditions in establishing the chemical composition of the dense medium.

  7. Solving large-scale sparse eigenvalue problems and linear systems of equations for accelerator modeling

    International Nuclear Information System (INIS)

    Gene Golub; Kwok Ko

    2009-01-01

    The solutions of sparse eigenvalue problems and linear systems constitute one of the key computational kernels in the discretization of partial differential equations for the modeling of linear accelerators. The computational challenges faced by existing techniques for solving those sparse eigenvalue problems and linear systems call for continuing research to improve on the algorithms so that ever increasing problem size as required by the physics application can be tackled. Under the support of this award, the filter algorithm for solving large sparse eigenvalue problems was developed at Stanford to address the computational difficulties in the previous methods with the goal to enable accelerator simulations on then the world largest unclassified supercomputer at NERSC for this class of problems. Specifically, a new method, the Hemitian skew-Hemitian splitting method, was proposed and researched as an improved method for solving linear systems with non-Hermitian positive definite and semidefinite matrices.

  8. Parametric Linear Hybrid Automata for Complex Environmental Systems Modeling

    Directory of Open Access Journals (Sweden)

    Samar Hayat Khan Tareen

    2015-07-01

    Full Text Available Environmental systems, whether they be weather patterns or predator-prey relationships, are dependent on a number of different variables, each directly or indirectly affecting the system at large. Since not all of these factors are known, these systems take on non-linear dynamics, making it difficult to accurately predict meaningful behavioral trends far into the future. However, such dynamics do not warrant complete ignorance of different efforts to understand and model close approximations of these systems. Towards this end, we have applied a logical modeling approach to model and analyze the behavioral trends and systematic trajectories that these systems exhibit without delving into their quantification. This approach, formalized by René Thomas for discrete logical modeling of Biological Regulatory Networks (BRNs and further extended in our previous studies as parametric biological linear hybrid automata (Bio-LHA, has been previously employed for the analyses of different molecular regulatory interactions occurring across various cells and microbial species. As relationships between different interacting components of a system can be simplified as positive or negative influences, we can employ the Bio-LHA framework to represent different components of the environmental system as positive or negative feedbacks. In the present study, we highlight the benefits of hybrid (discrete/continuous modeling which lead to refinements among the fore-casted behaviors in order to find out which ones are actually possible. We have taken two case studies: an interaction of three microbial species in a freshwater pond, and a more complex atmospheric system, to show the applications of the Bio-LHA methodology for the timed hybrid modeling of environmental systems. Results show that the approach using the Bio-LHA is a viable method for behavioral modeling of complex environmental systems by finding timing constraints while keeping the complexity of the model

  9. Experiments on two-step heating of a dense plasma in the GOL-3 facility

    International Nuclear Information System (INIS)

    Astrelin, V.T.; Burdakov, A.V.; Koidan, V.S.; Mekler, K.I.; Mel'nikov, P.I.; Postupaev, V.V.; Shcheglov, M.A.

    1998-01-01

    This paper presents the results of experiments on two-stage heating of a dense plasma by a relativistic electron beam in the GOL-3 facility. A dense plasma with a length of about a meter and a hydrogen density up to 10 17 cm -3 was created in the main plasma, whose density was 10 15 cm -3 . In the process of interacting with the plasma, the electron beam (1 MeV, 40 kA, 4 μs) imparts its energy to the electrons of the main plasma through collective effects. The heated electrons, as they disperse along the magnetic field lines, in turn reach the region of dense plasma and impart their energy to it by pairwise collisions. Estimates based on experimental data are given for the parameters of the flux of hot plasma electrons, the energy released in the dense plasma, and the energy balance of the beam-plasma system. The paper discusses the dynamics of the plasma, which is inhomogeneous in density and temperature, including the appearance of pressure waves

  10. CHEBYSHEV ACCELERATION TECHNIQUE FOR SOLVING FUZZY LINEAR SYSTEM

    Directory of Open Access Journals (Sweden)

    S.H. Nasseri

    2011-07-01

    Full Text Available In this paper, Chebyshev acceleration technique is used to solve the fuzzy linear system (FLS. This method is discussed in details and followed by summary of some other acceleration techniques. Moreover, we show that in some situations that the methods such as Jacobi, Gauss-Sidel, SOR and conjugate gradient is divergent, our proposed method is applicable and the acquired results are illustrated by some numerical examples.

  11. CHEBYSHEV ACCELERATION TECHNIQUE FOR SOLVING FUZZY LINEAR SYSTEM

    Directory of Open Access Journals (Sweden)

    S.H. Nasseri

    2009-10-01

    Full Text Available In this paper, Chebyshev acceleration technique is used to solve the fuzzy linear system (FLS. This method is discussed in details and followed by summary of some other acceleration techniques. Moreover, we show that in some situations that the methods such as Jacobi, Gauss-Sidel, SOR and conjugate gradient is divergent, our proposed method is applicable and the acquired results are illustrated by some numerical examples.

  12. Efficient Preconditioning of Sequences of Nonsymmetric Linear Systems

    Czech Academy of Sciences Publication Activity Database

    Duintjer Tebbens, Jurjen; Tůma, Miroslav

    2007-01-01

    Roč. 29, č. 5 (2007), s. 1918-1941 ISSN 1064-8275 R&D Projects: GA AV ČR 1ET400300415; GA AV ČR KJB100300703 Institutional research plan: CEZ:AV0Z10300504 Keywords : preconditioned iterative methods * sparse matrices * sequences of linear algebraic systems * incomplete factorizations * factorization updates * Gauss–Jordan transformations * minimum spanning tree Subject RIV: BA - General Mathematics Impact factor: 1.784, year: 2007

  13. Dense chlorinated solvents and other DNAPLs in groundwater

    DEFF Research Database (Denmark)

    Broholm, K.

    1996-01-01

    Anmeldelse af Pankow,J.F. & Cherry,J.A.: Dense chlorinated solvents and other DNAPLs in groundwater. Waterloo Press, Portland, Oregon, USA, 1996......Anmeldelse af Pankow,J.F. & Cherry,J.A.: Dense chlorinated solvents and other DNAPLs in groundwater. Waterloo Press, Portland, Oregon, USA, 1996...

  14. Strange mesons in dense nuclear matter

    International Nuclear Information System (INIS)

    Senger, P.

    2000-10-01

    Experimental data on the production of kaons and antikaons in heavy ion collisions at relativistic energies are reviewed with respect to in-medium effects. The K - /K + ratios measured in nucleus-nucleus collisions are 1-2 orders of magnitude larger than in proton-proton collisions. The azimuthal angle distributions of K + mesons indicate a repulsive kaon-nucleon potential. Microscopic transport calculations consistently explain both the yields and the emission patterns of kaons and antikaons when assuming that their properties are modified in dense nuclear matter. The K + production excitation functions measured in light and heavy collision systems provide evidence for a soft nuclear equation-of-state. (orig.)

  15. Is dense codeswitching complex?

    NARCIS (Netherlands)

    Dorleijn, M.

    In this paper the question is raised to what extent dense code switching can be considered complex. Psycholinguistic experiments indicate that code switching involves cognitive costs, both in production and comprehension, a conclusion that could indicate that code switching is indeed complex. In

  16. Interaction of ultrarelativistic electron and proton bunches with dense plasmas

    CERN Document Server

    Rukhadze, A A

    2012-01-01

    Here we discuss the possibility of employment of ultrarelativistic electron and proton bunches for generation of high plasma wakefields in dense plasmas due to the Cherenkov resonance plasma-bunch interaction. We estimate the maximum amplitude of such a wake and minimum system length at which the maximum amplitude can be generated at the given bunch parameters.

  17. 1991 US-Japan workshop on Nuclear Fusion in Dense Plasmas

    International Nuclear Information System (INIS)

    Ichimaru, S.; Tajima, T.

    1991-10-01

    The scientific areas covered at the Workshop may be classified into the following subfields: (1) basic theory of dense plasma physics and its interface with atomic physics and nuclear physics; (2) physics of dense z-pinches, ICF plasmas etc; (3) stellar interior plasmas; (4) cold fusion; and (5) other dense plasmas

  18. Finding Hierarchical and Overlapping Dense Subgraphs using Nucleus Decompositions

    Energy Technology Data Exchange (ETDEWEB)

    Seshadhri, Comandur [The Ohio State Univ., Columbus, OH (United States); Pinar, Ali [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Sariyuce, Ahmet Erdem [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Catalyurek, Umit [The Ohio State Univ., Columbus, OH (United States)

    2014-11-01

    Finding dense substructures in a graph is a fundamental graph mining operation, with applications in bioinformatics, social networks, and visualization to name a few. Yet most standard formulations of this problem (like clique, quasiclique, k-densest subgraph) are NP-hard. Furthermore, the goal is rarely to nd the \\true optimum", but to identify many (if not all) dense substructures, understand their distribution in the graph, and ideally determine a hierarchical structure among them. Current dense subgraph nding algorithms usually optimize some objective, and only nd a few such subgraphs without providing any hierarchy. It is also not clear how to account for overlaps in dense substructures. We de ne the nucleus decomposition of a graph, which represents the graph as a forest of nuclei. Each nucleus is a subgraph where smaller cliques are present in many larger cliques. The forest of nuclei is a hierarchy by containment, where the edge density increases as we proceed towards leaf nuclei. Sibling nuclei can have limited intersections, which allows for discovery of overlapping dense subgraphs. With the right parameters, the nuclear decomposition generalizes the classic notions of k-cores and k-trusses. We give provable e cient algorithms for nuclear decompositions, and empirically evaluate their behavior in a variety of real graphs. The tree of nuclei consistently gives a global, hierarchical snapshot of dense substructures, and outputs dense subgraphs of higher quality than other state-of-theart solutions. Our algorithm can process graphs with tens of millions of edges in less than an hour.

  19. Adaptions of ArcGIS' Linear Referencing System to the Coastal Environment

    DEFF Research Database (Denmark)

    Balstrøm, Thomas

    2008-01-01

    For many years it has been problematic to store information for the coastal environment in a GIS. However, a system named "Linear referencing System" based upon a dynamic segmentation principle implemented in ESRIs ArcGIS 9 software has now made it possible to store and analyze information...

  20. Linear quadratic Gaussian controller design for plasma current, position and shape control system in ITER

    International Nuclear Information System (INIS)

    Belyakov, V.; Kavin, A.; Rumyantsev, E.; Kharitonov, V.; Misenov, B.; Ovsyannikov, A.; Ovsyannikov, D.; Veremei, E.; Zhabko, A.; Mitrishkin, Y.

    1999-01-01

    This paper is focused on the linear quadratic Gaussian (LQG) controller synthesis methodology for the ITER plasma current, position and shape control system as well as power derivative management system. It has been shown that some poloidal field (PF) coils have less influence on reference plasma-wall gaps control during plasma disturbances and hence they have been used to reduce total control power derivative by means of the additional non-linear feedback. The design has been done on the basis of linear models. Simulation was provided for non-linear model and results are presented and discussed. (orig.)