WorldWideScience

Sample records for parallel symbolic state-space

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

    Directory of Open Access Journals (Sweden)

    Gianfranco Ciardo

    2009-12-01

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

  2. Multi-core symbolic bisimulation minimisation

    OpenAIRE

    Dijk, Tom van; Pol, Jaco van de

    2017-01-01

    We introduce parallel symbolic algorithms for bisimulation minimisation, to combat the combinatorial state space explosion along three different paths. Bisimulation minimisation reduces a transition system to the smallest system with equivalent behaviour. We consider strong and branching bisimilarity for interactive Markov chains, which combine labelled transition systems and continuous-time Markov chains. Large state spaces can be represented concisely by symbolic techniques, based on binary...

  3. Multi-core symbolic bisimulation minimisation

    NARCIS (Netherlands)

    Dijk, Tom van; Pol, Jaco van de

    2017-01-01

    We introduce parallel symbolic algorithms for bisimulation minimisation, to combat the combinatorial state space explosion along three different paths. Bisimulation minimisation reduces a transition system to the smallest system with equivalent behaviour. We consider strong and branching

  4. A Parallel Saturation Algorithm on Shared Memory Architectures

    Science.gov (United States)

    Ezekiel, Jonathan; Siminiceanu

    2007-01-01

    Symbolic state-space generators are notoriously hard to parallelize. However, the Saturation algorithm implemented in the SMART verification tool differs from other sequential symbolic state-space generators in that it exploits the locality of ring events in asynchronous system models. This paper explores whether event locality can be utilized to efficiently parallelize Saturation on shared-memory architectures. Conceptually, we propose to parallelize the ring of events within a decision diagram node, which is technically realized via a thread pool. We discuss the challenges involved in our parallel design and conduct experimental studies on its prototypical implementation. On a dual-processor dual core PC, our studies show speed-ups for several example models, e.g., of up to 50% for a Kanban model, when compared to running our algorithm only on a single core.

  5. State-space-based harmonic stability analysis for paralleled grid-connected inverters

    DEFF Research Database (Denmark)

    Wang, Yanbo; Wang, Xiongfei; Chen, Zhe

    2016-01-01

    This paper addresses a state-space-based harmonic stability analysis of paralleled grid-connected inverters system. A small signal model of individual inverter is developed, where LCL filter, the equivalent delay of control system, and current controller are modeled. Then, the overall small signal...... model of paralleled grid-connected inverters is built. Finally, the state space-based stability analysis approach is developed to explain the harmonic resonance phenomenon. The eigenvalue traces associated with time delay and coupled grid impedance are obtained, which accounts for how the unstable...... inverter produces the harmonic resonance and leads to the instability of whole paralleled system. The proposed approach reveals the contributions of the grid impedance as well as the coupled effect on other grid-connected inverters under different grid conditions. Simulation and experimental results...

  6. Toward a model framework of generalized parallel componential processing of multi-symbol numbers.

    Science.gov (United States)

    Huber, Stefan; Cornelsen, Sonja; Moeller, Korbinian; Nuerk, Hans-Christoph

    2015-05-01

    In this article, we propose and evaluate a new model framework of parallel componential multi-symbol number processing, generalizing the idea of parallel componential processing of multi-digit numbers to the case of negative numbers by considering the polarity signs similar to single digits. In a first step, we evaluated this account by defining and investigating a sign-decade compatibility effect for the comparison of positive and negative numbers, which extends the unit-decade compatibility effect in 2-digit number processing. Then, we evaluated whether the model is capable of accounting for previous findings in negative number processing. In a magnitude comparison task, in which participants had to single out the larger of 2 integers, we observed a reliable sign-decade compatibility effect with prolonged reaction times for incompatible (e.g., -97 vs. +53; in which the number with the larger decade digit has the smaller, i.e., negative polarity sign) as compared with sign-decade compatible number pairs (e.g., -53 vs. +97). Moreover, an analysis of participants' eye fixation behavior corroborated our model of parallel componential processing of multi-symbol numbers. These results are discussed in light of concurrent theoretical notions about negative number processing. On the basis of the present results, we propose a generalized integrated model framework of parallel componential multi-symbol processing. (c) 2015 APA, all rights reserved).

  7. Novel Rock Detection Intelligence for Space Exploration Based on Non-Symbolic Algorithms and Concepts

    Science.gov (United States)

    Yildirim, Sule; Beachell, Ronald L.; Veflingstad, Henning

    2007-01-01

    Future space exploration can utilize artificial intelligence as an integral part of next generation space rover technology to make the rovers more autonomous in performing mission objectives. The main advantage of the increased autonomy through a higher degree of intelligence is that it allows for greater utilization of rover resources by reducing the frequency of time consuming communications between rover and earth. In this paper, we propose a space exploration application of our research on a non-symbolic algorithm and concepts model. This model is based on one of the most recent approaches of cognitive science and artificial intelligence research, a parallel distributed processing approach. We use the Mars rovers. Sprit and Opportunity, as a starting point for proposing what rovers in the future could do if the presented model of non-symbolic algorithms and concepts is embedded in a future space rover. The chosen space exploration application for this paper, novel rock detection, is only one of many potential space exploration applications which can be optimized (through reduction of the frequency of rover-earth communications. collection and transmission of only data that is distinctive/novel) through the use of artificial intelligence technology compared to existing approaches.

  8. Exploiting Stabilizers and Parallelism in State Space Generation with the Symmetry Method

    DEFF Research Database (Denmark)

    Lorentsen, Louise; Kristensen, Lars Michael

    2001-01-01

    The symmetry method is a main reduction paradigm for alleviating the state explosion problem. For large symmetry groups deciding whether two states are symmetric becomes time expensive due to the apparent high time complexity of the orbit problem. The contribution of this paper is to alleviate th...... the negative impact of the orbit problem by the specification of canonical representatives for equivalence classes of states in Coloured Petri Nets, and by giving algorithms exploiting stabilizers and parallelism for computing the condensed state space....

  9. Efficient Symmetry Reduction and the Use of State Symmetries for Symbolic Model Checking

    Directory of Open Access Journals (Sweden)

    Christian Appold

    2010-06-01

    Full Text Available One technique to reduce the state-space explosion problem in temporal logic model checking is symmetry reduction. The combination of symmetry reduction and symbolic model checking by using BDDs suffered a long time from the prohibitively large BDD for the orbit relation. Dynamic symmetry reduction calculates representatives of equivalence classes of states dynamically and thus avoids the construction of the orbit relation. In this paper, we present a new efficient model checking algorithm based on dynamic symmetry reduction. Our experiments show that the algorithm is very fast and allows the verification of larger systems. We additionally implemented the use of state symmetries for symbolic symmetry reduction. To our knowledge we are the first who investigated state symmetries in combination with BDD based symbolic model checking.

  10. Mythology, Weltanschauung, symbolic universe and states of consciousness

    Directory of Open Access Journals (Sweden)

    Gert Malan

    2016-07-01

    Full Text Available This article investigates whether different religious (mythological worldviews can be described as alternative and altered states of consciousness (ASCs. Differences between conscious and unconscious motivations for behaviour are discussed before looking at ASCs, Weltanschauung and symbolic universes. Mythology can be described both as Weltanschauung and symbolic universe, functioning on all levels of consciousness. Different Weltanschauungen constitute alternative states of consciousness. Compared to secular worldviews, religious worldviews may be described as ASCs. Thanks to our globalised modern societies, the issue is even more complex, as alternate modernities lead to a symbolic multiverse, with individuals living in a social multiverse. Keyowrds: mythology; Weltanschauung; worldview; symbolic universe; states of consciousness; altered states of consciousness; alternative states of consciousness; symbolic multiverse; social multiverse

  11. Proceedings of the workshop on Compilation of (Symbolic) Languages for Parallel Computers

    Energy Technology Data Exchange (ETDEWEB)

    Foster, I.; Tick, E. (comp.)

    1991-11-01

    This report comprises the abstracts and papers for the talks presented at the Workshop on Compilation of (Symbolic) Languages for Parallel Computers, held October 31--November 1, 1991, in San Diego. These unreferred contributions were provided by the participants for the purpose of this workshop; many of them will be published elsewhere in peer-reviewed conferences and publications. Our goal is planning this workshop was to bring together researchers from different disciplines with common problems in compilation. In particular, we wished to encourage interaction between researchers working in compilation of symbolic languages and those working on compilation of conventional, imperative languages. The fundamental problems facing researchers interested in compilation of logic, functional, and procedural programming languages for parallel computers are essentially the same. However, differences in the basic programming paradigms have led to different communities emphasizing different species of the parallel compilation problem. For example, parallel logic and functional languages provide dataflow-like formalisms in which control dependencies are unimportant. Hence, a major focus of research in compilation has been on techniques that try to infer when sequential control flow can safely be imposed. Granularity analysis for scheduling is a related problem. The single- assignment property leads to a need for analysis of memory use in order to detect opportunities for reuse. Much of the work in each of these areas relies on the use of abstract interpretation techniques.

  12. Algorithms for a parallel implementation of Hidden Markov Models with a small state space

    DEFF Research Database (Denmark)

    Nielsen, Jesper; Sand, Andreas

    2011-01-01

    Two of the most important algorithms for Hidden Markov Models are the forward and the Viterbi algorithms. We show how formulating these using linear algebra naturally lends itself to parallelization. Although the obtained algorithms are slow for Hidden Markov Models with large state spaces...

  13. On the Symbolic Verification of Timed Systems

    DEFF Research Database (Denmark)

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

    1999-01-01

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

  14. Exploiting Stabilizers and Parallelism in State Space Generation with the Symmetry Method

    DEFF Research Database (Denmark)

    Lorentsen, Louise; Kristensen, Lars Michael

    2001-01-01

    The symmetry method is a main reduction paradigm for alleviating the state explosion problem. For large symmetry groups deciding whether two states are symmetric becomes time expensive due to the apparent high time complexity of the orbit problem. The contribution of this paper is to alleviate th...... the negative impact of the orbit problem by the specification of canonical representatives for equivalence classes of states in Coloured Petri Nets, and by giving algorithms exploiting stabilizers and parallelism for computing the condensed state space.......The symmetry method is a main reduction paradigm for alleviating the state explosion problem. For large symmetry groups deciding whether two states are symmetric becomes time expensive due to the apparent high time complexity of the orbit problem. The contribution of this paper is to alleviate...

  15. Parties, rituals and symbolisms in schools

    Directory of Open Access Journals (Sweden)

    Ana Cecilia Valencia Aguirre

    2015-07-01

    Full Text Available This paper aims at analyzing school parties from interaction spaces and principals’ narratives in six schools in the state of Jalisco. A party is a ritual where participants share symbols related to imaginary –hence the importance of conducting an analysis for understanding institutions as a symbolic framework. A core argument is that established actors are configured from symbolic practices in the institutional space (schools. The repetition of these practices awash with symbolism leads to daily rituals or micro rituals that are ratified in institutions. Methodologically, interviews and non-participant observation in school interaction spaces were used. Based on the findings, it may be stated that the nuclear family, rooted in the Christian image in which authority is a central point, becomes a fundamental factor in shaping institutional life as well as the imaginary linked to school parties.

  16. Multiple-Symbol Decision-Feedback Space-Time Differential Decoding in Fading Channels

    Directory of Open Access Journals (Sweden)

    Wang Xiaodong

    2002-01-01

    Full Text Available Space-time differential coding (STDC is an effective technique for exploiting transmitter diversity while it does not require the channel state information at the receiver. However, like conventional differential modulation schemes, it exhibits an error floor in fading channels. In this paper, we develop an STDC decoding technique based on multiple-symbol detection and decision-feedback, which makes use of the second-order statistic of the fading processes and has a very low computational complexity. This decoding method can significantly lower the error floor of the conventional STDC decoding algorithm, especially in fast fading channels. The application of the proposed multiple-symbol decision-feedback STDC decoding technique in orthogonal frequency-division multiplexing (OFDM system is also discussed.

  17. The method of covariant symbols in curved space-time

    International Nuclear Information System (INIS)

    Salcedo, L.L.

    2007-01-01

    Diagonal matrix elements of pseudodifferential operators are needed in order to compute effective Lagrangians and currents. For this purpose the method of symbols is often used, which however lacks manifest covariance. In this work the method of covariant symbols, introduced by Pletnev and Banin, is extended to curved space-time with arbitrary gauge and coordinate connections. For the Riemannian connection we compute the covariant symbols corresponding to external fields, the covariant derivative and the Laplacian, to fourth order in a covariant derivative expansion. This allows one to obtain the covariant symbol of general operators to the same order. The procedure is illustrated by computing the diagonal matrix element of a nontrivial operator to second order. Applications of the method are discussed. (orig.)

  18. Imagining and Remembering City: Memory, Space and Symbolism of Belgrade

    Directory of Open Access Journals (Sweden)

    Ljiljana Rogač Mijatović

    2014-11-01

    Full Text Available In contemporary “runaway world”, cities are becoming the main reference point of social life, change and development. The author discusses the complex process of articulating city identity and memory, as well as the meanings that arise in the interaction of memory, space and symbols of the city, within urban symbolism and cultural memory approach. What are the strategies of activating the cultural memory through multiple symbol bearers of the city, both tangible and intangible? The case study of the city of Belgrade indicates how the narratives related to memory and symbol bearers can be used in fostering culturally sustainable development of the city.

  19. Capital Architecture: Situating symbolism parallel to architectural methods and technology

    Science.gov (United States)

    Daoud, Bassam

    Capital Architecture is a symbol of a nation's global presence and the cultural and social focal point of its inhabitants. Since the advent of High-Modernism in Western cities, and subsequently decolonised capitals, civic architecture no longer seems to be strictly grounded in the philosophy that national buildings shape the legacy of government and the way a nation is regarded through its built environment. Amidst an exceedingly globalized architectural practice and with the growing concern of key heritage foundations over the shortcomings of international modernism in representing its immediate socio-cultural context, the contextualization of public architecture within its sociological, cultural and economic framework in capital cities became the key denominator of this thesis. Civic architecture in capital cities is essential to confront the challenges of symbolizing a nation and demonstrating the legitimacy of the government'. In today's dominantly secular Western societies, governmental architecture, especially where the seat of political power lies, is the ultimate form of architectural expression in conveying a sense of identity and underlining a nation's status. Departing with these convictions, this thesis investigates the embodied symbolic power, the representative capacity, and the inherent permanence in contemporary architecture, and in its modes of production. Through a vast study on Modern architectural ideals and heritage -- in parallel to methodologies -- the thesis stimulates the future of large scale governmental building practices and aims to identify and index the key constituents that may respond to the lack representation in civic architecture in capital cities.

  20. Scalable Continuous Range Monitoring of Moving Objects in Symbolic Indoor Space

    DEFF Research Database (Denmark)

    Yang, Bin; Lu, Hua; Jensen, Christian Søndergaard

    2009-01-01

    Indoor spaces accommodate large populations of individuals. The continuous range monitoring of such objects can be used as a foundation for a wide variety of applications, e.g., space planning, way finding, and security. Indoor space differs from outdoor space in that symbolic locations, e...

  1. Toeplitz Operators, Pseudo-Homogeneous Symbols, and Moment Maps on the Complex Projective Space

    Directory of Open Access Journals (Sweden)

    Miguel Antonio Morales-Ramos

    2017-01-01

    Full Text Available Following previous works for the unit ball due to Nikolai Vasilevski, we define quasi-radial pseudo-homogeneous symbols on the projective space and obtain the corresponding commutativity results for Toeplitz operators. A geometric interpretation of these symbols in terms of moment maps is developed. This leads us to the introduction of a new family of symbols, extended pseudo-homogeneous, that provide larger commutative Banach algebras generated by Toeplitz operators. This family of symbols provides new commutative Banach algebras generated by Toeplitz operators on the unit ball.

  2. Operator symbols in the description of observable-state systems

    International Nuclear Information System (INIS)

    Lassner, G.A.

    1978-01-01

    For the observable-state system of finite degree of freedom N topological properties of the kernels and symbols belonging to the considered operators are investigated. For the operators of the observable algebra of rho + (delta) kernels and symbols are distributions and for density matrices p they are smooth functions

  3. The Organization. Space Symbolic Construction of Sexual Difference

    Directory of Open Access Journals (Sweden)

    Elvia Espinosa

    2012-12-01

    Full Text Available The current work is done under the gender perspective within organizational studies. Gender is used in the social sciences as a category of analysis with a specific meaning: The symbolic and cultural construction of the sexual difference. This construction establishes what is masculine and what is feminine. It sets the “public” space where a paid job could be found and education is ascribed to men, as well as the “private” space where domestic duties are found, maternity, and all that is ascribed to women. This symbolic and cultural construction can be found in the organizational world, but the interactions, result from administrative practices, can modify this gender identity. It is necessary to point out that this article is part of a more general investigation. This investigation was done using a qualitative methodology in which the life histories of female administrators with decision-making positions in their organizations were taken into account. But all research work requires a theoretical reflection. The current work answers such theoretical reflection and showcases some elements to understand the gender category, the organization, and offers also some elements for the possible understanding of gender within the organization and the possibility for reimagining gender identity.

  4. Mythology, Weltanschauung , symbolic universe and states of ...

    African Journals Online (AJOL)

    Mythology can be described both as Weltanschauung and symbolic universe, functioning on all levels of consciousness. Different Weltanschauungen constitute alternative states of consciousness. Compared to secular worldviews, religious worldviews may be described as ASCs. Thanks to our globalised modern societies, ...

  5. The impact of symbolic and non-symbolic quantity on spatial learning.

    Directory of Open Access Journals (Sweden)

    Koleen McCrink

    Full Text Available An implicit mapping of number to space via a "mental number line" occurs automatically in adulthood. Here, we systematically explore the influence of differing representations of quantity (no quantity, non-symbolic magnitudes, and symbolic numbers and directional flow of stimuli (random flow, left-to-right, or right-to-left on learning and attention via a match-to-sample working memory task. When recalling a cognitively demanding string of spatial locations, subjects performed best when information was presented right-to-left. When non-symbolic or symbolic numerical arrays were embedded in these spatial locations, and mental number line congruency prompted, this effect was attenuated and in some cases reversed. In particular, low-performing female participants who viewed increasing non-symbolic number arrays paired with the spatial locations exhibited better recall for left-to-right directional flow information relative to right-to-left, and better processing for the left side of space relative to the right side of space. The presence of symbolic number during spatial learning enhanced recall to a greater degree than non-symbolic number--especially for female participants, and especially when cognitive load is high--and this difference was independent of directional flow of information. We conclude that quantity representations have the potential to scaffold spatial memory, but this potential is subtle, and mediated by the nature of the quantity and the gender and performance level of the learner.

  6. Experimental Study and steady state stability analysis of CLL-T Series Parallel Resonant Converter with Fuzzy controller using State Space Analysis

    Directory of Open Access Journals (Sweden)

    C. Nagarajan

    2012-09-01

    Full Text Available This paper presents a Closed Loop CLL-T (capacitor inductor inductor Series Parallel Resonant Converter (SPRC has been simulated and the performance is analysised. A three element CLL-T SPRC working under load independent operation (voltage type and current type load is presented in this paper. The Steady state Stability Analysis of CLL-T SPRC has been developed using State Space technique and the regulation of output voltage is done by using Fuzzy controller. The simulation study indicates the superiority of fuzzy control over the conventional control methods. The proposed approach is expected to provide better voltage regulation for dynamic load conditions. A prototype 300 W, 100 kHz converter is designed and built to experimentally demonstrate, dynamic and steady state performance for the CLL-T SPRC are compared from the simulation studies.

  7. Parallel Polarization State Generation.

    Science.gov (United States)

    She, Alan; Capasso, Federico

    2016-05-17

    The control of polarization, an essential property of light, is of wide scientific and technological interest. The general problem of generating arbitrary time-varying states of polarization (SOP) has always been mathematically formulated by a series of linear transformations, i.e. a product of matrices, imposing a serial architecture. Here we show a parallel architecture described by a sum of matrices. The theory is experimentally demonstrated by modulating spatially-separated polarization components of a laser using a digital micromirror device that are subsequently beam combined. This method greatly expands the parameter space for engineering devices that control polarization. Consequently, performance characteristics, such as speed, stability, and spectral range, are entirely dictated by the technologies of optical intensity modulation, including absorption, reflection, emission, and scattering. This opens up important prospects for polarization state generation (PSG) with unique performance characteristics with applications in spectroscopic ellipsometry, spectropolarimetry, communications, imaging, and security.

  8. Indexing the Trajectories of Moving Objects in Symbolic Indoor Space

    DEFF Research Database (Denmark)

    Jensen, Christian Søndergaard; Lu, Hua; Yang, Bin

    2009-01-01

    . This scenario calls for the indexing of indoor trajectories. Based on an appropriate notion of indoor trajectory and definitions of pertinent types of queries, the paper proposes two R-tree based structures for indexing object trajectories in symbolic indoor space. The RTR-tree represents a trajectory as a set......Indoor spaces accommodate large populations of individuals. With appropriate indoor positioning, e.g., Bluetooth and RFID, in place, large amounts of trajectory data result that may serve as a foundation for a wide variety of applications, e.g., space planning, way finding, and security...... for each index. An empirical performance study suggests that the two indexes are effective, efficient, and robust. The study also elicits the circumstances under which our proposals perform the best....

  9. SiGN-SSM: open source parallel software for estimating gene networks with state space models.

    Science.gov (United States)

    Tamada, Yoshinori; Yamaguchi, Rui; Imoto, Seiya; Hirose, Osamu; Yoshida, Ryo; Nagasaki, Masao; Miyano, Satoru

    2011-04-15

    SiGN-SSM is an open-source gene network estimation software able to run in parallel on PCs and massively parallel supercomputers. The software estimates a state space model (SSM), that is a statistical dynamic model suitable for analyzing short time and/or replicated time series gene expression profiles. SiGN-SSM implements a novel parameter constraint effective to stabilize the estimated models. Also, by using a supercomputer, it is able to determine the gene network structure by a statistical permutation test in a practical time. SiGN-SSM is applicable not only to analyzing temporal regulatory dependencies between genes, but also to extracting the differentially regulated genes from time series expression profiles. SiGN-SSM is distributed under GNU Affero General Public Licence (GNU AGPL) version 3 and can be downloaded at http://sign.hgc.jp/signssm/. The pre-compiled binaries for some architectures are available in addition to the source code. The pre-installed binaries are also available on the Human Genome Center supercomputer system. The online manual and the supplementary information of SiGN-SSM is available on our web site. tamada@ims.u-tokyo.ac.jp.

  10. A discrete phase-space calculus for quantum spins based on a reconstruction method using coherent states

    International Nuclear Information System (INIS)

    Weigert, S.

    1999-01-01

    To reconstruct a mixed or pure quantum state of a spin s is possible through coherent states: its density matrix is fixed by the probabilities to measure the value s along 4s(s+1) appropriately chosen directions in space. Thus, after inverting the experimental data, the statistical operator is parametrized entirely by expectation values. On this basis, a symbolic calculus for quantum spins is developed, the e xpectation-value representation . It resembles the Moyal representation for SU(2) but two important differences exist. On the one hand, the symbols take values on a discrete set of points in phase space only. On the other hand, no quasi-probabilities - that is, phase-space distributions with negative values - are encountered in this approach. (Author)

  11. Statistical Symbolic Execution with Informed Sampling

    Science.gov (United States)

    Filieri, Antonio; Pasareanu, Corina S.; Visser, Willem; Geldenhuys, Jaco

    2014-01-01

    Symbolic execution techniques have been proposed recently for the probabilistic analysis of programs. These techniques seek to quantify the likelihood of reaching program events of interest, e.g., assert violations. They have many promising applications but have scalability issues due to high computational demand. To address this challenge, we propose a statistical symbolic execution technique that performs Monte Carlo sampling of the symbolic program paths and uses the obtained information for Bayesian estimation and hypothesis testing with respect to the probability of reaching the target events. To speed up the convergence of the statistical analysis, we propose Informed Sampling, an iterative symbolic execution that first explores the paths that have high statistical significance, prunes them from the state space and guides the execution towards less likely paths. The technique combines Bayesian estimation with a partial exact analysis for the pruned paths leading to provably improved convergence of the statistical analysis. We have implemented statistical symbolic execution with in- formed sampling in the Symbolic PathFinder tool. We show experimentally that the informed sampling obtains more precise results and converges faster than a purely statistical analysis and may also be more efficient than an exact symbolic analysis. When the latter does not terminate symbolic execution with informed sampling can give meaningful results under the same time and memory limits.

  12. Efficient parallel algorithms for string editing and related problems

    Science.gov (United States)

    Apostolico, Alberto; Atallah, Mikhail J.; Larmore, Lawrence; Mcfaddin, H. S.

    1988-01-01

    The string editing problem for input strings x and y consists of transforming x into y by performing a series of weighted edit operations on x of overall minimum cost. An edit operation on x can be the deletion of a symbol from x, the insertion of a symbol in x or the substitution of a symbol x with another symbol. This problem has a well known O((absolute value of x)(absolute value of y)) time sequential solution (25). The efficient Program Requirements Analysis Methods (PRAM) parallel algorithms for the string editing problem are given. If m = ((absolute value of x),(absolute value of y)) and n = max((absolute value of x),(absolute value of y)), then the CREW bound is O (log m log n) time with O (mn/log m) processors. In all algorithms, space is O (mn).

  13. 14 CFR 95.3 - Symbols.

    Science.gov (United States)

    2010-01-01

    ... 14 Aeronautics and Space 2 2010-01-01 2010-01-01 false Symbols. 95.3 Section 95.3 Aeronautics and Space FEDERAL AVIATION ADMINISTRATION, DEPARTMENT OF TRANSPORTATION (CONTINUED) AIR TRAFFIC AND GENERAL OPERATING RULES IFR ALTITUDES General § 95.3 Symbols. For the purposes of this part— (a) COP means...

  14. Unsupervised Symbolization of Signal Time Series for Extraction of the Embedded Information

    Directory of Open Access Journals (Sweden)

    Yue Li

    2017-03-01

    Full Text Available This paper formulates an unsupervised algorithm for symbolization of signal time series to capture the embedded dynamic behavior. The key idea is to convert time series of the digital signal into a string of (spatially discrete symbols from which the embedded dynamic information can be extracted in an unsupervised manner (i.e., no requirement for labeling of time series. The main challenges here are: (1 definition of the symbol assignment for the time series; (2 identification of the partitioning segment locations in the signal space of time series; and (3 construction of probabilistic finite-state automata (PFSA from the symbol strings that contain temporal patterns. The reported work addresses these challenges by maximizing the mutual information measures between symbol strings and PFSA states. The proposed symbolization method has been validated by numerical simulation as well as by experimentation in a laboratory environment. Performance of the proposed algorithm has been compared to that of two commonly used algorithms of time series partitioning.

  15. Circular blurred shape model for multiclass symbol recognition.

    Science.gov (United States)

    Escalera, Sergio; Fornés, Alicia; Pujol, Oriol; Lladós, Josep; Radeva, Petia

    2011-04-01

    In this paper, we propose a circular blurred shape model descriptor to deal with the problem of symbol detection and classification as a particular case of object recognition. The feature extraction is performed by capturing the spatial arrangement of significant object characteristics in a correlogram structure. The shape information from objects is shared among correlogram regions, where a prior blurring degree defines the level of distortion allowed in the symbol, making the descriptor tolerant to irregular deformations. Moreover, the descriptor is rotation invariant by definition. We validate the effectiveness of the proposed descriptor in both the multiclass symbol recognition and symbol detection domains. In order to perform the symbol detection, the descriptors are learned using a cascade of classifiers. In the case of multiclass categorization, the new feature space is learned using a set of binary classifiers which are embedded in an error-correcting output code design. The results over four symbol data sets show the significant improvements of the proposed descriptor compared to the state-of-the-art descriptors. In particular, the results are even more significant in those cases where the symbols suffer from elastic deformations.

  16. Joint redundancy and imperfect preventive maintenance optimization for series–parallel multi-state degraded systems

    International Nuclear Information System (INIS)

    Nourelfath, Mustapha; Châtelet, Eric; Nahas, Nabil

    2012-01-01

    This paper formulates a joint redundancy and imperfect preventive maintenance planning optimization model for series–parallel multi-state degraded systems. Non identical multi-state components can be used in parallel to improve the system availability by providing redundancy in subsystems. Multiple component choices are available in the market for each subsystem. The status of each component is considered to degrade with use. The objective is to determine jointly the maximal-availability series–parallel system structure and the appropriate preventive maintenance actions, subject to a budget constraint. System availability is defined as the ability to satisfy consumer demand that is represented as a piecewise cumulative load curve. A procedure is used, based on Markov processes and universal moment generating function, to evaluate the multi-state system availability and the cost function. A heuristic approach is also proposed to solve the formulated problem. This heuristic is based on a combination of space partitioning, genetic algorithms (GA) and tabu search (TS). After dividing the search space into a set of disjoint subsets, this approach uses GA to select the subspaces, and applies TS to each selected sub-space.

  17. Symbols, spaces and materiality: a transmission-based approach to Aegean Bronze Age ritual.

    OpenAIRE

    Briault, C.

    2005-01-01

    This thesis explores the transmission of ritual practices in the second millennium BC Aegean. In contrast to previous approaches, which often overlook gaps in the diachronic record, emphasising continuity in cult practice over very long timescales, it is argued here that through charting the spatial and temporal distributions of three broad material types (cult symbols, spaces and objects), it is possible to document the spread of cult practice over time and space, and, crucially, to monitor ...

  18. Biharmonic Submanifolds with Parallel Mean Curvature Vector in Pseudo-Euclidean Spaces

    Energy Technology Data Exchange (ETDEWEB)

    Fu, Yu, E-mail: yufudufe@gmail.com [Dongbei University of Finance and Economics, School of Mathematics and Quantitative Economics (China)

    2013-12-15

    In this paper, we investigate biharmonic submanifolds in pseudo-Euclidean spaces with arbitrary index and dimension. We give a complete classification of biharmonic spacelike submanifolds with parallel mean curvature vector in pseudo-Euclidean spaces. We also determine all biharmonic Lorentzian surfaces with parallel mean curvature vector field in pseudo-Euclidean spaces.

  19. Biharmonic Submanifolds with Parallel Mean Curvature Vector in Pseudo-Euclidean Spaces

    International Nuclear Information System (INIS)

    Fu, Yu

    2013-01-01

    In this paper, we investigate biharmonic submanifolds in pseudo-Euclidean spaces with arbitrary index and dimension. We give a complete classification of biharmonic spacelike submanifolds with parallel mean curvature vector in pseudo-Euclidean spaces. We also determine all biharmonic Lorentzian surfaces with parallel mean curvature vector field in pseudo-Euclidean spaces

  20. Abstract Expression Grammar Symbolic Regression

    Science.gov (United States)

    Korns, Michael F.

    This chapter examines the use of Abstract Expression Grammars to perform the entire Symbolic Regression process without the use of Genetic Programming per se. The techniques explored produce a symbolic regression engine which has absolutely no bloat, which allows total user control of the search space and output formulas, which is faster, and more accurate than the engines produced in our previous papers using Genetic Programming. The genome is an all vector structure with four chromosomes plus additional epigenetic and constraint vectors, allowing total user control of the search space and the final output formulas. A combination of specialized compiler techniques, genetic algorithms, particle swarm, aged layered populations, plus discrete and continuous differential evolution are used to produce an improved symbolic regression sytem. Nine base test cases, from the literature, are used to test the improvement in speed and accuracy. The improved results indicate that these techniques move us a big step closer toward future industrial strength symbolic regression systems.

  1. Graphical symbol recognition

    OpenAIRE

    K.C. , Santosh; Wendling , Laurent

    2015-01-01

    International audience; The chapter focuses on one of the key issues in document image processing i.e., graphical symbol recognition. Graphical symbol recognition is a sub-field of a larger research domain: pattern recognition. The chapter covers several approaches (i.e., statistical, structural and syntactic) and specially designed symbol recognition techniques inspired by real-world industrial problems. It, in general, contains research problems, state-of-the-art methods that convey basic s...

  2. A STUDY OF SYMBOLIC RELATIONS IN PUBLIC TRANSPORT

    Directory of Open Access Journals (Sweden)

    ANDREI BALAN

    2011-04-01

    Full Text Available This paper presents an anthropological, exploratory study of the microsocial world of public transport. Our research focuses on the symbolic relations that are being established (verbally or nonverbally between urban transport travellers that do not know each other and the consequences these relations create. Modern urban configuration forces large numbers of individuals to share public space every day. When this space becomes restrictive, symbolic relations and interpersonal behaviors such as territoriality and personal space management become clearer. Due to overcrowding, public transport is the scene of one of the most restrictive public spaces in a city. The challenge was to observe and interpret daily, casual behaviors through a sociological and psychological scheme, following the methodological tradition established by Erving Goffman and the other symbolic interactionists. Finally, our study generates a number of hypotheses and explanatory models for common practices and behaviors in trams and metros regarded from a symbolic perspective.

  3. 22 CFR 42.11 - Classification symbols.

    Science.gov (United States)

    2010-04-01

    ... 22 Foreign Relations 1 2010-04-01 2010-04-01 false Classification symbols. 42.11 Section 42.11... NATIONALITY ACT, AS AMENDED Classification and Foreign State Chargeability § 42.11 Classification symbols. A... visa symbol to show the classification of the alien. Immigrants Symbol Class Section of law Immediate...

  4. From Ion Antonescu to the „Saints of the Prison”. Extremist symbols in the public space

    Directory of Open Access Journals (Sweden)

    Alexandru Florian

    2015-08-01

    Full Text Available Memory in the public space is represented by symbols and messages with a powerful ideological and historical meaning. Freedom of expression frames a space of competitive memories. The memories of the Second World War or of the Holocaust can be classified as „god” or „bad” according to the degree to which they rewrite the totalitarian and criminal nature of a political life which too often is characterized as „contradictory”.

  5. A MODEL FOR INTEGRATING ACTUAL NEUROTIC OR UNREPRESENTED STATES AND SYMBOLIZED ASPECTS OF INTRAPSYCHIC CONFLICT.

    Science.gov (United States)

    Busch, Fredric N

    2017-01-01

    In psychoanalytic theory, the importance of actual neuroses-considered to be devoid of psychic content-diminished as Freud and subsequent analysts focused on unconscious intrapsychic conflict. This paper explores the relationship between actual neurotic and unrepresented states, which are believed to be best addressed through attention to countertransference, intersubjectivity, and enactments rather than interpretation of intrapsychic conflict. Models suggesting how actual neurotic states and symbolized intrapsychic conflict may interact with each other and environmental stressors are described. Symbolizing actual neurotic states and establishing meaningful linkages between somatic/affective experiences and intrapsychic conflict are viewed as necessary for effective treatment of many disorders. © 2017 The Psychoanalytic Quarterly, Inc.

  6. Two systems of non-symbolic numerical cognition

    Directory of Open Access Journals (Sweden)

    Daniel C. Hyde

    2011-11-01

    Full Text Available Studies of human adults, infants, and non-human animals demonstrate that non-symbolic numerical cognition is supported by at least two distinct cognitive systems: a ‘parallel individuation system’ that encodes the numerical identity of individual items and an ‘approximate number system’ that encodes the approximate numerical magnitude, or numerosity, of a set. The exact nature of these systems, however, have been debated for over a hundred years. Some argue that the non-symbolic representation of small numbers (< 4 is carried out solely by the parallel individuation system and the non-symbolic representation of large numbers (> 4 is carried out solely by the approximate number system. Others argue that all numbers are represented by the approximate number system. This debate has been fueled largely by some studies showing dissociations in processing and other studies showing similar processing of small and large numbers. Recent work has addressed this debate by showing that the two systems are present and distinct from early infancy, persist despite the acquisition of a symbolic number system, activate distinct cortical networks, and engage differentially based attentional constraints. Based on the recent discoveries, I provide a hypothesis that may explain the puzzling findings and makes testable predictions as to when each system will be engaged. In particular, when items are presented under conditions that allow selection of individuals, they will be represented as distinct mental items through parallel individuation and not as a numerical magnitude. In contrast, when items are presented outside attentional limits (e.g. too many, too close together, under high attentional load, they will be represented as a single mental numerical magnitude and not as distinct mental items. These predictions provide a basis on which researchers can further investigate the role of each system in the development of uniquely human numerical thought.

  7. Are symbols useful and culturally acceptable in health-state valuation studies? An exploratory study in a multi-ethnic Asian population

    Directory of Open Access Journals (Sweden)

    Hwee-Lin

    2008-10-01

    Full Text Available Hwee-Lin, Wee1, Shu-Chuen Li2, Xu-Hao Zhang1, Feng Xie3, David Feeny4, Nan Luo5, Yin-Bun Cheung6, David Machin7, Kok-Yong Fong8, Julian Thumboo81Department of Pharmacy, National University of Singapore (NUS, Singapore; 2Discipline of Pharmacy and Experimental Pharmacology, School of Biomedical Sciences, Faculty of Health, University of Newcastle, Newcastle, NSW, Australia; 3McMaster University, Hamilton, Ontario, Canada; 4Kaiser Permanente Northwest Center for Health Research, Portland, OR, USA; 5Department of Community, Occupational and Family Medicine, Yong Loo Lin School of Medicine, NUS, Singapore; 6Clinical Trials and Epidemiology Research Unit, Singapore; 7School of Health and Related Research, University of Sheffield, Sheffield, UK; 8Department of Rheumatology and Immunology, Singapore General Hospital, SingaporeBackground: Symbols have been used in health state valuation studies to help subjects distinguish the severity of various characteristics of a given health state. Symbols used in such studies need to be evaluated for their cross-cultural appropriateness because a given symbol may have different meanings or acceptability in different cultures, which may affect results of such studies.Objectives: To evaluate if using symbols to differentiate health states of different severity is useful and culturally acceptable in a multi-ethnic, urban Asian population.Methods: Using in-depth interviews with adult Chinese, Malay, and Indian Singaporeans conducted in English/mother-tongue, subjects were shown a health state with 6 levels (Health Utilities Index 3 vision, each displayed with a symbol, and asked (1a if symbols were useful in differentiating severity of each level (measured using dichotomous and 0–10 visual analog scale [VAS] scales or (1b offensive and (2 to assess 7 alternative sets of symbols.Results: Of 63 subjects (91% response rate, 18 (29% felt symbols were useful in differentiating severity of each level. Reported usefulness

  8. Parallel Auxiliary Space AMG Solver for $H(div)$ Problems

    Energy Technology Data Exchange (ETDEWEB)

    Kolev, Tzanio V. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Vassilevski, Panayot S. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States)

    2012-12-18

    We present a family of scalable preconditioners for matrices arising in the discretization of $H(div)$ problems using the lowest order Raviart--Thomas finite elements. Our approach belongs to the class of “auxiliary space''--based methods and requires only the finite element stiffness matrix plus some minimal additional discretization information about the topology and orientation of mesh entities. Also, we provide a detailed algebraic description of the theory, parallel implementation, and different variants of this parallel auxiliary space divergence solver (ADS) and discuss its relations to the Hiptmair--Xu (HX) auxiliary space decomposition of $H(div)$ [SIAM J. Numer. Anal., 45 (2007), pp. 2483--2509] and to the auxiliary space Maxwell solver AMS [J. Comput. Math., 27 (2009), pp. 604--623]. Finally, an extensive set of numerical experiments demonstrates the robustness and scalability of our implementation on large-scale $H(div)$ problems with large jumps in the material coefficients.

  9. Adaptive integrand decomposition in parallel and orthogonal space

    International Nuclear Information System (INIS)

    Mastrolia, Pierpaolo; Peraro, Tiziano; Primo, Amedeo

    2016-01-01

    We present the integrand decomposition of multiloop scattering amplitudes in parallel and orthogonal space-time dimensions, d=d ∥ +d ⊥ , being d ∥ the dimension of the parallel space spanned by the legs of the diagrams. When the number n of external legs is n≤4, the corresponding representation of multiloop integrals exposes a subset of integration variables which can be easily integrated away by means of Gegenbauer polynomials orthogonality condition. By decomposing the integration momenta along parallel and orthogonal directions, the polynomial division algorithm is drastically simplified. Moreover, the orthogonality conditions of Gegenbauer polynomials can be suitably applied to integrate the decomposed integrand, yielding the systematic annihilation of spurious terms. Consequently, multiloop amplitudes are expressed in terms of integrals corresponding to irreducible scalar products of loop momenta and external ones. We revisit the one-loop decomposition, which turns out to be controlled by the maximum-cut theorem in different dimensions, and we discuss the integrand reduction of two-loop planar and non-planar integrals up to n=8 legs, for arbitrary external and internal kinematics. The proposed algorithm extends to all orders in perturbation theory.

  10. Adaptive integrand decomposition in parallel and orthogonal space

    Energy Technology Data Exchange (ETDEWEB)

    Mastrolia, Pierpaolo [Dipartimento di Fisica ed Astronomia, Università di Padova,Via Marzolo 8, 35131 Padova (Italy); INFN, Sezione di Padova,Via Marzolo 8, 35131 Padova (Italy); Peraro, Tiziano [Higgs Centre for Theoretical Physics, School of Physics and Astronomy,The University of Edinburgh,James Clerk Maxwell Building,Peter Guthrie Tait Road, Edinburgh EH9 3FD, Scotland (United Kingdom); Primo, Amedeo [Dipartimento di Fisica ed Astronomia, Università di Padova,Via Marzolo 8, 35131 Padova (Italy); INFN, Sezione di Padova,Via Marzolo 8, 35131 Padova (Italy)

    2016-08-29

    We present the integrand decomposition of multiloop scattering amplitudes in parallel and orthogonal space-time dimensions, d=d{sub ∥}+d{sub ⊥}, being d{sub ∥} the dimension of the parallel space spanned by the legs of the diagrams. When the number n of external legs is n≤4, the corresponding representation of multiloop integrals exposes a subset of integration variables which can be easily integrated away by means of Gegenbauer polynomials orthogonality condition. By decomposing the integration momenta along parallel and orthogonal directions, the polynomial division algorithm is drastically simplified. Moreover, the orthogonality conditions of Gegenbauer polynomials can be suitably applied to integrate the decomposed integrand, yielding the systematic annihilation of spurious terms. Consequently, multiloop amplitudes are expressed in terms of integrals corresponding to irreducible scalar products of loop momenta and external ones. We revisit the one-loop decomposition, which turns out to be controlled by the maximum-cut theorem in different dimensions, and we discuss the integrand reduction of two-loop planar and non-planar integrals up to n=8 legs, for arbitrary external and internal kinematics. The proposed algorithm extends to all orders in perturbation theory.

  11. On Modeling Affect in Audio with Non-Linear Symbolic Dynamics

    Directory of Open Access Journals (Sweden)

    Pauline Mouawad

    2017-09-01

    Full Text Available The discovery of semantic information from complex signals is a task concerned with connecting humans’ perceptions and/or intentions with the signals content. In the case of audio signals, complex perceptions are appraised in a listener’s mind, that trigger affective responses that may be relevant for well-being and survival. In this paper we are interested in the broader question of relations between uncertainty in data as measured using various information criteria and emotions, and we propose a novel method that combines nonlinear dynamics analysis with a method of adaptive time series symbolization that finds the meaningful audio structure in terms of symbolized recurrence properties. In a first phase we obtain symbolic recurrence quantification measures from symbolic recurrence plots, without the need to reconstruct the phase space with embedding. Then we estimate symbolic dynamical invariants from symbolized time series, after embedding. The invariants are: correlation dimension, correlation entropy and Lyapunov exponent. Through their application for the logistic map, we show that our measures are in agreement with known methods from literature. We further show that one symbolic recurrence measure, namely the symbolic Shannon entropy, correlates positively with the positive Lyapunov exponents. Finally we evaluate the performance of our measures in emotion recognition through the implementation of classification tasks for different types of audio signals, and show that in some cases, they perform better than state-of-the-art methods that rely on low-level acoustic features.

  12. Numerical and symbolic scientific computing

    CERN Document Server

    Langer, Ulrich

    2011-01-01

    The book presents the state of the art and results and also includes articles pointing to future developments. Most of the articles center around the theme of linear partial differential equations. Major aspects are fast solvers in elastoplasticity, symbolic analysis for boundary problems, symbolic treatment of operators, computer algebra, and finite element methods, a symbolic approach to finite difference schemes, cylindrical algebraic decomposition and local Fourier analysis, and white noise analysis for stochastic partial differential equations. Further numerical-symbolic topics range from

  13. Symbolic Multidimensional Scaling

    NARCIS (Netherlands)

    P.J.F. Groenen (Patrick); Y. Terada

    2015-01-01

    markdownabstract__Abstract__ Multidimensional scaling (MDS) is a technique that visualizes dissimilarities between pairs of objects as distances between points in a low dimensional space. In symbolic MDS, a dissimilarity is not just a value but can represent an interval or even a histogram. Here,

  14. Parallelization for first principles electronic state calculation program

    International Nuclear Information System (INIS)

    Watanabe, Hiroshi; Oguchi, Tamio.

    1997-03-01

    In this report we study the parallelization for First principles electronic state calculation program. The target machines are NEC SX-4 for shared memory type parallelization and FUJITSU VPP300 for distributed memory type parallelization. The features of each parallel machine are surveyed, and the parallelization methods suitable for each are proposed. It is shown that 1.60 times acceleration is achieved with 2 CPU parallelization by SX-4 and 4.97 times acceleration is achieved with 12 PE parallelization by VPP 300. (author)

  15. 14 CFR 97.3 - Symbols and terms used in procedures.

    Science.gov (United States)

    2010-01-01

    ... 14 Aeronautics and Space 2 2010-01-01 2010-01-01 false Symbols and terms used in procedures. 97.3 Section 97.3 Aeronautics and Space FEDERAL AVIATION ADMINISTRATION, DEPARTMENT OF TRANSPORTATION (CONTINUED) AIR TRAFFIC AND GENERAL OPERATING RULES STANDARD INSTRUMENT PROCEDURES General § 97.3 Symbols and...

  16. Portable, parallel, reusable Krylov space codes

    Energy Technology Data Exchange (ETDEWEB)

    Smith, B.; Gropp, W. [Argonne National Lab., IL (United States)

    1994-12-31

    Krylov space accelerators are an important component of many algorithms for the iterative solution of linear systems. Each Krylov space method has it`s own particular advantages and disadvantages, therefore it is desirable to have a variety of them available all with an identical, easy to use, interface. A common complaint application programmers have with available software libraries for the iterative solution of linear systems is that they require the programmer to use the data structures provided by the library. The library is not able to work with the data structures of the application code. Hence, application programmers find themselves constantly recoding the Krlov space algorithms. The Krylov space package (KSP) is a data-structure-neutral implementation of a variety of Krylov space methods including preconditioned conjugate gradient, GMRES, BiCG-Stab, transpose free QMR and CGS. Unlike all other software libraries for linear systems that the authors are aware of, KSP will work with any application codes data structures, in Fortran or C. Due to it`s data-structure-neutral design KSP runs unchanged on both sequential and parallel machines. KSP has been tested on workstations, the Intel i860 and Paragon, Thinking Machines CM-5 and the IBM SP1.

  17. Advanced symbolic analysis for VLSI systems methods and applications

    CERN Document Server

    Shi, Guoyong; Tlelo Cuautle, Esteban

    2014-01-01

    This book provides comprehensive coverage of the recent advances in symbolic analysis techniques for design automation of nanometer VLSI systems. The presentation is organized in parts of fundamentals, basic implementation methods and applications for VLSI design. Topics emphasized include  statistical timing and crosstalk analysis, statistical and parallel analysis, performance bound analysis and behavioral modeling for analog integrated circuits . Among the recent advances, the Binary Decision Diagram (BDD) based approaches are studied in depth. The BDD-based hierarchical symbolic analysis approaches, have essentially broken the analog circuit size barrier. In particular, this book   • Provides an overview of classical symbolic analysis methods and a comprehensive presentation on the modern  BDD-based symbolic analysis techniques; • Describes detailed implementation strategies for BDD-based algorithms, including the principles of zero-suppression, variable ordering and canonical reduction; • Int...

  18. Symbol-stream Combiner: Description and Demonstration Plans

    Science.gov (United States)

    Hurd, W. J.; Reder, L. J.; Russell, M. D.

    1984-01-01

    A system is described and demonstration plans presented for antenna arraying by symbol stream combining. This system is used to enhance the signal-to-noise ratio of a spacecraft signals by combining the detected symbol streams from two or more receiving stations. Symbol stream combining has both cost and performance advantages over other arraying methods. Demonstrations are planned on Voyager 2 both prior to and during Uranus encounter. Operational use is possible for interagency arraying of non-Deep Space Network stations at Neptune encounter.

  19. Symbolic behavior in regular classrooms. A specification of symbolic and non-symbolic behavior

    Directory of Open Access Journals (Sweden)

    Stefan eBillinger

    2011-06-01

    Full Text Available Students’ capabilities to use symbolic information in classroom setting could be expected to influence their possibilities to be active and participating. The development of strategies for teachers to compensate for reduced capability need specific operational definition of symbolic behavior. Fifty-three students, aged 11 to 13 years old, 29 boys and 24 girls, from three classes in the same Swedish compulsory regular school participated in the current study. After a short training sequence 25 students (47% were defined as showing symbolic behavior (symbolic, and 28 students (53% were not (non-symbolic, based on their follow-up test performances. Symbolic and non-symbolic differed significantly on post test performances (p. < .05. Surprisingly, non-symbolic behavior deteriorated their performance, while symbolic enhanced their performance (p. < .05. The results indicate that the operational definition used in the present study may be useful in further studies relating the capability to show symbolic behavior and students’ activity and participation in classroom settings.

  20. Fock space, symbolic algebra, and analytical solutions for small stochastic systems.

    Science.gov (United States)

    Santos, Fernando A N; Gadêlha, Hermes; Gaffney, Eamonn A

    2015-12-01

    Randomness is ubiquitous in nature. From single-molecule biochemical reactions to macroscale biological systems, stochasticity permeates individual interactions and often regulates emergent properties of the system. While such systems are regularly studied from a modeling viewpoint using stochastic simulation algorithms, numerous potential analytical tools can be inherited from statistical and quantum physics, replacing randomness due to quantum fluctuations with low-copy-number stochasticity. Nevertheless, classical studies remained limited to the abstract level, demonstrating a more general applicability and equivalence between systems in physics and biology rather than exploiting the physics tools to study biological systems. Here the Fock space representation, used in quantum mechanics, is combined with the symbolic algebra of creation and annihilation operators to consider explicit solutions for the chemical master equations describing small, well-mixed, biochemical, or biological systems. This is illustrated with an exact solution for a Michaelis-Menten single enzyme interacting with limited substrate, including a consideration of very short time scales, which emphasizes when stiffness is present even for small copy numbers. Furthermore, we present a general matrix representation for Michaelis-Menten kinetics with an arbitrary number of enzymes and substrates that, following diagonalization, leads to the solution of this ubiquitous, nonlinear enzyme kinetics problem. For this, a flexible symbolic maple code is provided, demonstrating the prospective advantages of this framework compared to stochastic simulation algorithms. This further highlights the possibilities for analytically based studies of stochastic systems in biology and chemistry using tools from theoretical quantum physics.

  1. The sound symbolism bootstrapping hypothesis for language acquisition and language evolution.

    Science.gov (United States)

    Imai, Mutsumi; Kita, Sotaro

    2014-09-19

    Sound symbolism is a non-arbitrary relationship between speech sounds and meaning. We review evidence that, contrary to the traditional view in linguistics, sound symbolism is an important design feature of language, which affects online processing of language, and most importantly, language acquisition. We propose the sound symbolism bootstrapping hypothesis, claiming that (i) pre-verbal infants are sensitive to sound symbolism, due to a biologically endowed ability to map and integrate multi-modal input, (ii) sound symbolism helps infants gain referential insight for speech sounds, (iii) sound symbolism helps infants and toddlers associate speech sounds with their referents to establish a lexical representation and (iv) sound symbolism helps toddlers learn words by allowing them to focus on referents embedded in a complex scene, alleviating Quine's problem. We further explore the possibility that sound symbolism is deeply related to language evolution, drawing the parallel between historical development of language across generations and ontogenetic development within individuals. Finally, we suggest that sound symbolism bootstrapping is a part of a more general phenomenon of bootstrapping by means of iconic representations, drawing on similarities and close behavioural links between sound symbolism and speech-accompanying iconic gesture. © 2014 The Author(s) Published by the Royal Society. All rights reserved.

  2. State-space Generalized Predicitve Control for redundant parallel robots

    Czech Academy of Sciences Publication Activity Database

    Belda, Květoslav; Böhm, Josef; Valášek, M.

    2003-01-01

    Roč. 31, č. 3 (2003), s. 413-432 ISSN 1539-7734 R&D Projects: GA ČR GA101/03/0620 Grant - others:CTU(CZ) 0204512 Institutional research plan: CEZ:AV0Z1075907 Keywords : parallel robot construction * generalized predictive control * drive redundancy Subject RIV: BC - Control Systems Theory http://library.utia.cas.cz/separaty/historie/belda-0411126.pdf

  3. CHRISTIAN SYMBOLISM IN FYODOR DOSTOEVSKY'S NOVEL "THE POSSESSED" ("DEMONS"

    Directory of Open Access Journals (Sweden)

    Sergei Leonidovich Sharakov

    2013-11-01

    Full Text Available The article raises a question of Christian symbolism in Fyodor Dostoevsky’s novel The Possessed (Demons. The introductory part identifies the purpose of a symbol in Christian poetics through the parallel with ancient symbolism. The author makes a conclusion that the functional role of a symbol in the ancient world and Christian tradition is different. Therefore, the ancient symbol involves a number of interrelated categories, such as fate, intuition or conjecture, inspiration, and predictions. Christian symbolism is based on the idea of redemption and moral innocence. Methodologically, the article is based on a cultural and historical approach, as well as on the comparative academic tradition. The overview of Dostoyevsky’s pre-materials for The Possessed (Demons enables us to suggest the use of Christian symbolism in this novel. Hence, the objective of the study is to investigate a composition of images and symbols in this piece of writing, with a special focus on the image of a chronicler since the storyline of the novel is developed through his perception. We make a supposition that there are several levels of Gospel perception in the artistic vision or consciousness of the chronicler, that form the basis of the symbolical composition of the novel. The article sequentially examines the examples of Christian symbolism, including the connection of ideas, characters and storylines of the novel with the Gospel. Then it gives evidence and reasons for the thesis that the Gospel gives the characters of the novel the grounds for shaping their destiny.

  4. Automatic Generation of Symbolic Model for Parameterized Synchronous Systems

    Institute of Scientific and Technical Information of China (English)

    Wei-Wen Xu

    2004-01-01

    With the purpose of making the verification of parameterized system more general and easier, in this paper, a new and intuitive language PSL (Parameterized-system Specification Language) is proposed to specify a class of parameterized synchronous systems. From a PSL script, an automatic method is proposed to generate a constraint-based symbolic model. The model can concisely symbolically represent the collections of global states by counting the number of processes in a given state. Moreover, a theorem has been proved that there is a simulation relation between the original system and its symbolic model. Since the abstract and symbolic techniques are exploited in the symbolic model, state-explosion problem in traditional verification methods is efficiently avoided. Based on the proposed symbolic model, a reachability analysis procedure is implemented using ANSI C++ on UNIX platform. Thus, a complete tool for verifying the parameterized synchronous systems is obtained and tested for some cases. The experimental results show that the method is satisfactory.

  5. Two-state ion heating at quasi-parallel shocks

    International Nuclear Information System (INIS)

    Thomsen, M.F.; Gosling, J.T.; Bame, S.J.; Onsager, T.G.; Russell, C.T.

    1990-01-01

    In a previous study of ion heating at quasi-parallel shocks, the authors showed a case in which the ion distributions downstream from the shock alternated between a cooler, denser, core/shoulder type and a hotter, less dense, more Maxwellian type. In this paper they further document the alternating occurrence of two different ion states downstream from several quasi-parallel shocks. Three separate lines of evidence are presented to show that the two states are not related in an evolutionary sense, but rather both are produced alternately at the shock: (1) the asymptotic downstream plasma parameters (density, ion temperature, and flow speed) are intermediate between those characterizing the two different states closer to the shock, suggesting that the asymptotic state is produced by a mixing of the two initial states; (2) examples of apparently interpenetrating (i.e., mixing) distributions can be found during transitions from one state to the other; and (3) examples of both types of distributions can be found at actual crossings of the shock ramp. The alternation between the two different types of ion distribution provides direct observational support for the idea that the dissipative dynamics of at least some quasi-parallel shocks is non-stationary and cyclic in nature, as demonstrated by recent numerical simulations. Typical cycle times between intervals of similar ion heating states are ∼2 upstream ion gyroperiods. Both the simulations and the in situ observations indicate that a process of coherent ion reflection is commonly an important part of the dissipation at quasi-parallel shocks

  6. Symbol synchronization for the TDRSS decoder

    Science.gov (United States)

    Costello, D. J., Jr.

    1983-01-01

    Each 8 bits out of the Viterbi decoder correspond to one symbol of the R/S code. Synchronization must be maintained here so that each 8-bit symbol delivered to the R/S decoder corresponds to an 8-bit symbol from the R/S encoder. Lack of synchronization, would cause an error in almost every R/S symbol since even a - 1-bit sync slip shifts every bit in each 8-bit symbol by one position, therby confusing the mapping betweeen 8-bit sequences and symbols. The error correcting capability of the R/S code would be exceeded. Possible ways to correcting this condition include: (1) designing the R/S decoder to recognize the overload and shifting the output sequence of the inner decoder to establish a different sync state; (2) using the characteristics of the inner decoder to establish symbol synchronization for the outer code, with or without a deinterleaver and an interleaver; and (3) modifying the encoder to alternate periodically between two sets of generators.

  7. 14 CFR 221.200 - Content and explanation of abbreviations, reference marks and symbols.

    Science.gov (United States)

    2010-01-01

    ..., reference marks and symbols. 221.200 Section 221.200 Aeronautics and Space OFFICE OF THE SECRETARY... § 221.200 Content and explanation of abbreviations, reference marks and symbols. (a) Content. The format..., reference marks and symbols. Abbreviations, reference marks and symbols which are used in the tariff shall...

  8. Symbolic Processing Combined with Model-Based Reasoning

    Science.gov (United States)

    James, Mark

    2009-01-01

    A computer program for the detection of present and prediction of future discrete states of a complex, real-time engineering system utilizes a combination of symbolic processing and numerical model-based reasoning. One of the biggest weaknesses of a purely symbolic approach is that it enables prediction of only future discrete states while missing all unmodeled states or leading to incorrect identification of an unmodeled state as a modeled one. A purely numerical approach is based on a combination of statistical methods and mathematical models of the applicable physics and necessitates development of a complete model to the level of fidelity required for prediction. In addition, a purely numerical approach does not afford the ability to qualify its results without some form of symbolic processing. The present software implements numerical algorithms to detect unmodeled events and symbolic algorithms to predict expected behavior, correlate the expected behavior with the unmodeled events, and interpret the results in order to predict future discrete states. The approach embodied in this software differs from that of the BEAM methodology (aspects of which have been discussed in several prior NASA Tech Briefs articles), which provides for prediction of future measurements in the continuous-data domain.

  9. Fast MR image reconstruction for partially parallel imaging with arbitrary k-space trajectories.

    Science.gov (United States)

    Ye, Xiaojing; Chen, Yunmei; Lin, Wei; Huang, Feng

    2011-03-01

    Both acquisition and reconstruction speed are crucial for magnetic resonance (MR) imaging in clinical applications. In this paper, we present a fast reconstruction algorithm for SENSE in partially parallel MR imaging with arbitrary k-space trajectories. The proposed method is a combination of variable splitting, the classical penalty technique and the optimal gradient method. Variable splitting and the penalty technique reformulate the SENSE model with sparsity regularization as an unconstrained minimization problem, which can be solved by alternating two simple minimizations: One is the total variation and wavelet based denoising that can be quickly solved by several recent numerical methods, whereas the other one involves a linear inversion which is solved by the optimal first order gradient method in our algorithm to significantly improve the performance. Comparisons with several recent parallel imaging algorithms indicate that the proposed method significantly improves the computation efficiency and achieves state-of-the-art reconstruction quality.

  10. The rhetoric of disenchantment through symbolism

    Directory of Open Access Journals (Sweden)

    Théophile Munyangeyo

    2012-10-01

    Full Text Available The symbolism of flowers has always been a significant part of cultures around the world due to their functional meaning in daily life. From their decorative to their aromatic role, flowers and their symbolic meaning trigger emotions, convey wishes and represent thoughts that can not be explicitly expressed. In this regard, an elaborate language based on flower symbolism was developed in many societies, to convey clear messages to the recipient. However, in some cultural contexts, although the flower symbolism has social connotations, it is mainly associated with economic references. As flowers are an essential precursor to fruits, they are inevitably a source of expectations and hence foster a set of hopes and dreams, which can ultimately lead to excitement or disappointment.Through a discourse analysis based on factional narratives, this article explores the parameters through which the symbolism of bifaceted meaning of flowers fictionalises a space that refers to the social reality. This association between the fictional world and social reference has highlighted that writing can profoundly be a means of representing social events through the rhetoric of symbolism. Through a sociological reading approach, this paper aims to analyse how the symbolism of flowers informs the rhetoric of disenchantment that can foster a content-based pedagogy in language learning where silencing practices engender imagery to exercise the freedom of expression.

  11. Coherent states, 6j symbols and properties of the next to leading order asymptotic expansions

    Energy Technology Data Exchange (ETDEWEB)

    Kamiński, Wojciech, E-mail: wkaminsk@fuw.edu.pl [Wydział Fizyki, Uniwersytet Warszawski, Hoża 69, 00-681, Warsaw (Poland); Perimeter Institute for Theoretical Physics, 31 Caroline Street North, Waterloo, Ontario N2L 2Y5 (Canada); Max Planck Institute for Gravitational Physics, Am Mühlenberg 1, D-14476 Potsdam (Germany); Steinhaus, Sebastian, E-mail: steinhaus.sebastian@gmail.com [Perimeter Institute for Theoretical Physics, 31 Caroline Street North, Waterloo, Ontario N2L 2Y5 (Canada); Max Planck Institute for Gravitational Physics, Am Mühlenberg 1, D-14476 Potsdam (Germany)

    2013-12-15

    We present the first complete derivation of the well-known asymptotic expansion of the SU(2) 6j symbol using a coherent state approach, in particular we succeed in computing the determinant of the Hessian matrix. To do so, we smear the coherent states and perform a partial stationary point analysis with respect to the smearing parameters. This allows us to transform the variables from group elements to dihedral angles of a tetrahedron resulting in an effective action, which coincides with the action of first order Regge calculus associated to a tetrahedron. To perform the remaining stationary point analysis, we compute its Hessian matrix and obtain the correct measure factor. Furthermore, we expand the discussion of the asymptotic formula to next to leading order terms, prove some of their properties and derive a recursion relation for the full 6j symbol.

  12. Coherent states, 6j symbols and properties of the next to leading order asymptotic expansions

    International Nuclear Information System (INIS)

    Kamiński, Wojciech; Steinhaus, Sebastian

    2013-01-01

    We present the first complete derivation of the well-known asymptotic expansion of the SU(2) 6j symbol using a coherent state approach, in particular we succeed in computing the determinant of the Hessian matrix. To do so, we smear the coherent states and perform a partial stationary point analysis with respect to the smearing parameters. This allows us to transform the variables from group elements to dihedral angles of a tetrahedron resulting in an effective action, which coincides with the action of first order Regge calculus associated to a tetrahedron. To perform the remaining stationary point analysis, we compute its Hessian matrix and obtain the correct measure factor. Furthermore, we expand the discussion of the asymptotic formula to next to leading order terms, prove some of their properties and derive a recursion relation for the full 6j symbol

  13. Coherent states, 6j symbols and properties of the next to leading order asymptotic expansions

    Science.gov (United States)

    Kamiński, Wojciech; Steinhaus, Sebastian

    2013-12-01

    We present the first complete derivation of the well-known asymptotic expansion of the SU(2) 6j symbol using a coherent state approach, in particular we succeed in computing the determinant of the Hessian matrix. To do so, we smear the coherent states and perform a partial stationary point analysis with respect to the smearing parameters. This allows us to transform the variables from group elements to dihedral angles of a tetrahedron resulting in an effective action, which coincides with the action of first order Regge calculus associated to a tetrahedron. To perform the remaining stationary point analysis, we compute its Hessian matrix and obtain the correct measure factor. Furthermore, we expand the discussion of the asymptotic formula to next to leading order terms, prove some of their properties and derive a recursion relation for the full 6j symbol.

  14. Gauge field governing parallel transport along mixed states

    International Nuclear Information System (INIS)

    Uhlmann, A.

    1990-01-01

    At first a short account is given of some basic notations and results on parallel transport along mixed states. A new connection form (gauge field) is introduced to give a geometric meaning to the concept of parallelity in the theory of density operators. (Author) 11 refs

  15. 10. Creativity and Innovation in Visual Arts through Form and Space Having Symbolic Value

    Directory of Open Access Journals (Sweden)

    Iaţeşen Mihai – Cosmin

    2017-03-01

    Full Text Available The numerous plastic approaches of form in the 20th century are characterized by creativity and innovation. Form, as expression of an artistic language, is the cause and effect for the cultural evolution of a particular spatial-temporal area. The invention of forms depending on the factors which will impose them in a particular socio-cultural context and location environment is not everything. The challenges of the act of creation are far more complex. For the art of the 20th century, the role of the type of expression in visual or gestural language proved much more convincing and meaningful as to the data or phenomena occurring in immediate reality. The personality of the artist, his cultural character, his media coverage and exterior influences of his inner world, his preceding experiences and receiver’s contacts in a specific area are the factors that influence the relation between the work of art and the audience against a particular spatial-temporal background. The psychological and sensory processes in works of plastic art are spatially configured in structures, which leads to self-confession. The artist filters the information and the elements of exterior reality through the vision of his imagination and power of expression specific to his inner self, and turns them into values through the involvement of his state of mind. Constantin Brâncuşi is the sculptor whose role was considered exponential as he revolutionized modern artistic vision by integrating and creating space-form relations through symbol. Throughout his complex work - the Group of Monumental Sculptures of Tg. Jiu, the artist renewed the language of the sculpture-specific means of expression, though archaic forms, by restoring traditional art. Archetypes often make reference to the initial and ideal form and they represent the primitive and native models composing it. Form attracts, polarizes and integrates the energy of the matter outside the human body, and art acquires

  16. Carrier tracking by smoothing filter improves symbol SNR

    Science.gov (United States)

    Pomalaza-Raez, Carlos A.; Hurd, William J.

    1986-01-01

    The potential benefit of using a smoothing filter to estimate carrier phase over use of phase locked loops (PLL) is determined. Numerical results are presented for the performance of three possible configurations of the deep space network advanced receiver. These are residual carrier PLL, sideband aided residual carrier PLL, and finally sideband aiding with a Kalman smoother. The average symbol signal to noise ratio (SNR) after losses due to carrier phase estimation error is computed for different total power SNRs, symbol rates and symbol SNRs. It is found that smoothing is most beneficial for low symbol SNRs and low symbol rates. Smoothing gains up to 0.4 dB over a sideband aided residual carrier PLL, and the combined benefit of smoothing and sideband aiding relative to a residual carrier loop is often in excess of 1 dB.

  17. Experimental targeting of chaos via controlled symbolic dynamics

    International Nuclear Information System (INIS)

    Corron, Ned J.; Pethel, Shawn D.

    2003-01-01

    In this Letter, we report experimental targeting in a chaotic system by controlling symbolic dynamics. We acquire and control an electronic circuit using small perturbations to elicit a desired objective state starting from an arbitrary, uncontrolled state. The control perturbations are calculated using a symbolic targeting sequence and applied using dynamic limiting control

  18. A parallel implementation of particle tracking with space charge effects on an INTEL iPSC/860

    International Nuclear Information System (INIS)

    Chang, L.; Bourianoff, G.; Cole, B.; Machida, S.

    1993-05-01

    Particle-tracking simulation is one of the scientific applications that is well-suited to parallel computations. At the Superconducting Super Collider, it has been theoretically and empirically demonstrated that particle tracking on a designed lattice can achieve very high parallel efficiency on a MIMD Intel iPSC/860 machine. The key to such success is the realization that the particles can be tracked independently without considering their interaction. The perfectly parallel nature of particle tracking is broken if the interaction effects between particles are included. The space charge introduces an electromagnetic force that will affect the motion of tracked particles in 3-D space. For accurate modeling of the beam dynamics with space charge effects, one needs to solve three-dimensional Maxwell field equations, usually by a particle-in-cell (PIC) algorithm. This will require each particle to communicate with its neighbor grids to compute the momentum changes at each time step. It is expected that the 3-D PIC method will degrade parallel efficiency of particle-tracking implementation on any parallel computer. In this paper, we describe an efficient scheme for implementing particle tracking with space charge effects on an INTEL iPSC/860 machine. Experimental results show that a parallel efficiency of 75% can be obtained

  19. Cooperating expert systems for space station power distribution management

    International Nuclear Information System (INIS)

    Nguyen, T.A.; Chiou, W.C.

    1986-01-01

    In a complex system such as the manned Space Station, it is deemed necessary that many expert systems must perform tasks in a concurrent and cooperative manner. An important question to arise is: what cooperative-task-performing models are appropriate for multiple expert systems to jointly perform tasks. The solution to this question will provide a crucial automation design criteria for the Space Station complex systems architecture. Based on a client/server model for performing tasks, the authors have developed a system that acts as a front-end to support loosely-coupled communications between expert systems running on multiple Symbolics machines. As an example, they use the two ART*-based expert systems to demonstrate the concept of parallel symbolic manipulation for power distribution management and dynamic load planner/scheduler in the simulated Space Station environment. This on-going work will also explore other cooperative-task-performing models as alternatives which can evaluate inter and intra expert system communication mechanisms. It will serve as a testbed and a bench-marking tool for other Space Station expert subsystem communication and information exchange

  20. Cooperating Expert Systems For Space Station Power Distribution Management

    Science.gov (United States)

    Nguyen, T. A.; Chiou, W. C.

    1987-02-01

    In a complex system such as the manned Space Station, it is deem necessary that many expert systems must perform tasks in a concurrent and cooperative manner. An important question arise is: what cooperative-task-performing models are appropriate for multiple expert systems to jointly perform tasks. The solution to this question will provide a crucial automation design criteria for the Space Station complex systems architecture. Based on a client/server model for performing tasks, we have developed a system that acts as a front-end to support loosely-coupled communications between expert systems running on multiple Symbolics machines. As an example, we use two ART*-based expert systems to demonstrate the concept of parallel symbolic manipulation for power distribution management and dynamic load planner/scheduler in the simulated Space Station environment. This on-going work will also explore other cooperative-task-performing models as alternatives which can evaluate inter and intra expert system communication mechanisms. It will be served as a testbed and a bench-marking tool for other Space Station expert subsystem communication and information exchange.

  1. The simplified spherical harmonics (SPL) methodology with space and moment decomposition in parallel environments

    International Nuclear Information System (INIS)

    Gianluca, Longoni; Alireza, Haghighat

    2003-01-01

    In recent years, the SP L (simplified spherical harmonics) equations have received renewed interest for the simulation of nuclear systems. We have derived the SP L equations starting from the even-parity form of the S N equations. The SP L equations form a system of (L+1)/2 second order partial differential equations that can be solved with standard iterative techniques such as the Conjugate Gradient (CG). We discretized the SP L equations with the finite-volume approach in a 3-D Cartesian space. We developed a new 3-D general code, Pensp L (Parallel Environment Neutral-particle SP L ). Pensp L solves both fixed source and criticality eigenvalue problems. In order to optimize the memory management, we implemented a Compressed Diagonal Storage (CDS) to store the SP L matrices. Pensp L includes parallel algorithms for space and moment domain decomposition. The computational load is distributed on different processors, using a mapping function, which maps the 3-D Cartesian space and moments onto processors. The code is written in Fortran 90 using the Message Passing Interface (MPI) libraries for the parallel implementation of the algorithm. The code has been tested on the Pcpen cluster and the parallel performance has been assessed in terms of speed-up and parallel efficiency. (author)

  2. Airborne Precision Spacing (APS) Dependent Parallel Arrivals (DPA)

    Science.gov (United States)

    Smith, Colin L.

    2012-01-01

    The Airborne Precision Spacing (APS) team at the NASA Langley Research Center (LaRC) has been developing a concept of operations to extend the current APS concept to support dependent approaches to parallel or converging runways along with the required pilot and controller procedures and pilot interfaces. A staggered operations capability for the Airborne Spacing for Terminal Arrival Routes (ASTAR) tool was developed and designated as ASTAR10. ASTAR10 has reached a sufficient level of maturity to be validated and tested through a fast-time simulation. The purpose of the experiment was to identify and resolve any remaining issues in the ASTAR10 algorithm, as well as put the concept of operations through a practical test.

  3. Parallel magnetic resonance imaging as approximation in a reproducing kernel Hilbert space

    International Nuclear Information System (INIS)

    Athalye, Vivek; Lustig, Michael; Martin Uecker

    2015-01-01

    In magnetic resonance imaging data samples are collected in the spatial frequency domain (k-space), typically by time-consuming line-by-line scanning on a Cartesian grid. Scans can be accelerated by simultaneous acquisition of data using multiple receivers (parallel imaging), and by using more efficient non-Cartesian sampling schemes. To understand and design k-space sampling patterns, a theoretical framework is needed to analyze how well arbitrary sampling patterns reconstruct unsampled k-space using receive coil information. As shown here, reconstruction from samples at arbitrary locations can be understood as approximation of vector-valued functions from the acquired samples and formulated using a reproducing kernel Hilbert space with a matrix-valued kernel defined by the spatial sensitivities of the receive coils. This establishes a formal connection between approximation theory and parallel imaging. Theoretical tools from approximation theory can then be used to understand reconstruction in k-space and to extend the analysis of the effects of samples selection beyond the traditional image-domain g-factor noise analysis to both noise amplification and approximation errors in k-space. This is demonstrated with numerical examples. (paper)

  4. Alchemical hermeneutics of the Vesica Piscis: Symbol of depth psychology

    Science.gov (United States)

    O'Dell, Linda Kay

    The purpose of this study was to develop an understanding of the Vesica Piscis as the symbolic frame for depth psychology and the therapeutic relationship. The method of inquiry was hermeneutics and alchemical hermeneutics, informed theoretically by depth psychology. A theoretical description of the nature of the Vesica Piscis as a dynamic template and symbol for depth psychology and the therapeutic relationship resulted. Gathering the components of the therapeutic relationship into the shape of the Vesica Piscis, gave opportunity to explore what might be happening while treatment is taking place: somatically, psychologically, and emotionally. An investigation into the study of Soul placed the work of psychology within the central, innermost sacred space between—known symbolically as the Vesica Piscis. Imbued with a connectedness and relational welcoming, this symbol images the Greek goddess Hekate (Soul), as mediatrix between mind and matter. Psyche (soul), namesake of "psychology," continues her journey of finding meaning making, restitution, and solace in the therapeutic space as imaged by the Vesica Piscis. Her journey, moving through the generations, becomes the journey of the therapeutic process—one that finds resolution in relationship. Psyche is sought out in the macrocosmic archetypal realm of pure energy, the prima material that forms and coalesces both in response and likewise, creates a response through symbols, images, and imagination. The field was explored from the depth psychological perspective as: the unconscious, consciousness, and archetypal, and in physics as: the quantum field, morphic resonance, and the holographic field. Gaining an understanding of the underlying qualities of the field placed the symbol in its embedded context, allowing for further definition as to how the symbol potentially was either an extension of the field, or served as a constellating factor. Depth psychology, as a scientific discipline, is in need of a symbol that

  5. Carrier tracking by smoothing filter can improve symbol SNR

    Science.gov (United States)

    Hurd, W. J.; Pomalaza-Raez, C. A.

    1985-01-01

    The potential benefit of using a smoothing filter to estimate carrier phase over use of phase locked loops (PLL) is determined. Numerical results are presented for the performance of three possible configurations of the deep space network advanced receiver. These are residual carrier PLL, sideband aided residual carrier PLL, and finally sideband aiding with a Kalman smoother. The average symbol signal to noise ratio (CNR) after losses due to carrier phase estimation error is computed for different total power SNRs, symbol rates and symbol SNRs. It is found that smoothing is most beneficial for low symbol SNRs and low symbol rates. Smoothing gains up to 0.4 dB over a sideband aided residual carrier PLL, and the combined benefit of smoothing and sideband aiding relative to a residual carrier loop is often in excess of 1 dB.

  6. Optical MSD symbolic substitution system based on a higher ordered rule

    Science.gov (United States)

    Reddy, A. K.; Mallikarjun, Tatipamula; Raina, J. P.

    1992-12-01

    The advantages provided by Photonic Computing has been well documented. An Optical arithmetic processor has to take full advantage of the massive parallelism in optical signals. Such a processor, using the Modified - Signed - Digit (MSD) number . (i) representation, has been presented here based (2) on the symbolic substitution 1ogi. The higher order symbolic substitution rules are formulated for the addition operation, which is carried out in just two steps. Based on the addition operation, the other arithmetic operations - subtraction, multiplication and division - are implemented. Finally, the usefulness of this MSD system is studied.

  7. Symbol z pohledu liturgie a analytické psychologie C.G.Junga:pokus o interpretaci křtu jakožto symbolu

    OpenAIRE

    Vydržalová, Simona

    2007-01-01

    A Symbol in Theology and Analytical Psychology of Carl Gustav Jung is about parallel between these two ways of how to look at the phenomena of symbol. Descriptions of symbol from these two points of view are very similar if not even the same in meaning. This indicates that theology and psychology speak about one subject just each of them in different way. As theology and analytical psychology speak about symbol they are still themselves part of symbolical expression. The connection between th...

  8. Optimization and quantization in gradient symbol systems: a framework for integrating the continuous and the discrete in cognition.

    Science.gov (United States)

    Smolensky, Paul; Goldrick, Matthew; Mathis, Donald

    2014-08-01

    Mental representations have continuous as well as discrete, combinatorial properties. For example, while predominantly discrete, phonological representations also vary continuously; this is reflected by gradient effects in instrumental studies of speech production. Can an integrated theoretical framework address both aspects of structure? The framework we introduce here, Gradient Symbol Processing, characterizes the emergence of grammatical macrostructure from the Parallel Distributed Processing microstructure (McClelland, Rumelhart, & The PDP Research Group, 1986) of language processing. The mental representations that emerge, Distributed Symbol Systems, have both combinatorial and gradient structure. They are processed through Subsymbolic Optimization-Quantization, in which an optimization process favoring representations that satisfy well-formedness constraints operates in parallel with a distributed quantization process favoring discrete symbolic structures. We apply a particular instantiation of this framework, λ-Diffusion Theory, to phonological production. Simulations of the resulting model suggest that Gradient Symbol Processing offers a way to unify accounts of grammatical competence with both discrete and continuous patterns in language performance. Copyright © 2013 Cognitive Science Society, Inc.

  9. On the Computational Complexity of the Languages of General Symbolic Dynamical Systems and Beta-Shifts

    DEFF Research Database (Denmark)

    Simonsen, Jakob Grue

    2009-01-01

    We consider the computational complexity of languages of symbolic dynamical systems. In particular, we study complexity hierarchies and membership of the non-uniform class P/poly. We prove: 1.For every time-constructible, non-decreasing function t(n)=@w(n), there is a symbolic dynamical system...... with language decidable in deterministic time O(n^2t(n)), but not in deterministic time o(t(n)). 2.For every space-constructible, non-decreasing function s(n)=@w(n), there is a symbolic dynamical system with language decidable in deterministic space O(s(n)), but not in deterministic space o(s(n)). 3.There...... are symbolic dynamical systems having hard and complete languages under @?"m^l^o^g^s- and @?"m^p-reduction for every complexity class above LOGSPACE in the backbone hierarchy (hence, P-complete, NP-complete, coNP-complete, PSPACE-complete, and EXPTIME-complete sets). 4.There are decidable languages of symbolic...

  10. Matching Element Symbols with State Abbreviations: A Fun Activity for Browsing the Periodic Table of Chemical Elements

    Science.gov (United States)

    Woelk, Klaus

    2009-01-01

    A classroom activity is presented in which students are challenged to find matches between the United States two-letter postal abbreviations for states and chemical element symbols. The activity aims to lessen negative apprehensions students might have when the periodic table of the elements with its more than 100 combinations of letters is first…

  11. Sweeping the State Space

    DEFF Research Database (Denmark)

    Mailund, Thomas

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

  12. Lisbon Symbol Database (LSD): Subjective norms for 600 symbols.

    Science.gov (United States)

    Prada, Marília; Rodrigues, David; Silva, Rita R; Garrido, Margarida V

    2016-12-01

    This article presents subjective rating norms for a new set of 600 symbols, depicting various contents (e.g., transportation, technology, and leisure activities) that can be used by researchers in different fields. Symbols were evaluated for aesthetic appeal, familiarity, visual complexity, concreteness, valence, arousal, and meaningfulness. The normative data were obtained from 388 participants, and no gender differences were found. Descriptive results (means, standard deviations, and confidence intervals) for each symbol in each dimension are presented. Overall, the dimensions were highly correlated. Additionally, participants were asked to briefly describe the meaning of each symbol. The results indicate that the present symbol set is varied, allowing for the selection of exemplars with different levels on the seven examined dimensions. This set of symbols constitutes a tool with potential for research in different areas. The database with all of the symbols is available as supplemental materials.

  13. Alternate symbol inversion for improved symbol synchronization in convolutionally coded systems

    Science.gov (United States)

    Simon, M. K.; Smith, J. G.

    1980-01-01

    Inverting alternate symbols of the encoder output of a convolutionally coded system provides sufficient density of symbol transitions to guarantee adequate symbol synchronizer performance, a guarantee otherwise lacking. Although alternate symbol inversion may increase or decrease the average transition density, depending on the data source model, it produces a maximum number of contiguous symbols without transition for a particular class of convolutional codes, independent of the data source model. Further, this maximum is sufficiently small to guarantee acceptable symbol synchronizer performance for typical applications. Subsequent inversion of alternate detected symbols permits proper decoding.

  14. STEP: Self-supporting tailored k-space estimation for parallel imaging reconstruction.

    Science.gov (United States)

    Zhou, Zechen; Wang, Jinnan; Balu, Niranjan; Li, Rui; Yuan, Chun

    2016-02-01

    A new subspace-based iterative reconstruction method, termed Self-supporting Tailored k-space Estimation for Parallel imaging reconstruction (STEP), is presented and evaluated in comparison to the existing autocalibrating method SPIRiT and calibrationless method SAKE. In STEP, two tailored schemes including k-space partition and basis selection are proposed to promote spatially variant signal subspace and incorporated into a self-supporting structured low rank model to enforce properties of locality, sparsity, and rank deficiency, which can be formulated into a constrained optimization problem and solved by an iterative algorithm. Simulated and in vivo datasets were used to investigate the performance of STEP in terms of overall image quality and detail structure preservation. The advantage of STEP on image quality is demonstrated by retrospectively undersampled multichannel Cartesian data with various patterns. Compared with SPIRiT and SAKE, STEP can provide more accurate reconstruction images with less residual aliasing artifacts and reduced noise amplification in simulation and in vivo experiments. In addition, STEP has the capability of combining compressed sensing with arbitrary sampling trajectory. Using k-space partition and basis selection can further improve the performance of parallel imaging reconstruction with or without calibration signals. © 2015 Wiley Periodicals, Inc.

  15. Nearly auto-parallel maps and conservation laws on curved spaces

    International Nuclear Information System (INIS)

    Vacaru, S.

    1994-01-01

    The theory of nearly auto-parallel maps (na-maps, generalization of conformal transforms) of Einstein-Cartan spaces is formulated. The transformation laws of geometrical objects and gravitational and matter field equations under superpositions of na-maps are considered. A special attention is paid to the very important problem of definition of conservation laws for gravitational fields. (Author)

  16. State space model extraction of thermohydraulic systems – Part I: A linear graph approach

    International Nuclear Information System (INIS)

    Uren, K.R.; Schoor, G. van

    2013-01-01

    Thermohydraulic simulation codes are increasingly making use of graphical design interfaces. The user can quickly and easily design a thermohydraulic system by placing symbols on the screen resembling system components. These components can then be connected to form a system representation. Such system models may then be used to obtain detailed simulations of the physical system. Usually this kind of simulation models are too complex and not ideal for control system design. Therefore, a need exists for automated techniques to extract lumped parameter models useful for control system design. The goal of this first paper, in a two part series, is to propose a method that utilises a graphical representation of a thermohydraulic system, and a lumped parameter modelling approach, to extract state space models. In this methodology each physical domain of the thermohydraulic system is represented by a linear graph. These linear graphs capture the interaction between all components within and across energy domains – hydraulic, thermal and mechanical. These linear graphs are analysed using a graph-theoretic approach to derive reduced order state space models. These models capture the dominant dynamics of the thermohydraulic system and are ideal for control system design purposes. The proposed state space model extraction method is demonstrated by considering a U-tube system. A non-linear state space model is extracted representing both the hydraulic and thermal domain dynamics of the system. The simulated state space model is compared with a Flownex ® model of the U-tube. Flownex ® is a validated systems thermal-fluid simulation software package. - Highlights: • A state space model extraction methodology based on graph-theoretic concepts. • An energy-based approach to consider multi-domain systems in a common framework. • Allow extraction of transparent (white-box) state space models automatically. • Reduced order models containing only independent state

  17. Harmonic resonance assessment of multiple paralleled grid-connected inverters system

    DEFF Research Database (Denmark)

    Wang, Yanbo; Wang, Xiongfei; Blaabjerg, Frede

    2017-01-01

    This paper presents an eigenvalue-based impedance stability analytical method of multiple paralleled grid-connected inverter system. Different from the conventional impedance-based stability criterion, this work first built the state-space model of paralleled grid-connected inverters. On the basis...... of this, a bridge between the state-space-based modelling and impedance-based stability criterion is presented. The proposed method is able to perform stability assessment locally at the connection points of the component. Meanwhile, the eigenvalue-based sensitivity analysis is adopted to identify...

  18. Preamble and pilot symbol design for channel estimation in OFDM systems with null subcarriers

    Directory of Open Access Journals (Sweden)

    Ohno Shuichi

    2011-01-01

    Full Text Available Abstract In this article, design of preamble for channel estimation and pilot symbols for pilot-assisted channel estimation in orthogonal frequency division multiplexing system with null subcarriers is studied. Both the preambles and pilot symbols are designed to minimize the l 2 or the l ∞ norm of the channel estimate mean-squared errors (MSE in frequency-selective environments. We use convex optimization technique to find optimal power distribution to the preamble by casting the MSE minimization problem into a semidefinite programming problem. Then, using the designed optimal preamble as an initial value, we iteratively select the placement and optimally distribute power to the selected pilot symbols. Design examples consistent with IEEE 802.11a as well as IEEE 802.16e are provided to illustrate the superior performance of our proposed method over the equi-spaced equi-powered pilot symbols and the partially equi-spaced pilot symbols.

  19. Symbolic dynamics and description of complexity

    International Nuclear Information System (INIS)

    Hao Bailin.

    1992-10-01

    Symbolic dynamics provides a general framework to describe complexity of dynamical behaviour. After a discussion of the state of the filed special emphasis will be made on the role of transfer matrix (the Stefan matrix) both in deriving the grammar from known symbolic dynamics and in extracting the rules from experimental data. The block structure of the Stefan matrix may serve as another indicator of complexity of the associated dynamics. (author). 33 refs, 6 figs

  20. A Self Consistent Multiprocessor Space Charge Algorithm that is Almost Embarrassingly Parallel

    International Nuclear Information System (INIS)

    Nissen, Edward; Erdelyi, B.; Manikonda, S.L.

    2012-01-01

    We present a space charge code that is self consistent, massively parallelizeable, and requires very little communication between computer nodes; making the calculation almost embarrassingly parallel. This method is implemented in the code COSY Infinity where the differential algebras used in this code are important to the algorithm's proper functioning. The method works by calculating the self consistent space charge distribution using the statistical moments of the test particles, and converting them into polynomial series coefficients. These coefficients are combined with differential algebraic integrals to form the potential, and electric fields. The result is a map which contains the effects of space charge. This method allows for massive parallelization since its statistics based solver doesn't require any binning of particles, and only requires a vector containing the partial sums of the statistical moments for the different nodes to be passed. All other calculations are done independently. The resulting maps can be used to analyze the system using normal form analysis, as well as advance particles in numbers and at speeds that were previously impossible.

  1. A test of the symbol interdependency hypothesis with both concrete and abstract stimuli

    Science.gov (United States)

    Buchanan, Lori

    2018-01-01

    In Experiment 1, the symbol interdependency hypothesis was tested with both concrete and abstract stimuli. Symbolic (i.e., semantic neighbourhood distance) and embodied (i.e., iconicity) factors were manipulated in two tasks—one that tapped symbolic relations (i.e., semantic relatedness judgment) and another that tapped embodied relations (i.e., iconicity judgment). Results supported the symbol interdependency hypothesis in that the symbolic factor was recruited for the semantic relatedness task and the embodied factor was recruited for the iconicity task. Across tasks, and especially in the iconicity task, abstract stimuli resulted in shorter RTs. This finding was in contrast to the concreteness effect where concrete words result in shorter RTs. Experiment 2 followed up on this finding by replicating the iconicity task from Experiment 1 in an ERP paradigm. Behavioural results continued to show a reverse concreteness effect with shorter RTs for abstract stimuli. However, ERP results paralleled the N400 and anterior N700 concreteness effects found in the literature, with more negative amplitudes for concrete stimuli. PMID:29590121

  2. A test of the symbol interdependency hypothesis with both concrete and abstract stimuli.

    Science.gov (United States)

    Malhi, Simritpal Kaur; Buchanan, Lori

    2018-01-01

    In Experiment 1, the symbol interdependency hypothesis was tested with both concrete and abstract stimuli. Symbolic (i.e., semantic neighbourhood distance) and embodied (i.e., iconicity) factors were manipulated in two tasks-one that tapped symbolic relations (i.e., semantic relatedness judgment) and another that tapped embodied relations (i.e., iconicity judgment). Results supported the symbol interdependency hypothesis in that the symbolic factor was recruited for the semantic relatedness task and the embodied factor was recruited for the iconicity task. Across tasks, and especially in the iconicity task, abstract stimuli resulted in shorter RTs. This finding was in contrast to the concreteness effect where concrete words result in shorter RTs. Experiment 2 followed up on this finding by replicating the iconicity task from Experiment 1 in an ERP paradigm. Behavioural results continued to show a reverse concreteness effect with shorter RTs for abstract stimuli. However, ERP results paralleled the N400 and anterior N700 concreteness effects found in the literature, with more negative amplitudes for concrete stimuli.

  3. Anomaly Detection and Diagnosis Algorithms for Discrete Symbols

    Data.gov (United States)

    National Aeronautics and Space Administration — We present a set of novel algorithms which we call sequenceMiner that detect and characterize anomalies in large sets of high-dimensional symbol sequences that arise...

  4. The mathematica guidebook for symbolics

    CERN Document Server

    Trott, Michael

    2006-01-01

    Mathematica is today's most advanced technical computing system. It features a rich programming environment, two-and three-dimensional graphics capabilities and hundreds of sophisticated, powerful programming and mathematical functions using state-of-the-art algorithms. Combined with a user-friendly interface, and a complete mathematical typesetting system, Mathematica offers an intuitive easy-to-handle environment of great power and utility. "The Mathematica GuideBook for Symbolics" (code and text fully tailored for Mathematica 5.1) deals with Mathematica's symbolic mathematical capabilities. Structural and mathematical operations on single and systems of polynomials are fundamental to many symbolic calculations and they are covered in considerable detail. The solution of equations and differential equations, as well as the classical calculus operations (differentiation, integration, summation, series expansion, limits) are exhaustively treated. Generalized functions and their uses are discussed. In addition...

  5. Connections on the state-space over conformal field theories

    International Nuclear Information System (INIS)

    Ranganathan, K.; Sonoda, H.; Zwiebach, B.

    1994-01-01

    Motivated by the problem of background independence of closed string field theory we study geometry on the infinite vector bundle of local fields over the space of conformal field theories (CFTs). With any connection we can associate an excluded domain D for the integral of marginal operators, and an operator one-form ω μ . The pair (D, ω μ ) determines the covariant derivative of any correlator of local fields. We obtain interesting classes of connections in which ω μ 's can be written in terms of CFT data. For these connections we compute their curvatures in terms of four-point correlators, D, and ω μ . Among these connections three are of particular interest. A flat, metric compatible connection Γ, and connections c and c with non-vanishing curvature, with the latter metric compatible. The flat connection cannot be used to do parallel transport over a finite distance. Parallel transport with either c or c, however, allows us to construct a CFT in the state-space of another CFT a finite distance away. The construction is given in the form of perturbation theory manifestly free of divergences. (orig.)

  6. Convergences and Divergences between Gaston Bachelard’s Winged Rationalism and Ernst Cassirer’s Symbolic Idealism

    Directory of Open Access Journals (Sweden)

    Miguel Ángel Sánchez Rodríguez

    2015-12-01

    Full Text Available The article establishes a hermeneutical dialogue between the convergences and divergences of Cassirer’s symbolic idealism and Bachelard’s winged rationalism. First, on the basis of bio-bibliographical evidence, it reconstructs the context of vital signification in which the authors’ respective ideas are rooted; secondly, it identifies the fundamental parallelisms between them; and, finally, it provides examples of Bachelardian terminology that resembles that of contemporary symbolic hermeneutics. This results in a broader understanding Cassirer’s analyses of indirect and interpretive thought regarding the relations between man and culture, as well as of the role of the symbol in the shift form nature to culture.

  7. Domain Specific Language for Geant4 Parallelization for Space-based Applications, Phase I

    Data.gov (United States)

    National Aeronautics and Space Administration — A major limiting factor in HPC growth is the requirement to parallelize codes to leverage emerging architectures, especially as single core performance has plateaued...

  8. Cross-spectrum symbol synchronization

    Science.gov (United States)

    Mccallister, R. D.; Simon, M. K.

    1981-01-01

    A popular method of symbol synchronization exploits one aspect of generalized harmonic analysis, normally referred to as the cross-spectrum. Utilizing nonlinear techniques, the input symbol energy is effectively concentrated onto multiples of the symbol clock frequency, facilitating application of conventional phase lock synchronization techniques. A general treatment of the cross-spectrum technique is developed and shown to be applicable across a broad class of symbol modulation formats. An important specific symbol synchronization application is then treated, focusing the general development to provide both insight and quantitative measure of the performance impact associated with variation in these key synchronization parameters: symbol modulation format, symbol transition probability, symbol energy to noise density ratio, and symbol rate to filter bandwidth ratio.

  9. Symbolic Number Comparison Is Not Processed by the Analog Number System: Different Symbolic and Non-symbolic Numerical Distance and Size Effects

    Directory of Open Access Journals (Sweden)

    Attila Krajcsi

    2018-02-01

    Full Text Available HIGHLIGHTSWe test whether symbolic number comparison is handled by an analog noisy system.Analog system model has systematic biases in describing symbolic number comparison.This suggests that symbolic and non-symbolic numbers are processed by different systems.Dominant numerical cognition models suppose that both symbolic and non-symbolic numbers are processed by the Analog Number System (ANS working according to Weber's law. It was proposed that in a number comparison task the numerical distance and size effects reflect a ratio-based performance which is the sign of the ANS activation. However, increasing number of findings and alternative models propose that symbolic and non-symbolic numbers might be processed by different representations. Importantly, alternative explanations may offer similar predictions to the ANS prediction, therefore, former evidence usually utilizing only the goodness of fit of the ANS prediction is not sufficient to support the ANS account. To test the ANS model more rigorously, a more extensive test is offered here. Several properties of the ANS predictions for the error rates, reaction times, and diffusion model drift rates were systematically analyzed in both non-symbolic dot comparison and symbolic Indo-Arabic comparison tasks. It was consistently found that while the ANS model's prediction is relatively good for the non-symbolic dot comparison, its prediction is poorer and systematically biased for the symbolic Indo-Arabic comparison. We conclude that only non-symbolic comparison is supported by the ANS, and symbolic number comparisons are processed by other representation.

  10. The simplified spherical harmonics (SP{sub L}) methodology with space and moment decomposition in parallel environments

    Energy Technology Data Exchange (ETDEWEB)

    Gianluca, Longoni; Alireza, Haghighat [Florida University, Nuclear and Radiological Engineering Department, Gainesville, FL (United States)

    2003-07-01

    In recent years, the SP{sub L} (simplified spherical harmonics) equations have received renewed interest for the simulation of nuclear systems. We have derived the SP{sub L} equations starting from the even-parity form of the S{sub N} equations. The SP{sub L} equations form a system of (L+1)/2 second order partial differential equations that can be solved with standard iterative techniques such as the Conjugate Gradient (CG). We discretized the SP{sub L} equations with the finite-volume approach in a 3-D Cartesian space. We developed a new 3-D general code, Pensp{sub L} (Parallel Environment Neutral-particle SP{sub L}). Pensp{sub L} solves both fixed source and criticality eigenvalue problems. In order to optimize the memory management, we implemented a Compressed Diagonal Storage (CDS) to store the SP{sub L} matrices. Pensp{sub L} includes parallel algorithms for space and moment domain decomposition. The computational load is distributed on different processors, using a mapping function, which maps the 3-D Cartesian space and moments onto processors. The code is written in Fortran 90 using the Message Passing Interface (MPI) libraries for the parallel implementation of the algorithm. The code has been tested on the Pcpen cluster and the parallel performance has been assessed in terms of speed-up and parallel efficiency. (author)

  11. Unified Lambert Tool for Massively Parallel Applications in Space Situational Awareness

    Science.gov (United States)

    Woollands, Robyn M.; Read, Julie; Hernandez, Kevin; Probe, Austin; Junkins, John L.

    2018-03-01

    This paper introduces a parallel-compiled tool that combines several of our recently developed methods for solving the perturbed Lambert problem using modified Chebyshev-Picard iteration. This tool (unified Lambert tool) consists of four individual algorithms, each of which is unique and better suited for solving a particular type of orbit transfer. The first is a Keplerian Lambert solver, which is used to provide a good initial guess (warm start) for solving the perturbed problem. It is also used to determine the appropriate algorithm to call for solving the perturbed problem. The arc length or true anomaly angle spanned by the transfer trajectory is the parameter that governs the automated selection of the appropriate perturbed algorithm, and is based on the respective algorithm convergence characteristics. The second algorithm solves the perturbed Lambert problem using the modified Chebyshev-Picard iteration two-point boundary value solver. This algorithm does not require a Newton-like shooting method and is the most efficient of the perturbed solvers presented herein, however the domain of convergence is limited to about a third of an orbit and is dependent on eccentricity. The third algorithm extends the domain of convergence of the modified Chebyshev-Picard iteration two-point boundary value solver to about 90% of an orbit, through regularization with the Kustaanheimo-Stiefel transformation. This is the second most efficient of the perturbed set of algorithms. The fourth algorithm uses the method of particular solutions and the modified Chebyshev-Picard iteration initial value solver for solving multiple revolution perturbed transfers. This method does require "shooting" but differs from Newton-like shooting methods in that it does not require propagation of a state transition matrix. The unified Lambert tool makes use of the General Mission Analysis Tool and we use it to compute thousands of perturbed Lambert trajectories in parallel on the Space Situational

  12. An effective approach to reducing strategy space for maintenance optimisation of multistate series–parallel systems

    International Nuclear Information System (INIS)

    Zhou, Yifan; Lin, Tian Ran; Sun, Yong; Bian, Yangqing; Ma, Lin

    2015-01-01

    Maintenance optimisation of series–parallel systems is a research topic of practical significance. Nevertheless, a cost-effective maintenance strategy is difficult to obtain due to the large strategy space for maintenance optimisation of such systems. The heuristic algorithm is often employed to deal with this problem. However, the solution obtained by the heuristic algorithm is not always the global optimum and the algorithm itself can be very time consuming. An alternative method based on linear programming is thus developed in this paper to overcome such difficulties by reducing strategy space of maintenance optimisation. A theoretical proof is provided in the paper to verify that the proposed method is at least as effective as the existing methods for strategy space reduction. Numerical examples for maintenance optimisation of series–parallel systems having multistate components and considering both economic dependence among components and multiple-level imperfect maintenance are also presented. The simulation results confirm that the proposed method is more effective than the existing methods in removing inappropriate maintenance strategies of multistate series–parallel systems. - Highlights: • A new method using linear programming is developed to reduce the strategy space. • The effectiveness of the new method for strategy reduction is theoretically proved. • Imperfect maintenance and economic dependence are considered during optimisation

  13. Symbolism in prehistoric man.

    Science.gov (United States)

    Facchini, F

    2000-12-01

    The aptitude for symbolization, characteristic of man, is revealed not only in artistic representations and funerary practices. It is exhibited by every manifestation of human activity or representation of natural phenomena that assumes or refers to a meaning. We can recognize functional symbolism (tool-making, habitative or food technology), social symbolism, (language and social communication) and spiritual symbolism (funerary practices and artistic expressions). On the basis of these concepts, research into symbolism in prehistoric man allows us to recognize forms of symbolism already in the manifestations of the most ancient humans, starting with Homo habilis (or rudolfensis). Toolmaking, social organization and organization of the territory are oriented toward survival and the life of the family group. They attest to symbolic behaviors and constitute symbolic systems by means of which man expresses himself, lives and transmits his symbolic world. The diverse forms of symbolism are discussed with reference to the different phases of prehistoric humanity.

  14. Can symbols be ‘promoted’ or ‘demoted’?: Symbols as religious phenomena

    Directory of Open Access Journals (Sweden)

    Jaco Beyers

    2013-03-01

    Full Text Available Religious symbols are part of our world, relating to another world. In order to understand the process by which symbols grow and develop, the particular context of a symbol is important. In this article a particular theory as to what symbols are, is presented. Religion presupposes the existence of two worlds: this-worldly (profane and the other-worldly (sacred. The means of communication and reference between these two worlds are symbols. Two examples are investigated so as to indicate how symbols can over time either be demoted or promoted. In the case of the Asherah and asherah as related in the Old Testament a demotion of a symbol is illustrated. The growth of ancient Egyptian religion is an example of a possible promotion of symbols. The conditions under which these processes can occur are investigated.

  15. SYMBOLIC LANDSCAPE OF CONSCIOUSNESS: MAN BETWEEN REPRESENTATIONALISM, FUNCTIONALISM AND RELATIVISM

    Directory of Open Access Journals (Sweden)

    P. V. Kretov

    2017-12-01

    Full Text Available Purpose. The aim of the study is to clarify the changed interpretation of symbol in the context of the ontological turn in cultural anthropology and philosophical anthropology and their correlation with the functioning of the semantic field of culture, and in particular with religious symbols. The paper also considers an epistemological-ideological positions of representationalism, functionalism and relativism with respect to philosopheme of symbol. Methodology. The authors implemented theoretical and conceptual analysis in synchronic and diachronic aspects, the methodology of comparative consideration of the character within the analytical and existential paradigms in the 20th century philosophy. Originality. The work presents the study of correlation between aspect consideration of the nature and specific character in representationalism, functionalism and relativism within the philosophical projects of the cognitive position. The authors substantiated the position of symbol ontologization in the contemporary cultural and philosophical anthropology and the importance of convergence of the symbol concept and philosopheme with the concepts of an object and a thing. They fixed the value of the ontological turn in cultural anthropology for philosophical anthropology. The authors specifically examined the correlation between the declared symbol interpretation, project of object-oriented ontology and the modern philosophy of science. They substantiated ontological concept of symbolic landscape of modern philosophical anthropology, social philosophy and philosophy of mind. The symbol and religious symbolism have the significant importance for human identity, the symbol is considered to be the tool of human’s self-knowledge. Conclusions. The paper outlines the specific character of existence of symbol philosopheme in communicative field of modern man, the social media space, in particular the role of religious symbols for the construction of

  16. Effect of stress-state and spacing on voids in a shear-field

    DEFF Research Database (Denmark)

    Tvergaard, Viggo

    2012-01-01

    in the overall average stress state can be prescribed. This also allows for studies of the effect of different initial void spacing in the two in-plane coordinate directions. The stress states considered are essentially simple shear, with various levels of tensile stresses or compressive stresses superposed, i.......e. low positive stress triaxiality or even negative stress triaxiality. For high aspect ratio unit cells a clear localization band is found inside the cell, which actually represents several parallel bands, due to periodicity. In the materials represented by a low aspect ratio unit cell localization...

  17. From the Symbolic Analysis of Virtual Faces to a Smiles Machine.

    Science.gov (United States)

    Ochs, Magalie; Diday, Edwin; Afonso, Filipe

    2016-02-01

    In this paper, we present an application of symbolic data processing for the design of virtual character's smiling facial expressions. A collected database of virtual character's smiles directly created by users has been explored using symbolic data analysis methods. An unsupervised analysis has enabled us to identify the morphological and dynamic characteristics of different types of smiles as well as of combinations of smiles. Based on the symbolic data analysis, to generate different smiling faces, we have developed procedures to automatically reconstitute smiling virtual faces from a point in a multidimensional space corresponding to a principal component analysis plane.

  18. Wavelet characterization of Hörmander symbol class Sm ρ, δ Sm ρ ...

    Indian Academy of Sciences (India)

    ... non-regular symbol operators, we establish sharp 2-continuity which is better than Calderón and Vaillancourt's result, and establish L p ( 1 ≤ p ≤ ∞ ) continuity which is new and sharp. Our new idea is to analyse the symbol operators in phase space with relative wavelets, and to establish the kernel distribution property ...

  19. Expressions of manipulator kinematic equations via symbolic computation

    International Nuclear Information System (INIS)

    Sasaki, Shinobu

    1993-09-01

    While it is simple in principle to determine the position and orientation of the manipulator hand, its computational process has been regarded as extremely laborious since trigonometric functions must be calculated many times in operations of revolute or rotation. Due to development of a general class of kinematic algorithm based on iterative methods, however, we have come to a satisfactory settlement of this problem. In the present article, we consider to construct symbolic kinematic equations in an automatic fashion making use of the algorithm. To this end, recursive expressions are applied to a symbolic computation system REDUCE. As a concrete result, a complete kinematic model for a six-jointed arm having all kinematic attributes is provided. Together with work space analysis, the computer-aided generation of kinematic equations in symbolic form will serve to liberate us from their cumbersome derivations. (author)

  20. Symbolic PathFinder: Symbolic Execution of Java Bytecode

    Science.gov (United States)

    Pasareanu, Corina S.; Rungta, Neha

    2010-01-01

    Symbolic Pathfinder (SPF) combines symbolic execution with model checking and constraint solving for automated test case generation and error detection in Java programs with unspecified inputs. In this tool, programs are executed on symbolic inputs representing multiple concrete inputs. Values of variables are represented as constraints generated from the analysis of Java bytecode. The constraints are solved using off-the shelf solvers to generate test inputs guaranteed to achieve complex coverage criteria. SPF has been used successfully at NASA, in academia, and in industry.

  1. 2D-Zernike Polynomials and Coherent State Quantization of the Unit Disc

    Energy Technology Data Exchange (ETDEWEB)

    Thirulogasanthar, K., E-mail: santhar@gmail.com [Concordia University, Department of Comuter Science and Software Engineering (Canada); Saad, Nasser, E-mail: nsaad@upei.ca [University of Prince Edward Island, Department of mathematics and Statistics (Canada); Honnouvo, G., E-mail: g-honnouvo@yahoo.fr [McGill University, Department of Mathematics and Statistics (Canada)

    2015-12-15

    Using the orthonormality of the 2D-Zernike polynomials, reproducing kernels, reproducing kernel Hilbert spaces, and ensuring coherent states attained. With the aid of the so-obtained coherent states, the complex unit disc is quantized. Associated upper symbols, lower symbols and related generalized Berezin transforms also obtained. A number of necessary summation formulas for the 2D-Zernike polynomials proved.

  2. The Relationship of Language and Symbolic Play in Children with Hearing Loss.

    Science.gov (United States)

    Yoshinaga-Itano, Christine; Snyder, Lynn S.; Day, Diane

    1999-01-01

    The internal reliability and concurrent validity of the Play Assessment Questionnaire (PAQ) was compared to that of the Minnesota Child Development Inventory with 170 deaf or hard of hearing infants and toddlers. The PAQ was found to be a useful nonverbal tool that assesses symbolic play behaviors and demonstrates a parallel development with…

  3. Fast Time and Space Parallel Algorithms for Solution of Parabolic Partial Differential Equations

    Science.gov (United States)

    Fijany, Amir

    1993-01-01

    In this paper, fast time- and Space -Parallel agorithms for solution of linear parabolic PDEs are developed. It is shown that the seemingly strictly serial iterations of the time-stepping procedure for solution of the problem can be completed decoupled.

  4. State Space Modeling Using SAS

    Directory of Open Access Journals (Sweden)

    Rajesh Selukar

    2011-05-01

    Full Text Available This article provides a brief introduction to the state space modeling capabilities in SAS, a well-known statistical software system. SAS provides state space modeling in a few different settings. SAS/ETS, the econometric and time series analysis module of the SAS system, contains many procedures that use state space models to analyze univariate and multivariate time series data. In addition, SAS/IML, an interactive matrix language in the SAS system, provides Kalman filtering and smoothing routines for stationary and nonstationary state space models. SAS/IML also provides support for linear algebra and nonlinear function optimization, which makes it a convenient environment for general-purpose state space modeling.

  5. Design and implementation of a novel modal space active force control concept for spatial multi-DOF parallel robotic manipulators actuated by electrical actuators.

    Science.gov (United States)

    Yang, Chifu; Zhao, Jinsong; Li, Liyi; Agrawal, Sunil K

    2018-01-01

    Robotic spine brace based on parallel-actuated robotic system is a new device for treatment and sensing of scoliosis, however, the strong dynamic coupling and anisotropy problem of parallel manipulators result in accuracy loss of rehabilitation force control, including big error in direction and value of force. A novel active force control strategy named modal space force control is proposed to solve these problems. Considering the electrical driven system and contact environment, the mathematical model of spatial parallel manipulator is built. The strong dynamic coupling problem in force field is described via experiments as well as the anisotropy problem of work space of parallel manipulators. The effects of dynamic coupling on control design and performances are discussed, and the influences of anisotropy on accuracy are also addressed. With mass/inertia matrix and stiffness matrix of parallel manipulators, a modal matrix can be calculated by using eigenvalue decomposition. Making use of the orthogonality of modal matrix with mass matrix of parallel manipulators, the strong coupled dynamic equations expressed in work space or joint space of parallel manipulator may be transformed into decoupled equations formulated in modal space. According to this property, each force control channel is independent of others in the modal space, thus we proposed modal space force control concept which means the force controller is designed in modal space. A modal space active force control is designed and implemented with only a simple PID controller employed as exampled control method to show the differences, uniqueness, and benefits of modal space force control. Simulation and experimental results show that the proposed modal space force control concept can effectively overcome the effects of the strong dynamic coupling and anisotropy problem in the physical space, and modal space force control is thus a very useful control framework, which is better than the current joint

  6. Concealed identification symbols and nondestructive determination of the identification symbols

    Science.gov (United States)

    Nance, Thomas A.; Gibbs, Kenneth M.

    2014-09-16

    The concealing of one or more identification symbols into a target object and the subsequent determination or reading of such symbols through non-destructive testing is described. The symbols can be concealed in a manner so that they are not visible to the human eye and/or cannot be readily revealed to the human eye without damage or destruction of the target object. The identification symbols can be determined after concealment by e.g., the compilation of multiple X-ray images. As such, the present invention can also provide e.g., a deterrent to theft and the recovery of lost or stolen objects.

  7. Parallel Finite Element Particle-In-Cell Code for Simulations of Space-charge Dominated Beam-Cavity Interactions

    International Nuclear Information System (INIS)

    Candel, A.; Kabel, A.; Ko, K.; Lee, L.; Li, Z.; Limborg, C.; Ng, C.; Prudencio, E.; Schussman, G.; Uplenchwar, R.

    2007-01-01

    Over the past years, SLAC's Advanced Computations Department (ACD) has developed the parallel finite element (FE) particle-in-cell code Pic3P (Pic2P) for simulations of beam-cavity interactions dominated by space-charge effects. As opposed to standard space-charge dominated beam transport codes, which are based on the electrostatic approximation, Pic3P (Pic2P) includes space-charge, retardation and boundary effects as it self-consistently solves the complete set of Maxwell-Lorentz equations using higher-order FE methods on conformal meshes. Use of efficient, large-scale parallel processing allows for the modeling of photoinjectors with unprecedented accuracy, aiding the design and operation of the next-generation of accelerator facilities. Applications to the Linac Coherent Light Source (LCLS) RF gun are presented

  8. Symbolic markers and institutional innovation in transforming urban spaces

    OpenAIRE

    Dembski, S.

    2012-01-01

    The current round of urban transformation has resulted in a need for modes of representation for the emerging city of the 21st century. Many urban regions therefore seek to identify the iconic objects and devices that could function as bearers of a new metropolitan identity. A variety of such expressions, which are labelled ‘symbolic markers’, are employed in planning practices to organise focus and to mobilise social energies in line with a certain project mission. This thesis argues that th...

  9. Symbolic and non symbolic numerical representation in adults with and without developmental dyscalculia

    Directory of Open Access Journals (Sweden)

    Furman Tamar

    2012-11-01

    Full Text Available Abstract Background The question whether Developmental Dyscalculia (DD; a deficit in the ability to process numerical information is the result of deficiencies in the non symbolic numerical representation system (e.g., a group of dots or in the symbolic numerical representation system (e.g., Arabic numerals has been debated in scientific literature. It is accepted that the non symbolic system is divided into two different ranges, the subitizing range (i.e., quantities from 1-4 which is processed automatically and quickly, and the counting range (i.e., quantities larger than 4 which is an attention demanding procedure and is therefore processed serially and slowly. However, so far no study has tested the automaticity of symbolic and non symbolic representation in DD participants separately for the subitizing and the counting ranges. Methods DD and control participants undergo a novel version of the Stroop task, i.e., the Enumeration Stroop. They were presented with a random series of between one and nine written digits, and were asked to name either the relevant written digit (in the symbolic task or the relevant quantity of digits (in the non symbolic task while ignoring the irrelevant aspect. Result DD participants, unlike the control group, didn't show any congruency effect in the subitizing range of the non symbolic task. Conclusion These findings suggest that DD may be impaired in the ability to process symbolic numerical information or in the ability to automatically associate the two systems (i.e., the symbolic vs. the non symbolic. Additionally DD have deficiencies in the non symbolic counting range.

  10. Symbolic and non symbolic numerical representation in adults with and without developmental dyscalculia.

    Science.gov (United States)

    Furman, Tamar; Rubinsten, Orly

    2012-11-28

    The question whether Developmental Dyscalculia (DD; a deficit in the ability to process numerical information) is the result of deficiencies in the non symbolic numerical representation system (e.g., a group of dots) or in the symbolic numerical representation system (e.g., Arabic numerals) has been debated in scientific literature. It is accepted that the non symbolic system is divided into two different ranges, the subitizing range (i.e., quantities from 1-4) which is processed automatically and quickly, and the counting range (i.e., quantities larger than 4) which is an attention demanding procedure and is therefore processed serially and slowly. However, so far no study has tested the automaticity of symbolic and non symbolic representation in DD participants separately for the subitizing and the counting ranges. DD and control participants undergo a novel version of the Stroop task, i.e., the Enumeration Stroop. They were presented with a random series of between one and nine written digits, and were asked to name either the relevant written digit (in the symbolic task) or the relevant quantity of digits (in the non symbolic task) while ignoring the irrelevant aspect. DD participants, unlike the control group, didn't show any congruency effect in the subitizing range of the non symbolic task. These findings suggest that DD may be impaired in the ability to process symbolic numerical information or in the ability to automatically associate the two systems (i.e., the symbolic vs. the non symbolic). Additionally DD have deficiencies in the non symbolic counting range.

  11. A struggle on two fronts: boundary drawing in the lower region of the social space and the symbolic market for 'down-to-earthness'.

    Science.gov (United States)

    Jarness, Vegard; Flemmen, Magne Paalgard

    2017-12-26

    In this article we use qualitative interviews to examine how Norwegians possessing low volumes of cultural and economic capital demarcate themselves symbolically from the lifestyles of those above and below them in social space. In downward boundary drawing, a range of types of people are regarded as inferior because of perceived moral and aesthetic deficiencies. In upward boundary drawing, anti-elitist sentiments are strong: people practising resource-demanding lifestyles are viewed as harbouring 'snobbish' and 'elitist' attitudes. However, our analysis suggests that contemporary forms of anti-elitism are far from absolute, as symbolic expressions of privilege are markedly less challenged if they are parcelled in a 'down-to-earth' attitude. Previous studies have shown attempts by the privileged to downplay differences in cross-class encounters, accompanied by displays of openness and down-to-earthness. Our findings suggest that there is in fact a symbolic 'market' for such performances in the lower region of social space. This cross-class sympathy, we argue, helps naturalize, and thereby legitimize, class inequalities. The implications of this finding are outlined with reference to current scholarly debates about politics and populism, status and recognition and intersections between class and gender in the structuring of social inequalities. The article also contributes key methodological insights into the mapping of symbolic boundaries. Challenging Lamont's influential framework, we demonstrate that there is a need for a more complex analytical strategy rather than simply measuring the 'relative salience' of various boundaries in terms of their occurrence in qualitative interview data. In distinguishing analytically between usurpationary and exclusionary boundary strategies, we show that moral boundaries in particular can take on qualitatively different forms and that subtypes of boundaries are sometimes so tightly intertwined that separating them to measure

  12. A massively-parallel electronic-structure calculations based on real-space density functional theory

    International Nuclear Information System (INIS)

    Iwata, Jun-Ichi; Takahashi, Daisuke; Oshiyama, Atsushi; Boku, Taisuke; Shiraishi, Kenji; Okada, Susumu; Yabana, Kazuhiro

    2010-01-01

    Based on the real-space finite-difference method, we have developed a first-principles density functional program that efficiently performs large-scale calculations on massively-parallel computers. In addition to efficient parallel implementation, we also implemented several computational improvements, substantially reducing the computational costs of O(N 3 ) operations such as the Gram-Schmidt procedure and subspace diagonalization. Using the program on a massively-parallel computer cluster with a theoretical peak performance of several TFLOPS, we perform electronic-structure calculations for a system consisting of over 10,000 Si atoms, and obtain a self-consistent electronic-structure in a few hundred hours. We analyze in detail the costs of the program in terms of computation and of inter-node communications to clarify the efficiency, the applicability, and the possibility for further improvements.

  13. Children’s Non-symbolic, Symbolic Addition and Their Mapping Capacity at 4–7 Years Old

    Directory of Open Access Journals (Sweden)

    Yanjun Li

    2017-07-01

    Full Text Available The study aimed to examine the developmental trajectories of non-symbolic and symbolic addition capacities in children and the mapping ability between these two. We assessed 106 4- to 7-year-old children and found that 4-year-olds were able to do non-symbolic addition but not symbolic addition. Five-year-olds and older were able to do symbolic addition and their performance in symbolic addition exceeded non-symbolic addition in grade 1 (approximate age 7. These results suggested non-symbolic addition ability emerges earlier and is less affected by formal mathematical education than symbolic addition. Meanwhile, we tested children’s bi-directional mapping ability using a novel task and found that children were able to map between symbolic and non-symbolic representations of number at age 5. Their ability in mapping non-symbolic to symbolic number became more proficient in grade 1 (approximate age 7. This suggests children at age 7 have developed a relatively mature symbolic representation system.

  14. Symbolic Solution Approach to Wind Turbine based on Doubly Fed Induction Generator Model

    DEFF Research Database (Denmark)

    Cañas–Carretón, M.; Gómez–Lázaro, E.; Martín–Martínez, S.

    2015-01-01

    –order induction generator is selected to model the electric machine, being this approach suitable to estimate the DFIG performance under transient conditions. The corresponding non–linear integro-differential equation system has been reduced to a linear state-space system by using an ad-hoc local linearization......This paper describes an alternative approach based on symbolic computations to simulate wind turbines equipped with Doubly–Fed Induction Generator (DFIG). The actuator disk theory is used to represent the aerodynamic part, and the one-mass model simulates the mechanical part. The 5th...

  15. Modal space three-state feedback control for electro-hydraulic servo plane redundant driving mechanism with eccentric load decoupling.

    Science.gov (United States)

    Zhao, Jinsong; Wang, Zhipeng; Zhang, Chuanbi; Yang, Chifu; Bai, Wenjie; Zhao, Zining

    2018-06-01

    The shaking table based on electro-hydraulic servo parallel mechanism has the advantage of strong carrying capacity. However, the strong coupling caused by the eccentric load not only affects the degree of freedom space control precision, but also brings trouble to the system control. A novel decoupling control strategy is proposed, which is based on modal space to solve the coupling problem for parallel mechanism with eccentric load. The phenomenon of strong dynamic coupling among degree of freedom space is described by experiments, and its influence on control design is discussed. Considering the particularity of plane motion, the dynamic model is built by Lagrangian method to avoid complex calculations. The dynamic equations of the coupling physical space are transformed into the dynamic equations of the decoupling modal space by using the weighted orthogonality of the modal main mode with respect to mass matrix and stiffness matrix. In the modal space, the adjustments of the modal channels are independent of each other. Moreover, the paper discusses identical closed-loop dynamic characteristics of modal channels, which will realize decoupling for degree of freedom space, thus a modal space three-state feedback control is proposed to expand the frequency bandwidth of each modal channel for ensuring their near-identical responses in a larger frequency range. Experimental results show that the concept of modal space three-state feedback control proposed in this paper can effectively reduce the strong coupling problem of degree of freedom space channels, which verify the effectiveness of the proposed model space state feedback control strategy for improving the control performance of the electro-hydraulic servo plane redundant driving mechanism. Copyright © 2018 ISA. Published by Elsevier Ltd. All rights reserved.

  16. Selective maintenance for multi-state series–parallel systems under economic dependence

    International Nuclear Information System (INIS)

    Dao, Cuong D.; Zuo, Ming J.; Pandey, Mayank

    2014-01-01

    This paper presents a study on selective maintenance for multi-state series–parallel systems with economically dependent components. In the selective maintenance problem, the maintenance manager has to decide which components should receive maintenance activities within a finite break between missions. All the system reliabilities in the next operating mission, the available budget and the maintenance time for each component from its current state to a higher state are taken into account in the optimization models. In addition, the components in series–parallel systems are considered to be economically dependent. Time and cost savings will be achieved when several components are simultaneously repaired in a selective maintenance strategy. As the number of repaired components increases, the saved time and cost will also increase due to the share of setting up between components and another additional reduction amount resulting from the repair of multiple identical components. Different optimization models are derived to find the best maintenance strategy for multi-state series–parallel systems. A genetic algorithm is used to solve the optimization models. The decision makers may select different components to be repaired to different working states based on the maintenance objective, resource availabilities and how dependent the repair time and cost of each component are

  17. The symbol grounding problem revisited: a thorough evaluation of the ANS mapping account and the proposal of an alternative account based on symbol-symbol associations.

    Directory of Open Access Journals (Sweden)

    Bert Reynvoet

    2016-10-01

    Full Text Available Recently, a lot of studies in the domain of numerical cognition have been published demonstrating a robust association between numerical symbol processing and individual differences in mathematics achievement. Because numerical symbols are so important for mathematics achievement, many researchers want to provide an answer on the ‘symbol grounding problem’, i.e., how does a symbol acquires its numerical meaning? The most popular account, the ANS mapping account, assumes that a symbol acquires its numerical meaning by being mapped on a non-verbal and Approximate Number System (ANS. Here, we critically evaluate four arguments that are supposed to support this account, i.e., (1 there is an evolutionary system for approximate number processing, (2 non-symbolic and symbolic number processing show the same behavioral effects, (3 non-symbolic and symbolic numbers activate the same brain regions which are also involved in more advanced calculation and (4 non-symbolic comparison is related to the performance on symbolic mathematics achievement tasks. Based on this evaluation, we conclude that all of these arguments and consequently also the mapping account are questionable. Next we explored less popular alternative, where small numerical symbols are initially mapped on a precise representation and then, in combination with increasing knowledge of the counting list result in an independent and exact symbolic system based on order relations between symbols. We evaluate this account by reviewing evidence on order judgement tasks following the same four arguments. Although further research is necessary, the available evidence so far suggests that this symbol-symbol association account should be considered as a worthy alternative of how symbols acquire their meaning.

  18. The Symbol Grounding Problem Revisited: A Thorough Evaluation of the ANS Mapping Account and the Proposal of an Alternative Account Based on Symbol-Symbol Associations.

    Science.gov (United States)

    Reynvoet, Bert; Sasanguie, Delphine

    2016-01-01

    Recently, a lot of studies in the domain of numerical cognition have been published demonstrating a robust association between numerical symbol processing and individual differences in mathematics achievement. Because numerical symbols are so important for mathematics achievement, many researchers want to provide an answer on the 'symbol grounding problem,' i.e., how does a symbol acquires its numerical meaning? The most popular account, the approximate number system ( ANS ) mapping account , assumes that a symbol acquires its numerical meaning by being mapped on a non-verbal and ANS. Here, we critically evaluate four arguments that are supposed to support this account, i.e., (1) there is an evolutionary system for approximate number processing, (2) non-symbolic and symbolic number processing show the same behavioral effects, (3) non-symbolic and symbolic numbers activate the same brain regions which are also involved in more advanced calculation and (4) non-symbolic comparison is related to the performance on symbolic mathematics achievement tasks. Based on this evaluation, we conclude that all of these arguments and consequently also the mapping account are questionable. Next we explored less popular alternative, where small numerical symbols are initially mapped on a precise representation and then, in combination with increasing knowledge of the counting list result in an independent and exact symbolic system based on order relations between symbols. We evaluate this account by reviewing evidence on order judgment tasks following the same four arguments. Although further research is necessary, the available evidence so far suggests that this symbol-symbol association account should be considered as a worthy alternative of how symbols acquire their meaning.

  19. A Screen Space GPGPU Surface LIC Algorithm for Distributed Memory Data Parallel Sort Last Rendering Infrastructures

    Energy Technology Data Exchange (ETDEWEB)

    Loring, Burlen; Karimabadi, Homa; Rortershteyn, Vadim

    2014-07-01

    The surface line integral convolution(LIC) visualization technique produces dense visualization of vector fields on arbitrary surfaces. We present a screen space surface LIC algorithm for use in distributed memory data parallel sort last rendering infrastructures. The motivations for our work are to support analysis of datasets that are too large to fit in the main memory of a single computer and compatibility with prevalent parallel scientific visualization tools such as ParaView and VisIt. By working in screen space using OpenGL we can leverage the computational power of GPUs when they are available and run without them when they are not. We address efficiency and performance issues that arise from the transformation of data from physical to screen space by selecting an alternate screen space domain decomposition. We analyze the algorithm's scaling behavior with and without GPUs on two high performance computing systems using data from turbulent plasma simulations.

  20. 'demoted'?: Symbols as religious phenomena

    African Journals Online (AJOL)

    2013-03-06

    Mar 6, 2013 ... process by which symbols grow and develop, the particular context of a symbol is important. In this article a particular theory as to what symbols are, is presented. ... of communication and reference between these two worlds are symbols. .... from a psychological perspective, understands symbols as a.

  1. Tissue P Systems With Channel States Working in the Flat Maximally Parallel Way.

    Science.gov (United States)

    Song, Bosheng; Perez-Jimenez, Mario J; Paun, Gheorghe; Pan, Linqiang

    2016-10-01

    Tissue P systems with channel states are a class of bio-inspired parallel computational models, where rules are used in a sequential manner (on each channel, at most one rule can be used at each step). In this work, tissue P systems with channel states working in a flat maximally parallel way are considered, where at each step, on each channel, a maximal set of applicable rules that pass from a given state to a unique next state, is chosen and each rule in the set is applied once. The computational power of such P systems is investigated. Specifically, it is proved that tissue P systems with channel states and antiport rules of length two are able to compute Parikh sets of finite languages, and such P systems with one cell and noncooperative symport rules can compute at least all Parikh sets of matrix languages. Some Turing universality results are also provided. Moreover, the NP-complete problem SAT is solved by tissue P systems with channel states, cell division and noncooperative symport rules working in the flat maximally parallel way; nevertheless, if channel states are not used, then such P systems working in the flat maximally parallel way can solve only tractable problems. These results show that channel states provide a frontier of tractability between efficiency and non-efficiency in the framework of tissue P systems with cell division (assuming P ≠ NP ).

  2. Parallelization of the Physical-Space Statistical Analysis System (PSAS)

    Science.gov (United States)

    Larson, J. W.; Guo, J.; Lyster, P. M.

    1999-01-01

    Atmospheric data assimilation is a method of combining observations with model forecasts to produce a more accurate description of the atmosphere than the observations or forecast alone can provide. Data assimilation plays an increasingly important role in the study of climate and atmospheric chemistry. The NASA Data Assimilation Office (DAO) has developed the Goddard Earth Observing System Data Assimilation System (GEOS DAS) to create assimilated datasets. The core computational components of the GEOS DAS include the GEOS General Circulation Model (GCM) and the Physical-space Statistical Analysis System (PSAS). The need for timely validation of scientific enhancements to the data assimilation system poses computational demands that are best met by distributed parallel software. PSAS is implemented in Fortran 90 using object-based design principles. The analysis portions of the code solve two equations. The first of these is the "innovation" equation, which is solved on the unstructured observation grid using a preconditioned conjugate gradient (CG) method. The "analysis" equation is a transformation from the observation grid back to a structured grid, and is solved by a direct matrix-vector multiplication. Use of a factored-operator formulation reduces the computational complexity of both the CG solver and the matrix-vector multiplication, rendering the matrix-vector multiplications as a successive product of operators on a vector. Sparsity is introduced to these operators by partitioning the observations using an icosahedral decomposition scheme. PSAS builds a large (approx. 128MB) run-time database of parameters used in the calculation of these operators. Implementing a message passing parallel computing paradigm into an existing yet developing computational system as complex as PSAS is nontrivial. One of the technical challenges is balancing the requirements for computational reproducibility with the need for high performance. The problem of computational

  3. Symbolic and non-symbolic number magnitude processing in children with developmental dyscalculia.

    Science.gov (United States)

    Castro Cañizares, Danilka; Reigosa Crespo, Vivian; González Alemañy, Eduardo

    2012-11-01

    The aim of this study was to evaluate if children with Developmental Dyscalculia (DD) exhibit a general deficit in magnitude representations or a specific deficit in the connection of symbolic representations with the corresponding analogous magnitudes. DD was diagnosed using a timed arithmetic task. The experimental magnitude comparison tasks were presented in non-symbolic and symbolic formats. DD and typically developing (TD) children showed similar numerical distance and size congruity effects. However, DD children performed significantly slower in the symbolic task. These results are consistent with the access deficit hypothesis, according to which DD children's deficits are caused by difficulties accessing magnitude information from numerical symbols rather than in processing numerosities per se.

  4. Animated symbols

    DEFF Research Database (Denmark)

    Frølunde, Lisbeth

    2008-01-01

    an analytic working model called Animated Symbols concerning critical reflection in a dialogic learning process. The model shows dialogue as interactions that involve two types of transformation: inner ‘learning processes' and outer signs and symbols. The classroom-based research study is part of a Ph...

  5. How can unity of content be obtained from the diversity of expression; from symbolism to connectionism How can unity of content be obtained from the diversity of expression; from symbolism to connectionism

    Directory of Open Access Journals (Sweden)

    José Marcelino Poersch

    2008-04-01

    Full Text Available Adopting a symbolic paradigm, reading can be considered as an act of communication leading a reader to intentionally build in his mind, from the perception of printed symbols and from the aid of non-verbal elements, a substance of content similar to the one the writer wanted to express by means of a verbal written message. Nowadays we see that the strictness – typically signalized by the staticity of mental epresentations (symbols and the seriality of the information process (classical artificial intelligence – with which the symbolic paradigm explains the cognitive processes of the reading process in our mind clearly contrasts with the flexibility – characterized by the use of dynamic “ad hoc” configurations obtained by means of parallel distributed information among the interneural connections – with which the connectionist paradigm tries to explain the sequence of processes (hidden units in our brain interpolated between input and output data. In a connectionist paradigm, reading consists of constructing, in the brain of the reader, a network of synaptic connections as answers to individual stimuli and experiences. It follows that the new text built in the reader’s brain, even keeping the cultural unity, will show diversities reflecting the way each reader experiences the world. The diversity in communicative acts can more easily be noticed in a translating Adopting a symbolic paradigm, reading can be considered as an act of communication leading a reader to intentionally build in his mind, from the perception of printed symbols and from the aid of non-verbal elements, a substance of content similar to the one the writer wanted to express by means of a verbal written message. Nowadays we see that the strictness – typically signalized by the staticity of mental epresentations (symbols and the seriality of the information process (classical artificial intelligence – with which the symbolic paradigm explains the cognitive

  6. New symbol launched to warn public about radiation dangers. Supplementary symbol aims to help reduce needless deaths and injuries

    International Nuclear Information System (INIS)

    2007-01-01

    Full text: With radiating waves, a skull and crossbones and a running person, a new ionizing radiation warning symbol is being introduced to supplement the traditional international symbol for radiation, the three cornered trefoil. The new symbol is being launched today by the IAEA and the International Organization for Standardization (ISO) to help reduce needless deaths and serious injuries from accidental exposure to large radioactive sources. It will serve as a supplementary warning to the trefoil, which has no intuitive meaning and little recognition beyond those educated in its significance. 'I believe the international recognition of the specific expertise of both organizations will ensure that the new standard will be accepted and applied by governments and industry to improve the safety of nuclear applications, protection of people and the environment', said Ms. Eliana Amaral, Director, Division of Radiation, Transport and Waste Safety, IAEA. The new symbol is aimed at alerting anyone, anywhere to the potential dangers of being close to a large source of ionizing radiation, the result of a five-year project conducted in 11 countries around the world. The symbol was tested with different population groups - mixed ages, varying educational backgrounds, male and female - to ensure that its message of 'danger- stay away' was crystal clear and understood by all. 'We can't teach the world about radiation,' said Carolyn Mac Kenzie, an IAEA radiation specialist who helped develop the symbol, 'but we can warn people about dangerous sources for the price of sticker.' The new symbol, developed by human factor experts, graphic artists, and radiation protection experts, was tested by the Gallup Institute on a total of 1 650 individuals in Brazil, Mexico, Morocco, Kenya, Saudi Arabia, China, India, Thailand, Poland, Ukraine and the United States. The symbol is intended for IAEA Category 1, 2 and 3 sources defined as dangerous sources capable of death or serious injury

  7. New symbol launched to warn public about radiation dangers. Supplementary symbol aims to help reduce needless deaths and injuries

    International Nuclear Information System (INIS)

    2007-01-01

    Full text: With radiating waves, a skull and crossbones and a running person, a new ionizing radiation warning symbol is being introduced to supplement the traditional international symbol for radiation, the three cornered trefoil. The new symbol is being launched today by the IAEA and the International Organization for Standardization (ISO) to help reduce needless deaths and serious injuries from accidental exposure to large radioactive sources. It will serve as a supplementary warning to the trefoil, which has no intuitive meaning and little recognition beyond those educated in its significance. 'I believe the international recognition of the specific expertise of both organizations will ensure that the new standard will be accepted and applied by governments and industry to improve the safety of nuclear applications, protection of people and the environment', said Ms. Eliana Amaral, Director, Division of Radiation, Transport and Waste Safety, IAEA. The new symbol is aimed at alerting anyone, anywhere to the potential dangers of being close to a large source of ionizing radiation, the result of a five-year project conducted in 11 countries around the world. The symbol was tested with different population groups - mixed ages, varying educational backgrounds, male and female - to ensure that its message of 'danger- stay away' was crystal clear and understood by all. 'We can't teach the world about radiation,' said Carolyn Mac Kenzie, an IAEA radiation specialist who helped develop the symbol, 'but we can warn people about dangerous sources for the price of sticker.' The new symbol, developed by human factor experts, graphic artists, and radiation protection experts, was tested by the Gallup Institute on a total of 1 650 individuals in Brazil, Mexico, Morocco, Kenya, Saudi Arabia, China, India, Thailand, Poland, Ukraine and the United States. The symbol is intended for IAEA Category 1, 2 and 3 sources defined as dangerous sources capable of death or serious injury

  8. New symbol launched to warn public about radiation dangers. Supplementary symbol aims to help reduce needless deaths and injuries

    International Nuclear Information System (INIS)

    2007-01-01

    Full text: With radiating waves, a skull and crossbones and a running person, a new ionizing radiation warning symbol is being introduced to supplement the traditional international symbol for radiation, the three cornered trefoil. The new symbol is being launched today by the IAEA and the International Organization for Standardization (ISO) to help reduce needless deaths and serious injuries from accidental exposure to large radioactive sources. It will serve as a supplementary warning to the trefoil, which has no intuitive meaning and little recognition beyond those educated in its significance. 'I believe the international recognition of the specific expertise of both organizations will ensure that the new standard will be accepted and applied by governments and industry to improve the safety of nuclear applications, protection of people and the environment', said Ms. Eliana Amaral, Director, Division of Radiation, Transport and Waste Safety, IAEA. The new symbol is aimed at alerting anyone, anywhere to the potential dangers of being close to a large source of ionizing radiation, the result of a five-year project conducted in 11 countries around the world. The symbol was tested with different population groups - mixed ages, varying educational backgrounds, male and female - to ensure that its message of 'danger- stay away' was crystal clear and understood by all. 'We can't teach the world about radiation,' said Carolyn Mac Kenzie, an IAEA radiation specialist who helped develop the symbol, 'but we can warn people about dangerous sources for the price of sticker.' The new symbol, developed by human factor experts, graphic artists, and radiation protection experts, was tested by the Gallup Institute on a total of 1 650 individuals in Brazil, Mexico, Morocco, Kenya, Saudi Arabia, China, India, Thailand, Poland, Ukraine and the United States. The symbol is intended for IAEA Category 1, 2 and 3 sources defined as dangerous sources capable of death or serious injury

  9. New symbol launched to warn public about radiation dangers. Supplementary symbol aims to help reduce needless deaths and injuries

    International Nuclear Information System (INIS)

    2007-01-01

    Full text: With radiating waves, a skull and crossbones and a running person, a new ionizing radiation warning symbol is being introduced to supplement the traditional international symbol for radiation, the three cornered trefoil. The new symbol is being launched today by the IAEA and the International Organization for Standardization (ISO) to help reduce needless deaths and serious injuries from accidental exposure to large radioactive sources. It will serve as a supplementary warning to the trefoil, which has no intuitive meaning and little recognition beyond those educated in its significance. 'I believe the international recognition of the specific expertise of both organizations will ensure that the new standard will be accepted and applied by governments and industry to improve the safety of nuclear applications, protection of people and the environment', said Ms. Eliana Amaral, Director, Division of Radiation, Transport and Waste Safety, IAEA. The new symbol is aimed at alerting anyone, anywhere to the potential dangers of being close to a large source of ionizing radiation, the result of a five-year project conducted in 11 countries around the world. The symbol was tested with different population groups - mixed ages, varying educational backgrounds, male and female - to ensure that its message of 'danger- stay away' was crystal clear and understood by all. 'We can't teach the world about radiation,' said Carolyn Mac Kenzie, an IAEA radiation specialist who helped develop the symbol, 'but we can warn people about dangerous sources for the price of sticker.' The new symbol, developed by human factor experts, graphic artists, and radiation protection experts, was tested by the Gallup Institute on a total of 1 650 individuals in Brazil, Mexico, Morocco, Kenya, Saudi Arabia, China, India, Thailand, Poland, Ukraine and the United States. The symbol is intended for IAEA Category 1, 2 and 3 sources defined as dangerous sources capable of death or serious injury

  10. Symbolic BDD and ADD Algorithms for Energy Games

    Directory of Open Access Journals (Sweden)

    Shahar Maoz

    2016-11-01

    Full Text Available Energy games, which model quantitative consumption of a limited resource, e.g., time or energy, play a central role in quantitative models for reactive systems. Reactive synthesis constructs a controller which satisfies a given specification, if one exists. For energy games a synthesized controller ensures to satisfy not only the safety constraints of the specification but also the quantitative constraints expressed in the energy game. A symbolic algorithm for energy games, recently presented by Chatterjee et al., is symbolic in its representation of quantitative values but concrete in the representation of game states and transitions. In this paper we present an algorithm that is symbolic both in the quantitative values and in the underlying game representation. We have implemented our algorithm using two different symbolic representations for reactive games, Binary Decision Diagrams (BDD and Algebraic Decision Diagrams (ADD. We investigate the commonalities and differences of the two implementations and compare their running times on specifications of energy games.

  11. SYMBOL AND LOGO. THE WAY IN WHICH YOUNG PEOPLE IN KRAKOW PERCEIVE SYMBOLS

    Directory of Open Access Journals (Sweden)

    Marta Jarzyna

    2006-01-01

    Full Text Available Symbols are essential elements of each culture. Thanks to them the meaning is created and tradition is kept alive. Advertising and marketing specialist quite often use the meanings of the symbols to create trademarks. In this way specialists refer to the assotiations rooted in the tradition.In my article I am trying to answer following questions: Has logo become symbol? Has logo taken over all the function of the symbol? Can we tell the difference between the meaning of the advertisement and the cultural meaning? I also want to find out, what people understand through the meaning of the symbol. Therfore I have conducted the survey among the high school students and the customers of three banks of Krakow. My researches have shown that most young people find it difficult to define the meaning of the symbol. Moreover high school students cannot show the difference between the symbol and the trade mark.

  12. Implementation of cartographic symbols for planetary mapping in geographic information systems

    Science.gov (United States)

    Nass, A.; van Gasselt, S.; Jaumann, R.; Asche, H.

    2011-09-01

    The steadily growing international interest in the exploration of planets in our Solar System and many advances in the development of space-sensor technology have led to the launch of a multitude of planetary missions to Mercury, Venus, the Earth's moon, Mars and various Outer-Solar System objects, such as the Jovian and Saturnian satellites. Camera instruments carried along on these missions image surfaces in different wavelength ranges and under different viewing angles, permitting additional data to be derived, such as spectral data or digital terrain models. Such data enable researchers to explore and investigate the development of planetary surfaces by analyzing and interpreting the inventory of surface units and structures. Results of such work are commonly abstracted and represented in thematic, mostly geological and geomorphological, maps. In order to facilitate efficient collaboration among different planetary research disciplines, mapping results need to be prepared, described, managed, archived, and visualized in a uniform way. These tasks have been increasingly carried out by means of computer-based geographic information systems (GIS or GI systems) which have come to be widely employed in the field of planetary research since the last two decades. In this paper we focus on the simplification of mapping processes, putting specific emphasis on a cartographically correct visualization of planetary mapping data using GIS-based environments. We present and discuss the implementation of a set of standardized cartographic symbols for planetary mapping based on the Digital Cartographic Standard for Geologic Map Symbolization as prepared by the United States Geological Survey (USGS) for the Federal Geographic Data Committee (FGDC). Furthermore, we discuss various options to integrate this symbol catalog into generic GI systems, and more specifically into the Environmental Systems Research Institute's (ESRI) ArcGIS environment, and focus on requirements for

  13. Minoan "Horns Of Concecration" Revisited: A Symbol Of Sun Worship In Palatial And Post-Palatial Crete?

    Science.gov (United States)

    Banou, Emilia

    In this article a previously proposed interpretation of Minoan 'horns of consecration' as a symbol of sun is reexamined. A clay model of 'horns of consecration' from the peak sanctuary of Petsophas, the results of astronomical research on Minoan peak sanctuaries, the idols of the so-called 'Goddess with Upraised Arms" and a clay model of 'horns of consecration' from the Mycenaean cemetery of Tanagra are put forward as evidence for a possible adoption - or a parallel development under the influence of adjacent cultures - by the Minoans (and by the Mycenaeans, at least after 1400 B.C.) of religious notions related to the Egyptian symbols of the 'mountain' and the 'horizon', both connected with the Sun in Egyptian cosmology and religion. It is concluded that the 'horns of consecration' may represent a practical device as well as an abstract symbol of the Sun, a symbol of catholic importance, which embraced many aspects of Minoan religious activities as represented on Minoan iconography.

  14. Noncoherent Symbol Synchronization Techniques

    Science.gov (United States)

    Simon, Marvin

    2005-01-01

    Traditional methods for establishing symbol synchronization (sync) in digital communication receivers assume that carrier sync has already been established, i.e., the problem is addressed at the baseband level assuming that a 'perfect' estimate of carrier phase is available. We refer to this approach as coherent symbol sync. Since, for NRZ signaling, a suppressed carrier sync loop such as an I-Q Costas loop includes integrate-and-dump (I and D) filters in its in-phase (1) and quadrature (Q) arms, the traditional approach is to first track the carrier in the absence of symbol sync information, then feed back the symbol sync estimate to these filters, and then iterate between the two to a desirable operating level In this paper, we revisit the symbol sync problem by examining methods for obtaining such sync in the absence of carrier phase information, i.e., so-called noncoherent symbol sync loops. We compare the performance of these loops with that of a well-known coherent symbol sync loop and examine the conditions under which one is preferable over the other.

  15. Phase space simulation of collisionless stellar systems on the massively parallel processor

    International Nuclear Information System (INIS)

    White, R.L.

    1987-01-01

    A numerical technique for solving the collisionless Boltzmann equation describing the time evolution of a self gravitating fluid in phase space was implemented on the Massively Parallel Processor (MPP). The code performs calculations for a two dimensional phase space grid (with one space and one velocity dimension). Some results from calculations are presented. The execution speed of the code is comparable to the speed of a single processor of a Cray-XMP. Advantages and disadvantages of the MPP architecture for this type of problem are discussed. The nearest neighbor connectivity of the MPP array does not pose a significant obstacle. Future MPP-like machines should have much more local memory and easier access to staging memory and disks in order to be effective for this type of problem

  16. Parallel state transfer and efficient quantum routing on quantum networks.

    Science.gov (United States)

    Chudzicki, Christopher; Strauch, Frederick W

    2010-12-31

    We study the routing of quantum information in parallel on multidimensional networks of tunable qubits and oscillators. These theoretical models are inspired by recent experiments in superconducting circuits. We show that perfect parallel state transfer is possible for certain networks of harmonic oscillator modes. We extend this to the distribution of entanglement between every pair of nodes in the network, finding that the routing efficiency of hypercube networks is optimal and robust in the presence of dissipation and finite bandwidth.

  17. [Symbol: see text]2 Optimized predictive image coding with [Symbol: see text]∞ bound.

    Science.gov (United States)

    Chuah, Sceuchin; Dumitrescu, Sorina; Wu, Xiaolin

    2013-12-01

    In many scientific, medical, and defense applications of image/video compression, an [Symbol: see text]∞ error bound is required. However, pure[Symbol: see text]∞-optimized image coding, colloquially known as near-lossless image coding, is prone to structured errors such as contours and speckles if the bit rate is not sufficiently high; moreover, most of the previous [Symbol: see text]∞-based image coding methods suffer from poor rate control. In contrast, the [Symbol: see text]2 error metric aims for average fidelity and hence preserves the subtlety of smooth waveforms better than the ∞ error metric and it offers fine granularity in rate control, but pure [Symbol: see text]2-based image coding methods (e.g., JPEG 2000) cannot bound individual errors as the [Symbol: see text]∞-based methods can. This paper presents a new compression approach to retain the benefits and circumvent the pitfalls of the two error metrics. A common approach of near-lossless image coding is to embed into a DPCM prediction loop a uniform scalar quantizer of residual errors. The said uniform scalar quantizer is replaced, in the proposed new approach, by a set of context-based [Symbol: see text]2-optimized quantizers. The optimization criterion is to minimize a weighted sum of the [Symbol: see text]2 distortion and the entropy while maintaining a strict [Symbol: see text]∞ error bound. The resulting method obtains good rate-distortion performance in both [Symbol: see text]2 and [Symbol: see text]∞ metrics and also increases the rate granularity. Compared with JPEG 2000, the new method not only guarantees lower [Symbol: see text]∞ error for all bit rates, but also it achieves higher PSNR for relatively high bit rates.

  18. Symbol in View of Ambiguity

    Directory of Open Access Journals (Sweden)

    Mohamad reza Yousefi

    2013-11-01

    Full Text Available Abstract Symbol from the perspective of rhetorical word, is phrase or sentence that apparent meaning, also inspires to reader a wide range of semantic.Since exploring the complex social and political ideas in the most mysticalway and indirectreflectionsocial and political thoughts symbolically is easier, so the symbol and symbolism especially in Persian literatureespeciallyin the realm of Persian poetry, has a special appearance.In addition to the factors mentioned in the contemporary literature, according familiar in literature and the emergence of particular schools interest toambiguoussymbolization has spreadfurther, especially the symbol has all the features of art ambiguity in the poem and it isone the major factors causing uncertainty.Thus, the precise definitions and symbols of contemporary poetry could be dominant in the unwinding ambiguous symbol detection of cryptic allusions and metaphors that matches the cursor symbol to help readers.  In the literature, especially language poetry, the inability of language toreflecting obscure mystical ideas, avoid to directexpression of political and social concerns of the reader in the course of participate to creation ambiguous literary works is the main motivation towards symbol and symbolization.According widespread use of symbol and its different of species can be viewed from different perspectives.The creation of ambiguity is the main purposes of using symbols (especially in poetry, so many poets have tried to achieve this goal have to formation of similar symbols and the explanation and resolution of this issue can open new window for understanding the poetry in front of an audience.  In this paper examines the ambiguity of symbols in terms of its precise boundaries are reviewed. Ambiguity is one of the important processes and also is the key Iranian poetry its means is today poetry. In such poetry ambiguity is a need to explore the new world from a different perspective, or explore this

  19. Symbol generators with program control

    International Nuclear Information System (INIS)

    Gryaznov, V.M.; Tomik, J.

    1974-01-01

    Methods of constructing symbol generators are described which ensure a program variation of symbol shape and setup. The symbols are formed on the basis of a point microraster. A symbol description code contains information on a symbol shape, with one digit corresponding to each microraster element. For a microraster discrete by-pass the description code is transformed into succession of illuminating pulses by means of a shift register

  20. State-plane analysis of parallel resonant converter

    Science.gov (United States)

    Oruganti, R.; Lee, F. C.

    1985-01-01

    A method for analyzing the complex operation of a parallel resonant converter is developed, utilizing graphical state-plane techniques. The comprehensive mode analysis uncovers, for the first time, the presence of other complex modes besides the continuous conduction mode and the discontinuous conduction mode and determines their theoretical boundaries. Based on the insight gained from the analysis, a novel, high-frequency resonant buck converter is proposed. The voltage conversion ratio of the new converter is almost independent of load.

  1. Political symbols and political transitions

    Directory of Open Access Journals (Sweden)

    Herrero de Miñón, Miguel

    2006-11-01

    Full Text Available Politics, Law and Psychology are fields that come together in the symbolic. This text takes evidence from those three areas to develop an analysis of political symbols and political transitions. The development of the analysis goes through three stages. The first succinctly describes the concept of transition and its meaning. The second closely examines the notion of the symbol, in terms of its definition, to explain aspects that allow us to understand it, characterise it and make its functions clear. Finally, from the author's experience as a witness and as an actor, I suggest three ways of understanding symbols in the processes of political transition: as symbols of change, as symbols of acknowledgment, and as symbols of support.

  2. Operator ordering in quantum optics theory and the development of Dirac's symbolic method

    International Nuclear Information System (INIS)

    Fan Hongyi

    2003-01-01

    We present a general unified approach for arranging quantum operators of optical fields into ordered products (normal ordering, antinormal ordering, Weyl ordering (or symmetric ordering)) by fashioning Dirac's symbolic method and representation theory. We propose the technique of integration within an ordered product (IWOP) of operators to realize our goal. The IWOP makes Dirac's representation theory and the symbolic method more transparent and consequently more easily understood. The beauty of Dirac's symbolic method is further revealed. Various applications of the IWOP technique, such as in developing the entangled state representation theory, nonlinear coherent state theory, Wigner function theory, etc, are presented. (review article)

  3. High Efficiency EBCOT with Parallel Coding Architecture for JPEG2000

    Directory of Open Access Journals (Sweden)

    Chiang Jen-Shiun

    2006-01-01

    Full Text Available This work presents a parallel context-modeling coding architecture and a matching arithmetic coder (MQ-coder for the embedded block coding (EBCOT unit of the JPEG2000 encoder. Tier-1 of the EBCOT consumes most of the computation time in a JPEG2000 encoding system. The proposed parallel architecture can increase the throughput rate of the context modeling. To match the high throughput rate of the parallel context-modeling architecture, an efficient pipelined architecture for context-based adaptive arithmetic encoder is proposed. This encoder of JPEG2000 can work at 180 MHz to encode one symbol each cycle. Compared with the previous context-modeling architectures, our parallel architectures can improve the throughput rate up to 25%.

  4. Bruce Springsteen as a Symbol

    DEFF Research Database (Denmark)

    Gitz-Johansen, Thomas

    2018-01-01

    The article explores how Bruce Springsteen and his music function as a symbol. The article first presents the Jungian theory of symbols and of music as symbol. The central argument of the article is that, by functioning symbolically, Springsteen has the potential to influence the psyche of his au...

  5. Parallel field line and stream line tracing algorithms for space physics applications

    Science.gov (United States)

    Toth, G.; de Zeeuw, D.; Monostori, G.

    2004-05-01

    Field line and stream line tracing is required in various space physics applications, such as the coupling of the global magnetosphere and inner magnetosphere models, the coupling of the solar energetic particle and heliosphere models, or the modeling of comets, where the multispecies chemical equations are solved along stream lines of a steady state solution obtained with single fluid MHD model. Tracing a vector field is an inherently serial process, which is difficult to parallelize. This is especially true when the data corresponding to the vector field is distributed over a large number of processors. We designed algorithms for the various applications, which scale well to a large number of processors. In the first algorithm the computational domain is divided into blocks. Each block is on a single processor. The algorithm folows the vector field inside the blocks, and calculates a mapping of the block surfaces. The blocks communicate the values at the coinciding surfaces, and the results are interpolated. Finally all block surfaces are defined and values inside the blocks are obtained. In the second algorithm all processors start integrating along the vector field inside the accessible volume. When the field line leaves the local subdomain, the position and other information is stored in a buffer. Periodically the processors exchange the buffers, and continue integration of the field lines until they reach a boundary. At that point the results are sent back to the originating processor. Efficiency is achieved by a careful phasing of computation and communication. In the third algorithm the results of a steady state simulation are stored on a hard drive. The vector field is contained in blocks. All processors read in all the grid and vector field data and the stream lines are integrated in parallel. If a stream line enters a block, which has already been integrated, the results can be interpolated. By a clever ordering of the blocks the execution speed can be

  6. Large parallel volumes of finite and compact sets in d-dimensional Euclidean space

    DEFF Research Database (Denmark)

    Kampf, Jürgen; Kiderlen, Markus

    The r-parallel volume V (Cr) of a compact subset C in d-dimensional Euclidean space is the volume of the set Cr of all points of Euclidean distance at most r > 0 from C. According to Steiner’s formula, V (Cr) is a polynomial in r when C is convex. For finite sets C satisfying a certain geometric...

  7. Scattering by multiple parallel radially stratified infinite cylinders buried in a lossy half space.

    Science.gov (United States)

    Lee, Siu-Chun

    2013-07-01

    The theoretical solution for scattering by an arbitrary configuration of closely spaced parallel infinite cylinders buried in a lossy half space is presented in this paper. The refractive index and permeability of the half space and cylinders are complex in general. Each cylinder is radially stratified with a distinct complex refractive index and permeability. The incident radiation is an arbitrarily polarized plane wave propagating in the plane normal to the axes of the cylinders. Analytic solutions are derived for the electric and magnetic fields and the Poynting vector of backscattered radiation emerging from the half space. Numerical examples are presented to illustrate the application of the scattering solution to calculate backscattering from a lossy half space containing multiple homogeneous and radially stratified cylinders at various depths and different angles of incidence.

  8. The transformative potential of institutions: how symbolic markers can institute new social meaning in changing cities

    NARCIS (Netherlands)

    Dembski, S.; Salet, W.

    2010-01-01

    Planners use symbolic markers in order to frame processes of urban change and to mobilise actors. How can we explain the fact that in some cases the symbolisation of new urban spaces manages to enhance and enlarge the meaning of social change while in other cases the symbolic markers remain

  9. Condensed State Spaces for Symmetrical Coloured Petri Nets

    DEFF Research Database (Denmark)

    Jensen, Kurt

    1996-01-01

    equivalence classes of states and equivalence classes of state changes. It is then possible to construct a condensed state space where each node represents an equivalence class of states while each arc represents an equivalence class of state changes. Such a condensed state space is often much smaller than...... the full state space and it is also much faster to construct. Nevertheless, it is possible to use the condensed state space to verify the same kind of behavioural properties as the full state space. Hence, we do not lose analytic power. We define state spaces and condensed state spaces for a language......-nets (or Petri nets in general) - although such knowledge will, of course, be a help. The first four sections of the paper introduce the basic concepts of CP-nets. The next three sections deal with state spaces, condensed state spaces and computer tools for state space analysis. Finally, there is a short...

  10. Understanding decimal proportions: discrete representations, parallel access, and privileged processing of zero.

    Science.gov (United States)

    Varma, Sashank; Karl, Stacy R

    2013-05-01

    Much of the research on mathematical cognition has focused on the numbers 1, 2, 3, 4, 5, 6, 7, 8, and 9, with considerably less attention paid to more abstract number classes. The current research investigated how people understand decimal proportions--rational numbers between 0 and 1 expressed in the place-value symbol system. The results demonstrate that proportions are represented as discrete structures and processed in parallel. There was a semantic interference effect: When understanding a proportion expression (e.g., "0.29"), both the correct proportion referent (e.g., 0.29) and the incorrect natural number referent (e.g., 29) corresponding to the visually similar natural number expression (e.g., "29") are accessed in parallel, and when these referents lead to conflicting judgments, performance slows. There was also a syntactic interference effect, generalizing the unit-decade compatibility effect for natural numbers: When comparing two proportions, their tenths and hundredths components are processed in parallel, and when the different components lead to conflicting judgments, performance slows. The results also reveal that zero decimals--proportions ending in zero--serve multiple cognitive functions, including eliminating semantic interference and speeding processing. The current research also extends the distance, semantic congruence, and SNARC effects from natural numbers to decimal proportions. These findings inform how people understand the place-value symbol system, and the mental implementation of mathematical symbol systems more generally. Copyright © 2013 Elsevier Inc. All rights reserved.

  11. Use of Parallel Micro-Platform for the Simulation the Space Exploration

    Science.gov (United States)

    Velasco Herrera, Victor Manuel; Velasco Herrera, Graciela; Rosano, Felipe Lara; Rodriguez Lozano, Salvador; Lucero Roldan Serrato, Karen

    The purpose of this work is to create a parallel micro-platform, that simulates the virtual movements of a space exploration in 3D. One of the innovations presented in this design consists of the application of a lever mechanism for the transmission of the movement. The development of such a robot is a challenging task very different of the industrial manipulators due to a totally different target system of requirements. This work presents the study and simulation, aided by computer, of the movement of this parallel manipulator. The development of this model has been developed using the platform of computer aided design Unigraphics, in which it was done the geometric modeled of each one of the components and end assembly (CAD), the generation of files for the computer aided manufacture (CAM) of each one of the pieces and the kinematics simulation of the system evaluating different driving schemes. We used the toolbox (MATLAB) of aerospace and create an adaptive control module to simulate the system.

  12. Second International workshop Geometry and Symbolic Computation

    CERN Document Server

    Walczak, Paweł; Geometry and its Applications

    2014-01-01

    This volume has been divided into two parts: Geometry and Applications. The geometry portion of the book relates primarily to geometric flows, laminations, integral formulae, geometry of vector fields on Lie groups, and osculation; the articles in the applications portion concern some particular problems of the theory of dynamical systems, including mathematical problems of liquid flows and a study of cycles for non-dynamical systems. This Work is based on the second international workshop entitled "Geometry and Symbolic Computations," held on May 15-18, 2013 at the University of Haifa and is dedicated to modeling (using symbolic calculations) in differential geometry and its applications in fields such as computer science, tomography, and mechanics. It is intended to create a forum for students and researchers in pure and applied geometry to promote discussion of modern state-of-the-art in geometric modeling using symbolic programs such as Maple™ and Mathematica®, as well as presentation of new results. ...

  13. Reciprocity Laws for the Higher Tame Symbol and the Witt Symbol on an Algebraic Surface

    OpenAIRE

    Syder, Kirsty

    2013-01-01

    Parshin's higher Witt pairing on an arithmetic surface can be combined with the higher tame pairing to form a symbol taking values in the absolute abelian Galois group of the function field. We prove reciprocity laws for this symbol using techniques of Morrow for the Witt symbol and Romo for the higher tame symbol.

  14. Symbolic PathFinder v7

    DEFF Research Database (Denmark)

    Luckow, Kasper Søe; Păsăreanu, Corina

    2014-01-01

    We describe Symbolic PathFinder v7 in terms of its updated design addressing the changes of Java PathFinder v7 and of its new optimization when computing path conditions. Furthermore, we describe the Symbolic Execution Tree Extension; a newly added feature that allows for outputting the symbolic...... execution tree that characterizes the execution paths covered during symbolic execution. The new extension can be tailored to the needs of subsequent analyses/processing facilities, and we demonstrate this by presenting SPF-Visualizer, which is a tool for customizable visualization of the symbolic execution...

  15. State of the art of parallel scientific visualization applications on PC clusters

    International Nuclear Information System (INIS)

    Juliachs, M.

    2004-01-01

    In this state of the art on parallel scientific visualization applications on PC clusters, we deal with both surface and volume rendering approaches. We first analyze available PC cluster configurations and existing parallel rendering software components for parallel graphics rendering. CEA/DIF has been studying cluster visualization since 2001. This report is part of a study to set up a new visualization research platform. This platform consisting of an eight-node PC cluster under Linux and a tiled display was installed in collaboration with Versailles-Saint-Quentin University in August 2003. (author)

  16. Ionizing-radiation warning - Supplementary symbol

    International Nuclear Information System (INIS)

    2007-01-01

    This International Standard specifies the symbol to warn of the presence of a dangerous level of ionizing radiation from a high-level sealed radioactive source that can cause death or serious injury if handled carelessly. This symbol is not intended to replace the basic ionizing radiation symbol [ISO 361, ISO 7010:2003, Table 1 (Reference number W003)], but to supplement it by providing further information on the danger associated with the source and the necessity for untrained or uninformed members of the public to stay away from it. This symbol is recommended for use with International Atomic Energy Agency (IAEA) Category 1, 2, and 3 sealed radioactive sources. These sources are defined by the IAEA as having the ability to cause death or serious injuries. The paper informs about scope, shape, proportions and colour of the symbol, and application of the symbol. An annex provides the technical specifications of the symbol

  17. My Life with State Space Models

    DEFF Research Database (Denmark)

    Lundbye-Christensen, Søren

    2007-01-01

    . The conceptual idea behind the state space model is that the evolution over time in the object we are observing and the measurement process itself are modelled separately. My very first serious analysis of a data set was done using a state space model, and since then I seem to have been "haunted" by state space...

  18. Fast Maximum-Likelihood Decoder for Quasi-Orthogonal Space-Time Block Code

    Directory of Open Access Journals (Sweden)

    Adel Ahmadi

    2015-01-01

    Full Text Available Motivated by the decompositions of sphere and QR-based methods, in this paper we present an extremely fast maximum-likelihood (ML detection approach for quasi-orthogonal space-time block code (QOSTBC. The proposed algorithm with a relatively simple design exploits structure of quadrature amplitude modulation (QAM constellations to achieve its goal and can be extended to any arbitrary constellation. Our decoder utilizes a new decomposition technique for ML metric which divides the metric into independent positive parts and a positive interference part. Search spaces of symbols are substantially reduced by employing the independent parts and statistics of noise. Symbols within the search spaces are successively evaluated until the metric is minimized. Simulation results confirm that the proposed decoder’s performance is superior to many of the recently published state-of-the-art solutions in terms of complexity level. More specifically, it was possible to verify that application of the new algorithms with 1024-QAM would decrease the computational complexity compared to state-of-the-art solution with 16-QAM.

  19. Animated computer graphics models of space and earth sciences data generated via the massively parallel processor

    Science.gov (United States)

    Treinish, Lloyd A.; Gough, Michael L.; Wildenhain, W. David

    1987-01-01

    The capability was developed of rapidly producing visual representations of large, complex, multi-dimensional space and earth sciences data sets via the implementation of computer graphics modeling techniques on the Massively Parallel Processor (MPP) by employing techniques recently developed for typically non-scientific applications. Such capabilities can provide a new and valuable tool for the understanding of complex scientific data, and a new application of parallel computing via the MPP. A prototype system with such capabilities was developed and integrated into the National Space Science Data Center's (NSSDC) Pilot Climate Data System (PCDS) data-independent environment for computer graphics data display to provide easy access to users. While developing these capabilities, several problems had to be solved independently of the actual use of the MPP, all of which are outlined.

  20. Clutter-free Visualization of Large Point Symbols at Multiple Scales by Offset Quadtrees

    Directory of Open Access Journals (Sweden)

    ZHANG Xiang

    2016-08-01

    Full Text Available To address the cartographic problems in map mash-up applications in the Web 2.0 context, this paper studies a clutter-free technique for visualizing large symbols on Web maps. Basically, a quadtree is used to select one symbol in each grid cell at each zoom level. To resolve the symbol overlaps between neighboring quad-grids, multiple offsets are applied to the quadtree and a voting strategy is used to compute the significant level of symbols for their selection at multiple scales. The method is able to resolve spatial conflicts without explicit conflict detection, thus enabling a highly efficient processing. Also the resulting map forms a visual hierarchy of semantic importance. We discuss issues such as the relative importance, symbol-to-grid size ratio, and effective offset schemes, and propose two extensions to make better use of the free space available on the map. Experiments were carried out to validate the technique,which demonstrates its robustness and efficiency (a non-optimal implementation leads to a sub-second processing for datasets of a 105 magnitude.

  1. Parallel Recursive State Compression for Free

    NARCIS (Netherlands)

    Laarman, Alfons; van de Pol, Jan Cornelis; Weber, M.; Groce, Alex; Musuvathi, Madanlal

    2011-01-01

    State space exploration is a basic solution to many verification problems, but is limited by time and memory usage. Due to physical limits in modern CPUs, sequential exploration algorithms do not benefit automatically from the next generation of processors anymore, hence the need for multi-core

  2. Using a symbolic process model as input for model-based fMRI analysis : Locating the neural correlates of problem state replacements

    NARCIS (Netherlands)

    Borst, J.P.; Taatgen, N.A.; Van Rijn, D.H.

    2011-01-01

    In this paper, a model-based analysis method for fMRI is used with a high-level symbolic process model. Participants performed a triple-task in which intermediate task information needs to be updated frequently. Previous work has shown that the associated resource - the problem state resource - acts

  3. Pekong, the symbol identity of Chinese at Pekan Labuhan Medan Indonesia

    Science.gov (United States)

    Siagian, M.

    2018-02-01

    Urban architecture has always been combined by physical and non-physical components. The physical is formed by spatial pattern, space and history. The non physical is formed by social and cultural life of the community. The combination of that space would give the meaning as a place for the people that use it. Pekong has existed since 1890 in the area of Pekan Labuhan. The presence of two Pekongs in this area gives the symbol for distribution patterns of Chinese residential and community in Pekan Labuhan district. Symbolizing the Pekongs is sourced from being able to shape and influence the components such as the market, shophouses, and houses. Beside that the Pekongs also identify of districts and social influence of the community. The component activities enliven Pekongs make spaces for Pekongs grow to become a magnificent buildings in the comunity settlement. The aim of this research is to examine and describe the Pekong that has became the identity and attraction to the area. By using the qualitative method this research found that the Pekongs are the important buildings in identifying of the district.

  4. Self-organisation of symbolic information

    Science.gov (United States)

    Feistel, R.

    2017-01-01

    Information is encountered in two different appearances, in native form by arbitrary physical structures, or in symbolic form by coded sequences of letters or the like. The self-organised emergence of symbolic information from structural information is referred to as a ritualisation transition. Occurring at some stage in evolutionary history, ritualisation transitions have in common that after the crossover, arbitrary symbols are issued and recognised by information-processing devices, by transmitters and receivers in the sense of Shannon's communication theory. Symbolic information-processing systems exhibit the fundamental code symmetry whose key features, such as largely lossless copying or persistence under hostile conditions, may elucidate the reasons for the repeated successful occurrence of ritualisation phenomena in evolution history. Ritualisation examples are briefly reviewed such as the origin of life, the appearance of human languages, the establishment of emergent social categories such as money, or the development of digital computers. In addition to their role as carriers of symbolic information, symbols are physical structures which also represent structural information. For a thermodynamic description of symbols and their arrangements, it appears reasonable to distinguish between Boltzmann entropy, Clausius entropy and Pauling entropy. Thermodynamic properties of symbols imply that their lifetimes are limited by the 2nd law.

  5. Gemini Space Program emblem

    Science.gov (United States)

    1965-01-01

    The insignia of the Gemini space program is a disc of dark blue as a background for a gold Zodiac Gemini symbol. A white star on each of the two vertical curves of the Gemini symbol represent the Gemini twins, Pollux and Castor.

  6. The influence of math anxiety on symbolic and non-symbolic magnitude processing.

    Science.gov (United States)

    Dietrich, Julia F; Huber, Stefan; Moeller, Korbinian; Klein, Elise

    2015-01-01

    Deficits in basic numerical abilities have been investigated repeatedly as potential risk factors of math anxiety. Previous research suggested that also a deficient approximate number system (ANS), which is discussed as being the foundation for later math abilities, underlies math anxiety. However, these studies examined this hypothesis by investigating ANS acuity using a symbolic number comparison task. Recent evidence questions the view that ANS acuity can be assessed using a symbolic number comparison task. To investigate whether there is an association between math anxiety and ANS acuity, we employed both a symbolic number comparison task and a non-symbolic dot comparison task, which is currently the standard task to assess ANS acuity. We replicated previous findings regarding the association between math anxiety and the symbolic distance effect for response times. High math anxious individuals showed a larger distance effect than less math anxious individuals. However, our results revealed no association between math anxiety and ANS acuity assessed using a non-symbolic dot comparison task. Thus, our results did not provide evidence for the hypothesis that a deficient ANS underlies math anxiety. Therefore, we propose that a deficient ANS does not constitute a risk factor for the development of math anxiety. Moreover, our results suggest that previous interpretations regarding the interaction of math anxiety and the symbolic distance effect have to be updated. We suggest that impaired number comparison processes in high math anxious individuals might account for the results rather than deficient ANS representations. Finally, impaired number comparison processes might constitute a risk factor for the development of math anxiety. Implications for current models regarding the origins of math anxiety are discussed.

  7. The influence of math anxiety on symbolic and non-symbolic magnitude processing

    Directory of Open Access Journals (Sweden)

    Julia Felicitas Dietrich

    2015-10-01

    Full Text Available Deficits in basic numerical abilities have been investigated repeatedly as potential risk factors of math anxiety. Previous research suggested that also a deficient approximate number system (ANS, which is discussed as being the foundation for later math abilities, underlies math anxiety. However, these studies examined this hypothesis by investigating ANS acuity using a symbolic number comparison task. Recent evidence questions the view that ANS acuity can be assessed using a symbolic number comparison task. To investigate whether there is an association between math anxiety and ANS acuity, we employed both a symbolic number comparison task and a non-symbolic dot comparison task, which is currently the standard task to assess ANS acuity. We replicated previous findings regarding the association between math anxiety and the symbolic distance effect for response times. High math anxious individuals showed a larger distance effect than less math anxious individuals. However, our results revealed no association between math anxiety and ANS acuity assessed using a non-symbolic dot comparison task. Thus, our results did not provide evidence for the hypothesis that a deficient ANS underlies math anxiety. Therefore, we propose that a deficient ANS does not constitute a risk factor for the development of math anxiety. Moreover, our results suggest that previous interpretations regarding the interaction of math anxiety and the symbolic distance effect have to be updated. We suggest that impaired number comparison processes in high math anxious individuals might account for the results rather than deficient ANS representations. Finally, impaired number comparison processes might constitute a risk factor for the development of math anxiety. Implications for current models regarding the origins of math anxiety are discussed.

  8. Mathematical symbol hypothesis recognition with rejection option

    OpenAIRE

    Julca-Aguilar , Frank; Hirata , Nina ,; Viard-Gaudin , Christian; Mouchère , Harold; Medjkoune , Sofiane

    2014-01-01

    International audience; In the context of handwritten mathematical expressions recognition, a first step consist on grouping strokes (segmentation) to form symbol hypotheses: groups of strokes that might represent a symbol. Then, the symbol recognition step needs to cope with the identification of wrong segmented symbols (false hypotheses). However, previous works on symbol recognition consider only correctly segmented symbols. In this work, we focus on the problem of mathematical symbol reco...

  9. Modeling and Control of Primary Parallel Isolated Boost Converter

    DEFF Research Database (Denmark)

    Mira Albert, Maria del Carmen; Hernandez Botella, Juan Carlos; Sen, Gökhan

    2012-01-01

    In this paper state space modeling and closed loop controlled operation have been presented for primary parallel isolated boost converter (PPIBC) topology as a battery charging unit. Parasitic resistances have been included to have an accurate dynamic model. The accuracy of the model has been...

  10. Symbolic Uses of the Berlin Wall, 1961-1989.

    Science.gov (United States)

    Bruner, Michael S.

    1989-01-01

    Examines samples from public discourse during the period 1961-1989, which reveal several different symbolic uses of the Berlin Wall. Suggests these differences reflect the never-completed struggle between the United States and the Soviet Union. (KEH)

  11. Symbol in Point View of Ambiguity

    Directory of Open Access Journals (Sweden)

    Dr. M. R. Yousefi

    Full Text Available Symbol from the perspective of rhetorical word, is phrase or sentence that apparent meaning, also inspires to reader a wide range of semantic.Since exploring the complex social and political ideas in the most mysticalway and indirectreflectionsocial and political thoughts symbolically is easier, so the symbol and symbolism especially in Persian literatureespeciallyin the realm of Persian poetry, has a special appearance.In addition to the factors mentioned in the contemporary literature, according familiar in literature and the emergence of particular schools interest toambiguoussymbolization has spreadfurther, especially the symbol has all the features of art ambiguity in the poem and it isone the major factors causing uncertainty.Thus, the precise definitions and symbols of contemporary poetry could be dominant in the unwinding ambiguous symbol detection of cryptic allusions and metaphors that matches the cursor symbol to help readers.In the literature, especially language poetry, the inability of language toreflecting obscure mystical ideas, avoid to directexpression of political and social concerns of the reader in the course of participate to creation ambiguous literary works is the main motivation towards symbol and symbolization.According widespread use of symbol and its different of species can be viewed from different perspectives.The creation of ambiguity is the main purposes of using symbols (especially in poetry, so many poets have tried to achieve this goal have to formation of similar symbols and the explanation and resolution of this issue can open new window for understanding the poetry in front of an audience.In this paper examines the ambiguity of symbols in terms of its precise boundaries are reviewed. Ambiguity is one of the important processes and also is the key Iranian poetry; its means is today poetry. In such poetry ambiguity is a need to explore the new world from a different perspective, or explore this complex world

  12. Ground state of the parallel double quantum dot system.

    Science.gov (United States)

    Zitko, Rok; Mravlje, Jernej; Haule, Kristjan

    2012-02-10

    We resolve the controversy regarding the ground state of the parallel double quantum dot system near half filling. The numerical renormalization group predicts an underscreened Kondo state with residual spin-1/2 magnetic moment, ln2 residual impurity entropy, and unitary conductance, while the Bethe ansatz solution predicts a fully screened impurity, regular Fermi-liquid ground state, and zero conductance. We calculate the impurity entropy of the system as a function of the temperature using the hybridization-expansion continuous-time quantum Monte Carlo technique, which is a numerically exact stochastic method, and find excellent agreement with the numerical renormalization group results. We show that the origin of the unconventional behavior in this model is the odd-symmetry "dark state" on the dots.

  13. Symbolic signal processing

    International Nuclear Information System (INIS)

    Rechester, A.B.; White, R.B.

    1993-01-01

    Complex dynamic processes exhibit many complicated patterns of evolution. How can all these patterns be recognized using only output (observational, experimental) data without prior knowledge of the equations of motion? The powerful method for doing this is based on symbolic dynamics: (1) Present output data in symbolic form (trial language). (2) Topological and metric entropies are constructed. (3) Develop algorithms for computer optimization of entropies. (4) By maximizing entropies, find the most appropriate symbolic language for the purpose of pattern recognition. (5) Test this method using a variety of dynamical models from nonlinear science. The authors are in the process of applying this method for analysis of MHD fluctuations in tokamaks

  14. Space-charge-dominated beam dynamics simulations using the massively parallel processors (MPPs) of the Cray T3D

    International Nuclear Information System (INIS)

    Liu, H.

    1996-01-01

    Computer simulations using the multi-particle code PARMELA with a three-dimensional point-by-point space charge algorithm have turned out to be very helpful in supporting injector commissioning and operations at Thomas Jefferson National Accelerator Facility (Jefferson Lab, formerly called CEBAF). However, this algorithm, which defines a typical N 2 problem in CPU time scaling, is very time-consuming when N, the number of macro-particles, is large. Therefore, it is attractive to use massively parallel processors (MPPs) to speed up the simulations. Motivated by this, the authors modified the space charge subroutine for using the MPPs of the Cray T3D. The techniques used to parallelize and optimize the code on the T3D are discussed in this paper. The performance of the code on the T3D is examined in comparison with a Parallel Vector Processing supercomputer of the Cray C90 and an HP 735/15 high-end workstation

  15. Parallel algorithms for mapping pipelined and parallel computations

    Science.gov (United States)

    Nicol, David M.

    1988-01-01

    Many computational problems in image processing, signal processing, and scientific computing are naturally structured for either pipelined or parallel computation. When mapping such problems onto a parallel architecture it is often necessary to aggregate an obvious problem decomposition. Even in this context the general mapping problem is known to be computationally intractable, but recent advances have been made in identifying classes of problems and architectures for which optimal solutions can be found in polynomial time. Among these, the mapping of pipelined or parallel computations onto linear array, shared memory, and host-satellite systems figures prominently. This paper extends that work first by showing how to improve existing serial mapping algorithms. These improvements have significantly lower time and space complexities: in one case a published O(nm sup 3) time algorithm for mapping m modules onto n processors is reduced to an O(nm log m) time complexity, and its space requirements reduced from O(nm sup 2) to O(m). Run time complexity is further reduced with parallel mapping algorithms based on these improvements, which run on the architecture for which they create the mappings.

  16. Aging and the number sense: preserved basic non-symbolic numerical processing and enhanced basic symbolic processing

    Directory of Open Access Journals (Sweden)

    Jade Eloise eNorris

    2015-07-01

    Full Text Available Aging often leads to general cognitive decline in domains such as memory and attention. The effect of aging on numerical cognition, particularly on foundational numerical skills known as the Number Sense, is not well known. Early research focused on the effect of aging on arithmetic. Recent studies have begun to investigate the impact of healthy aging on basic numerical skills, but focused on non-symbolic quantity discrimination alone. Moreover, contradictory findings have emerged. The current study aimed to further investigate the impact of aging on basic non-symbolic and symbolic numerical skills. A group of 25 younger (18-25 and 25 older adults (60-77 participated in non-symbolic and symbolic numerical comparison tasks. Mathematical and spelling abilities were also measured. Results showed that aging had no effect on foundational non-symbolic numerical skills, as both groups performed similarly (RTs, accuracy and Weber fractions (w. All participants showed decreased non-symbolic acuity (accuracy and w in trials requiring inhibition. However, aging appears to be associated with a greater decline in discrimination speed in such trials. Furthermore, aging seems to have a positive impact on mathematical ability and basic symbolic numerical processing, as older participants attained significantly higher mathematical achievement scores, and performed significantly better on the symbolic comparison task than younger participants. The findings suggest that aging and its lifetime exposure to numbers may lead to better mathematical achievement and stronger basic symbolic numerical skills. Our results further support the observation that basic non-symbolic numerical skills are resilient to aging, but that aging may exacerbate poorer performance on trials requiring inhibitory processes. These findings lend further support to the notion that preserved basic numerical skills in aging may reflect the preservation of an innate, primitive and embedded Number

  17. State Space Analysis of Hierarchical Coloured Petri Nets

    DEFF Research Database (Denmark)

    Christensen, Søren; Kristensen, Lars Michael

    2003-01-01

    In this paper, we consider state space analysis of Coloured Petri Nets. It is well-known that almost all dynamic properties of the considered system can be verified when the state space is finite. However, state space analysis is more than just formulating a set of formal requirements and invokin...... supporting computation and storage of state spaces which exploi the hierarchical structure of the models....... in which formal verification, partial state spaces, and analysis by means of graphical feedback and simulation are integrated entities. The focus of the paper is twofold: the support for graphical feedback and the way it has been integrated with simulation, and the underlying algorithms and data-structures......In this paper, we consider state space analysis of Coloured Petri Nets. It is well-known that almost all dynamic properties of the considered system can be verified when the state space is finite. However, state space analysis is more than just formulating a set of formal requirements and invoking...

  18. Statistical Software for State Space Methods

    Directory of Open Access Journals (Sweden)

    Jacques J. F. Commandeur

    2011-05-01

    Full Text Available In this paper we review the state space approach to time series analysis and establish the notation that is adopted in this special volume of the Journal of Statistical Software. We first provide some background on the history of state space methods for the analysis of time series. This is followed by a concise overview of linear Gaussian state space analysis including the modelling framework and appropriate estimation methods. We discuss the important class of unobserved component models which incorporate a trend, a seasonal, a cycle, and fixed explanatory and intervention variables for the univariate and multivariate analysis of time series. We continue the discussion by presenting methods for the computation of different estimates for the unobserved state vector: filtering, prediction, and smoothing. Estimation approaches for the other parameters in the model are also considered. Next, we discuss how the estimation procedures can be used for constructing confidence intervals, detecting outlier observations and structural breaks, and testing model assumptions of residual independence, homoscedasticity, and normality. We then show how ARIMA and ARIMA components models fit in the state space framework to time series analysis. We also provide a basic introduction for non-Gaussian state space models. Finally, we present an overview of the software tools currently available for the analysis of time series with state space methods as they are discussed in the other contributions to this special volume.

  19. Symbol synchronization in convolutionally coded systems

    Science.gov (United States)

    Baumert, L. D.; Mceliece, R. J.; Van Tilborg, H. C. A.

    1979-01-01

    Alternate symbol inversion is sometimes applied to the output of convolutional encoders to guarantee sufficient richness of symbol transition for the receiver symbol synchronizer. A bound is given for the length of the transition-free symbol stream in such systems, and those convolutional codes are characterized in which arbitrarily long transition free runs occur.

  20. 7 CFR 29.1008 - Combination symbols.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 2 2010-01-01 2010-01-01 false Combination symbols. 29.1008 Section 29.1008..., 13, 14 and Foreign Type 92) § 29.1008 Combination symbols. A color or group symbol used with another symbol to form the third factor of a grademark to denote a particular side or characteristic of the...

  1. State Space Methods for Timed Petri Nets

    DEFF Research Database (Denmark)

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

    2001-01-01

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

  2. The Analysis of Mythological Symbols in Shahnameh

    Directory of Open Access Journals (Sweden)

    موسی پرنیان

    2012-05-01

    Full Text Available Recognizing symbols of Shahnameh requires an understanding of the context and condition of creation and emergence of symbol, myth and epic. Symbol has a relationship with consciousness and unconsciousness of man and constitutes the language of mythologies, legends, and epics. Thus the language of mythological and epic works is symbolic. The main theme in Iranian mythologies is the dual nature of creation, and during the passage from myth to epic the conflict between the two forces of good and evil appear in various aspects of existence. Some characters that represent symbolic and coded concepts more than other elements can be considered as symbols of the evolution of gods to kings and against them there are devilish kings as symbols of drought (Apush. The other symbolic elements analyzed in this study are: epic-romance stories, imaginary creatures, symbolic dreams of kings and heroes, symbolic numbers, symbolic patterns of flags, the symbolism of water, fire and charisma The findings of the study illustrate that people, more than other elements, are the constitutive elements of mythological symbols, and the tension between these human elements depicts the mutual conflict between good and evil in Ferdowsi’s Shahnameh. Like other elements, symbolic characters (especially kings are of symbolic value and constitute a part of constructing elements of mythological symbols in Shahname. Moreover their reputation is dependent on the extent of their benefit from “God charisma“ as the most pivotal element of their personality. Kings like Afrasiab and Zahak, due to lack of it, are the most disreputable kings. On the other hand, Fereidoon and Kaikhosro are on the top of the most reputable kings because of continuous benefit from that. This study has been conducted on the basis of library resources and has applied a descriptive-analytic method.

  3. Nuclear reactors; graphical symbols

    International Nuclear Information System (INIS)

    1987-11-01

    This standard contains graphical symbols that reveal the type of nuclear reactor and is used to design graphical and technical presentations. Distinguishing features for nuclear reactors are laid down in graphical symbols. (orig.) [de

  4. 6j symbols for the modular double, quantum hyperbolic geometry, and supersymmetric gauge theories

    Energy Technology Data Exchange (ETDEWEB)

    Teschner, J.; Vartanov, G.S.

    2012-02-15

    We revisit the definition of the 6j-symbols from the modular double of U{sub q}(sl(2,R)), referred to as b-6j symbols. Our new results are (i) the identification of particularly natural normalization conditions, and (ii) new integral representations for this object. This is used to briefly discuss possible applications to quantum hyperbolic geometry, and to the study of certain supersymmetric gauge theories. We show, in particular, that the b-6j symbol has leading semiclassical asymptotics given by the volume of a non-ideal tetrahedron. We furthermore observe a close relation with the problem to quantize natural Darboux coordinates for moduli spaces of flat connections on Riemann surfaces related to the Fenchel-Nielsen coordinates. Our new integral representations finally indicate a possible interpretation of the b-6j symbols as partition functions of three-dimensional N=2 supersymmetric gauge theories. (orig.)

  5. 6j symbols for the modular double, quantum hyperbolic geometry, and supersymmetric gauge theories

    International Nuclear Information System (INIS)

    Teschner, J.; Vartanov, G.S.

    2012-02-01

    We revisit the definition of the 6j-symbols from the modular double of U q (sl(2,R)), referred to as b-6j symbols. Our new results are (i) the identification of particularly natural normalization conditions, and (ii) new integral representations for this object. This is used to briefly discuss possible applications to quantum hyperbolic geometry, and to the study of certain supersymmetric gauge theories. We show, in particular, that the b-6j symbol has leading semiclassical asymptotics given by the volume of a non-ideal tetrahedron. We furthermore observe a close relation with the problem to quantize natural Darboux coordinates for moduli spaces of flat connections on Riemann surfaces related to the Fenchel-Nielsen coordinates. Our new integral representations finally indicate a possible interpretation of the b-6j symbols as partition functions of three-dimensional N=2 supersymmetric gauge theories. (orig.)

  6. Symbolic Violence and Victimisation

    DEFF Research Database (Denmark)

    Pedersen, Bodil Maria

    2009-01-01

    has been criticised for over-generalisations, as well as for disregarding culture and the embeddedness of psychological problems in situated societal processes. The proposed paper is a contribution to this critique. It will draw on Bourdieu's concept of symbolic violence (1992). The concept connects......Nay (1999). It also undertakes a critical discussion of symbolic violence in the meanings given to victimisation and its aftermaths, as when conceptualised with the help of PTSD (e.g. may the use of concepts of this kind and the practices developed in relation to it constitute symbolic violence...... and contribute to victimisation?) Furthermore the analysis aims at unfolding an understanding of victimisation inclusive of connections between cultural/ societal practices, aspects of symbolic violence and lives of concrete subjects. The discussion takes its point of departure in theoretical deliberations...

  7. Processing communications events in parallel active messaging interface by awakening thread from wait state

    Science.gov (United States)

    Archer, Charles J; Blocksome, Michael A; Ratterman, Joseph D; Smith, Brian E

    2013-10-22

    Processing data communications events in a parallel active messaging interface (`PAMI`) of a parallel computer that includes compute nodes that execute a parallel application, with the PAMI including data communications endpoints, and the endpoints are coupled for data communications through the PAMI and through other data communications resources, including determining by an advance function that there are no actionable data communications events pending for its context, placing by the advance function its thread of execution into a wait state, waiting for a subsequent data communications event for the context; responsive to occurrence of a subsequent data communications event for the context, awakening by the thread from the wait state; and processing by the advance function the subsequent data communications event now pending for the context.

  8. P3T+: A Performance Estimator for Distributed and Parallel Programs

    Directory of Open Access Journals (Sweden)

    T. Fahringer

    2000-01-01

    Full Text Available Developing distributed and parallel programs on today's multiprocessor architectures is still a challenging task. Particular distressing is the lack of effective performance tools that support the programmer in evaluating changes in code, problem and machine sizes, and target architectures. In this paper we introduce P3T+ which is a performance estimator for mostly regular HPF (High Performance Fortran programs but partially covers also message passing programs (MPI. P3T+ is unique by modeling programs, compiler code transformations, and parallel and distributed architectures. It computes at compile-time a variety of performance parameters including work distribution, number of transfers, amount of data transferred, transfer times, computation times, and number of cache misses. Several novel technologies are employed to compute these parameters: loop iteration spaces, array access patterns, and data distributions are modeled by employing highly effective symbolic analysis. Communication is estimated by simulating the behavior of a communication library used by the underlying compiler. Computation times are predicted through pre-measured kernels on every target architecture of interest. We carefully model most critical architecture specific factors such as cache lines sizes, number of cache lines available, startup times, message transfer time per byte, etc. P3T+ has been implemented and is closely integrated with the Vienna High Performance Compiler (VFC to support programmers develop parallel and distributed applications. Experimental results for realistic kernel codes taken from real-world applications are presented to demonstrate both accuracy and usefulness of P3T+.

  9. Composing the Symbolic

    Directory of Open Access Journals (Sweden)

    Daniela Sacco

    2015-11-01

    Full Text Available An excerpt from Sergei M. Eisenstein's memoirs describing a night visit to the museum of Chichén Itzá in Mexico is set forth as a real life example reflecting, both from a visual and theoretical perspective, the architecture of Aby Warburg's Bilderatlas Mnemosyne and his concept of Denkraum. Drawing upon Warburg's own writings and F. T. Vischer's theory of symbol, the paper looks at Eisenstein's experience at the museum as highlighting the dynamic relation between man's religious/magical and scientific/rational psychic poles, and the in-between space of thought inherent to the concept of Denkraum and visually represented by the empty dark intervals separating the images in the Bilderatlas. Adding significance to its argumentation, the paper also hints at an affinity between Eisenstein's film montaging and Warburg's image assembling criteria.

  10. [Pierre Bourdieu: sociology as a "symbolic revolution"].

    Science.gov (United States)

    Suaud, Charles

    2014-03-01

    The article combines two objectives: understand the genesis and development of the sociology of Bourdieu in connection with his social and intellectual positioning. The sociology of Bourdieu is a theory of Action which reconciles the double requirement of objectification and taking account of the practical logic bound by social agents. From the character both objective and subjective of social space, he analyzes how different institutions (firstly School) are doing that mental structures match the objective structures of society. By making acceptable reality and registering it in the body, these instances contribute to reproduce social divisions and participate in the work of domination. Gradually, Bourdieu develops a general theory about Power, which leads to a sociology of State. But he refuses any sociological fatalism. Because he perceived homologies between the sociologist and the artist facing the social order, each in their own way, he devoted two researches to Flaubert and Manet, seized in the same enterprise of aesthetic subversion he described as a 'symbolic revolution'. In many aspects, the sociology of Bourdieu opens ways of looking for an objectification of caregivers and their practices.

  11. Deficient symbol processing in Alzheimer disease.

    Science.gov (United States)

    Toepper, Max; Steuwe, Carolin; Beblo, Thomas; Bauer, Eva; Boedeker, Sebastian; Thomas, Christine; Markowitsch, Hans J; Driessen, Martin; Sammer, Gebhard

    2014-01-01

    Symbols and signs have been suggested to improve the orientation of patients suffering from Alzheimer disease (AD). However, there are hardly any studies that confirm whether AD patients benefit from signs or symbols and which symbol characteristics might improve or impede their symbol comprehension. To address these issues, 30 AD patients and 30 matched healthy controls performed a symbol processing task (SPT) with 4 different item categories. A repeated-measures analysis of variance was run to identify impact of different item categories on performance accuracy in both the experimental groups. Moreover, SPT scores were correlated with neuropsychological test scores in a broad range of other cognitive domains. Finally, diagnostic accuracy of the SPT was calculated by a receiver-operating characteristic curve analysis. Results revealed a global symbol processing dysfunction in AD that was associated with semantic memory and executive deficits. Moreover, AD patients showed a disproportional performance decline at SPT items with visual distraction. Finally, the SPT total score showed high sensitivity and specificity in differentiating between AD patients and healthy controls. The present findings suggest that specific symbol features impede symbol processing in AD and argue for a diagnostic benefit of the SPT in neuropsychological assessment.

  12. Sound Symbolism in Basic Vocabulary

    Directory of Open Access Journals (Sweden)

    Søren Wichmann

    2010-04-01

    Full Text Available The relationship between meanings of words and their sound shapes is to a large extent arbitrary, but it is well known that languages exhibit sound symbolism effects violating arbitrariness. Evidence for sound symbolism is typically anecdotal, however. Here we present a systematic approach. Using a selection of basic vocabulary in nearly one half of the world’s languages we find commonalities among sound shapes for words referring to same concepts. These are interpreted as due to sound symbolism. Studying the effects of sound symbolism cross-linguistically is of key importance for the understanding of language evolution.

  13. The symbolism of zombie

    Directory of Open Access Journals (Sweden)

    Nadine BOUDOU

    2015-07-01

    Full Text Available The objective of this article is to show why the zombie can be presented as a justifiable object of search for the symbolic communication. The zombie exists as symbol because the word the leading to a qualification became of current usage, what allows a widened communication. The diversity of the interpretations that he makes possible testifies of its ambivalence. That he is defined as a symbol or as a metaphor we shall see that, far from being that a lasted fad, the zombie is rich in different senses.

  14. Symbol Stream Combining Versus Baseband Combining for Telemetry Arraying

    Science.gov (United States)

    Divsalar, D.

    1983-01-01

    The objectives of this article are to investigate and analyze the problem of combining symbol streams from many Deep Space Network stations to enhance bit signal-to-noise ratio and to compare the performance of this combining technique with baseband combining. Symbol stream combining (SSC) has some advantages and some disadvantages over baseband combining (BBC). The SSC suffers almost no loss in combining the digital data and no loss due to the transmission of the digital data by microwave links between the stations. The BBC suffers 0.2 dB loss due to alignment and combining the IF signals and 0.2 dB loss due to transmission of signals by microwave links. On the other hand, the losses in the subcarrier demodulation assembly (SDA) and in the symbol synchronization assembly (SSA) for SSC are more than the losses in the SDA and SSA for BBC. It is shown that SSC outperforms BBC by about 0.35 dB (in terms of the required bit energy-to-noise spectral density for a bit error rate of 1,000) for an array of three DSN antennas, namely 64 m, 34m(T/R) and 34m(R).

  15. The myocardial microangiopathy in human and experimental diabetes mellitus. (A microscopic, ultrastructural, morphometric and computer-assisted symbolic-logic analysis).

    Science.gov (United States)

    Taşcă, C; Stefăneanu, L; Vasilescu, C

    1986-01-01

    The following microscopical aspects were found in the small intramural arteries in the myocardium of 30 diabetic patients: endothelial proliferations with focal protuberances leading to partial narrowing of the lumen, increased thickness of the arterial wall due to fibrosis and accumulations of neutral mucopolysaccharides: alteration of elastic fibres. Morphometrically, the arterial wall thickness and the arterial diameter were increased whereas the arterial density decreased in the diabetic heart. In 25 rats with streptozotocin-induced diabetes the small intramyocardial arteries were investigated at 11 to 40 weeks of diabetic state. Using morphometrical analysis a constant increase of arterial wall thickness paralleling the diabetes duration was found. Microscopically, the lesions consist in endothelial proliferation with bridging across the vascular lumen and slight perivascular and diffuse fibrosis. Ultrastructurally, the capillary basal lamina was thickened in the diabetic myocardium. In order to investigate the morphometrical data we used symbolic-logic as a decision method, by applying an original computer program based on the Quine-McCluskey algorithm. All our results together with the final symbolic-logic expression suggest that damage of the small intramyocardial arteries plays an important role in the pathogenesis of diabetic cardiomyopathy.

  16. Streaming for Functional Data-Parallel Languages

    DEFF Research Database (Denmark)

    Madsen, Frederik Meisner

    In this thesis, we investigate streaming as a general solution to the space inefficiency commonly found in functional data-parallel programming languages. The data-parallel paradigm maps well to parallel SIMD-style hardware. However, the traditional fully materializing execution strategy...... by extending two existing data-parallel languages: NESL and Accelerate. In the extensions we map bulk operations to data-parallel streams that can evaluate fully sequential, fully parallel or anything in between. By a dataflow, piecewise parallel execution strategy, the runtime system can adjust to any target...... flattening necessitates all sub-computations to materialize at the same time. For example, naive n by n matrix multiplication requires n^3 space in NESL because the algorithm contains n^3 independent scalar multiplications. For large values of n, this is completely unacceptable. We address the problem...

  17. Efficient Implementation of a Symbol Timing Estimator for Broadband PLC.

    Science.gov (United States)

    Nombela, Francisco; García, Enrique; Mateos, Raúl; Hernández, Álvaro

    2015-08-21

    Broadband Power Line Communications (PLC) have taken advantage of the research advances in multi-carrier modulations to mitigate frequency selective fading, and their adoption opens up a myriad of applications in the field of sensory and automation systems, multimedia connectivity or smart spaces. Nonetheless, the use of these multi-carrier modulations, such as Wavelet-OFDM, requires a highly accurate symbol timing estimation for reliably recovering of transmitted data. Furthermore, the PLC channel presents some particularities that prevent the direct use of previous synchronization algorithms proposed in wireless communication systems. Therefore more research effort should be involved in the design and implementation of novel and robust synchronization algorithms for PLC, thus enabling real-time synchronization. This paper proposes a symbol timing estimator for broadband PLC based on cross-correlation with multilevel complementary sequences or Zadoff-Chu sequences and its efficient implementation in a FPGA; the obtained results show a 90% of success rate in symbol timing estimation for a certain PLC channel model and a reduced resource consumption for its implementation in a Xilinx Kyntex FPGA.

  18. Efficient Implementation of a Symbol Timing Estimator for Broadband PLC

    Directory of Open Access Journals (Sweden)

    Francisco Nombela

    2015-08-01

    Full Text Available Broadband Power Line Communications (PLC have taken advantage of the research advances in multi-carrier modulations to mitigate frequency selective fading, and their adoption opens up a myriad of applications in the field of sensory and automation systems, multimedia connectivity or smart spaces. Nonetheless, the use of these multi-carrier modulations, such as Wavelet-OFDM, requires a highly accurate symbol timing estimation for reliably recovering of transmitted data. Furthermore, the PLC channel presents some particularities that prevent the direct use of previous synchronization algorithms proposed in wireless communication systems. Therefore more research effort should be involved in the design and implementation of novel and robust synchronization algorithms for PLC, thus enabling real-time synchronization. This paper proposes a symbol timing estimator for broadband PLC based on cross-correlation with multilevel complementary sequences or Zadoff-Chu sequences and its efficient implementation in a FPGA; the obtained results show a 90% of success rate in symbol timing estimation for a certain PLC channel model and a reduced resource consumption for its implementation in a Xilinx Kyntex FPGA.

  19. Anomaly Detection in Gas Turbine Fuel Systems Using a Sequential Symbolic Method

    Directory of Open Access Journals (Sweden)

    Fei Li

    2017-05-01

    Full Text Available Anomaly detection plays a significant role in helping gas turbines run reliably and economically. Considering the collective anomalous data and both sensitivity and robustness of the anomaly detection model, a sequential symbolic anomaly detection method is proposed and applied to the gas turbine fuel system. A structural Finite State Machine is used to evaluate posterior probabilities of observing symbolic sequences and the most probable state sequences they may locate. Hence an estimation-based model and a decoding-based model are used to identify anomalies in two different ways. Experimental results indicate that both models have both ideal performance overall, but the estimation-based model has a strong robustness ability, whereas the decoding-based model has a strong accuracy ability, particularly in a certain range of sequence lengths. Therefore, the proposed method can facilitate well existing symbolic dynamic analysis- based anomaly detection methods, especially in the gas turbine domain.

  20. [Rod of Asclepius. Symbol of medicine].

    Science.gov (United States)

    Young, Pablo; Finn, Bárbara C; Bruetman, Julio E; Cesaro Gelos, Jorge; Trimarchi, Hernán

    2013-09-01

    Symbolism is one of the most archaic forms of human thoughts. Symbol derives from the Latin word symbolum, and the latter from the Greek symbolon or symballo, which means "I coincide, I make matches". The Medicine symbol represents a whole series of historical and ethical values. Asclepius Rod with one serpent entwined, has traditionally been the symbol of scientific medicine. In a misconception that has lasted 500 years, the Caduceus of Hermes, entwined by two serpents and with two wings, has been considered the symbol of Medicine. However, the Caduceus is the current symbol of Commerce. Asclepius Rod and the Caduceus of Hermes represent two professions, Medicine and Commerce that, in ethical practice, should not be mixed. Physicians should be aware of their real emblem, its historical origin and meaning.

  1. Contribution to comprehending symbolism and meaning of architectural form

    Directory of Open Access Journals (Sweden)

    Alihodžić Rifat

    2017-01-01

    Full Text Available Architectural form and space, from the very beginning of their creation, weren’t only elements reflecting mere act of building; as the act of human actions, they included proper symbolic presentation of a creator's perception of the world. The initial point is that each physical, therefore each architectural form, speaks volumes on more than just their purpose, so it can have symbolic meanings, being proved in history of architecture for such a long time. While observing architectural form, these two questions impose. The first question refers to identifying usable purpose of particular facility, in other words, its function. The second question imposes to identify what are the things that we are reminded of concerning that particular facility. This second question represents search for the meaning in each form that mankind instinctively longs to identify in order to comprehend the world we live in. No matter if we are in natural or building area, everything we are surrounded by has got specific forms recalling certain associations. The aim of this paper is to indicate that pictures appearing as a consequence of close forms and designs represent associations and they should not be compared to symbols. The goal of this research is to contribute to clearer seeing of symbolism of architectural form, in which situations it exists and whether it exists in contemporary architectural forms. This work is based on elements of Gestalt observation theory.

  2. Projective loop quantum gravity. I. State space

    Science.gov (United States)

    Lanéry, Suzanne; Thiemann, Thomas

    2016-12-01

    Instead of formulating the state space of a quantum field theory over one big Hilbert space, it has been proposed by Kijowski to describe quantum states as projective families of density matrices over a collection of smaller, simpler Hilbert spaces. Beside the physical motivations for this approach, it could help designing a quantum state space holding the states we need. In a latter work by Okolów, the description of a theory of Abelian connections within this framework was developed, an important insight being to use building blocks labeled by combinations of edges and surfaces. The present work generalizes this construction to an arbitrary gauge group G (in particular, G is neither assumed to be Abelian nor compact). This involves refining the definition of the label set, as well as deriving explicit formulas to relate the Hilbert spaces attached to different labels. If the gauge group happens to be compact, we also have at our disposal the well-established Ashtekar-Lewandowski Hilbert space, which is defined as an inductive limit using building blocks labeled by edges only. We then show that the quantum state space presented here can be thought as a natural extension of the space of density matrices over this Hilbert space. In addition, it is manifest from the classical counterparts of both formalisms that the projective approach allows for a more balanced treatment of the holonomy and flux variables, so it might pave the way for the development of more satisfactory coherent states.

  3. Large-scale parallel configuration interaction. I. Nonrelativisticand scalar-relativistic general active space implementationwith application to (Rb-Ba)+

    DEFF Research Database (Denmark)

    Knecht, Stefan; Jensen, Hans Jørgen Aagaard; Fleig, Timo

    2008-01-01

    We present a parallel implementation of a string-driven general active space configuration interaction program for nonrelativistic and scalar-relativistic electronic-structure calculations. The code has been modularly incorporated in the DIRAC quantum chemistry program package. The implementation...

  4. NMR-CT image and symbol phantoms

    International Nuclear Information System (INIS)

    Hongo, Syozo; Yamaguchi, Hiroshi; Takeshita, Hiroshi

    1990-01-01

    We have developed Japanese phantoms in two procedures. One is described as a mathematical expression. Another is 'symbol phantoms' in 3 dimensional picture-elements, each of which symbolize an organ name. The concept and the algorithm of the symbol phantom enables us to make a phantom for a individual in terms of all his transversal section images. We got 85 transversal section images of head and trunk parts, and those of 40 legs parts by using NMR-CT. We have made the individual phantom for computation of organ doses. The transversal section images were not so clear to identify all organs needed to dose estimation that we had to do hand-editing the shapes of organs with viewing a typical section images: we could not yet make symbol phantom in a automatic editing. Symbols were coded to be visual cords as ASCII characters. After we got the symbol phantom of the first stage, we can edit it easily using a word-processor. Symbol phantom could describe more freely the shape of organs than mathematical phantom. Symbol phantom has several advantages to be an individual phantom, but the only difficult point is how to determine its end-point as a reference man when we apply the method to build the reference man. (author)

  5. An FMRI-compatible Symbol Search task.

    Science.gov (United States)

    Liebel, Spencer W; Clark, Uraina S; Xu, Xiaomeng; Riskin-Jones, Hannah H; Hawkshead, Brittany E; Schwarz, Nicolette F; Labbe, Donald; Jerskey, Beth A; Sweet, Lawrence H

    2015-03-01

    Our objective was to determine whether a Symbol Search paradigm developed for functional magnetic resonance imaging (FMRI) is a reliable and valid measure of cognitive processing speed (CPS) in healthy older adults. As all older adults are expected to experience cognitive declines due to aging, and CPS is one of the domains most affected by age, establishing a reliable and valid measure of CPS that can be administered inside an MR scanner may prove invaluable in future clinical and research settings. We evaluated the reliability and construct validity of a newly developed FMRI Symbol Search task by comparing participants' performance in and outside of the scanner and to the widely used and standardized Symbol Search subtest of the Wechsler Adult Intelligence Scale (WAIS). A brief battery of neuropsychological measures was also administered to assess the convergent and discriminant validity of the FMRI Symbol Search task. The FMRI Symbol Search task demonstrated high test-retest reliability when compared to performance on the same task administered out of the scanner (r=.791; pSymbol Search (r=.717; pSymbol Search task were also observed. The FMRI Symbol Search task is a reliable and valid measure of CPS in healthy older adults and exhibits expected sensitivity to the effects of age on CPS performance.

  6. An Implementation and Parallelization of the Scale Space Meshing Algorithm

    Directory of Open Access Journals (Sweden)

    Julie Digne

    2015-11-01

    Full Text Available Creating an interpolating mesh from an unorganized set of oriented points is a difficult problemwhich is often overlooked. Most methods focus indeed on building a watertight smoothed meshby defining some function whose zero level set is the surface of the object. However in some casesit is crucial to build a mesh that interpolates the points and does not fill the acquisition holes:either because the data are sparse and trying to fill the holes would create spurious artifactsor because the goal is to explore visually the data exactly as they were acquired without anysmoothing process. In this paper we detail a parallel implementation of the Scale-Space Meshingalgorithm, which builds on the scale-space framework for reconstructing a high precision meshfrom an input oriented point set. This algorithm first smoothes the point set, producing asingularity free shape. It then uses a standard mesh reconstruction technique, the Ball PivotingAlgorithm, to build a mesh from the smoothed point set. The final step consists in back-projecting the mesh built on the smoothed positions onto the original point set. The result ofthis process is an interpolating, hole-preserving surface mesh reconstruction.

  7. General Symbol Machines: The First Stage in the Evolution of Symbolic Communication

    Directory of Open Access Journals (Sweden)

    Thomas E. Dickins

    2003-01-01

    Full Text Available Humans uniquely form stimulus equivalence (SE classes of abstract and unrelated stimuli, i.e. if taught to match A with B and B with C, they will spontaneously match B with A, and C with B, (the relation of symmetry, and A with C (transitivity. Other species do not do this. The SE ability is possibly the consequence of a specific selection event in the Homo lineage. SE is of interest because it appears to demonstrate a facility that is core to symbolic behavior. Linguistic symbols, for example, are arbitrarily and symmetrically related to their referent such that the term banana has no resemblance to bananas but when processed can be used to discriminate bananas. Equally when bananas are perceived the term banana is readily produced. This relation is arguably the defining mark of symbolic representation. In this paper I shall detail the SE phenomenon and argue that it is evidence for a cognitive device that I term a General Symbol Machine (GSM. The GSM not only sets the background condition for subsequent linguistic evolution but also for other symbolic behaviors such as mathematical reasoning. In so doing the GSM is not particularly domain-specific. The apparent domain-specificity of, for example, natural language is a consequence of other computational developments. This introduces complexity to evolutionary arguments about cognitive architecture.

  8. Enhanced 2D-DOA Estimation for Large Spacing Three-Parallel Uniform Linear Arrays

    Directory of Open Access Journals (Sweden)

    Dong Zhang

    2018-01-01

    Full Text Available An enhanced two-dimensional direction of arrival (2D-DOA estimation algorithm for large spacing three-parallel uniform linear arrays (ULAs is proposed in this paper. Firstly, we use the propagator method (PM to get the highly accurate but ambiguous estimation of directional cosine. Then, we use the relationship between the directional cosine to eliminate the ambiguity. This algorithm not only can make use of the elements of the three-parallel ULAs but also can utilize the connection between directional cosine to improve the estimation accuracy. Besides, it has satisfied estimation performance when the elevation angle is between 70° and 90° and it can automatically pair the estimated azimuth and elevation angles. Furthermore, it has low complexity without using any eigen value decomposition (EVD or singular value decompostion (SVD to the covariance matrix. Simulation results demonstrate the effectiveness of our proposed algorithm.

  9. Multiple symbol differential detection

    Science.gov (United States)

    Divsalar, Dariush (Inventor); Simon, Marvin K. (Inventor)

    1991-01-01

    A differential detection technique for multiple phase shift keying (MPSK) signals is provided which uses a multiple symbol observation interval on the basis of which a joint decision is made regarding the phase of the received symbols. In accordance with the invention, a first difference phase is created between first and second received symbols. Next, the first difference phase is correlated with the possible values thereof to provide a first plurality of intermediate output signals. A second difference phase is next created between second and third received symbols. The second difference phase is correlated with plural possible values thereof to provide a second plurality of intermediate output signals. Next, a third difference phase is created between the first and third symbols. The third difference phase is correlated with plural possible values thereof to provide a third plurality of intermediate output signals. Each of the first plurality of intermediate outputs are combined with each of the second plurality of intermediate outputs and each of the third plurality of intermediate outputs to provide a plurality of possible output values. Finally, a joint decision is made by choosing from the plurality of possible output values the value which represents the best combined correlation of the first, second and third difference values with the possible values thereof.

  10. Pathos and the Mundane in the Symbolic Space of 1956 Revolution: the Case of Corvin-passage, Budapest

    Directory of Open Access Journals (Sweden)

    Ágnes Erőss

    2016-11-01

    Full Text Available The Corvin passage is one of the most important symbolic spaces of 1956 revolution in Hungary. The majority of armed conflicts took place in Budapest, where the largest resistance group had to battle against Soviet tanks in the neighbourhood of the Corvin Passage. This study aims to highlight the fact that, even though a general shift has taken place from the pre-1990 policy to ‘forget’ to today’s established remembrance practices, the Corvin Passage still does not have a prominent position as a major historic site. Our research is based on a study of relevant national and international literature, on an analysis of documents relating to tourism site management, on historical sources related to the Corvin Passage, and on a content analysis of guide-books and websites. The authors would tribute to 70 anniversary of treading out of Hungarian revolution and war of independence with this paper.

  11. Evaluation of the Intel iWarp parallel processor for space flight applications

    Science.gov (United States)

    Hine, Butler P., III; Fong, Terrence W.

    1993-01-01

    The potential of a DARPA-sponsored advanced processor, the Intel iWarp, for use in future SSF Data Management Systems (DMS) upgrades is evaluated through integration into the Ames DMS testbed and applications testing. The iWarp is a distributed, parallel computing system well suited for high performance computing applications such as matrix operations and image processing. The system architecture is modular, supports systolic and message-based computation, and is capable of providing massive computational power in a low-cost, low-power package. As a consequence, the iWarp offers significant potential for advanced space-based computing. This research seeks to determine the iWarp's suitability as a processing device for space missions. In particular, the project focuses on evaluating the ease of integrating the iWarp into the SSF DMS baseline architecture and the iWarp's ability to support computationally stressing applications representative of SSF tasks.

  12. Parallel Distributed Processing Theory in the Age of Deep Networks.

    Science.gov (United States)

    Bowers, Jeffrey S

    2017-12-01

    Parallel distributed processing (PDP) models in psychology are the precursors of deep networks used in computer science. However, only PDP models are associated with two core psychological claims, namely that all knowledge is coded in a distributed format and cognition is mediated by non-symbolic computations. These claims have long been debated in cognitive science, and recent work with deep networks speaks to this debate. Specifically, single-unit recordings show that deep networks learn units that respond selectively to meaningful categories, and researchers are finding that deep networks need to be supplemented with symbolic systems to perform some tasks. Given the close links between PDP and deep networks, it is surprising that research with deep networks is challenging PDP theory. Copyright © 2017. Published by Elsevier Ltd.

  13. Contextualizing symbol, symbolizing context

    Science.gov (United States)

    Maudy, Septiani Yugni; Suryadi, Didi; Mulyana, Endang

    2017-08-01

    When students learn algebra for the first time, inevitably they are experiencing transition from arithmetic to algebraic thinking. Once students could apprehend this essential mathematical knowledge, they are cultivating their ability in solving daily life problems by applying algebra. However, as we dig into this transitional stage, we identified possible students' learning obstacles to be dealt with seriously in order to forestall subsequent hindrance in studying more advance algebra. We come to realize this recurring problem as we undertook the processes of re-personalization and re-contextualization in which we scrutinize the very basic questions: 1) what is variable, linear equation with one variable and their relationship with the arithmetic-algebraic thinking? 2) Why student should learn such concepts? 3) How to teach those concepts to students? By positioning ourselves as a seventh grade student, we address the possibility of children to think arithmetically when confronted with the problems of linear equation with one variable. To help them thinking algebraically, Bruner's modes of representation developed contextually from concrete to abstract were delivered to enhance their interpretation toward the idea of variables. Hence, from the outset we designed the context for student to think symbolically initiated by exploring various symbols that could be contextualized in order to bridge student traversing the arithmetic-algebraic fruitfully.

  14. Academic [Activities]: Looking for Symbols in the Built Landscape; What Is Service?

    Science.gov (United States)

    Charney, Len; Sims, Cheryl

    1999-01-01

    Describes two experiential, academic activities for middle and high school students. Includes target group, group size, time and space requirements, activity level, props/preparation, and instructions. The activities enable students to identify the symbolic value of community places and architecture or raise student awareness about the…

  15. State-Space Formulation for Circuit Analysis

    Science.gov (United States)

    Martinez-Marin, T.

    2010-01-01

    This paper presents a new state-space approach for temporal analysis of electrical circuits. The method systematically obtains the state-space formulation of nondegenerate linear networks without using concepts of topology. It employs nodal/mesh systematic analysis to reduce the number of undesired variables. This approach helps students to…

  16. Non-Cartesian parallel imaging reconstruction.

    Science.gov (United States)

    Wright, Katherine L; Hamilton, Jesse I; Griswold, Mark A; Gulani, Vikas; Seiberlich, Nicole

    2014-11-01

    Non-Cartesian parallel imaging has played an important role in reducing data acquisition time in MRI. The use of non-Cartesian trajectories can enable more efficient coverage of k-space, which can be leveraged to reduce scan times. These trajectories can be undersampled to achieve even faster scan times, but the resulting images may contain aliasing artifacts. Just as Cartesian parallel imaging can be used to reconstruct images from undersampled Cartesian data, non-Cartesian parallel imaging methods can mitigate aliasing artifacts by using additional spatial encoding information in the form of the nonhomogeneous sensitivities of multi-coil phased arrays. This review will begin with an overview of non-Cartesian k-space trajectories and their sampling properties, followed by an in-depth discussion of several selected non-Cartesian parallel imaging algorithms. Three representative non-Cartesian parallel imaging methods will be described, including Conjugate Gradient SENSE (CG SENSE), non-Cartesian generalized autocalibrating partially parallel acquisition (GRAPPA), and Iterative Self-Consistent Parallel Imaging Reconstruction (SPIRiT). After a discussion of these three techniques, several potential promising clinical applications of non-Cartesian parallel imaging will be covered. © 2014 Wiley Periodicals, Inc.

  17. The hippocampus facilitates integration within a symbolic field.

    Science.gov (United States)

    Cornelius, John Thor

    2017-10-01

    This paper attempts to elaborate a fundamental brain mechanism involved in the creation and maintenance of symbolic fields of thought. It will integrate theories of psychic spaces as explored by Donald Winnicott and Wilfred Bion with the neuroscientific examinations of those with bilateral hippocampal injury to show how evidence from both disciplines sheds important light on this aspect of mind. Possibly originating as a way of maintaining an oriented, first person psychic map, this capacity allows individuals a dynamic narrative access to a realm of layered elements and their connections. If the proposed hypothesis is correct, the hippocampus facilitates the integration of this symbolic field of mind, where narrative forms of thinking, creativity, memory, and dreaming are intertwined. Without the hippocampus, there is an inability to engage many typical forms of thought itself. Also, noting the ways these individuals are not impaired supports theories about other faculties of mind, providing insight into their possible roles within human thought. The evidence of different systems working in conjunction with the symbolic field provides tantalizing clues about these fundamental mechanisms of brain and mind that are normally seamlessly integrated, and hints at future areas of clinical and laboratory research, both within neuroscience and psychoanalysis. © 2017 The Authors. The International Journal of Psychoanalysis published by John Wiley & Sons Ltd on behalf of Institute of Psychoanalysis.

  18. Exact and approximate probabilistic symbolic execution for nondeterministic programs

    DEFF Research Database (Denmark)

    Luckow, Kasper Søe; Păsăreanu, Corina S.; Dwyer, Matthew B.

    2014-01-01

    Probabilistic software analysis seeks to quantify the likelihood of reaching a target event under uncertain environments. Recent approaches compute probabilities of execution paths using symbolic execution, but do not support nondeterminism. Nondeterminism arises naturally when no suitable probab...... Java programs. We show that our algorithms significantly improve upon a state-of-the-art statistical model checking algorithm, originally developed for Markov Decision Processes....... probabilistic model can capture a program behavior, e.g., for multithreading or distributed systems. In this work, we propose a technique, based on symbolic execution, to synthesize schedulers that resolve nondeterminism to maximize the probability of reaching a target event. To scale to large systems, we also...

  19. A new interpretation of the symbolic codes for the Henon Map. II

    International Nuclear Information System (INIS)

    Yamaguchi, Yoshihiro; Tanikawa, Kiyotaka

    2011-01-01

    A certain region in the phase space for the area- and orientation-preserving Heon map is filled with the resonance chains. Taking this fact into account, the concept of block word has been introduced in the preceding paper. The concept of resonance chains in the symbol plane is also introduced and the marquetry structure of the symbol plane is investigated. If the orbit in the horseshoe travels over the resonance chains, the orbit is represented by a block word sequence. There are four purposes discussed in this paper. The first purpose is to introduce a new concept of parity to characterize the periodic orbits. The second is to study the detailed structure of the symbol plane. The third is to clarify the behaviors of symmetric periodic orbits in the resonance chain and determine their block word sequences. The fourth is to propose an improved construction method to make a braid for a non-Birkhoff periodic orbit in a resonance chain. (author)

  20. Symbolic aesthetics in steel structural systems

    Directory of Open Access Journals (Sweden)

    Usama Abdul-Mun'em Khuraibet

    2015-02-01

    Full Text Available The aesthetic expression and its orders are important for steel structures forming. Steel structures are a compilation of structural elements, where its shapes have standard dimensions and pre-fabricated. As the steel construction systems not only aim to achieve the functional requirements for users, but must also have the symbolic aesthetics which provides visually and cognitive expression for viewers. In this sense the research interested in expressional aesthetics in these systems and highlights the importance of attention as structural items. Therefore the visual items which related with steel structures contain some of the most powerful forms of modern architecture, steel structures with a glass cladding, agility and accuracy in manufacture of structural elements as visual items, structural interest in the forms of spaces which have long span systems or in high buildings are different forms of expression and influence. So the research focuses on the study of those expressive patterns related with the steel construction properties, including the advantages of these systems at the level of strength and firmness, flexibility and economy as well as aesthetic and expression. Accordingly, the research problem concentrated on educational shortage in the study of the structural steel system aspects concerning constructional characteristic, expressive and aesthetic features, and how to deal with them as a language bearing the symbols and meanings which have clear structural style, because it the best ways to make those systems as communication means with users, by premise that the use of expressional symbol in steel construction increases the aesthetic value. Therefore the research aims to reveal the most structural and expressive patterns by analysis the expressional means and steel structural aesthetics.

  1. Developing a Psychologically Inspired Cognitive Architecture for Robotic Control: The Symbolic and Subsymbolic Robotic Intelligence Control System (SS-RICS

    Directory of Open Access Journals (Sweden)

    Troy Dale Kelley

    2006-09-01

    Full Text Available This paper describes the ongoing development of a robotic control architecture that was inspired by computational cognitive architectures from the discipline of cognitive psychology. The robotic control architecture combines symbolic and subsymbolic representations of knowledge into a unified control structure. The architecture is organized as a goal driven, serially executing, production system at the highest symbolic level; and a multiple algorithm, parallel executing, simple collection of algorithms at the lowest subsymbolic level. The goal is to create a system that will progress through the same cognitive developmental milestones as do human infants. Common robotics problems of localization, object recognition, and object permanence are addressed within the specified framework.

  2. Developing a Psychologically Inspired Cognitive Architecture for Robotic Control: The Symbolic and Subsymbolic Robotic Intelligence Control System (SS-RICS

    Directory of Open Access Journals (Sweden)

    Troy Dale Kelley

    2008-11-01

    Full Text Available This paper describes the ongoing development of a robotic control architecture that was inspired by computational cognitive architectures from the discipline of cognitive psychology. The robotic control architecture combines symbolic and subsymbolic representations of knowledge into a unified control structure. The architecture is organized as a goal driven, serially executing, production system at the highest symbolic level; and a multiple algorithm, parallel executing, simple collection of algorithms at the lowest subsymbolic level. The goal is to create a system that will progress through the same cognitive developmental milestones as do human infants. Common robotics problems of localization, object recognition, and object permanence are addressed within the specified framework.

  3. 36 CFR 264.11 - Use of symbol.

    Science.gov (United States)

    2010-07-01

    ... 36 Parks, Forests, and Public Property 2 2010-07-01 2010-07-01 false Use of symbol. 264.11 Section... MANAGEMENT Mount St. Helens National Volcanic Monument Symbol § 264.11 Use of symbol. Except as provided in § 264.12, use of the Mount St. Helens National Volcanic Monument official symbol, including a facsimile...

  4. Three Alternative Symbol-Lock Detectors

    Science.gov (United States)

    Shihabi, Mazen M.; Hinedi, Sami M.; Shah, Biren N.

    1993-01-01

    Three symbol-lock detectors proposed as alternatives in advanced receivers processing non-return-to-zero binary data signals. Two perform operations similar to those of older square-law and absolute-value types. However, integrals computed during nonoverlapping symbol periods and, therefore, only one integrator needed in each such detector. Proposed detectors simpler, but performances worse because noises in overlapping samples correlated, whereas noises in nonoverlapping samples not correlated. Third detector is signal-power-estimator type. Signal integrated during successive half symbol cycles, and therefore only one integrator needed. Half-cycle integrals multiplied to eliminate effect of symbol polarity, and products accumulated during M-cycle observation period to smooth out estimate of signal power. If estimated signal power exceeds threshold, delta, then lock declared.

  5. Applications of symbolic algebraic computation

    International Nuclear Information System (INIS)

    Brown, W.S.; Hearn, A.C.

    1979-01-01

    This paper is a survey of applications of systems for symbomic algebraic computation. In most successful applications, calculations that can be taken to a given order by hand are then extended one or two more orders by computer. Furthermore, with a few notable exceptins, these applications also involve numerical computation in some way. Therefore the authors emphasize the interface between symbolic and numerical computation, including: 1. Computations with both symbolic and numerical phases. 2. Data involving both the unpredictible size and shape that typify symbolic computation and the (usually inexact) numerical values that characterize numerical computation. 3. Applications of one field to the other. It is concluded that the fields of symbolic and numerical computation can advance most fruitfully in harmony rather than in competition. (Auth.)

  6. The Statue of Liberty: The Meaning and Use of a National Symbol. [Lesson Plan].

    Science.gov (United States)

    2001

    The Statue of Liberty, which stands in Upper New York Bay, is a universal symbol of freedom. A gift from France, it originally was conceived as an emblem of the friendship between the people of France and the United States. It has become much more, symbolizing the Mother of Exiles, greeting the millions of immigrants and embodying hope and…

  7. Compactness of the automorphism group of a topological parallelism on real projective 3-space: The disconnected case

    OpenAIRE

    Rainer, Löwen

    2017-01-01

    We prove that the automorphism group of a topological parallelism on real projective 3-space is compact. In a preceding article it was proved that at least the connected component of the identity is compact. The present proof does not depend on that earlier result.

  8. The effects of user factors and symbol referents on public symbol design using the stereotype production method.

    Science.gov (United States)

    Ng, Annie W Y; Siu, Kin Wai Michael; Chan, Chetwyn C H

    2012-01-01

    This study investigated the influence of user factors and symbol referents on public symbol design among older people, using the stereotype production method for collecting user ideas during the symbol design process. Thirty-one older adults were asked to draw images based on 28 public symbol referents and to indicate their familiarity with and ease with which they visualised each referent. Differences were found between the pictorial solutions generated by males and females. However, symbol design was not influenced by participants' education level, vividness of visual imagery, object imagery preference or spatial imagery preference. Both familiar and unfamiliar referents were illustrated pictorially without much difficulty by users. The more visual the referent, the less difficulty the users had in illustrating it. The findings of this study should aid the optimisation of the stereotype production method for user-involved symbol design. Copyright © 2011 Elsevier Ltd and The Ergonomics Society. All rights reserved.

  9. 7 CFR 29.3012 - Color symbols.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 2 2010-01-01 2010-01-01 false Color symbols. 29.3012 Section 29.3012 Agriculture Regulations of the Department of Agriculture AGRICULTURAL MARKETING SERVICE (Standards, Inspections, Marketing... Color symbols. As applied to Burley, single color symbols are as follows: L—buff, F—tan, R—red, D—dark...

  10. 7 CFR 29.1066 - Symbol (S).

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 2 2010-01-01 2010-01-01 false Symbol (S). 29.1066 Section 29.1066 Agriculture Regulations of the Department of Agriculture AGRICULTURAL MARKETING SERVICE (Standards, Inspections, Marketing... Type 92) § 29.1066 Symbol (S). As applied to Flue-cured tobacco the symbol (S) when used (a) as the...

  11. 7 CFR 29.3510 - Color symbols.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 2 2010-01-01 2010-01-01 false Color symbols. 29.3510 Section 29.3510 Agriculture Regulations of the Department of Agriculture AGRICULTURAL MARKETING SERVICE (Standards, Inspections, Marketing... Type 95) § 29.3510 Color symbols. As applied to Dark Air-cured tobacco, color symbols are L—light brown...

  12. 7 CFR 29.2259 - Color symbols.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 2 2010-01-01 2010-01-01 false Color symbols. 29.2259 Section 29.2259 Agriculture Regulations of the Department of Agriculture AGRICULTURAL MARKETING SERVICE (Standards, Inspections, Marketing... symbols. As applied to this type, color symbols are: L—light brown, F—medium brown, D—dark brown, M—mixed...

  13. 7 CFR 29.1007 - Color symbols.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 2 2010-01-01 2010-01-01 false Color symbols. 29.1007 Section 29.1007 Agriculture Regulations of the Department of Agriculture AGRICULTURAL MARKETING SERVICE (Standards, Inspections, Marketing... Type 92) § 29.1007 Color symbols. As applied to flue-cured tobacco, color symbols are L—lemon, F—orange...

  14. Data science and symbolic AI: Synergies, challenges and opportunities

    KAUST Repository

    Hoehndorf, Robert

    2017-06-02

    Symbolic approaches to artificial intelligence represent things within a domain of knowledge through physical symbols, combine symbols into symbol expressions, and manipulate symbols and symbol expressions through inference processes. While a large part of Data Science relies on statistics and applies statistical approaches to artificial intelligence, there is an increasing potential for successfully applying symbolic approaches as well. Symbolic representations and symbolic inference are close to human cognitive representations and therefore comprehensible and interpretable; they are widely used to represent data and metadata, and their specific semantic content must be taken into account for analysis of such information; and human communication largely relies on symbols, making symbolic representations a crucial part in the analysis of natural language. Here we discuss the role symbolic representations and inference can play in Data Science, highlight the research challenges from the perspective of the data scientist, and argue that symbolic methods should become a crucial component of the data scientists’ toolbox.

  15. Data science and symbolic AI: Synergies, challenges and opportunities

    KAUST Repository

    Hoehndorf, Robert; Queralt-Rosinach, Nú ria

    2017-01-01

    Symbolic approaches to artificial intelligence represent things within a domain of knowledge through physical symbols, combine symbols into symbol expressions, and manipulate symbols and symbol expressions through inference processes. While a large part of Data Science relies on statistics and applies statistical approaches to artificial intelligence, there is an increasing potential for successfully applying symbolic approaches as well. Symbolic representations and symbolic inference are close to human cognitive representations and therefore comprehensible and interpretable; they are widely used to represent data and metadata, and their specific semantic content must be taken into account for analysis of such information; and human communication largely relies on symbols, making symbolic representations a crucial part in the analysis of natural language. Here we discuss the role symbolic representations and inference can play in Data Science, highlight the research challenges from the perspective of the data scientist, and argue that symbolic methods should become a crucial component of the data scientists’ toolbox.

  16. Drop it and run! [New symbol warns of radiation dangers and aims to save lives

    International Nuclear Information System (INIS)

    Lodding, L.

    2007-01-01

    The black-and-yellow trefoil symbol - long the accepted label for denoting radioactive material - is getting a companion. And it's hoped that the new symbol will alert more people to the potential dangers of large sources of ionizing radiation and save lives. Unlike some signs of danger - like the commonly used skull-and-crossbones icon that seems to scream out both 'poison' and 'pirates' the trefoil symbol has little recognition beyond the nuclear community. This was learned from a five-year IAEA-led study to evaluate the best symbol to convey radiation danger. The vast majority of respondents tested in an eleven-country survey had no idea what the symbol meant nor had any knowledge of radiation. In fact, only 6% of those questioned in India, Brazil and Kenya could recognize the trefoil symbol for what it was. What resulted was a recommendation to design a universal system of labelling large radioactive sources. In 2001, IAEA Member States approved the new warning symbol project. The assignment was daunting. How to come up with a symbol that would be universally understood regardless of education, cultural orientation or age? The IAEA has recommended that the symbol be used on IAEA category 1, 2 and 3 sealed radiation sources (dangerous sources that can cause death or serious injury). The symbol was published in February 2007 by the ISO as (Supplementary Ionizing Radiation Warning Symbol : ISO 21482). The next challenge will be to publicize the new symbol within the industry and to obtain consistent implementation on large radioactive source

  17. Sound-Symbolism Boosts Novel Word Learning

    Science.gov (United States)

    Lockwood, Gwilym; Dingemanse, Mark; Hagoort, Peter

    2016-01-01

    The existence of sound-symbolism (or a non-arbitrary link between form and meaning) is well-attested. However, sound-symbolism has mostly been investigated with nonwords in forced choice tasks, neither of which are representative of natural language. This study uses ideophones, which are naturally occurring sound-symbolic words that depict sensory…

  18. Symbol-String Sensitivity and Children's Reading

    Science.gov (United States)

    Pammer, Kristen; Lavis, Ruth; Hansen, Peter; Cornelissen, Piers L.

    2004-01-01

    In this study of primary school children, a novel "symbol-string" task is used to assess sensitivity to the position of briefly presented non-alphabetic but letter-like symbols. The results demonstrate that sensitivity in the symbol-string task explains a unique proportion of the variability in children's contextual reading accuracy. Moreover,…

  19. Performance of the split-symbol moments SNR estimator in the presence of inter-symbol interference

    Science.gov (United States)

    Shah, B.; Hinedi, S.

    1989-01-01

    The Split-Symbol Moments Estimator (SSME) is an algorithm that is designed to estimate symbol signal-to-noise ratio (SNR) in the presence of additive white Gaussian noise (AWGN). The performance of the SSME algorithm in band-limited channels is examined. The effects of the resulting inter-symbol interference (ISI) are quantified. All results obtained are in closed form and can be easily evaluated numerically for performance prediction purposes. Furthermore, they are validated through digital simulations.

  20. BIBLICAL SYMBOLISM IN THE NOVEL “THE WANDERERS” BY V. Y. SHISHKOV

    Directory of Open Access Journals (Sweden)

    Valentina I. Gabdullina

    2017-06-01

    Full Text Available The article presents the experience of reinterpretation of the novel of V. Y. Shishkov as the phenomenon of “spiritual realism”, from the point of view of identifying the role and functions of biblical symbolism and imagery in its artistic system. Biblical symbolism pervades the narration, manifesting itself both at the level of the semantics of names and imagery, and in a three-part compositional structure of the novel that conveys the author’s idea — the movement of the characters from the darkness of the underworld to the light. Life of the homeless children is depicted by the author as the “dark world”, “antiworld”, which disfigures all the concepts ontologically important for Man. The idea of spiritual commonality is replaced by the thieves brotherhood, the life of street children under the inverted barge turns into a hideous parody of monastic life, the place of the Virgin in this world is given to a prostitute girl Mashka nicknamed May Flower. In the plot of the story the motifs of the Apocalypse (destruction of the old world and of the prodigal son in the heroes’ life stories who undergo transformations take place in parallel. The interpretation of biblical symbols, which saturated Shishkov’s novel “The Wanderers” brings new connotations, still unrevealed in literature studies, that reside in the content of this work.

  1. Symbol recognition with kernel density matching.

    Science.gov (United States)

    Zhang, Wan; Wenyin, Liu; Zhang, Kun

    2006-12-01

    We propose a novel approach to similarity assessment for graphic symbols. Symbols are represented as 2D kernel densities and their similarity is measured by the Kullback-Leibler divergence. Symbol orientation is found by gradient-based angle searching or independent component analysis. Experimental results show the outstanding performance of this approach in various situations.

  2. Sociocultural construction of San Salvador de Jujuy, the symbolic border between Argentina and Bolivia

    Directory of Open Access Journals (Sweden)

    Melina Gaona

    2017-05-01

    Full Text Available The city of San Salvador de Jujuy is analyzed both as a border space and as a city space. Through the systematization of local studies, the aim is to consider the historical, political, socioeconomic, migratory and symbolic elements that create the urban border experience. This contribution focuses on reconstructing the city as a network of senses. It deepens our understanding of migratory flows, the recent political situation, the impact of economic inequality on urbanisms, and the relevance of media and ritual acts in the configuration of dominant senses in cities. In addition, the factors that demarcate the difference and local inequality and the process of peripheralization and impoverishment of the soil are examined. Both the recent political conflicts that affect regional disarticulation and the symbolic disputes that cause tension in national belonging against a strong Andean influence are outlined.

  3. THE ICONOGRAPHIC COLOUR SYMBOLISM IN BIBLICAL POEMS BY SERGEI YESENIN

    Directory of Open Access Journals (Sweden)

    Natalia Vladimirovna Mikhalenko

    2014-11-01

    Full Text Available The Biblical poems by Sergei Yesenin are full of pathos of theurgic reforms and creation of a new world. All components of these poems (images, spatial-temporal organization, colour symbolics stressed the importance of ongoing changes. The colours in small poems not only correspond to normal natural colours, but also bear a symbolic meaning, drawing the reader to the iconographic mysticism. The colourful preferences correspond to the tradition (of the Old or New Testaments, iconography or liturgy, as well as scenic tradition, which Yesenin follows in his poetry. Creating images of cosmic transformation, the poet turns to the traditional icon colour combinations and reinterprets the Old and New Testaments images. It puts the cases of prophet Sergei Yesenin in line with the acts of the biblical prophets. All poems in their colour scheme are consistent with iconographic tradition. In these poems three basic colours are used which repeat the colours of thematically close icons. So, Th e Coming is coloristically associated with the icon of the Nativity, The Transfiguration corresponds to the eponymous icon of Christ. The colours show the relationship and the parallelism of the processes occurring in earthly and heavenly worlds. It emphasizes the unity of the poetic world, the engagement of the Earth and the Heaven in the conversion process. The consideration of Yesenin’s revolutionary epic in line with biblical and iconographic symbolism allows analyzing in a more detailed and deep way originality of poetic recreation of the World and enables to reveal philosophical and esoteric content of the works.

  4. Symbolic dynamics and synchronization of coupled map networks with multiple delays

    International Nuclear Information System (INIS)

    Atay, Fatihcan M.; Jalan, Sarika; Jost, Juergen

    2010-01-01

    We use symbolic dynamics to study discrete-time dynamical systems with multiple time delays. We exploit the concept of avoiding sets, which arise from specific non-generating partitions of the phase space and restrict the occurrence of certain symbol sequences related to the characteristics of the dynamics. In particular, we show that the resulting forbidden sequences are closely related to the time delays in the system. We present two applications to coupled map lattices, namely (1) detecting synchronization and (2) determining unknown values of the transmission delays in networks with possibly directed and weighted connections and measurement noise. The method is applicable to multi-dimensional as well as set-valued maps, and to networks with time-varying delays and connection structure.

  5. Real-space local polynomial basis for solid-state electronic-structure calculations: A finite-element approach

    International Nuclear Information System (INIS)

    Pask, J.E.; Klein, B.M.; Fong, C.Y.; Sterne, P.A.

    1999-01-01

    We present an approach to solid-state electronic-structure calculations based on the finite-element method. In this method, the basis functions are strictly local, piecewise polynomials. Because the basis is composed of polynomials, the method is completely general and its convergence can be controlled systematically. Because the basis functions are strictly local in real space, the method allows for variable resolution in real space; produces sparse, structured matrices, enabling the effective use of iterative solution methods; and is well suited to parallel implementation. The method thus combines the significant advantages of both real-space-grid and basis-oriented approaches and so promises to be particularly well suited for large, accurate ab initio calculations. We develop the theory of our approach in detail, discuss advantages and disadvantages, and report initial results, including electronic band structures and details of the convergence of the method. copyright 1999 The American Physical Society

  6. History of international symbol for ionizing radiation

    International Nuclear Information System (INIS)

    Franic, Z.

    1996-01-01

    The year 1996 marks the 50th anniversary of the radiation warning symbol as we currently know it. It was (except the colours used) doodled out at the University of California, Berkeley, sometime in 1946 by a small group of people. The key guy responsible was Nelson Garden, then the head of the Health Chemistry Group, at the Radiation Laboratory. The radiation warning symbol should not be confused with the civil defence symbol (circle divided into six equal sections, three of these being black and three yellow), designed to identify fallout shelters. The basic radiation symbol was eventually internationally standardized by ISO code: 361-1975 (E). Variations of this symbol are frequently used in logotypes radiation protection organizations or associations. Particularly nice are those of International Radiation Protection Association (IRPA) and Croatian Radiation Protection Association (CRPA) that combines traditional Croatian motives with high technology. However, apart from speculations, there is no definite answer why did the Berkeley people chose this particular symbol. Whatever the reason was, it was very good choice because the ionizing radiation symbol is simple, readily identifiable, i.e., not similar to other warning symbols, and discernible at a large distance. (author)

  7. 7 CFR 29.2509 - Color symbols.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 2 2010-01-01 2010-01-01 false Color symbols. 29.2509 Section 29.2509 Agriculture...-Cured Tobacco (u.s. Types 22, 23, and Foreign Type 96) § 29.2509 Color symbols. As applied to these types, color symbols are L—light brown, F—medium brown, D—dark brown, M—mixed or variegated VF—greenish...

  8. Associations of non-symbolic and symbolic numerical magnitude processing with mathematical competence: a meta-analysis.

    Science.gov (United States)

    Schneider, Michael; Beeres, Kassandra; Coban, Leyla; Merz, Simon; Susan Schmidt, S; Stricker, Johannes; De Smedt, Bert

    2017-05-01

    Many studies have investigated the association between numerical magnitude processing skills, as assessed by the numerical magnitude comparison task, and broader mathematical competence, e.g. counting, arithmetic, or algebra. Most correlations were positive but varied considerably in their strengths. It remains unclear whether and to what extent the strength of these associations differs systematically between non-symbolic and symbolic magnitude comparison tasks and whether age, magnitude comparison measures or mathematical competence measures are additional moderators. We investigated these questions by means of a meta-analysis. The literature search yielded 45 articles reporting 284 effect sizes found with 17,201 participants. Effect sizes were combined by means of a two-level random-effects regression model. The effect size was significantly higher for the symbolic (r = .302, 95% CI [.243, .361]) than for the non-symbolic (r = .241, 95% CI [.198, .284]) magnitude comparison task and decreased very slightly with age. The correlation was higher for solution rates and Weber fractions than for alternative measures of comparison proficiency. It was higher for mathematical competencies that rely more heavily on the processing of magnitudes (i.e. mental arithmetic and early mathematical abilities) than for others. The results support the view that magnitude processing is reliably associated with mathematical competence over the lifespan in a wide range of tasks, measures and mathematical subdomains. The association is stronger for symbolic than for non-symbolic numerical magnitude processing. So symbolic magnitude processing might be a more eligible candidate to be targeted by diagnostic screening instruments and interventions for school-aged children and for adults. © 2016 John Wiley & Sons Ltd.

  9. Exploring the Roots of Contested Public Spaces of Cairo : Using Self-organization as Alternative Lens

    NARCIS (Netherlands)

    Saleh, Mohamed; Rokem, Jonathan; Boano, Camillo

    2017-01-01

    For decades, public space as a concept in Egypt has been systematically deprived of its essential symbolic functions. Upon integrating the country into the global model of neoliberalism, the state has adopted public policies on various scales which resulted in a deep-rooted crisis of participation

  10. Social Symbolic Work in Context

    DEFF Research Database (Denmark)

    Brincker, Benedikte

    ‘the good organisation’ may offer a supportive organisational framework for social symbolic work, thus promoting regional development in peripheral and poorly developed regions. Exploring what qualifies as a ‘good organisation’, the paper identifies three key elements: management, motivation......This paper reports on a research project that explores social symbolic work. The social symbolic work in question seeks to introduce education in entrepreneurship into the school curriculum in a remote part of Greenland – in order to contribute to regional development. The paper investigates how...

  11. Symbols of a cosmic order

    Science.gov (United States)

    Madjid, F. Hadi; Myers, John M.

    2016-10-01

    The world runs on networks over which signals communicate sequences of symbols, e.g. numerals. Examining both engineered and natural communications networks reveals an unsuspected order that depends on contact with an unpredictable entity. This order has three roots. The first is a proof within quantum theory that no evidence can ever determine its explanation, so that an agent choosing an explanation must do so unpredictably. The second root is the showing that clocks that step computers do not "tell time" but serve as self-adjusting symbol-handling agents that regulate "logically synchronized" motion in response to unpredictable disturbances. Such a clock-agent has a certain independence as well as the capacity to communicate via unpredictable symbols with other clock-agents and to adjust its own tick rate in response to that communication. The third root is the noticing of unpredictable symbol exchange in natural systems, including the transmission of symbols found in molecular biology. We introduce a symbol-handling agent as a role played in some cases by a person, for example a physicist who chooses an explanation of given experimental outcomes, and in other cases by some other biological entity, and in still other cases by an inanimate device, such as a computer-based detector used in physical measurements. While we forbear to try to explain the propensity of agents at all levels from cells to civilizations to form and operate networks of logically synchronized symbol-handling agents, we point to this propensity as an overlooked cosmic order, an order structured by the unpredictability ensuing from the proof. Appreciating the cosmic order leads to a conception of agency that replaces volition by unpredictability and reconceives the notion of objectivity in a way that makes a place for agency in the world as described by physics. Some specific implications for physics are outlined.

  12. Parallel shooting methods for finding steady state solutions to engine simulation models

    DEFF Research Database (Denmark)

    Andersen, Stig Kildegård; Thomsen, Per Grove; Carlsen, Henrik

    2007-01-01

    Parallel single- and multiple shooting methods were tested for finding periodic steady state solutions to a Stirling engine model. The model was used to illustrate features of the methods and possibilities for optimisations. Performance was measured using simulation of an experimental data set...

  13. Law enforcement and the project of descent of the symbolic order

    Directory of Open Access Journals (Sweden)

    Aldacy Rachid Coutinho

    2017-06-01

    Full Text Available This article deals with the registration of the symbolic force of the law, regardless the verification of their effectiveness. The labor law reveals in his regulatory frameworks the correlation of forces of capital and labor in society and thus is exemplary for establishing the existence of laws that have no effect in changing the reality. The recognition that the state creates laws that are not observed and that it is not intended to be fulfilled, does not put away the presence of the authority by violence that establish a symbolic order.

  14. Social exclusion – word as a symbol defining the nature of humanity

    Directory of Open Access Journals (Sweden)

    Andrzej Bałandynowicz

    2017-12-01

    Full Text Available The process of objectively deleting the meaning of ideas-symbols plays an important role in the education, teaching, upbringing and universal socialization of man. It is an area of transcultural struggle, which should lead to exposing the total truth about man, recognizing their place in the history of the world. In addition, naming the truth about oneself creates trust and responsibility and thus frees the state of affirmation for the rule of law and a just state. Via autotelic experiences, internal transformations and proactive consciousness, it is oriented on the basis of language and a symbolic universe, personal growth allowing to integrate the human being with the environment, and not to create a civilization of fall based on enslaved existence. This keyword means that people who are pushed outside the symbolic field and the imaginarium are deprived of emotional freedom and the right to freely choose and take responsibility for their actions in order to ensure freedom for the rest of society, the imagination, perception, sensations and feelings of which are fed by hatred, contempt and total isolation.

  15. Two cultures - one symbol

    Directory of Open Access Journals (Sweden)

    O. G. Shostak

    2003-06-01

    Full Text Available This paper is dedicated to the question of similarities in the approach to the multilevel symbolism in Slav and Native American cultures. Ambivalent symbol of the snake is analyzed in the frame of mythological thinking. At the end the author comes to the conclusion that elements of mythological thinking are still present in everyday life and influence human behavior levels

  16. The number and its symbolism in ancient Greece

    Directory of Open Access Journals (Sweden)

    Doc. dr Milena Bogdanović

    2013-07-01

    Full Text Available The symbols are of particular importance. They are the heart of the creative life; rather they are its core. They reveal the secrets of the unconscious mind open to the unknown and the infinite. While talking or gestures while express, we use the symbols, noting it or not. All spiritual science, all art and all art techniques encounter on their way symbols. History confirms that the symbols of each object can be obtained symbolic value, whether natural (rocks, trees, animals, planets, fire, lightning, etc... or abstract (geometrical shape, number, pace, ideas, etc.... The use of numbers as symbols is as old as language itself, but one that precedes writing, which symbolize numbers (that is, where the reality behind the external characters. The sheer numbers and their symbolism in ancient Greece and is closely associated with the philosophy and mathematics (namely arithmetic. They summarize their view of the world and everything around them. This paper draws attention to the symbolism of the numbers that were in ancient Greece.

  17. Trauma and Symbolic Violence

    DEFF Research Database (Denmark)

    Pedersen, Bodil Maria

    2011-01-01

    - to praxis, and drawing on the concept of symbolic violence, this article contributes to their critique. In order to develop the analysis of difficulties victims may experience, they will be reconceptualised using critical psychological concepts such as 1st person perspectives and participation. The analysis...... seeks to undertake a discussion of personal meanings attributed to 'traumatisation'. It raises questions as to whether concepts of this kind and related practices may constitute symbolic violence and contribute to victimisation through looping-processes. Furthermore it aims at unfolding an understanding...... inclusive of connections between societal practices, aspects of symbolic violence, and the conduct of lives. The analysis is based on an empirical study of victimisation through rape and other forms of sexualised coercion....

  18. Graphic symbols as "the mind on paper": links between children's interpretive theory of mind and symbol understanding.

    Science.gov (United States)

    Myers, Lauren J; Liben, Lynn S

    2012-01-01

    Children gradually develop interpretive theory of mind (iToM)-the understanding that different people may interpret identical events or stimuli differently. The present study tested whether more advanced iToM underlies children's recognition that map symbols' meanings must be communicated to others when symbols are iconic (resemble their referents). Children (6-9 years; N = 80) made maps using either iconic or abstract symbols. After accounting for age, intelligence, vocabulary, and memory, iToM predicted children's success in communicating symbols' meaning to a naïve map-user when mapping tasks involved iconic (but not abstract) symbols. Findings suggest children's growing appreciation of alternative representations and of the intentional assignment of meaning, and support the contention that ToM progresses beyond mastery of false belief. © 2011 The Authors. Child Development © 2011 Society for Research in Child Development, Inc.

  19. Symbolic Game Semantics for Model Checking Program Families

    DEFF Research Database (Denmark)

    Dimovski, Aleksandar

    2016-01-01

    represent program families with infinite integers as so-called (finite-state) featured symbolic automata. Specifically designed model checking algorithms are then employed to verify safety of all programs from a family at once and pinpoint those programs that are unsafe (respectively, safe). We present...... a prototype tool implementing this approach, and we illustrate it with several examples....

  20. A model-guided symbolic execution approach for network protocol implementations and vulnerability detection.

    Science.gov (United States)

    Wen, Shameng; Meng, Qingkun; Feng, Chao; Tang, Chaojing

    2017-01-01

    Formal techniques have been devoted to analyzing whether network protocol specifications violate security policies; however, these methods cannot detect vulnerabilities in the implementations of the network protocols themselves. Symbolic execution can be used to analyze the paths of the network protocol implementations, but for stateful network protocols, it is difficult to reach the deep states of the protocol. This paper proposes a novel model-guided approach to detect vulnerabilities in network protocol implementations. Our method first abstracts a finite state machine (FSM) model, then utilizes the model to guide the symbolic execution. This approach achieves high coverage of both the code and the protocol states. The proposed method is implemented and applied to test numerous real-world network protocol implementations. The experimental results indicate that the proposed method is more effective than traditional fuzzing methods such as SPIKE at detecting vulnerabilities in the deep states of network protocol implementations.

  1. Space charge in nanostructure resonances

    Science.gov (United States)

    Price, Peter J.

    1996-10-01

    In quantum ballistic propagation of electrons through a variety of nanostructures, resonance in the energy-dependent transmission and reflection probabilities generically is associated with (1) a quasi-level with a decay lifetime, and (2) a bulge in electron density within the structure. It can be shown that, to a good approximation, a simple formula in all cases connects the density of states for the latter to the energy dependence of the phase angles of the eigen values of the S-matrix governing the propagation. For both the Lorentzian resonances (normal or inverted) and for the Fano-type resonances, as a consequence of this eigen value formula, the space charge due to filled states over the energy range of a resonance is just equal (for each spin state) to one electron charge. The Coulomb interaction within this space charge is known to 'distort' the electrical characteristics of resonant nanostructures. In these systems, however, the exchange effect should effectively cancel the interaction between states with parallel spins, leaving only the anti-parallel spin contribution.

  2. Improving parallel imaging by jointly reconstructing multi-contrast data.

    Science.gov (United States)

    Bilgic, Berkin; Kim, Tae Hyung; Liao, Congyu; Manhard, Mary Kate; Wald, Lawrence L; Haldar, Justin P; Setsompop, Kawin

    2018-08-01

    To develop parallel imaging techniques that simultaneously exploit coil sensitivity encoding, image phase prior information, similarities across multiple images, and complementary k-space sampling for highly accelerated data acquisition. We introduce joint virtual coil (JVC)-generalized autocalibrating partially parallel acquisitions (GRAPPA) to jointly reconstruct data acquired with different contrast preparations, and show its application in 2D, 3D, and simultaneous multi-slice (SMS) acquisitions. We extend the joint parallel imaging concept to exploit limited support and smooth phase constraints through Joint (J-) LORAKS formulation. J-LORAKS allows joint parallel imaging from limited autocalibration signal region, as well as permitting partial Fourier sampling and calibrationless reconstruction. We demonstrate highly accelerated 2D balanced steady-state free precession with phase cycling, SMS multi-echo spin echo, 3D multi-echo magnetization-prepared rapid gradient echo, and multi-echo gradient recalled echo acquisitions in vivo. Compared to conventional GRAPPA, proposed joint acquisition/reconstruction techniques provide more than 2-fold reduction in reconstruction error. JVC-GRAPPA takes advantage of additional spatial encoding from phase information and image similarity, and employs different sampling patterns across acquisitions. J-LORAKS achieves a more parsimonious low-rank representation of local k-space by considering multiple images as additional coils. Both approaches provide dramatic improvement in artifact and noise mitigation over conventional single-contrast parallel imaging reconstruction. Magn Reson Med 80:619-632, 2018. © 2018 International Society for Magnetic Resonance in Medicine. © 2018 International Society for Magnetic Resonance in Medicine.

  3. Anthropomorphiс formidentinents-markers of significative field of catholic ethnoreligious space

    Directory of Open Access Journals (Sweden)

    V. I. Kryachko

    2014-12-01

    Anthropomorphic significative subsystem with its formidentinents­markers of the significative field of Catholic ethnoreligious space includes visualized in space anthropomorphic and personificated symbolic constructions and formelements, that are explicated via objective­material patterns: paintings, architecture, etc., and are often linked with various religious and ethnic symbolic systems.

  4. Space strategy and governance of ESA small member states

    Science.gov (United States)

    Sagath, Daniel; Papadimitriou, Angeliki; Adriaensen, Maarten; Giannopapa, Christina

    2018-01-01

    The European Space Agency (ESA) has twenty-two Member States with a variety of governance structures and strategic priorities regarding their space activities. The objective of this paper is to provide an up-to date overview and a holistic assessment of the national space governance structures and strategic priorities of the eleven smaller Member States (based on annual ESA contributions). A link is made between the governance structure and the main strategic objectives. The specific needs and interests of small and new Member States in the frame of European Space Integration are addressed. The first part of the paper focuses on the national space governance structures in the eleven smaller ESA Member States. The governance models of these Member States are identified including the responsible ministries and the entities entrusted with the implementation of space strategy/policy and programmes of the country. The second part of this paper focuses on the content and analysis of the national space strategies and indicates the main priorities and trends in the eleven smaller ESA Member States. The priorities are categorised with regards to technology domains, the role of space in the areas of sustainability and the motivators for space investments. In a third and final part, attention is given to the specific needs and interests of the smaller Member States in the frame of European space integration. ESA instruments are tailored to facilitate the needs and interests of the eleven smaller and/or new Member States.

  5. Parallel MR imaging.

    Science.gov (United States)

    Deshmane, Anagha; Gulani, Vikas; Griswold, Mark A; Seiberlich, Nicole

    2012-07-01

    Parallel imaging is a robust method for accelerating the acquisition of magnetic resonance imaging (MRI) data, and has made possible many new applications of MR imaging. Parallel imaging works by acquiring a reduced amount of k-space data with an array of receiver coils. These undersampled data can be acquired more quickly, but the undersampling leads to aliased images. One of several parallel imaging algorithms can then be used to reconstruct artifact-free images from either the aliased images (SENSE-type reconstruction) or from the undersampled data (GRAPPA-type reconstruction). The advantages of parallel imaging in a clinical setting include faster image acquisition, which can be used, for instance, to shorten breath-hold times resulting in fewer motion-corrupted examinations. In this article the basic concepts behind parallel imaging are introduced. The relationship between undersampling and aliasing is discussed and two commonly used parallel imaging methods, SENSE and GRAPPA, are explained in detail. Examples of artifacts arising from parallel imaging are shown and ways to detect and mitigate these artifacts are described. Finally, several current applications of parallel imaging are presented and recent advancements and promising research in parallel imaging are briefly reviewed. Copyright © 2012 Wiley Periodicals, Inc.

  6. A Sweep-Line Method for State Space Exploration

    DEFF Research Database (Denmark)

    Christensen, Søren; Kristensen, Lars Michael; Mailund, Thomas

    2001-01-01

    generation, since these states can never be reached again. This in turn reduces the memory used for state space storage during the task of verification. Examples of progress measures are sequence numbers in communication protocols and time in certain models with time. We illustrate the application...... of the method on a number of Coloured Petri Net models, and give a first evaluation of its practicality by means of an implementation based on the Design/CPN state space tool. Our experiments show significant reductions in both space and time used during state space exploration. The method is not specific...... to Coloured Petri Nets but applicable to a wide range of modelling languages....

  7. Symbolic and Nonsymbolic Equivalence Tasks: The Influence of Symbols on Students with Mathematics Difficulty

    Science.gov (United States)

    Driver, Melissa K.; Powell, Sarah R.

    2015-01-01

    Students often experience difficulty with attaching meaning to mathematics symbols. Many students react to symbols, such as the equal sign, as a command to "do something" or "write an answer" without reflecting upon the proper relational meaning of the equal sign. One method for assessing equal-sign understanding is through…

  8. Consumers recall and recognition for brand symbols

    OpenAIRE

    Subhani, Muhammad Imtiaz; Hasan, Syed Akif; Osman, Ms. Amber

    2012-01-01

    Brand Symbols are important for any brand in helping consumers to remember one’s brand at the point of purchase. In advertising different ways are used to grab attention in consumers’ mind and majorly it’s through brand recall and recognition. This research captivates the Brand Symbol concept and determines whether symbols play an important role in creating a differential impact with other brands. Secondly, it also answers that whether brand symbol is the cause of creating positive associatio...

  9. Parallel family trees for transfer matrices in the Potts model

    Science.gov (United States)

    Navarro, Cristobal A.; Canfora, Fabrizio; Hitschfeld, Nancy; Navarro, Gonzalo

    2015-02-01

    The computational cost of transfer matrix methods for the Potts model is related to the question in how many ways can two layers of a lattice be connected? Answering the question leads to the generation of a combinatorial set of lattice configurations. This set defines the configuration space of the problem, and the smaller it is, the faster the transfer matrix can be computed. The configuration space of generic (q , v) transfer matrix methods for strips is in the order of the Catalan numbers, which grows asymptotically as O(4m) where m is the width of the strip. Other transfer matrix methods with a smaller configuration space indeed exist but they make assumptions on the temperature, number of spin states, or restrict the structure of the lattice. In this paper we propose a parallel algorithm that uses a sub-Catalan configuration space of O(3m) to build the generic (q , v) transfer matrix in a compressed form. The improvement is achieved by grouping the original set of Catalan configurations into a forest of family trees, in such a way that the solution to the problem is now computed by solving the root node of each family. As a result, the algorithm becomes exponentially faster than the Catalan approach while still highly parallel. The resulting matrix is stored in a compressed form using O(3m ×4m) of space, making numerical evaluation and decompression to be faster than evaluating the matrix in its O(4m ×4m) uncompressed form. Experimental results for different sizes of strip lattices show that the parallel family trees (PFT) strategy indeed runs exponentially faster than the Catalan Parallel Method (CPM), especially when dealing with dense transfer matrices. In terms of parallel performance, we report strong-scaling speedups of up to 5.7 × when running on an 8-core shared memory machine and 28 × for a 32-core cluster. The best balance of speedup and efficiency for the multi-core machine was achieved when using p = 4 processors, while for the cluster

  10. Exact computation of the 9-j symbols

    International Nuclear Information System (INIS)

    Lai Shantao; Chiu Jingnan

    1992-01-01

    A useful algebraic formula for the 9-j symbol has been rewritten for convenient use on a computer. A simple FORTRAN program for the exact computation of 9-j symbols has been written for the VAX with VMS version V5,4-1 according to this formula. The results agree with the approximate values in existing literature. Some specific values of 9-j symbols needed for the intensity and alignments of three-photon nonresonant transitions are tabulated. Approximate 9-j symbol values beyond the limitation of the computer can also be computed by this program. The computer code of the exact computation of 3-j, 6-j and 9-j symbols are available through electronic mail upon request. (orig.)

  11. Exact stationary state for an asymmetric exclusion process with fully parallel dynamics

    NARCIS (Netherlands)

    Gier, J.C.|info:eu-repo/dai/nl/170218430; Nienhuis, B.

    The exact stationary state of an asymmetric exclusion process with fully parallel dynamics is obtained using the matrix product ansatz. We give a simple derivation for the deterministic case by a physical interpretation of the dimension of the matrices. We prove the stationarity via a cancellation

  12. Self-symbols as implicit motivators

    NARCIS (Netherlands)

    Holland, R.W.; Wennekers, A.M.; Bijlstra, G.; Jongenelen, M.M.; van Knippenberg, A.

    2009-01-01

    The present research explored the nonconscious motivational influence of self-symbols. In line with recent findings on the motivational influence of positive affect, we hypothesized that positive affect associated with self-symbols may boost motivation. In Study 1 people drank more of a beverage

  13. Self-symbols as implicit motivators

    NARCIS (Netherlands)

    Holland, R.W.; Wennekers, A.M.; Bijlstra, G.; Jongenelen, M.M.; Knippenberg, A.F.M. van

    2009-01-01

    The present research explored the nonconscious motivational influence of self-symbols. In line with recent findings on the motivational influence of positive affect, we hypothesized that positive affect associated with self-symbols may boost motivation. In Study I people drank more of a beverage

  14. Operation States Analysis of the Series-Parallel resonant Converter Working Above Resonance Frequency

    Directory of Open Access Journals (Sweden)

    Peter Dzurko

    2007-01-01

    Full Text Available Operation states analysis of a series-parallel converter working above resonance frequency is described in the paper. Principal equations are derived for individual operation states. On the basis of them the diagrams are made out. The diagrams give the complex image of the converter behaviour for individual circuit parameters. The waveforms may be utilised at designing the inverter individual parts.

  15. Parallel algorithms for testing finite state machines:Generating UIO sequences

    OpenAIRE

    Hierons, RM; Turker, UC

    2016-01-01

    This paper describes an efficient parallel algorithm that uses many-core GPUs for automatically deriving Unique Input Output sequences (UIOs) from Finite State Machines. The proposed algorithm uses the global scope of the GPU's global memory through coalesced memory access and minimises the transfer between CPU and GPU memory. The results of experiments indicate that the proposed method yields considerably better results compared to a single core UIO construction algorithm. Our algorithm is s...

  16. The symbolic economy of drugs.

    Science.gov (United States)

    Lentacker, Antoine

    2016-02-01

    This essay reviews four recent studies representing a new direction in the history of pharmaceuticals and pharmaceutical science. To this end, it introduces the notion of a symbolic economy of drugs, defined as the production, circulation, and reception of signs that convey information about drugs and establish trust in them. Each of the studies under review focuses on one key signifier in this symbolic economy, namely the brand, the patent, the clinical trial, and the drug itself. Drawing on Pierre Bourdieu's theory of the economy of symbolic goods, I conceptualize these signifiers as symbolic assets, that is, as instruments of communication and credit, delivering knowledge, carrying value, and producing authority. The notion of a symbolic economy is offered with a threefold intention. First, I introduce it in order to highlight the implications of historical and anthropological work for a broader theory of the economy of drugs, thus suggesting a language for interdisciplinary conversations in the study of pharmaceuticals. Second, I deploy it in an attempt to emphasize the contributions of the recent scholarship on drugs to a critical understanding of our own contemporary ways of organizing access to drugs and information about drugs. Finally, I suggest ways in which it might be of use to scholars of other commodities and technologies.

  17. 7 CFR 29.3013 - Combination color symbols.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 2 2010-01-01 2010-01-01 false Combination color symbols. 29.3013 Section 29.3013..., Inspections, Marketing Practices), DEPARTMENT OF AGRICULTURE COMMODITY STANDARDS AND STANDARD CONTAINER... Type 93) § 29.3013 Combination color symbols. As applied to Burley, combination color symbols are as...

  18. State of the art of parallel scientific visualization applications on PC clusters; Etat de l'art des applications de visualisation scientifique paralleles sur grappes de PC

    Energy Technology Data Exchange (ETDEWEB)

    Juliachs, M

    2004-07-01

    In this state of the art on parallel scientific visualization applications on PC clusters, we deal with both surface and volume rendering approaches. We first analyze available PC cluster configurations and existing parallel rendering software components for parallel graphics rendering. CEA/DIF has been studying cluster visualization since 2001. This report is part of a study to set up a new visualization research platform. This platform consisting of an eight-node PC cluster under Linux and a tiled display was installed in collaboration with Versailles-Saint-Quentin University in August 2003. (author)

  19. Symbolic Time Separation of Events

    DEFF Research Database (Denmark)

    Amon, Tod; Hulgaard, Henrik

    1999-01-01

    We extend the TSE~\\cite{Hulgaard95} timing analysis algorithm into the symbolic domain, that is, we allow symbolic variables to be used to specify unknown parameters of the model (essentially, unknown delays) and verification algorithms which are capable of identifying not just failure or success...

  20. Parallel Distributed Processing theory in the age of deep networks

    OpenAIRE

    Bowers, Jeffrey

    2017-01-01

    Parallel Distributed Processing (PDP) models in psychology are the precursors of deep networks used in computer science. However, only PDP models are associated with two core psychological claims, namely, that all knowledge is coded in a distributed format, and cognition is mediated by non-symbolic computations. These claims have long been debated within cognitive science, and recent work with deep networks speaks to this debate. Specifically, single-unit recordings show that deep networks le...

  1. Cultura ciudadana. Renegotiating the Boundary between State and Society

    Directory of Open Access Journals (Sweden)

    Stacey L. Hunt

    2015-05-01

    Full Text Available In this paper I analyze the continued existence of the Colombian state despite widespread crime and violence. Contemporary theorists posit that the state must subscribe to the image of an entity that is relatively autonomous from civil society and able to monopolize violence. However, citizen culture (cultura ciudadana, the innovative crime reduction policy I study here, is based on the premise that the state is unable to provide security for its inhabitants given the existence of a culture of violence. The policy encourages citizens to assume responsibility for their own security provision by adopting a culture of citizenship. I argue that citizen culture functions to legitimize the state despite ongoing violence by transferring responsibility for security provision from the state to civil society. It does so by inundating public space with educational spectacles, symbols, and slogans that circumscribe public debate and instruct citizen’s behavior. Citizen culture uses educational and symbolic programming to shift responsibility for security provision from the state to society, thereby altering the boundary between state and society and redefining the very essence of the modern state.

  2. Symbol interval optimization for molecular communication with drift.

    Science.gov (United States)

    Kim, Na-Rae; Eckford, Andrew W; Chae, Chan-Byoung

    2014-09-01

    In this paper, we propose a symbol interval optimization algorithm in molecular communication with drift. Proper symbol intervals are important in practical communication systems since information needs to be sent as fast as possible with low error rates. There is a trade-off, however, between symbol intervals and inter-symbol interference (ISI) from Brownian motion. Thus, we find proper symbol interval values considering the ISI inside two kinds of blood vessels, and also suggest no ISI system for strong drift models. Finally, an isomer-based molecule shift keying (IMoSK) is applied to calculate achievable data transmission rates (achievable rates, hereafter). Normalized achievable rates are also obtained and compared in one-symbol ISI and no ISI systems.

  3. Qualitative Simulation of Photon Transport in Free Space Based on Monte Carlo Method and Its Parallel Implementation

    Directory of Open Access Journals (Sweden)

    Xueli Chen

    2010-01-01

    Full Text Available During the past decade, Monte Carlo method has obtained wide applications in optical imaging to simulate photon transport process inside tissues. However, this method has not been effectively extended to the simulation of free-space photon transport at present. In this paper, a uniform framework for noncontact optical imaging is proposed based on Monte Carlo method, which consists of the simulation of photon transport both in tissues and in free space. Specifically, the simplification theory of lens system is utilized to model the camera lens equipped in the optical imaging system, and Monte Carlo method is employed to describe the energy transformation from the tissue surface to the CCD camera. Also, the focusing effect of camera lens is considered to establish the relationship of corresponding points between tissue surface and CCD camera. Furthermore, a parallel version of the framework is realized, making the simulation much more convenient and effective. The feasibility of the uniform framework and the effectiveness of the parallel version are demonstrated with a cylindrical phantom based on real experimental results.

  4. A model-guided symbolic execution approach for network protocol implementations and vulnerability detection.

    Directory of Open Access Journals (Sweden)

    Shameng Wen

    Full Text Available Formal techniques have been devoted to analyzing whether network protocol specifications violate security policies; however, these methods cannot detect vulnerabilities in the implementations of the network protocols themselves. Symbolic execution can be used to analyze the paths of the network protocol implementations, but for stateful network protocols, it is difficult to reach the deep states of the protocol. This paper proposes a novel model-guided approach to detect vulnerabilities in network protocol implementations. Our method first abstracts a finite state machine (FSM model, then utilizes the model to guide the symbolic execution. This approach achieves high coverage of both the code and the protocol states. The proposed method is implemented and applied to test numerous real-world network protocol implementations. The experimental results indicate that the proposed method is more effective than traditional fuzzing methods such as SPIKE at detecting vulnerabilities in the deep states of network protocol implementations.

  5. Scientific applications of symbolic computation

    International Nuclear Information System (INIS)

    Hearn, A.C.

    1976-02-01

    The use of symbolic computation systems for problem solving in scientific research is reviewed. The nature of the field is described, and particular examples are considered from celestial mechanics, quantum electrodynamics and general relativity. Symbolic integration and some more recent applications of algebra systems are also discussed [fr

  6. SPINET: A Parallel Computing Approach to Spine Simulations

    Directory of Open Access Journals (Sweden)

    Peter G. Kropf

    1996-01-01

    Full Text Available Research in scientitic programming enables us to realize more and more complex applications, and on the other hand, application-driven demands on computing methods and power are continuously growing. Therefore, interdisciplinary approaches become more widely used. The interdisciplinary SPINET project presented in this article applies modern scientific computing tools to biomechanical simulations: parallel computing and symbolic and modern functional programming. The target application is the human spine. Simulations of the spine help us to investigate and better understand the mechanisms of back pain and spinal injury. Two approaches have been used: the first uses the finite element method for high-performance simulations of static biomechanical models, and the second generates a simulation developmenttool for experimenting with different dynamic models. A finite element program for static analysis has been parallelized for the MUSIC machine. To solve the sparse system of linear equations, a conjugate gradient solver (iterative method and a frontal solver (direct method have been implemented. The preprocessor required for the frontal solver is written in the modern functional programming language SML, the solver itself in C, thus exploiting the characteristic advantages of both functional and imperative programming. The speedup analysis of both solvers show very satisfactory results for this irregular problem. A mixed symbolic-numeric environment for rigid body system simulations is presented. It automatically generates C code from a problem specification expressed by the Lagrange formalism using Maple.

  7. Theoretical and methodological bases of studying the symbolization of social and political reality in transit societies

    Directory of Open Access Journals (Sweden)

    O. V. Slavina

    2014-10-01

    Full Text Available This article is an attempt to form a methodological foundation to explore the process of symbolic constructioning of reality in the political systems in a state of democratic transition. From the author’s point of view, such transit systems differ with the phenomenal features of transitional type of sign-symbolic context. There are the most significant of them: the confrontation of symbols of old and new, and the formation of public anxiety due to violation of the established values (significant symbols. The result of these processes is the emergence of the conditions for increasing capacity of perception of new symbols (re-symbolization, transmigration of symbolic forms, the appearance of spontaneous symbolic interactions in the community in the form of political protests, rallies, and panic. In this regard, it is necessary to understand the possibilities of the productive management of the collective consciousness in transit period to achieve mental solidarity of concrete society with democratic values. To perform this task, author develops the appropriate tools, which are based on the phenomenological theory, the Schutz’s theory of the constitution of the multiple realities, the philosophy of symbolic forms of E. Cassirer, the theory of social construction of P. Berger and T. Luckmann, as well as Lotman’s semiotic concept. It is concluded that in the collision of alternative symbolic projects of social order it is advisable to resort to controlled symbolization (the production of special symbolic codes of political legitimation. At the same time it is important to understand the mechanisms of auto- symbolization of the society (changing of mass consciousness by virtue of the progressive development of the political culture of people. Careless use of these technologies in the countries with non-consolidated democracy may become a factor of destabilization and formation of the conditions for authoritarian rollback.

  8. Compact state-space models for complex superconducting radio-frequency structures based on model order reduction and concatenation methods

    International Nuclear Information System (INIS)

    Flisgen, Thomas

    2015-01-01

    The modeling of large chains of superconducting cavities with couplers is a challenging task in computational electrical engineering. The direct numerical treatment of these structures can easily lead to problems with more than ten million degrees of freedom. Problems of this complexity are typically solved with the help of parallel programs running on supercomputing infrastructures. However, these infrastructures are expensive to purchase, to operate, and to maintain. The aim of this thesis is to introduce and to validate an approach which allows for modeling large structures on a standard workstation. The novel technique is called State-Space Concatenations and is based on the decomposition of the complete structure into individual segments. The radio-frequency properties of the generated segments are described by a set of state-space equations which either emerge from analytical considerations or from numerical discretization schemes. The model order of these equations is reduced using dedicated model order reduction techniques. In a final step, the reduced-order state-space models of the segments are concatenated in accordance with the topology of the complete structure. The concatenation is based on algebraic continuity constraints of electric and magnetic fields on the decomposition planes and results in a compact state-space system of the complete radio-frequency structure. Compared to the original problem, the number of degrees of freedom is drastically reduced, i.e. a problem with more than ten million degrees of freedom can be reduced on a standard workstation to a problem with less than one thousand degrees of freedom. The final state-space system allows for determining frequency-domain transfer functions, field distributions, resonances, and quality factors of the complete structure in a convenient manner. This thesis presents the theory of the state-space concatenation approach and discusses several validation and application examples. The examples

  9. Finite Word-Length Effects in Digital State-Space Filters

    Directory of Open Access Journals (Sweden)

    B. Psenicka

    1999-12-01

    Full Text Available The state-space description of digital filters involves except the relationship between input and output signals an additional set of state variables. The state-space structures of digital filters have many positive properties compared with direct canonical structures. The main advantage of digital filter structures developed using state-space technique is a smaller sensitivity to quantization effects by fixed-point implementation. In our presentation, the emphasis is on the analysis of coefficient quantization and on existence of zero-input limit cycles in state-space digital filters. The comparison with direct form II structure is presented.

  10. Images and symbols in the Argentinean public opinion on the nuclear energy and the environment: 'The necessity of a new communicational strategy'

    International Nuclear Information System (INIS)

    Chahab, M.

    2006-01-01

    The present work expresses some ideas on certain characteristics of the public opinion in Argentina with regard to the perception that one has of the use of the nuclear energy and the care of the environment. The work tried to explain the reasons that although Argentina has a long tradition and a considerable international prestige in the generation, investigation and controls of the nuclear energy, at the same time, the argentinean public opinion has not shown in favor of the development of the same one, perceiving that the use of this energy would bring problems for the environment. In the work it was to explain some of the reasons of this opinion state that takes it as a psychological state of people, and that would have elements, symbols and negative interior images in people that work as strongly ingrained beliefs so that the fellows ponder to the nuclear option as the one that less it is wanted for the development of the country. The idea was also developed that these images and negative symbols toward the development of the nuclear energy could have origin in information of the massive media of communication, among other sources that could be persuading to the public opinion through the repetition and to study in depth of these messages toward psychological states contrary to the development of the nuclear energy. The present work tried to explore and to describe this internal universe of the argentinean public opinion with the objective of outlining mechanisms, strategies or action plans from the institutions linked to the nuclear energy that try to open the internal space of people toward an approach more positive with the perception of the development of the nuclear energy in its links with the environment. On this objective, the present work outlined the idea that the opening of the perceptive mark in people would have that to generate it 'not in opposition to the existent beliefs' but trying to win alternative mental spaces in the people. In this space

  11. Proportional Symbol Mapping in R

    Directory of Open Access Journals (Sweden)

    Susumu Tanimura

    2006-01-01

    Full Text Available Visualization of spatial data on a map aids not only in data exploration but also in communication to impart spatial conception or ideas to others. Although recent carto-graphic functions in R are rapidly becoming richer, proportional symbol mapping, which is one of the common mapping approaches, has not been packaged thus far. Based on the theories of proportional symbol mapping developed in cartography, the authors developed some functions for proportional symbol mapping using R, including mathematical and perceptual scaling. An example of these functions demonstrated the new expressive power and options available in R, particularly for the visualization of conceptual point data.

  12. Symbolic Dynamics of Reanalysis Data

    Science.gov (United States)

    Larson, J. W.; Dickens, P. M.

    2003-12-01

    Symbolic dynamics1 is the study of sequences of symbols belonging to a discrete set of elements, the most commmon example being a sequence of ones and zeroes. Often the set of symbols is derived from a timeseries of a continuous variable through the introduction of a partition function--a process called symbolization. Symbolic dynamics has been used widely in the physical sciences; a geophysical example being the application of C1 and C2 complexity2 to hourly precipitation station data3. The C1 and C2 complexities are computed by examining subsequences--or words--of fixed length L in the limit of large values of L. Recent advances in information theory have led to techniques focused on the growth rate of the Shannon entropy and its asymptotic behavior in the limit of long words--levels of entropy convergence4. The result is a set of measures one can use to quantify the amount of memory stored in the sequence, whether or not an observer is able to synchronize to the sequence, and with what confidence it may be predicted. These techniques may also be used to uncover periodic behavior in the sequence. We are currently applying complexity theory and levels of entropy convergence to gridpoint timeseries from the NCAR/NCEP 50-year reanalysis5. Topics to be discussed include: a brief introduction to symbolic dynamics; a description of the partition function/symbolization strategy; a discussion of C1 and C2 complexity and entropy convergence rates and their utility; and example applications of these techniques to NCAR/NCEP 50-reanalyses gridpoint timeseries, resulting in maps of C1 and C2 complexities and entropy convergence rates. Finally, we will discuss how these results may be used to validate climate models. 1{Hao, Bai-Lin, Elementary Symbolic Dynamics and Chaos in Dissipative Systems, Wold Scientific, Singapore (1989)} 2{d'Alessandro, G. and Politi, A., Phys. Rev. Lett., 64, 1609-1612 (1990).} 3{Elsner, J. and Tsonis, A., J. Atmos. Sci., 50, 400-405 (1993).} 4

  13. The rhetoric of disenchantment through symbolism

    OpenAIRE

    Munyangeyo, Théophile

    2012-01-01

    The symbolism of flowers has always been a significant part of cultures around the world due to their functional meaning in daily life. From their decorative to their aromatic role, flowers and their symbolic meaning trigger emotions, convey wishes and represent thoughts that can not be explicitly expressed. In this regard, an elaborate language based on flower symbolism was developed in many societies, to convey clear messages to the recipient. However, in some cultural contexts, although th...

  14. 50 CFR 80.26 - Symbols.

    Science.gov (United States)

    2010-10-01

    ... appropriate symbol(s) on areas, such as wildlife management areas and fishing access facilities, acquired..., losses and damages arising out of any allegedly unauthorized use of any patent, process, idea, method or... and also from any claims, suits, losses and damages arising out of alleged defects in the articles or...

  15. 46 CFR 50.10-25 - Coast Guard Symbol.

    Science.gov (United States)

    2010-10-01

    ... 46 Shipping 2 2010-10-01 2010-10-01 false Coast Guard Symbol. 50.10-25 Section 50.10-25 Shipping... Definition of Terms Used in This Subchapter § 50.10-25 Coast Guard Symbol. (a) The term Coast Guard Symbol... impression of the Coast Guard Symbol for stamping nameplates and specimens is shown in Figure 50.10-25(b...

  16. A Database Approach to Distributed State Space Generation

    NARCIS (Netherlands)

    Blom, Stefan; Lisser, Bert; van de Pol, Jan Cornelis; Weber, M.

    2007-01-01

    We study distributed state space generation on a cluster of workstations. It is explained why state space partitioning by a global hash function is problematic when states contain variables from unbounded domains, such as lists or other recursive datatypes. Our solution is to introduce a database

  17. A Database Approach to Distributed State Space Generation

    NARCIS (Netherlands)

    Blom, Stefan; Lisser, Bert; van de Pol, Jan Cornelis; Weber, M.; Cerna, I.; Haverkort, Boudewijn R.H.M.

    2008-01-01

    We study distributed state space generation on a cluster of workstations. It is explained why state space partitioning by a global hash function is problematic when states contain variables from unbounded domains, such as lists or other recursive datatypes. Our solution is to introduce a database

  18. 21 CFR 1302.03 - Symbol required; exceptions.

    Science.gov (United States)

    2010-04-01

    ... 21 Food and Drugs 9 2010-04-01 2010-04-01 false Symbol required; exceptions. 1302.03 Section 1302... REQUIREMENTS FOR CONTROLLED SUBSTANCES § 1302.03 Symbol required; exceptions. (a) Each commercial container of... § 1308.31 of this chapter) shall have printed on the label the symbol designating the schedule in which...

  19. 40 CFR 60.581 - Definitions and symbols.

    Science.gov (United States)

    2010-07-01

    ... 40 Protection of Environment 6 2010-07-01 2010-07-01 false Definitions and symbols. 60.581 Section... Coating and Printing § 60.581 Definitions and symbols. (a) All terms used in this subpart, not defined... solvent vapors emitted from the flexible vinyl or urethane rotogravure printing line. (b) All symbols used...

  20. 32 CFR 310.42 - Reports control symbol.

    Science.gov (United States)

    2010-07-01

    ... 32 National Defense 2 2010-07-01 2010-07-01 false Reports control symbol. 310.42 Section 310.42... PROGRAM DOD PRIVACY PROGRAM Reports § 310.42 Reports control symbol. Any report established by this subpart in support of the Privacy Program shall be assigned Report Control Symbol DD-COMP(A)1379. ...

  1. State-Space Inference and Learning with Gaussian Processes

    OpenAIRE

    Turner, R; Deisenroth, MP; Rasmussen, CE

    2010-01-01

    18.10.13 KB. Ok to add author version to spiral, authors hold copyright. State-space inference and learning with Gaussian processes (GPs) is an unsolved problem. We propose a new, general methodology for inference and learning in nonlinear state-space models that are described probabilistically by non-parametric GP models. We apply the expectation maximization algorithm to iterate between inference in the latent state-space and learning the parameters of the underlying GP dynamics model. C...

  2. ASAP: An Extensible Platform for State Space Analysis

    DEFF Research Database (Denmark)

    Westergaard, Michael; Evangelista, Sami; Kristensen, Lars Michael

    2009-01-01

    The ASCoVeCo State space Analysis Platform (ASAP) is a tool for performing explicit state space analysis of coloured Petri nets (CPNs) and other formalisms. ASAP supports a wide range of state space reduction techniques and is intended to be easy to extend and to use, making it a suitable tool fo...... for students, researchers, and industrial users that would like to analyze protocols and/or experiment with different algorithms. This paper presents ASAP from these two perspectives....

  3. An Acoustic OFDM System with Symbol-by-Symbol Doppler Compensation for Underwater Communication.

    Science.gov (United States)

    MinhHai, Tran; Rie, Saotome; Suzuki, Taisaku; Wada, Tomohisa

    2016-01-01

    We propose an acoustic OFDM system for underwater communication, specifically for vertical link communications such as between a robot in the sea bottom and a mother ship in the surface. The main contributions are (1) estimation of time varying Doppler shift using continual pilots in conjunction with monitoring the drift of Power Delay Profile and (2) symbol-by-symbol Doppler compensation in frequency domain by an ICI matrix representing nonuniform Doppler. In addition, we compare our proposal against a resampling method. Simulation and experimental results confirm that our system outperforms the resampling method when the velocity changes roughly over OFDM symbols. Overall, experimental results taken in Shizuoka, Japan, show our system using 16QAM, and 64QAM achieved a data throughput of 7.5 Kbit/sec with a transmitter moving at maximum 2 m/s, in a complicated trajectory, over 30 m vertically.

  4. A Compositional Sweep-Line State Space Exploration Method

    DEFF Research Database (Denmark)

    Kristensen, Lars Michael; Mailund, Thomas

    2002-01-01

    State space exploration is a main approach to verification of finite-state systems. The sweep-line method exploits a certain kind of progress present in many systems to reduce peak memory usage during state space exploration. We present a new sweep-line algorithm for a compositional setting where...

  5. Symbol Synchronization for SDR Using a Polyphase Filterbank Based on an FPGA

    Directory of Open Access Journals (Sweden)

    P. Fiala

    2015-09-01

    Full Text Available This paper is devoted to the proposal of a highly efficient symbol synchronization subsystem for Software Defined Radio. The proposed feedback phase-locked loop timing synchronizer is suitable for parallel implementation on an FPGA. The polyphase FIR filter simultaneously performs matched-filtering and arbitrary interpolation between acquired samples. Determination of the proper sampling instant is achieved by selecting a suitable polyphase filterbank using a derived index. This index is determined based on the output either the Zero-Crossing or Gardner Timing Error Detector. The paper will extensively focus on simulation of the proposed synchronization system. On the basis of this simulation, a complete, fully pipelined VHDL description model is created. This model is composed of a fully parallel polyphase filterbank based on distributed arithmetic, timing error detector and interpolation control block. Finally, RTL synthesis on an Altera Cyclone IV FPGA is presented and resource utilization in comparison with a conventional model is analyzed.

  6. Symbolic Spaces in Late Capitalism, Where Art is A Proposal and not a Conclusion

    Directory of Open Access Journals (Sweden)

    Mariano O. de Blas

    2013-06-01

    Full Text Available Capitalism is the predominant conceptual system configuring and forming our reality. It is difficult, perhaps almost impossible, to imagine another one, because we are immersed in the conceptual approaches of this reality, the one of capitalism. Art is able to represent, symbolically and accurately this conceptual reality, but also to encourage us to imagine other realities even if it is only able display this one accurately (without critic. The concept of this reality is based now on consumption through virtual identities. The value of art is affected by this premise, meaning that the artist is valuable mainly because he is converted into a logo, a valuable signature on the work. This phenomenon not only reflects our conceptual approach to reality but also unveils it, revealing new aspects of our reality and what we think about it. However, art is able to go further and present different approaches to our concepts about reality. It could mean that art promotes us to imagine other realities, at least unconsciously, for both art producers and viewers. Finally, this scheme has to be included in a new revolutionary tool, the web, a virtual multidimensional space, where contemporary art takes part. Therefore, in the “space” of the web, art can communicate more than ever and can transform itself and present this transformation beyond the established limits, contributing to produce a more flexible and imaginative way of thinking.

  7. Parameter and State Estimator for State Space Models

    Directory of Open Access Journals (Sweden)

    Ruifeng Ding

    2014-01-01

    Full Text Available This paper proposes a parameter and state estimator for canonical state space systems from measured input-output data. The key is to solve the system state from the state equation and to substitute it into the output equation, eliminating the state variables, and the resulting equation contains only the system inputs and outputs, and to derive a least squares parameter identification algorithm. Furthermore, the system states are computed from the estimated parameters and the input-output data. Convergence analysis using the martingale convergence theorem indicates that the parameter estimates converge to their true values. Finally, an illustrative example is provided to show that the proposed algorithm is effective.

  8. Applied cartographic communication: map symbolization for atlases.

    Science.gov (United States)

    Morrison, J.L.

    1984-01-01

    A detailed investigation of the symbolization used on general-purpose atlas reference maps. It indicates how theories of cartographic communication can be put into practice. Two major points emerge. First, that a logical scheme can be constructed from existing cartographic research and applied to an analysis of the choice of symbolization on a map. Second, the same structure appears to allow the cartographer to specify symbolization as a part of map design. An introductory review of cartographic communication is followed by an analysis of selected maps' usage of point, area and line symbols, boundaries, text and colour usage.-after Author

  9. Priorities in national space strategies and governance of the member states of the European Space Agency

    Science.gov (United States)

    Adriaensen, Maarten; Giannopapa, Christina; Sagath, Daniel; Papastefanou, Anastasia

    2015-12-01

    The European Space Agency (ESA) has twenty Member States with a variety of strategic priorities and governance structures regarding their space activities. A number of countries engage in space activities exclusively though ESA, while others have also their own national space programme. Some consider ESA as their prime space agency and others have additionally their own national agency with respective programmes. The main objective of this paper is to provide an up-to date overview and a holistic assessment of strategic priorities and the national space governance structures in 20 ESA Member States. This analysis and assessment has been conducted by analysing the Member States public documents, information provided at ESA workshop on this topic and though unstructured interviews. The paper is structured to include two main elements: priorities and trends in national space strategies and space governance in ESA Member States. The first part of this paper focuses on the content and analysis of the national space strategies and indicates the main priorities and trends in Member States. The priorities are categorised with regards to technology domains, the role of space in the areas of sustainability and the motivators that boost engagement in space. These vary from one Member State to another and include with different levels of engagement in technology domains amongst others: science and exploration, navigation, Earth observation, human space flight, launchers, telecommunications, and integrated applications. Member States allocate a different role of space as enabling tool adding to the advancement of sustainability areas including: security, resources, environment and climate change, transport and communication, energy, and knowledge and education. The motivators motivating reasoning which enhances or hinders space engagement also differs. The motivators identified are industrial competitiveness, job creation, technology development and transfer, social benefits

  10. Nonlinear Algorithms for Channel Equalization and Map Symbol Detection.

    Science.gov (United States)

    Giridhar, K.

    The transfer of information through a communication medium invariably results in various kinds of distortion to the transmitted signal. In this dissertation, a feed -forward neural network-based equalizer, and a family of maximum a posteriori (MAP) symbol detectors are proposed for signal recovery in the presence of intersymbol interference (ISI) and additive white Gaussian noise. The proposed neural network-based equalizer employs a novel bit-mapping strategy to handle multilevel data signals in an equivalent bipolar representation. It uses a training procedure to learn the channel characteristics, and at the end of training, the multilevel symbols are recovered from the corresponding inverse bit-mapping. When the channel characteristics are unknown and no training sequences are available, blind estimation of the channel (or its inverse) and simultaneous data recovery is required. Convergence properties of several existing Bussgang-type blind equalization algorithms are studied through computer simulations, and a unique gain independent approach is used to obtain a fair comparison of their rates of convergence. Although simple to implement, the slow convergence of these Bussgang-type blind equalizers make them unsuitable for many high data-rate applications. Rapidly converging blind algorithms based on the principle of MAP symbol-by -symbol detection are proposed, which adaptively estimate the channel impulse response (CIR) and simultaneously decode the received data sequence. Assuming a linear and Gaussian measurement model, the near-optimal blind MAP symbol detector (MAPSD) consists of a parallel bank of conditional Kalman channel estimators, where the conditioning is done on each possible data subsequence that can convolve with the CIR. This algorithm is also extended to the recovery of convolutionally encoded waveforms in the presence of ISI. Since the complexity of the MAPSD algorithm increases exponentially with the length of the assumed CIR, a suboptimal

  11. State of the art of parallel scientific visualization applications on PC clusters; Etat de l'art des applications de visualisation scientifique paralleles sur grappes de PC

    Energy Technology Data Exchange (ETDEWEB)

    Juliachs, M

    2004-07-01

    In this state of the art on parallel scientific visualization applications on PC clusters, we deal with both surface and volume rendering approaches. We first analyze available PC cluster configurations and existing parallel rendering software components for parallel graphics rendering. CEA/DIF has been studying cluster visualization since 2001. This report is part of a study to set up a new visualization research platform. This platform consisting of an eight-node PC cluster under Linux and a tiled display was installed in collaboration with Versailles-Saint-Quentin University in August 2003. (author)

  12. Symbol signing design for older drivers

    Science.gov (United States)

    1997-07-01

    This project evaluated the effectiveness of symbol traffic signs for young, middle-aged and elderly drivers. Daytime legibility distance and comprehension of 85 symbols in the Manual on Uniform Traffic Control Devices (MUTCD) were measured. Legibilit...

  13. What’s the problem with symbolic religious establishment? The alienation and symbolic equality accounts

    DEFF Research Database (Denmark)

    Lægaard, Sune

    2017-01-01

    In this chapter I examine two possible reasons, which are prominent but often not systematically discussed in the literature, for thinking even purely symbolic establishment problematic. These are considerations of alienation and symbolic equality. I am only concerned with ways in which establish...... establishment might be normatively problematic even if it does not infringe on religious freedom and does not involve material injustices in other respects....

  14. Decentralized Interleaving of Paralleled Dc-Dc Buck Converters: Preprint

    Energy Technology Data Exchange (ETDEWEB)

    Johnson, Brian B [National Renewable Energy Laboratory (NREL), Golden, CO (United States); Rodriguez, Miguel [National Renewable Energy Laboratory (NREL), Golden, CO (United States); Sinha, Mohit [University of Minnesota; Dhople, Sairaj [University of Minnesota; Poon, Jason [University of California at Berkeley

    2017-09-01

    We present a decentralized control strategy that yields switch interleaving among parallel connected dc-dc buck converters without communication. The proposed method is based on the digital implementation of the dynamics of a nonlinear oscillator circuit as the controller. Each controller is fully decentralized, i.e., it only requires the locally measured output current to synthesize the pulse width modulation (PWM) carrier waveform. By virtue of the intrinsic electrical coupling between converters, the nonlinear oscillator-based controllers converge to an interleaved state with uniform phase-spacing across PWM carriers. To the knowledge of the authors, this work represents the first fully decentralized strategy for switch interleaving of paralleled dc-dc buck converters.

  15. Designing and evaluating symbols for electronic displays of navigation information : symbol stereotypes and symbol-feature rules

    Science.gov (United States)

    2005-09-30

    There is currently no common symbology standard for the electronic display of navigation information. The wide range of display technology and the different functions these displays support makes it difficult to design symbols that are easily recogni...

  16. Secoond order parallel tensors on some paracontact manifolds | Liu ...

    African Journals Online (AJOL)

    The object of the present paper is to study the symmetric and skewsymmetric properties of a second order parallel tensor on paracontact metric (k;μ)- spaces and almost β-para-Kenmotsu (k;μ)-spaces. In this paper, we prove that if there exists a second order symmetric parallel tensor on a paracontact metric (k;μ)- space M, ...

  17. An Acoustic OFDM System with Symbol-by-Symbol Doppler Compensation for Underwater Communication

    Directory of Open Access Journals (Sweden)

    Tran MinhHai

    2016-01-01

    Full Text Available We propose an acoustic OFDM system for underwater communication, specifically for vertical link communications such as between a robot in the sea bottom and a mother ship in the surface. The main contributions are (1 estimation of time varying Doppler shift using continual pilots in conjunction with monitoring the drift of Power Delay Profile and (2 symbol-by-symbol Doppler compensation in frequency domain by an ICI matrix representing nonuniform Doppler. In addition, we compare our proposal against a resampling method. Simulation and experimental results confirm that our system outperforms the resampling method when the velocity changes roughly over OFDM symbols. Overall, experimental results taken in Shizuoka, Japan, show our system using 16QAM, and 64QAM achieved a data throughput of 7.5 Kbit/sec with a transmitter moving at maximum 2 m/s, in a complicated trajectory, over 30 m vertically.

  18. An Acoustic OFDM System with Symbol-by-Symbol Doppler Compensation for Underwater Communication

    Science.gov (United States)

    MinhHai, Tran; Rie, Saotome; Suzuki, Taisaku; Wada, Tomohisa

    2016-01-01

    We propose an acoustic OFDM system for underwater communication, specifically for vertical link communications such as between a robot in the sea bottom and a mother ship in the surface. The main contributions are (1) estimation of time varying Doppler shift using continual pilots in conjunction with monitoring the drift of Power Delay Profile and (2) symbol-by-symbol Doppler compensation in frequency domain by an ICI matrix representing nonuniform Doppler. In addition, we compare our proposal against a resampling method. Simulation and experimental results confirm that our system outperforms the resampling method when the velocity changes roughly over OFDM symbols. Overall, experimental results taken in Shizuoka, Japan, show our system using 16QAM, and 64QAM achieved a data throughput of 7.5 Kbit/sec with a transmitter moving at maximum 2 m/s, in a complicated trajectory, over 30 m vertically. PMID:27057558

  19. Decision Diagram Based Symbolic Algorithm for Evaluating the Reliability of a Multistate Flow Network

    Directory of Open Access Journals (Sweden)

    Rongsheng Dong

    2016-01-01

    Full Text Available Evaluating the reliability of Multistate Flow Network (MFN is an NP-hard problem. Ordered binary decision diagram (OBDD or variants thereof, such as multivalued decision diagram (MDD, are compact and efficient data structures suitable for dealing with large-scale problems. Two symbolic algorithms for evaluating the reliability of MFN, MFN_OBDD and MFN_MDD, are proposed in this paper. In the algorithms, several operating functions are defined to prune the generated decision diagrams. Thereby the state space of capacity combinations is further compressed and the operational complexity of the decision diagrams is further reduced. Meanwhile, the related theoretical proofs and complexity analysis are carried out. Experimental results show the following: (1 compared to the existing decomposition algorithm, the proposed algorithms take less memory space and fewer loops. (2 The number of nodes and the number of variables of MDD generated in MFN_MDD algorithm are much smaller than those of OBDD built in the MFN_OBDD algorithm. (3 In two cases with the same number of arcs, the proposed algorithms are more suitable for calculating the reliability of sparse networks.

  20. Intuitiveness of Symbol Features for Air Traffic Management

    Science.gov (United States)

    Ngo, Mary Kim; Vu, Kim-Phuong L.; Thorpe, Elaine; Battiste, Vernol; Strybel, Thomas Z.

    2012-01-01

    We present the results of two online surveys asking participants to indicate what type of air traffic information might be conveyed by a number of symbols and symbol features (color, fill, text, and shape). The results of this initial study suggest that the well-developed concepts of ownership, altitude, and trajectory are readily associated with certain symbol features, while the relatively novel concept of equipage was not clearly associated with any specific symbol feature.

  1. Symbol phantoms

    International Nuclear Information System (INIS)

    Yamaguchi, Hiroshi; Hongo, Syozo; Takeshita, Hiroshi

    1990-01-01

    We have developed Japanese phantoms in two procedures for computation of organ doses exposed to internal and/or external radiation sources. One method is to make mathematical phantoms on the basis of ORNL mathematical phantoms. Parameters to specify organs of Japanese mathematical phantom are determined by interpolations of the ORNL data, which define the organs of Caucasian males and females of various ages, i.e. new born, 1, 5, 10, 15 years and adult, with survey data for Japanese physiques. Another procedure is to build 'symbol phantoms' for the Japanese public. The concept and its method of the symbol phantom enables us to make a phantom for an individual when we have all of his transversal section images obtained by a medical imaging device like MRI, and thus we may achieve more realistic phantoms for Japanese public than the mathematical phantoms. Both studies are in progress in NIRS. (author)

  2. Multiple-Symbol, Partially Coherent Detection of MPSK

    Science.gov (United States)

    Simon, Marvin K.; Divsalar, Dariush

    1994-01-01

    Proposed method of reception of multiple-phase-shift-keyed (MPSK) radio signals involves multiple-symbol, partially coherent detection. Instead of attempting to determine phase of transmitted signal during each symbol period as in coherent detection, receiver acquires signal data during multiple-symbol observation interval, then produces maximum-likelihood-sequence estimate of phases transmitted during interval. Combination of coherent-reception and incoherent-reception decision rules are used.

  3. Analytical model for vibration prediction of two parallel tunnels in a full-space

    Science.gov (United States)

    He, Chao; Zhou, Shunhua; Guo, Peijun; Di, Honggui; Zhang, Xiaohui

    2018-06-01

    This paper presents a three-dimensional analytical model for the prediction of ground vibrations from two parallel tunnels embedded in a full-space. The two tunnels are modelled as cylindrical shells of infinite length, and the surrounding soil is modelled as a full-space with two cylindrical cavities. A virtual interface is introduced to divide the soil into the right layer and the left layer. By transforming the cylindrical waves into the plane waves, the solution of wave propagation in the full-space with two cylindrical cavities is obtained. The transformations from the plane waves to cylindrical waves are then used to satisfy the boundary conditions on the tunnel-soil interfaces. The proposed model provides a highly efficient tool to predict the ground vibration induced by the underground railway, which accounts for the dynamic interaction between neighbouring tunnels. Analysis of the vibration fields produced over a range of frequencies and soil properties is conducted. When the distance between the two tunnels is smaller than three times the tunnel diameter, the interaction between neighbouring tunnels is highly significant, at times in the order of 20 dB. It is necessary to consider the interaction between neighbouring tunnels for the prediction of ground vibrations induced underground railways.

  4. Images and symbols of nuclear energy and environment in Argentine public opinion: the need of a new strategy

    International Nuclear Information System (INIS)

    Chahab, Martin

    2006-01-01

    The need to create in the Argentine public opinion new positives symbols and images on nuclear energy and on the benefits of its peaceful applications, is al present so important as the development of new technical tools to improve the nuclear industry. These positives symbols and imagines on nuclear energy must be created in the framework of a joint strategy of all the country's nuclear institutions as well as other public organizations, in view of the new nuclear plan recently announced. This joint strategy will permit to create not only the new positives symbols and images in the public opinion, but also to obtain the support of the mass media and new spaces for negotiation in the national, provincial and municipal levels. (author) [es

  5. Effects of background color and symbol arrangement cues on construction of multi-symbol messages by young children without disabilities: implications for aided AAC design.

    Science.gov (United States)

    Thistle, Jennifer J; Wilkinson, Krista

    2017-09-01

    Children whose speech does not meet their communication needs often benefit from augmentative and alternative communication (AAC). The design of an AAC display may influence the child's ability to communicate effectively. The current study examined how symbol background color cues and symbol arrangement affected construction of multi-symbol messages using line-drawing symbols, by young children with typical development. Participants (N = 52) heard a spoken phrase matching a photograph and selected line drawings within a 4 × 4 array. Friedman two-way ANOVAs evaluated speed and accuracy of multi-symbol message construction under four conditions in which the background color and arrangement of symbols was manipulated. Participants demonstrated significantly faster response times when symbols were arranged by word-class category compared to no symbol arrangement. The majority of children responded faster when symbols had white backgrounds, but this effect failed to reach statistical significance. This study provides preliminary evidence suggesting the importance of symbol arrangement for young children. The findings highlight the need for caution when incorporating background color on displays for young children. Future research is needed to examine the effect of visual cues on children who use AAC and consider additional factors that could influence efficacy of symbol arrangement and background color use.

  6. The Scientific Import of Symbols in Human Knowledge | Agbanusi ...

    African Journals Online (AJOL)

    Symbolism, being the use of symbols to represent ideas, it is generally believed that symbolism is restricted to the Arts, especially logic and literature. However, recent developments have shown that symbolism can be an interesting companion and, in fact, a necessary complement, of science. This work X-Rays the ...

  7. Use of language in symbolic play of toddlers

    OpenAIRE

    Knap, Petra

    2015-01-01

    The purpose of the thesis is to determine which materials encourage language development during symbolic play, how often do children in the first age group engage in symbolic play, and how can the teacher influence speech development during this activity. The theoretical part defines play, focusing on symbolic play. It also describes the role of the preschool teacher during play and explores the speech of younger children during symbolic play. The empirical part of the thesis examines whic...

  8. The Polish LGBT movement : symbolic conflict and stigma

    OpenAIRE

    Mossakowski, Tomek

    2011-01-01

    This thesis examines the political activities of the LGBT movement in Poland as it seeks to increase its position on the socio-political landscape and ultimately rid itself of stigma. Using ethnographic data collection at a non-governmental organisation in Warsaw, it discusses the use of symbols and the accumulation of what Bourdieu called symbolic capital. It draws heavily on the theory of Harrison's symbolic conflict and Schwimmer's notions of symbolic and direct competition, while bringing...

  9. An efficient symbolic model checker | Ferdenache | Synthèse: Revue ...

    African Journals Online (AJOL)

    The main of this paper is to design and implement a powerful new tool to check important properties in critical systems based on the concept of symbolic state and DBM data structures (Difference Bound Matrices). The specifications are expressed using timed automata system and realtime logic for properties. The obtained ...

  10. Time-dependent density-functional theory in massively parallel computer architectures: the OCTOPUS project.

    Science.gov (United States)

    Andrade, Xavier; Alberdi-Rodriguez, Joseba; Strubbe, David A; Oliveira, Micael J T; Nogueira, Fernando; Castro, Alberto; Muguerza, Javier; Arruabarrena, Agustin; Louie, Steven G; Aspuru-Guzik, Alán; Rubio, Angel; Marques, Miguel A L

    2012-06-13

    Octopus is a general-purpose density-functional theory (DFT) code, with a particular emphasis on the time-dependent version of DFT (TDDFT). In this paper we present the ongoing efforts to achieve the parallelization of octopus. We focus on the real-time variant of TDDFT, where the time-dependent Kohn-Sham equations are directly propagated in time. This approach has great potential for execution in massively parallel systems such as modern supercomputers with thousands of processors and graphics processing units (GPUs). For harvesting the potential of conventional supercomputers, the main strategy is a multi-level parallelization scheme that combines the inherent scalability of real-time TDDFT with a real-space grid domain-partitioning approach. A scalable Poisson solver is critical for the efficiency of this scheme. For GPUs, we show how using blocks of Kohn-Sham states provides the required level of data parallelism and that this strategy is also applicable for code optimization on standard processors. Our results show that real-time TDDFT, as implemented in octopus, can be the method of choice for studying the excited states of large molecular systems in modern parallel architectures.

  11. Time-dependent density-functional theory in massively parallel computer architectures: the octopus project

    Science.gov (United States)

    Andrade, Xavier; Alberdi-Rodriguez, Joseba; Strubbe, David A.; Oliveira, Micael J. T.; Nogueira, Fernando; Castro, Alberto; Muguerza, Javier; Arruabarrena, Agustin; Louie, Steven G.; Aspuru-Guzik, Alán; Rubio, Angel; Marques, Miguel A. L.

    2012-06-01

    Octopus is a general-purpose density-functional theory (DFT) code, with a particular emphasis on the time-dependent version of DFT (TDDFT). In this paper we present the ongoing efforts to achieve the parallelization of octopus. We focus on the real-time variant of TDDFT, where the time-dependent Kohn-Sham equations are directly propagated in time. This approach has great potential for execution in massively parallel systems such as modern supercomputers with thousands of processors and graphics processing units (GPUs). For harvesting the potential of conventional supercomputers, the main strategy is a multi-level parallelization scheme that combines the inherent scalability of real-time TDDFT with a real-space grid domain-partitioning approach. A scalable Poisson solver is critical for the efficiency of this scheme. For GPUs, we show how using blocks of Kohn-Sham states provides the required level of data parallelism and that this strategy is also applicable for code optimization on standard processors. Our results show that real-time TDDFT, as implemented in octopus, can be the method of choice for studying the excited states of large molecular systems in modern parallel architectures.

  12. Time-dependent density-functional theory in massively parallel computer architectures: the octopus project

    International Nuclear Information System (INIS)

    Andrade, Xavier; Aspuru-Guzik, Alán; Alberdi-Rodriguez, Joseba; Rubio, Angel; Strubbe, David A; Louie, Steven G; Oliveira, Micael J T; Nogueira, Fernando; Castro, Alberto; Muguerza, Javier; Arruabarrena, Agustin; Marques, Miguel A L

    2012-01-01

    Octopus is a general-purpose density-functional theory (DFT) code, with a particular emphasis on the time-dependent version of DFT (TDDFT). In this paper we present the ongoing efforts to achieve the parallelization of octopus. We focus on the real-time variant of TDDFT, where the time-dependent Kohn-Sham equations are directly propagated in time. This approach has great potential for execution in massively parallel systems such as modern supercomputers with thousands of processors and graphics processing units (GPUs). For harvesting the potential of conventional supercomputers, the main strategy is a multi-level parallelization scheme that combines the inherent scalability of real-time TDDFT with a real-space grid domain-partitioning approach. A scalable Poisson solver is critical for the efficiency of this scheme. For GPUs, we show how using blocks of Kohn-Sham states provides the required level of data parallelism and that this strategy is also applicable for code optimization on standard processors. Our results show that real-time TDDFT, as implemented in octopus, can be the method of choice for studying the excited states of large molecular systems in modern parallel architectures. (topical review)

  13. Symbolism in European Integration

    DEFF Research Database (Denmark)

    Manners, Ian

    2011-01-01

    Ernst Haas observed over fifty years ago that ‘United Europe' is a resilient, adaptable, unifying, and yet unspecified symbol'. It is precisely this adaptability and ambiguity that has ensures the continuing importance of European studies as a means of understanding ‘the remarkable social...... of social transformation involved' (Calhoun 2003: 18). This article will consider the role of symbolism in European integration as part of answering Craig Calhoun's call for a means of transcending specific regimes of analysis in order to advance European studies....

  14. SYMBOL LEVEL DECODING FOR DUO-BINARY TURBO CODES

    Directory of Open Access Journals (Sweden)

    Yogesh Beeharry

    2017-05-01

    Full Text Available This paper investigates the performance of three different symbol level decoding algorithms for Duo-Binary Turbo codes. Explicit details of the computations involved in the three decoding techniques, and a computational complexity analysis are given. Simulation results with different couple lengths, code-rates, and QPSK modulation reveal that the symbol level decoding with bit-level information outperforms the symbol level decoding by 0.1 dB on average in the error floor region. Moreover, a complexity analysis reveals that symbol level decoding with bit-level information reduces the decoding complexity by 19.6 % in terms of the total number of computations required for each half-iteration as compared to symbol level decoding.

  15. Symbol lock detection implemented with nonoverlapping integration intervals

    Science.gov (United States)

    Shihabi, Mazen M. (Inventor); Hinedi, Sami M. (Inventor); Shah, Biren N. (Inventor)

    1995-01-01

    A symbol lock detector is introduced for an incoming coherent digital communication signal which utilizes a subcarrier modulated with binary symbol data, d(sub k), and known symbol interval T by integrating binary values of the signal over nonoverlapping first and second intervals selected to be T/2, delaying the first integral an interval T/2, and either summing or multiplying the second integral with the first one that preceded it to form a value X(sub k). That value is then averaged over a number M of symbol intervals to produce a static value Y. A symbol lock decision can then be made when the static value Y exceeds a threshold level delta.

  16. 7 CFR 97.900 - Form of official identification symbol.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 3 2010-01-01 2010-01-01 false Form of official identification symbol. 97.900 Section... symbol. The symbol set forth in Figure 1, containing the words “Plant Variety Protection Office” and “U.S. Department of Agriculture,” shall be the official identification symbol of the Plant Variety Protection...

  17. Coherent states in the fermionic Fock space

    International Nuclear Information System (INIS)

    Oeckl, Robert

    2015-01-01

    We construct the coherent states in the sense of Gilmore and Perelomov for the fermionic Fock space. Our treatment is from the outset adapted to the infinite-dimensional case. The fermionic Fock space becomes in this way a reproducing kernel Hilbert space of continuous holomorphic functions. (paper)

  18. Visual Symbolism in Contemporary Theatre Directing in Nigeria ...

    African Journals Online (AJOL)

    This difference is cropped from the director's perception, conception, imaginative and creative impetus. Visual symbolism in the theatre as a medium traverse forms, textures, symbols, lines, lighting, circles and balance in creating an everlasting theatre experience. Visual symbolism is influenced by style, concept, forms, ...

  19. PySSM: A Python Module for Bayesian Inference of Linear Gaussian State Space Models

    Directory of Open Access Journals (Sweden)

    Christopher Strickland

    2014-04-01

    Full Text Available PySSM is a Python package that has been developed for the analysis of time series using linear Gaussian state space models. PySSM is easy to use; models can be set up quickly and efficiently and a variety of different settings are available to the user. It also takes advantage of scientific libraries NumPy and SciPy and other high level features of the Python language. PySSM is also used as a platform for interfacing between optimized and parallelized Fortran routines. These Fortran routines heavily utilize basic linear algebra and linear algebra Package functions for maximum performance. PySSM contains classes for filtering, classical smoothing as well as simulation smoothing.

  20. Assessment of symbolic function in Mexican preschool children

    Directory of Open Access Journals (Sweden)

    N. R. Jiménez Barreto

    2013-04-01

    Full Text Available Development of symbolic function is an important psychological formation of pre-school age and reflects the possibility of the child to use signs and symbols in a conscious way. Assessment of symbolic function can be used as one of preparation for school indicators. The objective of the present study is to characterize the level of symbolic function development in Mexican pre-school children. 59 children were included in the study. The ages of the children were between 5 and 6 years and all of them belonged to sub-urban pre-school institution. All 59 children participated in this study for the first time. Our assessment consisted of specific tasks with symbolic means on materialized, perceptive and verbal levels. Each child was tested individually. Results showed an insufficient development of the symbolic function in all evaluated children. More than 78% of the children showed difficulties during performance in the tasks of assessment; their drawings were undifferentiated and had few essential characteristics. The obtained results show the necessity to implement developmental strategies in order to guarantee the formation of the ability of constant conscious sage of symbolic means at the end of pre-school age.

  1. Matter and symbols of the artificial

    Energy Technology Data Exchange (ETDEWEB)

    Rocha, L.M.

    1998-08-01

    The study of complex systems should be based on a systems-theoretic framework which requires both self-organizing and symbolic dimensions. An inclusive framework based on the notion of semiotics is advanced to build models capable of representing, as well as evolving in their environments, with implications for Artificial Life. Such undertaking is pursued by discussing the ways in which symbol and matter are irreducibly intertwined in evolutionary systems. The problem is thus phrased in terms of the semiotic categories of syntax, semantics, and pragmatics. With this semiotic view of matter and symbols the requirements of semiotic closure are expressed in models with both self-organizing and symbolic characteristics. Situated action and recent developments in the evolution of cellular automata rules to solve non-trivial tasks are discussed in this context. Finally, indirect encoding schemes for genetic algorithms are developed which follow the semiotic framework here proposed.

  2. Symbolic math for computation of radiation shielding

    International Nuclear Information System (INIS)

    Suman, Vitisha; Datta, D.; Sarkar, P.K.; Kushwaha, H.S.

    2010-01-01

    Radiation transport calculations for shielding studies in the field of accelerator technology often involve intensive numerical computations. Traditionally, radiation transport equation is solved using finite difference scheme or advanced finite element method with respect to specific initial and boundary conditions suitable for the geometry of the problem. All these computations need CPU intensive computer codes for accurate calculation of scalar and angular fluxes. Computation using symbols of the analytical expression representing the transport equation as objects is an enhanced numerical technique in which the computation is completely algorithm and data oriented. Algorithm on the basis of symbolic math architecture is developed using Symbolic math toolbox of MATLAB software. Present paper describes the symbolic math algorithm and its application as a case study in which shielding calculation of rectangular slab geometry is studied for a line source of specific activity. Study of application of symbolic math in this domain evolves a new paradigm compared to the existing computer code such as DORT. (author)

  3. Analysing the Effectiveness of the Personality Symbols/Icons

    OpenAIRE

    Halim, İpek

    2012-01-01

    Personality symbol can cover all the identifications of the brand. It can be the face or the soul of the company. Their effect on the brand image is huge. The research focuses on calculating the roles and effectives of the personality symbols. It aims to bring in suggestions for developing a successful personality symbols and lists advantages and disadvantages of different types of personality symbols. It does a detailed copy testing. Apart from conducting focus groups to analyse how the targ...

  4. On a model of three-dimensional bursting and its parallel implementation

    Science.gov (United States)

    Tabik, S.; Romero, L. F.; Garzón, E. M.; Ramos, J. I.

    2008-04-01

    A mathematical model for the simulation of three-dimensional bursting phenomena and its parallel implementation are presented. The model consists of four nonlinearly coupled partial differential equations that include fast and slow variables, and exhibits bursting in the absence of diffusion. The differential equations have been discretized by means of a second-order accurate in both space and time, linearly-implicit finite difference method in equally-spaced grids. The resulting system of linear algebraic equations at each time level has been solved by means of the Preconditioned Conjugate Gradient (PCG) method. Three different parallel implementations of the proposed mathematical model have been developed; two of these implementations, i.e., the MPI and the PETSc codes, are based on a message passing paradigm, while the third one, i.e., the OpenMP code, is based on a shared space address paradigm. These three implementations are evaluated on two current high performance parallel architectures, i.e., a dual-processor cluster and a Shared Distributed Memory (SDM) system. A novel representation of the results that emphasizes the most relevant factors that affect the performance of the paralled implementations, is proposed. The comparative analysis of the computational results shows that the MPI and the OpenMP implementations are about twice more efficient than the PETSc code on the SDM system. It is also shown that, for the conditions reported here, the nonlinear dynamics of the three-dimensional bursting phenomena exhibits three stages characterized by asynchronous, synchronous and then asynchronous oscillations, before a quiescent state is reached. It is also shown that the fast system reaches steady state in much less time than the slow variables.

  5. Symbol Synchronization for Diffusion-Based Molecular Communications.

    Science.gov (United States)

    Jamali, Vahid; Ahmadzadeh, Arman; Schober, Robert

    2017-12-01

    Symbol synchronization refers to the estimation of the start of a symbol interval and is needed for reliable detection. In this paper, we develop several symbol synchronization schemes for molecular communication (MC) systems where we consider some practical challenges, which have not been addressed in the literature yet. In particular, we take into account that in MC systems, the transmitter may not be equipped with an internal clock and may not be able to emit molecules with a fixed release frequency. Such restrictions hold for practical nanotransmitters, e.g., modified cells, where the lengths of the symbol intervals may vary due to the inherent randomness in the availability of food and energy for molecule generation, the process for molecule production, and the release process. To address this issue, we develop two synchronization-detection frameworks which both employ two types of molecule. In the first framework, one type of molecule is used for symbol synchronization and the other one is used for data detection, whereas in the second framework, both types of molecule are used for joint symbol synchronization and data detection. For both frameworks, we first derive the optimal maximum likelihood (ML) symbol synchronization schemes as performance upper bounds. Since ML synchronization entails high complexity, for each framework, we also propose three low-complexity suboptimal schemes, namely a linear filter-based scheme, a peak observation-based scheme, and a threshold-trigger scheme, which are suitable for MC systems with limited computational capabilities. Furthermore, we study the relative complexity and the constraints associated with the proposed schemes and the impact of the insertion and deletion errors that arise due to imperfect synchronization. Our simulation results reveal the effectiveness of the proposed synchronization schemes and suggest that the end-to-end performance of MC systems significantly depends on the accuracy of the symbol

  6. A Learning State-Space Model for Image Retrieval

    Directory of Open Access Journals (Sweden)

    Lee Greg C

    2007-01-01

    Full Text Available This paper proposes an approach based on a state-space model for learning the user concepts in image retrieval. We first design a scheme of region-based image representation based on concept units, which are integrated with different types of feature spaces and with different region scales of image segmentation. The design of the concept units aims at describing similar characteristics at a certain perspective among relevant images. We present the details of our proposed approach based on a state-space model for interactive image retrieval, including likelihood and transition models, and we also describe some experiments that show the efficacy of our proposed model. This work demonstrates the feasibility of using a state-space model to estimate the user intuition in image retrieval.

  7. The parallel volume at large distances

    DEFF Research Database (Denmark)

    Kampf, Jürgen

    In this paper we examine the asymptotic behavior of the parallel volume of planar non-convex bodies as the distance tends to infinity. We show that the difference between the parallel volume of the convex hull of a body and the parallel volume of the body itself tends to . This yields a new proof...... for the fact that a planar body can only have polynomial parallel volume, if it is convex. Extensions to Minkowski spaces and random sets are also discussed....

  8. The parallel volume at large distances

    DEFF Research Database (Denmark)

    Kampf, Jürgen

    In this paper we examine the asymptotic behavior of the parallel volume of planar non-convex bodies as the distance tends to infinity. We show that the difference between the parallel volume of the convex hull of a body and the parallel volume of the body itself tends to 0. This yields a new proof...... for the fact that a planar body can only have polynomial parallel volume, if it is convex. Extensions to Minkowski spaces and random sets are also discussed....

  9. Examining the Nexus between Grounded Theory and Symbolic Interactionism

    Directory of Open Access Journals (Sweden)

    P. Jane Milliken RN, PhD

    2012-12-01

    Full Text Available Grounded theory is inherently symbolic interactionist; however, not all grounded theory researchers appreciate its importance or benefit from its influence. Elsewhere, we have written about the intrinsic relationship between grounded theory and symbolic interactionism, highlighting the silent, fundamental contribution of symbolic interactionism to the methodology. At the same time, there are significant insights to be had by bringing a conscious awareness of the philosophy of symbolic interactionism to grounded theory research. In this article we discuss the symbolic interactionist concepts of mind, self, and society, and their applicability in grounded theorizing. Our purpose is to highlight foundational concepts of symbolic interactionism and their centrality in the processes of conducting grounded theory research.

  10. A parallel algorithm for the initial screening of space debris collisions prediction using the SGP4/SDP4 models and GPU acceleration

    Science.gov (United States)

    Lin, Mingpei; Xu, Ming; Fu, Xiaoyu

    2017-05-01

    Currently, a tremendous amount of space debris in Earth's orbit imperils operational spacecraft. It is essential to undertake risk assessments of collisions and predict dangerous encounters in space. However, collision predictions for an enormous amount of space debris give rise to large-scale computations. In this paper, a parallel algorithm is established on the Compute Unified Device Architecture (CUDA) platform of NVIDIA Corporation for collision prediction. According to the parallel structure of NVIDIA graphics processors, a block decomposition strategy is adopted in the algorithm. Space debris is divided into batches, and the computation and data transfer operations of adjacent batches overlap. As a consequence, the latency to access shared memory during the entire computing process is significantly reduced, and a higher computing speed is reached. Theoretically, a simulation of collision prediction for space debris of any amount and for any time span can be executed. To verify this algorithm, a simulation example including 1382 pieces of debris, whose operational time scales vary from 1 min to 3 days, is conducted on Tesla C2075 of NVIDIA. The simulation results demonstrate that with the same computational accuracy as that of a CPU, the computing speed of the parallel algorithm on a GPU is 30 times that on a CPU. Based on this algorithm, collision prediction of over 150 Chinese spacecraft for a time span of 3 days can be completed in less than 3 h on a single computer, which meets the timeliness requirement of the initial screening task. Furthermore, the algorithm can be adapted for multiple tasks, including particle filtration, constellation design, and Monte-Carlo simulation of an orbital computation.

  11. Un vérificateur symbolique efficace An efficient symbolic model ...

    African Journals Online (AJOL)

    The main of this paper is to design and implement a powerful new tool to check important properties in critical systems based on the concept of symbolic state and DBM data structures (Difference Bound Matrices). The specifications are expressed using timed automata system and real- time logic for properties. The obtained ...

  12. Sound-symbolism boosts novel word learning

    NARCIS (Netherlands)

    Lockwood, G.F.; Dingemanse, M.; Hagoort, P.

    2016-01-01

    The existence of sound-symbolism (or a non-arbitrary link between form and meaning) is well-attested. However, sound-symbolism has mostly been investigated with nonwords in forced choice tasks, neither of which are representative of natural language. This study uses ideophones, which are naturally

  13. MCBooster: a tool for MC generation for massively parallel platforms

    CERN Multimedia

    Alves Junior, Antonio Augusto

    2016-01-01

    MCBooster is a header-only, C++11-compliant library for the generation of large samples of phase-space Monte Carlo events on massively parallel platforms. It was released on GitHub in the spring of 2016. The library core algorithms implement the Raubold-Lynch method; they are able to generate the full kinematics of decays with up to nine particles in the final state. The library supports the generation of sequential decays as well as the parallel evaluation of arbitrary functions over the generated events. The output of MCBooster completely accords with popular and well-tested software packages such as GENBOD (W515 from CERNLIB) and TGenPhaseSpace from the ROOT framework. MCBooster is developed on top of the Thrust library and runs on Linux systems. It deploys transparently on NVidia CUDA-enabled GPUs as well as multicore CPUs. This contribution summarizes the main features of MCBooster. A basic description of the user interface and some examples of applications are provided, along with measurements of perfor...

  14. Symbolic dynamics of the Lorenz equations

    International Nuclear Information System (INIS)

    Fang Hai-ping; Hao Bailin.

    1994-07-01

    The Lorenz equations are investigated in a wide range of parameters by using the method of symbolic dynamics. First, the systematics of stable periodic orbits in the Lorenz equations is compared with that of the one-dimensional cubic map, which shares the same discrete symmetry with the Lorenz model. The systematics is then ''corrected'' in such a way as to encompass all the known periodic windows of the Lorenz equations with only one exception. Second, in order to justify the above approach and to understand the exceptions, another 1D map with a discontinuity is extracted from an extension of the geometric Lorenz attractor and its symbolic dynamics is constructed. All this has to be done in light of symbolic dynamics of two-dimensional maps. Finally, symbolic dynamics for the actual Poincare return map of the Lorenz equations is constructed in a heuristic way. New periodic windows of the Lorenz equations and their parameters can be predicted from this symbolic dynamics in combination with the 1D cubic map. The extended geometric 2D Lorenz map and the 1D antisymmetric map with a discontinuity describe the topological aspects of the Lorenz equations to high accuracy. (author). 44 refs, 17 figs, 8 tabs

  15. Symbolics in control design: prospects and research issues

    DEFF Research Database (Denmark)

    Christensen, Anders

    1994-01-01

    The symbolic processor is targeted as a novel basic service in computer aided control system design. Basic symbolic tools are exemplified. A design process model is formulated for control design, with subsets manipulator, tools, target and goals. It is argued, that symbolic processing will give...... substantial contributions to future design environments, as it provides flexibility of representation not possible with traditional numerics. Based on the design process, views on research issues in the incorporation of symbolic processing into traditional numerical design environments are given...

  16. Modelling and simulation of multiple single - phase induction motor in parallel connection

    Directory of Open Access Journals (Sweden)

    Sujitjorn, S.

    2006-11-01

    Full Text Available A mathematical model for parallel connected n-multiple single-phase induction motors in generalized state-space form is proposed in this paper. The motor group draws electric power from one inverter. The model is developed by the dq-frame theory and was tested against four loading scenarios in which satisfactory results were obtained.

  17. Large-scale parallel uncontracted multireference-averaged quadratic coupled cluster: the ground state of the chromium dimer revisited.

    Science.gov (United States)

    Müller, Thomas

    2009-11-12

    The accurate prediction of the potential energy function of the X1Sigmag+ state of Cr2 is a remarkable challenge; large differential electron correlation effects, significant scalar relativistic contributions, the need for large flexible basis sets containing g functions, the importance of semicore valence electron correlation, and its multireference nature pose considerable obstacles. So far, the only reasonable successful approaches were based on multireference perturbation theory (MRPT). Recently, there was some controversy in the literature about the role of error compensation and systematic defects of various MRPT implementations that cannot be easily overcome. A detailed basis set study of the potential energy function is presented, adopting a variational method. The method of choice for this electron-rich target with up to 28 correlated electrons is fully uncontracted multireference-averaged quadratic coupled cluster (MR-AQCC), which shares the flexibility of the multireference configuration interaction (MRCI) approach and is, in addition, approximately size-extensive (0.02 eV in error as compared to the MRCI value of 1.37 eV for two noninteracting chromium atoms). The best estimate for De arrives at 1.48 eV and agrees well with the experimental data of 1.47 +/- 0.056 eV. At the estimated CBS limit, the equilibrium bond distance (1.685 A) and vibrational frequency (459 cm-1) are in agreement with experiment (1.679 A, 481 cm-1). Large basis sets and reference configuration spaces invariably result in huge wave function expansions (here, up to 2.8 billion configuration state functions), and efficient parallel implementations of the method are crucial. Hence, relevant details on implementation and general performance of the parallel program code are discussed as well.

  18. PDDP, A Data Parallel Programming Model

    Directory of Open Access Journals (Sweden)

    Karen H. Warren

    1996-01-01

    Full Text Available PDDP, the parallel data distribution preprocessor, is a data parallel programming model for distributed memory parallel computers. PDDP implements high-performance Fortran-compatible data distribution directives and parallelism expressed by the use of Fortran 90 array syntax, the FORALL statement, and the WHERE construct. Distributed data objects belong to a global name space; other data objects are treated as local and replicated on each processor. PDDP allows the user to program in a shared memory style and generates codes that are portable to a variety of parallel machines. For interprocessor communication, PDDP uses the fastest communication primitives on each platform.

  19. Symbolic violence among adolescents in affective dating relationships

    Directory of Open Access Journals (Sweden)

    Daniela Borges Bittar

    2018-03-01

    Full Text Available ABSTRACT Objective Understanding how adolescents signify their affective relationships and situations of conflict/violence within the dating context. Method A qualitative research with an empirical group comprised of adolescents from a state/public school, using focus group techniques and interviews. The analysis was performed through the interpretation of meanings method based on the hermeneutic-dialectical perspective. Results A total of 19 adolescents participated in the study. Two central theme categories emerged: “Meanings of adolescents’ affective relationships” and “From the (deconstruction of symbolic violence to the expression of other forms of violence”. Conclusion The results show that it is possible to understand situations from affective adolescent relationships in which the legitimation of symbolic violence against women is identified. We believe that acting on the origin of violence at the beginning of adolescents’ relationships is the best way to fight or minimize it, aiming for democratizing gender relations and preventing conjugal violence.

  20. ESA astronaut (and former physicist at CERN) Christer Fuglesang returning a symbolic neutralino particle to CERN Director for research Sergio Bertolucci. Fuglesang flew the neutralino to the International Space Station on the occasion of his STS128 mission in 2009.

    CERN Multimedia

    Maximilien Brice

    2012-01-01

    ESA astronaut (and former physicist at CERN) Christer Fuglesang returning a symbolic neutralino particle to CERN Director for research Sergio Bertolucci. Fuglesang flew the neutralino to the International Space Station on the occasion of his STS128 mission in 2009.

  1. Dynamic and Control Analysis of Modular Multi-Parallel Rectifiers (MMR)

    DEFF Research Database (Denmark)

    Zare, Firuz; Ghosh, Arindam; Davari, Pooya

    2017-01-01

    This paper presents dynamic analysis of a Modular Multi-Parallel Rectifier (MMR) based on state-space modelling and analysis. The proposed topology is suitable for high power application which can reduce line current harmonics emissions significantly. However, a proper controller is required...... to share and control current through each rectifier. Mathematical analysis and preliminary simulations have been carried out to verify the proposed controller under different operating conditions....

  2. Presidents as Symbols: An Investigation of John F. Kennedy's, Lyndon B. Johnson's, and Ronald Reagan's Use of Presidential Allusions.

    Science.gov (United States)

    Smith-Howell, Deborah

    This paper presents an examination of United States presidents' names as symbols. In developing the analysis, the paper: (1) reviews multiple perspectives which suggest that allusions to past presidents (such as Thomas Jefferson, Abraham Lincoln, or Franklin Roosevelt) are significant political symbols; (2) discusses how allusions to past…

  3. Fringe Capacitance of a Parallel-Plate Capacitor.

    Science.gov (United States)

    Hale, D. P.

    1978-01-01

    Describes an experiment designed to measure the forces between charged parallel plates, and determines the relationship among the effective electrode area, the measured capacitance values, and the electrode spacing of a parallel plate capacitor. (GA)

  4. The analysis of actual and symbolic models of secondary school students in Serbia

    Directory of Open Access Journals (Sweden)

    Stepanović Ivana

    2009-01-01

    Full Text Available This paper deals with role models of secondary school students in Serbia. In the course of adolescence, there is a gradual separation from parental figures, and other persons become role models for behavior. For that reason, secondary school population is of interest when analyzing this phenomenon, particularly bearing in mind that role models influence not only social, but also other aspects of development. We analyzed role models from students' personal (actual models and public life (symbolic models. The main aim was to determine who their actual and symbolic models are, and why secondary school students look up to them. Based on the data on secondary school students' actual models, it is possible to identify who important persons from their milieu are and why they are important to them. The data about the categories in which symbolic models can be divided, as well as about their occurrence, indicate the young people's system of values in these analyses. The sample comprises 2426 students from 26 schools in 9 Serbian towns. Actual and symbolic models were examined in separate questions, where students were asked to name up to three people from their private life or the world of celebrities that they look up to. 53,9% of students named their actual models, the most common being their mothers. Nearly half the examinees (49,3% stated their symbolic models are public figures. Most symbolic models are from the world of show-business. The results show that parental figures remain the models of behavior throughout adolescence. The data about the categories of symbolic models show the young are drawn to the world of entertainment and indicate a weak role of schools as a potential source of models in the fields of science and culture who would promote cognitive values.

  5. Handwriting generates variable visual input to facilitate symbol learning

    Science.gov (United States)

    Li, Julia X.; James, Karin H.

    2015-01-01

    Recent research has demonstrated that handwriting practice facilitates letter categorization in young children. The present experiments investigated why handwriting practice facilitates visual categorization by comparing two hypotheses: That handwriting exerts its facilitative effect because of the visual-motor production of forms, resulting in a direct link between motor and perceptual systems, or because handwriting produces variable visual instances of a named category in the environment that then changes neural systems. We addressed these issues by measuring performance of 5 year-old children on a categorization task involving novel, Greek symbols across 6 different types of learning conditions: three involving visual-motor practice (copying typed symbols independently, tracing typed symbols, tracing handwritten symbols) and three involving visual-auditory practice (seeing and saying typed symbols of a single typed font, of variable typed fonts, and of handwritten examples). We could therefore compare visual-motor production with visual perception both of variable and similar forms. Comparisons across the six conditions (N=72) demonstrated that all conditions that involved studying highly variable instances of a symbol facilitated symbol categorization relative to conditions where similar instances of a symbol were learned, regardless of visual-motor production. Therefore, learning perceptually variable instances of a category enhanced performance, suggesting that handwriting facilitates symbol understanding by virtue of its environmental output: supporting the notion of developmental change though brain-body-environment interactions. PMID:26726913

  6. Examining the Nexus between Grounded Theory and Symbolic Interactionism

    OpenAIRE

    P. Jane Milliken RN, PhD; Rita Schreiber RN, DNS

    2012-01-01

    Grounded theory is inherently symbolic interactionist; however, not all grounded theory researchers appreciate its importance or benefit from its influence. Elsewhere, we have written about the intrinsic relationship between grounded theory and symbolic interactionism, highlighting the silent, fundamental contribution of symbolic interactionism to the methodology. At the same time, there are significant insights to be had by bringing a conscious awareness of the philosophy of symbolic interac...

  7. Streaming nested data parallelism on multicores

    DEFF Research Database (Denmark)

    Madsen, Frederik Meisner; Filinski, Andrzej

    2016-01-01

    The paradigm of nested data parallelism (NDP) allows a variety of semi-regular computation tasks to be mapped onto SIMD-style hardware, including GPUs and vector units. However, some care is needed to keep down space consumption in situations where the available parallelism may vastly exceed...

  8. Exploring the Development of Symbolic Function of Consciousness: A Technique

    Directory of Open Access Journals (Sweden)

    Polyakov A.M.,

    2016-07-01

    Full Text Available This article describes studying method which developed the symbolic function mind. It is defined as a functional unit providing the solution of problems by understanding and expression of the reality of the subject-subject relationship using symbols. The symbol understood as a cultural form of presen- tation of subjective reality, mediating the relationship and interaction between two or more subjects. The symbol consists of sense-perception of form and meaning, expressing a subjective reality. The structure of the symbolic function includes the following components: generation and implementation plan, the transformation of symbolic forms, the awareness of the antinomic character, character interpretation. Investigation techiques was developed in accordance with the principles of construction of experimental-genetic method. Empirical criteria for evaluating the level of its development was based on the structure of the symbolic function, and developed a system of assistance for the realization of symbolic meaning. The method allows determine the dynamics and conditions for the development of the symbolic function, its genetic makeup, as well as the form and content of cooperation with con- temporaries.

  9. Determination of accurate 1H positions of an alanine tripeptide with anti-parallel and parallel β-sheet structures by high resolution 1H solid state NMR and GIPAW chemical shift calculation.

    Science.gov (United States)

    Yazawa, Koji; Suzuki, Furitsu; Nishiyama, Yusuke; Ohata, Takuya; Aoki, Akihiro; Nishimura, Katsuyuki; Kaji, Hironori; Shimizu, Tadashi; Asakura, Tetsuo

    2012-11-25

    The accurate (1)H positions of alanine tripeptide, A(3), with anti-parallel and parallel β-sheet structures could be determined by highly resolved (1)H DQMAS solid-state NMR spectra and (1)H chemical shift calculation with gauge-including projector augmented wave calculations.

  10. Studies of phase return map and symbolic dynamics in a periodically driven Hodgkin—Huxley neuron

    International Nuclear Information System (INIS)

    Ding Jiong; Zhang Hong; Tong Qin-Ye; Chen Zhuo

    2014-01-01

    How neuronal spike trains encode external information is a hot topic in neurodynamics studies. In this paper, we investigate the dynamical states of the Hodgkin—Huxley neuron under periodic forcing. Depending on the parameters of the stimulus, the neuron exhibits periodic, quasiperiodic and chaotic spike trains. In order to analyze these spike trains quantitatively, we use the phase return map to describe the dynamical behavior on a one-dimensional (1D) map. According to the monotonicity or discontinuous point of the 1D map, the spike trains are transformed into symbolic sequences by implementing a coarse-grained algorithm — symbolic dynamics. Based on the ordering rules of symbolic dynamics, the parameters of the external stimulus can be measured in high resolution with finite length symbolic sequences. A reasonable explanation for why the nervous system can discriminate or cognize the small change of the external signals in a short time is also presented. (general)

  11. EMD-Based Symbolic Dynamic Analysis for the Recognition of Human and Nonhuman Pyroelectric Infrared Signals

    Directory of Open Access Journals (Sweden)

    Jiaduo Zhao

    2016-01-01

    Full Text Available In this paper, we propose an effective human and nonhuman pyroelectric infrared (PIR signal recognition method to reduce PIR detector false alarms. First, using the mathematical model of the PIR detector, we analyze the physical characteristics of the human and nonhuman PIR signals; second, based on the analysis results, we propose an empirical mode decomposition (EMD-based symbolic dynamic analysis method for the recognition of human and nonhuman PIR signals. In the proposed method, first, we extract the detailed features of a PIR signal into five symbol sequences using an EMD-based symbolization method, then, we generate five feature descriptors for each PIR signal through constructing five probabilistic finite state automata with the symbol sequences. Finally, we use a weighted voting classification strategy to classify the PIR signals with their feature descriptors. Comparative experiments show that the proposed method can effectively classify the human and nonhuman PIR signals and reduce PIR detector’s false alarms.

  12. EMD-Based Symbolic Dynamic Analysis for the Recognition of Human and Nonhuman Pyroelectric Infrared Signals.

    Science.gov (United States)

    Zhao, Jiaduo; Gong, Weiguo; Tang, Yuzhen; Li, Weihong

    2016-01-20

    In this paper, we propose an effective human and nonhuman pyroelectric infrared (PIR) signal recognition method to reduce PIR detector false alarms. First, using the mathematical model of the PIR detector, we analyze the physical characteristics of the human and nonhuman PIR signals; second, based on the analysis results, we propose an empirical mode decomposition (EMD)-based symbolic dynamic analysis method for the recognition of human and nonhuman PIR signals. In the proposed method, first, we extract the detailed features of a PIR signal into five symbol sequences using an EMD-based symbolization method, then, we generate five feature descriptors for each PIR signal through constructing five probabilistic finite state automata with the symbol sequences. Finally, we use a weighted voting classification strategy to classify the PIR signals with their feature descriptors. Comparative experiments show that the proposed method can effectively classify the human and nonhuman PIR signals and reduce PIR detector's false alarms.

  13. The Symbolic Meaning of Legal Subjectivity

    NARCIS (Netherlands)

    Pessers, D.; van Klink, B.; van Beers, B.; Poort, L.

    2016-01-01

    The legitimacy of the law is not to be found, as is often claimed, in procedural justice, but in the core function of the law: the symbolic insertion of every new generation into the community of legal subjects. This symbolic function is most ambitiously expressed in the Universal Declaration of

  14. CERN and space science

    CERN Multimedia

    2009-01-01

    The connection between CERN and space is tangible this week, as former CERN Fellow and ESA astronaut Christer Fuglesang begins the second week of his mission on space shuttle flight STS-128. I had the pleasure to meet Christer back in October 2008 at an IEEE symposium in Dresden, and he asked me whether we could give him something related to CERN for his official flight kit. We thought of caps and tee-shirts, but in the end decided to give him a neutralino as a symbol of the link between particle physics and the science of the Universe. Neutralinos are theoretical particles that the LHC will be looking for, and if they exist, they’re strong candidates for the Universe’s dark matter. Christer’s neutralino is just a model, of course, escaped from the particle zoo, but what better symbol of the connectedness of science? Christer Fuglesang is not the only link CERN has with the space shuttle programme. We’ve recently learned that...

  15. Engineering Evaluation and Assessment (EE and A) Report for the Symbolic and Sub-symbolic Robotics Intelligence Control System (SS-RICS)

    Science.gov (United States)

    2018-04-01

    ARL-TR-8352 ● APR 2018 US Army Research Laboratory Engineering Evaluation and Assessment (EE&A) Report for the Symbolic and Sub...APR 2018 US Army Research Laboratory Engineering Evaluation and Assessment (EE&A) Report for the Symbolic and Sub-symbolic Robotics...Intelligence Control System (SS-RICS) by Troy Dale Kelley and Eric Avery Human Research and Engineering Directorate, ARL Sean McGhee STG Inc

  16. Parallel implementation of many-body mean-field equations

    International Nuclear Information System (INIS)

    Chinn, C.R.; Umar, A.S.; Vallieres, M.; Strayer, M.R.

    1994-01-01

    We describe the numerical methods used to solve the system of stiff, nonlinear partial differential equations resulting from the Hartree-Fock description of many-particle quantum systems, as applied to the structure of the nucleus. The solutions are performed on a three-dimensional Cartesian lattice. Discretization is achieved through the lattice basis-spline collocation method, in which quantum-state vectors and coordinate-space operators are expressed in terms of basis-spline functions on a spatial lattice. All numerical procedures reduce to a series of matrix-vector multiplications and other elementary operations, which we perform on a number of different computing architectures, including the Intel Paragon and the Intel iPSC/860 hypercube. Parallelization is achieved through a combination of mechanisms employing the Gram-Schmidt procedure, broadcasts, global operations, and domain decomposition of state vectors. We discuss the approach to the problems of limited node memory and node-to-node communication overhead inherent in using distributed-memory, multiple-instruction, multiple-data stream parallel computers. An algorithm was developed to reduce the communication overhead by pipelining some of the message passing procedures

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

    DEFF Research Database (Denmark)

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

    2011-01-01

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

  18. Symbolic computer vector analysis

    Science.gov (United States)

    Stoutemyer, D. R.

    1977-01-01

    A MACSYMA program is described which performs symbolic vector algebra and vector calculus. The program can combine and simplify symbolic expressions including dot products and cross products, together with the gradient, divergence, curl, and Laplacian operators. The distribution of these operators over sums or products is under user control, as are various other expansions, including expansion into components in any specific orthogonal coordinate system. There is also a capability for deriving the scalar or vector potential of a vector field. Examples include derivation of the partial differential equations describing fluid flow and magnetohydrodynamics, for 12 different classic orthogonal curvilinear coordinate systems.

  19. JINGLE: THE SOUNDING SYMBOL

    Directory of Open Access Journals (Sweden)

    Bysko Maxim V.

    2013-12-01

    Full Text Available The article considers the role of jingles in the industrial era, from the occurrence of the regular radio broadcasting, sound films and television up of modern video games, audio and video podcasts, online broadcasts, and mobile communications. Jingles are researched from the point of view of the theory of symbols: the forward motion is detected in the process of development of jingles from the social symbols (radio callsigns to the individual signs-images (ringtones. The role of technical progress in the formation of jingles as important cultural audio elements of modern digital civilization.

  20. State-space prediction model for chaotic time series

    Science.gov (United States)

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

    1998-08-01

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

  1. Information decomposition method to analyze symbolical sequences

    International Nuclear Information System (INIS)

    Korotkov, E.V.; Korotkova, M.A.; Kudryashov, N.A.

    2003-01-01

    The information decomposition (ID) method to analyze symbolical sequences is presented. This method allows us to reveal a latent periodicity of any symbolical sequence. The ID method is shown to have advantages in comparison with application of the Fourier transformation, the wavelet transform and the dynamic programming method to look for latent periodicity. Examples of the latent periods for poetic texts, DNA sequences and amino acids are presented. Possible origin of a latent periodicity for different symbolical sequences is discussed

  2. State Machine Modeling of the Space Launch System Solid Rocket Boosters

    Science.gov (United States)

    Harris, Joshua A.; Patterson-Hine, Ann

    2013-01-01

    The Space Launch System is a Shuttle-derived heavy-lift vehicle currently in development to serve as NASA's premiere launch vehicle for space exploration. The Space Launch System is a multistage rocket with two Solid Rocket Boosters and multiple payloads, including the Multi-Purpose Crew Vehicle. Planned Space Launch System destinations include near-Earth asteroids, the Moon, Mars, and Lagrange points. The Space Launch System is a complex system with many subsystems, requiring considerable systems engineering and integration. To this end, state machine analysis offers a method to support engineering and operational e orts, identify and avert undesirable or potentially hazardous system states, and evaluate system requirements. Finite State Machines model a system as a finite number of states, with transitions between states controlled by state-based and event-based logic. State machines are a useful tool for understanding complex system behaviors and evaluating "what-if" scenarios. This work contributes to a state machine model of the Space Launch System developed at NASA Ames Research Center. The Space Launch System Solid Rocket Booster avionics and ignition subsystems are modeled using MATLAB/Stateflow software. This model is integrated into a larger model of Space Launch System avionics used for verification and validation of Space Launch System operating procedures and design requirements. This includes testing both nominal and o -nominal system states and command sequences.

  3. The Rhetoric of Disenchantment through Symbolism

    Science.gov (United States)

    Munyangeyo, Théophile

    2012-01-01

    The symbolism of "flowers" has always been a significant part of cultures around the world due to their functional meaning in daily life. From their decorative to their aromatic role, flowers and their symbolic meaning trigger emotions, convey wishes and represent thoughts that can not be explicitly expressed. In this regard, an…

  4. On synchronous parallel computations with independent probabilistic choice

    International Nuclear Information System (INIS)

    Reif, J.H.

    1984-01-01

    This paper introduces probabilistic choice to synchronous parallel machine models; in particular parallel RAMs. The power of probabilistic choice in parallel computations is illustrate by parallelizing some known probabilistic sequential algorithms. The authors characterize the computational complexity of time, space, and processor bounded probabilistic parallel RAMs in terms of the computational complexity of probabilistic sequential RAMs. They show that parallelism uniformly speeds up time bounded probabilistic sequential RAM computations by nearly a quadratic factor. They also show that probabilistic choice can be eliminated from parallel computations by introducing nonuniformity

  5. A practical approach for writer-dependent symbol recognition using a writer-independent symbol recognizer.

    Science.gov (United States)

    LaViola, Joseph J; Zeleznik, Robert C

    2007-11-01

    We present a practical technique for using a writer-independent recognition engine to improve the accuracy and speed while reducing the training requirements of a writer-dependent symbol recognizer. Our writer-dependent recognizer uses a set of binary classifiers based on the AdaBoost learning algorithm, one for each possible pairwise symbol comparison. Each classifier consists of a set of weak learners, one of which is based on a writer-independent handwriting recognizer. During online recognition, we also use the n-best list of the writer-independent recognizer to prune the set of possible symbols and thus reduce the number of required binary classifications. In this paper, we describe the geometric and statistical features used in our recognizer and our all-pairs classification algorithm. We also present the results of experiments that quantify the effect incorporating a writer-independent recognition engine into a writer-dependent recognizer has on accuracy, speed, and user training time.

  6. Graphic Symbols as "The Mind on Paper": Links between Children's Interpretive Theory of Mind and Symbol Understanding

    Science.gov (United States)

    Myers, Lauren J.; Liben, Lynn S.

    2012-01-01

    Children gradually develop interpretive theory of mind (iToM)--the understanding that different people may interpret identical events or stimuli differently. The present study tested whether more advanced iToM underlies children's recognition that map symbols' meanings must be communicated to others when symbols are iconic (resemble their…

  7. Handwriting generates variable visual output to facilitate symbol learning.

    Science.gov (United States)

    Li, Julia X; James, Karin H

    2016-03-01

    Recent research has demonstrated that handwriting practice facilitates letter categorization in young children. The present experiments investigated why handwriting practice facilitates visual categorization by comparing 2 hypotheses: that handwriting exerts its facilitative effect because of the visual-motor production of forms, resulting in a direct link between motor and perceptual systems, or because handwriting produces variable visual instances of a named category in the environment that then changes neural systems. We addressed these issues by measuring performance of 5-year-old children on a categorization task involving novel, Greek symbols across 6 different types of learning conditions: 3 involving visual-motor practice (copying typed symbols independently, tracing typed symbols, tracing handwritten symbols) and 3 involving visual-auditory practice (seeing and saying typed symbols of a single typed font, of variable typed fonts, and of handwritten examples). We could therefore compare visual-motor production with visual perception both of variable and similar forms. Comparisons across the 6 conditions (N = 72) demonstrated that all conditions that involved studying highly variable instances of a symbol facilitated symbol categorization relative to conditions where similar instances of a symbol were learned, regardless of visual-motor production. Therefore, learning perceptually variable instances of a category enhanced performance, suggesting that handwriting facilitates symbol understanding by virtue of its environmental output: supporting the notion of developmental change though brain-body-environment interactions. (PsycINFO Database Record (c) 2016 APA, all rights reserved).

  8. Reversibility and the structure of the local state space

    International Nuclear Information System (INIS)

    Al-Safi, Sabri W; Richens, Jonathan

    2015-01-01

    The richness of quantum theory’s reversible dynamics is one of its unique operational characteristics, with recent results suggesting deep links between the theory’s reversible dynamics, its local state space and the degree of non-locality it permits. We explore the delicate interplay between these features, demonstrating that reversibility places strong constraints on both the local and global state space. Firstly, we show that all reversible dynamics are trivial (composed of local transformations and permutations of subsytems) in maximally non-local theories whose local state spaces satisfy a dichotomy criterion; this applies to a range of operational models that have previously been studied, such as d-dimensional ‘hyperballs’ and almost all regular polytope systems. By separately deriving a similar result for odd-sided polygons, we show that classical systems are the only regular polytope state spaces whose maximally non-local composites allow for non-trivial reversible dynamics. Secondly, we show that non-trivial reversible dynamics do exist in maximally non-local theories whose state spaces are reducible into two or more smaller spaces. We conjecture that this is a necessary condition for the existence of such dynamics, but that reversible entanglement generation remains impossible even in this scenario. (paper)

  9. Vol. 33 - Compact State-Space Models for Complex Superconducting Radio-Frequency Structures Based on Model Order Reduction and Concatenation Methods

    CERN Document Server

    Flisgen, Thomas

    2015-01-01

    The modeling of large chains of superconducting cavities with couplers is a challeng- ing task in computational electrical engineering. The direct numerical treatment of these structures can easily lead to problems with more than ten million degrees of freedom. Problems of this complexity are typically solved with the help of parallel programs running on supercomputing infrastructures. However, these infrastructures are expensive to purchase, to operate, and to maintain. The aim of this thesis is to introduce and to validate an approach which allows for modeling large structures on a standard workstation. The novel technique is called State-Space Concatena- tions and is based on the decomposition of the complete structure into individual segments. The radio-frequency properties of the generated segments are described by a set of state-space equations which either emerge from analytical considera- tions or from numerical discretization schemes. The model order of these equations is reduced...

  10. Television Commercials: Symbols, Myths and Metaphors.

    Science.gov (United States)

    Feasley, Florence G.

    Television commercials convey to the audience through symbols, metaphors, and myths the feelings and emotions deeply rooted in our culture. While commercials on one level are concerned with a representation of the product or service, they are on another level a symbol of a larger meaning: love, family, romance, motherhood, or hero worship. A can…

  11. A Dynamic Perspective on Symbolic Co-branding

    DEFF Research Database (Denmark)

    von Wallpach, Sylvia; Backhausen, Mia

    2016-01-01

    brand’s meaning—a challenge that is accentuated when multiple brands form alliances. Focusing on symbolic co-branding, this paper aims to understand how involved brands’ meaning arises from discursive interactions in stakeholder networks (including brand management). A netnographic study in the context...... of lifestyle and fashion blogs provides in-depth insights into the evolvement of two symbolic co-branding processes. The results highlight various stakeholders’ role in and discursive strategies of creating and transferring meaning between involved brands and add unprecedented insights into symbolic co-branding...

  12. Computations on the massively parallel processor at the Goddard Space Flight Center

    Science.gov (United States)

    Strong, James P.

    1991-01-01

    Described are four significant algorithms implemented on the massively parallel processor (MPP) at the Goddard Space Flight Center. Two are in the area of image analysis. Of the other two, one is a mathematical simulation experiment and the other deals with the efficient transfer of data between distantly separated processors in the MPP array. The first algorithm presented is the automatic determination of elevations from stereo pairs. The second algorithm solves mathematical logistic equations capable of producing both ordered and chaotic (or random) solutions. This work can potentially lead to the simulation of artificial life processes. The third algorithm is the automatic segmentation of images into reasonable regions based on some similarity criterion, while the fourth is an implementation of a bitonic sort of data which significantly overcomes the nearest neighbor interconnection constraints on the MPP for transferring data between distant processors.

  13. Generating and Solving Symbolic Parity Games

    Directory of Open Access Journals (Sweden)

    Gijs Kant

    2014-07-01

    Full Text Available We present a new tool for verification of modal mu-calculus formulae for process specifications, based on symbolic parity games. It enhances an existing method, that first encodes the problem to a Parameterised Boolean Equation System (PBES and then instantiates the PBES to a parity game. We improved the translation from specification to PBES to preserve the structure of the specification in the PBES, we extended LTSmin to instantiate PBESs to symbolic parity games, and implemented the recursive parity game solving algorithm by Zielonka for symbolic parity games. We use Multi-valued Decision Diagrams (MDDs to represent sets and relations, thus enabling the tools to deal with very large systems. The transition relation is partitioned based on the structure of the specification, which allows for efficient manipulation of the MDDs. We performed two case studies on modular specifications, that demonstrate that the new method has better time and memory performance than existing PBES based tools and can be faster (but slightly less memory efficient than the symbolic model checker NuSMV.

  14. Combining metric episodes with semantic event concepts within the Symbolic and Sub-Symbolic Robotics Intelligence Control System (SS-RICS)

    Science.gov (United States)

    Kelley, Troy D.; McGhee, S.

    2013-05-01

    This paper describes the ongoing development of a robotic control architecture that inspired by computational cognitive architectures from the discipline of cognitive psychology. The Symbolic and Sub-Symbolic Robotics Intelligence Control System (SS-RICS) combines symbolic and sub-symbolic representations of knowledge into a unified control architecture. The new architecture leverages previous work in cognitive architectures, specifically the development of the Adaptive Character of Thought-Rational (ACT-R) and Soar. This paper details current work on learning from episodes or events. The use of episodic memory as a learning mechanism has, until recently, been largely ignored by computational cognitive architectures. This paper details work on metric level episodic memory streams and methods for translating episodes into abstract schemas. The presentation will include research on learning through novelty and self generated feedback mechanisms for autonomous systems.

  15. Identified state-space prediction model for aero-optical wavefronts

    Science.gov (United States)

    Faghihi, Azin; Tesch, Jonathan; Gibson, Steve

    2013-07-01

    A state-space disturbance model and associated prediction filter for aero-optical wavefronts are described. The model is computed by system identification from a sequence of wavefronts measured in an airborne laboratory. Estimates of the statistics and flow velocity of the wavefront data are shown and can be computed from the matrices in the state-space model without returning to the original data. Numerical results compare velocity values and power spectra computed from the identified state-space model with those computed from the aero-optical data.

  16. Symbol Recognition using Spatial Relations

    OpenAIRE

    K.C., Santosh; Lamiroy, Bart; Wendling, Laurent

    2012-01-01

    International audience; In this paper, we present a method for symbol recognition based on the spatio-structural description of a 'vocabulary' of extracted visual elementary parts. It is applied to symbols in electrical wiring diagrams. The method consists of first identifying vocabulary elements into different groups based on their types (e.g., circle, corner ). We then compute spatial relations between the possible pairs of labelled vocabulary types which are further used as a basis for bui...

  17. Parallel Monte Carlo Search for Hough Transform

    Science.gov (United States)

    Lopes, Raul H. C.; Franqueira, Virginia N. L.; Reid, Ivan D.; Hobson, Peter R.

    2017-10-01

    We investigate the problem of line detection in digital image processing and in special how state of the art algorithms behave in the presence of noise and whether CPU efficiency can be improved by the combination of a Monte Carlo Tree Search, hierarchical space decomposition, and parallel computing. The starting point of the investigation is the method introduced in 1962 by Paul Hough for detecting lines in binary images. Extended in the 1970s to the detection of space forms, what came to be known as Hough Transform (HT) has been proposed, for example, in the context of track fitting in the LHC ATLAS and CMS projects. The Hough Transform transfers the problem of line detection, for example, into one of optimization of the peak in a vote counting process for cells which contain the possible points of candidate lines. The detection algorithm can be computationally expensive both in the demands made upon the processor and on memory. Additionally, it can have a reduced effectiveness in detection in the presence of noise. Our first contribution consists in an evaluation of the use of a variation of the Radon Transform as a form of improving theeffectiveness of line detection in the presence of noise. Then, parallel algorithms for variations of the Hough Transform and the Radon Transform for line detection are introduced. An algorithm for Parallel Monte Carlo Search applied to line detection is also introduced. Their algorithmic complexities are discussed. Finally, implementations on multi-GPU and multicore architectures are discussed.

  18. Of States and Borders on the Internet

    DEFF Research Database (Denmark)

    Shklovski, Irina; Struthers, David

    2010-01-01

    their activity on the Internet as happening within or outside the space of the state to which they felt allegiance and belonging. National borders are demarcated on the Internet through naming via ccTLDs and can result in individual expressions of various types of nationalism online. We find that cc......TLDs are not just symbolic markers but have real meaning and their importance increases in locations where notions of statehood are in flux....

  19. Distributed Graph-Based State Space Generation

    NARCIS (Netherlands)

    Blom, Stefan; Kant, Gijs; Rensink, Arend; De Lara, J.; Varro, D.

    LTSMIN provides a framework in which state space generation can be distributed easily over many cores on a single compute node, as well as over multiple compute nodes. The tool works on the basis of a vector representation of the states; the individual cores are assigned the task of computing all

  20. New Map Symbol System for Disaster Management

    Science.gov (United States)

    Marinova, Silvia T.

    2018-05-01

    In the last 10 years Bulgaria was frequently affected by natural and man-made disasters that caused considerable losses. According to the Bulgarian Disaster Management Act (2006) disaster management should be planned at local, regional and national level. Disaster protection is based on plans that include maps such as hazard maps, maps for protection, maps for evacuation planning, etc. Decision-making and cooperation between two or more neighboring municipalities or regions in crisis situation are still rendered difficult because the maps included in the plans differ in scale, colors, map symbols and cartographic design. To improve decision-making process in case of emergency and to reduce the number of human loss and property damages disaster management plans at local and regional level should be supported by detailed thematic maps created in accordance with uniform contents, map symbol system and design. The paper proposes a new symbol system for disaster management that includes a four level hierarchical classification of objects and phenomena according to their type and origin. All objects and phenomena of this classification are divided into five categories: disasters; infrastructure; protection services and infrastructure for protection; affected people and affected infrastructure; operational sites and activities. The symbols of these categories are shown with different background colors and shapes so that they are identifiable. All the symbols have simple but associative design. The new symbol system is used in the design of a series of maps for disaster management at local and regional level.

  1. Efficient Bit-to-Symbol Likelihood Mappings

    Science.gov (United States)

    Moision, Bruce E.; Nakashima, Michael A.

    2010-01-01

    This innovation is an efficient algorithm designed to perform bit-to-symbol and symbol-to-bit likelihood mappings that represent a significant portion of the complexity of an error-correction code decoder for high-order constellations. Recent implementation of the algorithm in hardware has yielded an 8- percent reduction in overall area relative to the prior design.

  2. IQ imbalance tolerable parallel-channel DMT transmission for coherent optical OFDMA access network

    Science.gov (United States)

    Jung, Sang-Min; Mun, Kyoung-Hak; Jung, Sun-Young; Han, Sang-Kook

    2016-12-01

    Phase diversity of coherent optical communication provides spectrally efficient higher-order modulation for optical communications. However, in-phase/quadrature (IQ) imbalance in coherent optical communication degrades transmission performance by introducing unwanted signal distortions. In a coherent optical orthogonal frequency division multiple access (OFDMA) passive optical network (PON), IQ imbalance-induced signal distortions degrade transmission performance by interferences of mirror subcarriers, inter-symbol interference (ISI), and inter-channel interference (ICI). We propose parallel-channel discrete multitone (DMT) transmission to mitigate transceiver IQ imbalance-induced signal distortions in coherent orthogonal frequency division multiplexing (OFDM) transmissions. We experimentally demonstrate the effectiveness of parallel-channel DMT transmission compared with that of OFDM transmission in the presence of IQ imbalance.

  3. Space resolved x-ray diffraction measurements of the supercooled state of polymers

    International Nuclear Information System (INIS)

    Asano, Tsutomu; Yoshida, Shinya; Nishida, Akira; Mina, M.F.

    2002-01-01

    In order to measure an ordering process of polymers, the supercooled state near the crystallizing surface was observed by a space resolved X-ray diffraction method at Photon Factory (PF). Using temperature slope crystallization, low density polyethylene and even-number paraffins were examined during crystallization from the melt state. The results indicate that polyethylene shows a sharp b-axis orientation where the lamellar normal and crystalline c-axis are perpendicular to the temperature slope. The crystalline lamellae are well-developed with lamellar thickness of 180 A. The supercooled melt state just above the crystallizing plane shows some diffraction in the small angle region without any crystalline reflection in the wide angle. This fact suggests that a long-range ordering (lamellar structure) appears prior to the short-range one (crystalline structure). The in-situ crystallizing surface was observed by an optical microscope connected to a TV system. The crystallizing surface of even-number paraffins moves to upwards in the temperature slope. In-situ X-ray measurements at PF revealed that the crystalline c-axis and lamellar normal of the even number paraffins are parallel to the temperature slope. From these results, the crystalline ordering and the surface movement of even number paraffins are explained using special nucleation mechanism including a screw dislocation. (author)

  4. Multiple symbol differential detection of uncoded and trellis coded MPSK

    Science.gov (United States)

    Divsalar, Dariush; Simon, Marvin K.; Shahshahani, Mehrdad

    1989-01-01

    A differential detection for MPSK, which uses a multiple symbol observation interval, is presented and its performance analyzed and simulated. The technique makes use of maximum-likelihood sequence estimation of the transmitted phases rather than symbol-by-symbol detection as in conventional differential detection. As such the performance of this multiple symbol detection scheme fills the gap between conventional (two-symbol observation) differentially coherent detection of MPSK and ideal coherent of MPSK with differential encoding. The amount of improvement gained over conventional differential detection depends on the number of phases, M, and the number of additional symbol intervals added to the observation. What is particularly interesting is that substantial performance improvement can be obtained for only one or two additional symbol intervals of observation. The analysis and simulation results presented are for uncoded and trellis coded MPSK.

  5. Graphic Symbol Recognition using Graph Based Signature and Bayesian Network Classifier

    OpenAIRE

    Luqman, Muhammad Muzzamil; Brouard, Thierry; Ramel, Jean-Yves

    2010-01-01

    We present a new approach for recognition of complex graphic symbols in technical documents. Graphic symbol recognition is a well known challenge in the field of document image analysis and is at heart of most graphic recognition systems. Our method uses structural approach for symbol representation and statistical classifier for symbol recognition. In our system we represent symbols by their graph based signatures: a graphic symbol is vectorized and is converted to an attributed relational g...

  6. Space groups for solid state scientists

    CERN Document Server

    Glazer, Michael; Glazer, Alexander N

    2014-01-01

    This Second Edition provides solid state scientists, who are not necessarily experts in crystallography, with an understandable and comprehensive guide to the new International Tables for Crystallography. The basic ideas of symmetry, lattices, point groups, and space groups are explained in a clear and detailed manner. Notation is introduced in a step-by-step way so that the reader is supplied with the tools necessary to derive and apply space group information. Of particular interest in this second edition are the discussions of space groups application to such timely topics as high-te

  7. Formalising Symbolic Interactionism

    NARCIS (Netherlands)

    de Nooy, W.

    2009-01-01

    Symbolic interactionism is generally known as a theory typically linked with a qualitative methodology. Recent developments in quantitative social network analysis, however, can analyze processes theorized within this theoretical tradition. Thick description can be complemented with statistical

  8. Simulation Exploration through Immersive Parallel Planes

    Energy Technology Data Exchange (ETDEWEB)

    Brunhart-Lupo, Nicholas J [National Renewable Energy Laboratory (NREL), Golden, CO (United States); Bush, Brian W [National Renewable Energy Laboratory (NREL), Golden, CO (United States); Gruchalla, Kenny M [National Renewable Energy Laboratory (NREL), Golden, CO (United States); Smith, Steve [Los Alamos Visualization Associates

    2017-05-25

    We present a visualization-driven simulation system that tightly couples systems dynamics simulations with an immersive virtual environment to allow analysts to rapidly develop and test hypotheses in a high-dimensional parameter space. To accomplish this, we generalize the two-dimensional parallel-coordinates statistical graphic as an immersive 'parallel-planes' visualization for multivariate time series emitted by simulations running in parallel with the visualization. In contrast to traditional parallel coordinate's mapping the multivariate dimensions onto coordinate axes represented by a series of parallel lines, we map pairs of the multivariate dimensions onto a series of parallel rectangles. As in the case of parallel coordinates, each individual observation in the dataset is mapped to a polyline whose vertices coincide with its coordinate values. Regions of the rectangles can be 'brushed' to highlight and select observations of interest: a 'slider' control allows the user to filter the observations by their time coordinate. In an immersive virtual environment, users interact with the parallel planes using a joystick that can select regions on the planes, manipulate selection, and filter time. The brushing and selection actions are used to both explore existing data as well as to launch additional simulations corresponding to the visually selected portions of the input parameter space. As soon as the new simulations complete, their resulting observations are displayed in the virtual environment. This tight feedback loop between simulation and immersive analytics accelerates users' realization of insights about the simulation and its output.

  9. 7 CFR 91.102 - Form of official identification symbols.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 3 2010-01-01 2010-01-01 false Form of official identification symbols. 91.102... LABORATORY TESTING PROGRAMS SERVICES AND GENERAL INFORMATION Designation of Approved Symbols for Identification of Commodities Officially Tested By AMS § 91.102 Form of official identification symbols. Two...

  10. Quantization of Space-like States in Lorentz-Violating Theories

    Science.gov (United States)

    Colladay, Don

    2018-01-01

    Lorentz violation frequently induces modified dispersion relations that can yield space-like states that impede the standard quantization procedures. In certain cases, an extended Hamiltonian formalism can be used to define observer-covariant normalization factors for field expansions and phase space integrals. These factors extend the theory to include non-concordant frames in which there are negative-energy states. This formalism provides a rigorous way to quantize certain theories containing space-like states and allows for the consistent computation of Cherenkov radiation rates in arbitrary frames and avoids singular expressions.

  11. 40 CFR 1054.805 - What symbols, acronyms, and abbreviations does this part use?

    Science.gov (United States)

    2010-07-01

    ... ENGINES AND EQUIPMENT Definitions and Other Reference Information § 1054.805 What symbols, acronyms, and.... HChydrocarbon. hrhour. kPakilopascals. kWkilowatts. N2Onitrous oxide. NMHCnonmethane hydrocarbons. NOXoxides of... hydrocarbon. THCEtotal hydrocarbon equivalent. U.S.C.United States Code. ...

  12. Availability modeling and optimization of dynamic multi-state series–parallel systems with random reconfiguration

    International Nuclear Information System (INIS)

    Li, Y.F.; Peng, R.

    2014-01-01

    Most studies on multi-state series–parallel systems focus on the static type of system architecture. However, it is insufficient to model many complex industrial systems having several operation phases and each requires a subset of the subsystems combined together to perform certain tasks. To bridge this gap, this study takes into account this type of dynamic behavior in the multi-state series–parallel system and proposes an analytical approach to calculate the system availability and the operation cost. In this approach, Markov process is used to model the dynamics of system phase changing and component state changing, Markov reward model is used to calculate the operation cost associated with the dynamics, and universal generating function (UGF) is used to build system availability function from the system phase model and the component models. Based upon these models, an optimization problem is formulated to minimize the total system cost with the constraint that system availability is greater than a desired level. The genetic algorithm is then applied to solve the optimization problem. The proposed modeling and solution procedures are illustrated on a system design problem modified from a real-world maritime oil transportation system

  13. Democracy and the Symbolic Constitution of Society

    NARCIS (Netherlands)

    Lindahl, H.K.

    1998-01-01

    Abstract. Building on Cassirer's philosophy of symbolic forms, this paper argues that the continuities and discontinuities characterizing the passage from medieval politics to modern democracy can best be understood by reference to political power's symbolic structure. For the one, political power,

  14. System resiliency quantification using non-state-space and state-space analytic models

    International Nuclear Information System (INIS)

    Ghosh, Rahul; Kim, DongSeong; Trivedi, Kishor S.

    2013-01-01

    Resiliency is becoming an important service attribute for large scale distributed systems and networks. Key problems in resiliency quantification are lack of consensus on the definition of resiliency and systematic approach to quantify system resiliency. In general, resiliency is defined as the ability of (system/person/organization) to recover/defy/resist from any shock, insult, or disturbance [1]. Many researchers interpret resiliency as a synonym for fault-tolerance and reliability/availability. However, effect of failure/repair on systems is already covered by reliability/availability measures and that of on individual jobs is well covered under the umbrella of performability [2] and task completion time analysis [3]. We use Laprie [4] and Simoncini [5]'s definition in which resiliency is the persistence of service delivery that can justifiably be trusted, when facing changes. The changes we are referring to here are beyond the envelope of system configurations already considered during system design, that is, beyond fault tolerance. In this paper, we outline a general approach for system resiliency quantification. Using examples of non-state-space and state-space stochastic models, we analytically–numerically quantify the resiliency of system performance, reliability, availability and performability measures w.r.t. structural and parametric changes

  15. 17 CFR 232.306 - Foreign language documents and symbols.

    Science.gov (United States)

    2010-04-01

    ... symbols. 232.306 Section 232.306 Commodity and Securities Exchanges SECURITIES AND EXCHANGE COMMISSION... § 232.306 Foreign language documents and symbols. (a) All electronic filings and submissions must be in... words or letters in the English language rather than representative symbols, except that HTML documents...

  16. Symbol manipulation and rule learning in spiking neuronal networks.

    Science.gov (United States)

    Fernando, Chrisantha

    2011-04-21

    It has been claimed that the productivity, systematicity and compositionality of human language and thought necessitate the existence of a physical symbol system (PSS) in the brain. Recent discoveries about temporal coding suggest a novel type of neuronal implementation of a physical symbol system. Furthermore, learning classifier systems provide a plausible algorithmic basis by which symbol re-write rules could be trained to undertake behaviors exhibiting systematicity and compositionality, using a kind of natural selection of re-write rules in the brain, We show how the core operation of a learning classifier system, namely, the replication with variation of symbol re-write rules, can be implemented using spike-time dependent plasticity based supervised learning. As a whole, the aim of this paper is to integrate an algorithmic and an implementation level description of a neuronal symbol system capable of sustaining systematic and compositional behaviors. Previously proposed neuronal implementations of symbolic representations are compared with this new proposal. Copyright © 2011 Elsevier Ltd. All rights reserved.

  17. States in the Hilbert space formulation and in the phase space formulation of quantum mechanics

    International Nuclear Information System (INIS)

    Tosiek, J.; Brzykcy, P.

    2013-01-01

    We consider the problem of testing whether a given matrix in the Hilbert space formulation of quantum mechanics or a function considered in the phase space formulation of quantum theory represents a quantum state. We propose several practical criteria for recognising states in these two versions of quantum physics. After minor modifications, they can be applied to check positivity of any operators acting in a Hilbert space or positivity of any functions from an algebra with a ∗-product of Weyl type. -- Highlights: ► Methods of testing whether a given matrix represents a quantum state. ► The Stratonovich–Weyl correspondence on an arbitrary symplectic manifold. ► Criteria for checking whether a function on a symplectic space is a Wigner function

  18. Developmental change in children's sensitivity to sound symbolism.

    Science.gov (United States)

    Tzeng, Christina Y; Nygaard, Lynne C; Namy, Laura L

    2017-08-01

    The current study examined developmental change in children's sensitivity to sound symbolism. Three-, five-, and seven-year-old children heard sound symbolic novel words and foreign words meaning round and pointy and chose which of two pictures (one round and one pointy) best corresponded to each word they heard. Task performance varied as a function of both word type and age group such that accuracy was greater for novel words than for foreign words, and task performance increased with age for both word types. For novel words, children in all age groups reliably chose the correct corresponding picture. For foreign words, 3-year-olds showed chance performance, whereas 5- and 7-year-olds showed reliably above-chance performance. Results suggest increased sensitivity to sound symbolic cues with development and imply that although sensitivity to sound symbolism may be available early and facilitate children's word-referent mappings, sensitivity to subtler sound symbolic cues requires greater language experience. Copyright © 2017 Elsevier Inc. All rights reserved.

  19. A scalable method for parallelizing sampling-based motion planning algorithms

    KAUST Repository

    Jacobs, Sam Ade; Manavi, Kasra; Burgos, Juan; Denny, Jory; Thomas, Shawna; Amato, Nancy M.

    2012-01-01

    This paper describes a scalable method for parallelizing sampling-based motion planning algorithms. It subdivides configuration space (C-space) into (possibly overlapping) regions and independently, in parallel, uses standard (sequential) sampling-based planners to construct roadmaps in each region. Next, in parallel, regional roadmaps in adjacent regions are connected to form a global roadmap. By subdividing the space and restricting the locality of connection attempts, we reduce the work and inter-processor communication associated with nearest neighbor calculation, a critical bottleneck for scalability in existing parallel motion planning methods. We show that our method is general enough to handle a variety of planning schemes, including the widely used Probabilistic Roadmap (PRM) and Rapidly-exploring Random Trees (RRT) algorithms. We compare our approach to two other existing parallel algorithms and demonstrate that our approach achieves better and more scalable performance. Our approach achieves almost linear scalability on a 2400 core LINUX cluster and on a 153,216 core Cray XE6 petascale machine. © 2012 IEEE.

  20. A scalable method for parallelizing sampling-based motion planning algorithms

    KAUST Repository

    Jacobs, Sam Ade

    2012-05-01

    This paper describes a scalable method for parallelizing sampling-based motion planning algorithms. It subdivides configuration space (C-space) into (possibly overlapping) regions and independently, in parallel, uses standard (sequential) sampling-based planners to construct roadmaps in each region. Next, in parallel, regional roadmaps in adjacent regions are connected to form a global roadmap. By subdividing the space and restricting the locality of connection attempts, we reduce the work and inter-processor communication associated with nearest neighbor calculation, a critical bottleneck for scalability in existing parallel motion planning methods. We show that our method is general enough to handle a variety of planning schemes, including the widely used Probabilistic Roadmap (PRM) and Rapidly-exploring Random Trees (RRT) algorithms. We compare our approach to two other existing parallel algorithms and demonstrate that our approach achieves better and more scalable performance. Our approach achieves almost linear scalability on a 2400 core LINUX cluster and on a 153,216 core Cray XE6 petascale machine. © 2012 IEEE.

  1. Inter-Symbol Guard Time for Synchronizing Optical PPM

    Science.gov (United States)

    Far, William; Gin, Jonathan; Srinivasan, Meera; Quirk, Kevin

    2009-01-01

    An inter-symbol guard time has been proposed as a means of synchronizing the symbol and slot clocks of an optical pulse-position modulation (PPM) receiver with the symbol and slot periods of an incoming optical PPM signal.The proposal is applicable to the low-flux case in which the receiver photodetector operates in a photon-counting mode and the count can include contributions from incidental light sources and dark current.

  2. Anomalous diffusion in a symbolic model

    International Nuclear Information System (INIS)

    Ribeiro, H V; Lenzi, E K; Mendes, R S; Santoro, P A

    2011-01-01

    In this work, we investigate some statistical properties of symbolic sequences generated by a numerical procedure in which the symbols are repeated following the power-law probability density. In this analysis, we consider that the sum of n symbols represents the position of a particle in erratic movement. This approach reveals a rich diffusive scenario characterized by non-Gaussian distribution and, depending on the power-law exponent or the procedure used to build the walker, we may have superdiffusion, subdiffusion or usual diffusion. Additionally, we use the continuous-time random walk framework to compare the analytic results with the numerical data, thereby finding good agreement. Because of its simplicity and flexibility, this model can be a candidate for describing real systems governed by power-law probability densities.

  3. How to upload a physical quantum state into correlation space

    International Nuclear Information System (INIS)

    Morimae, Tomoyuki

    2011-01-01

    In the framework of the computational tensor network [Phys. Rev. Lett. 98, 220503 (2007)], the quantum computation is performed in a virtual linear space called the correlation space. It was recently shown [Phys. Rev. Lett. 103, 050503 (2009)] that a state in a correlation space can be downloaded to the real physical space. In this paper, conversely, we study how to upload a state from a real physical space to the correlation space. After showing the impossibility of cloning a state between a real physical space and the correlation space, we propose a simple teleportation-like method of uploading. This method also enables the Gottesman-Chuang gate teleportation trick and entanglement swapping in the virtual-real hybrid setting. Furthermore, compared with the inverse of the downloading method by Cai et al. [Phys. Rev. Lett. 103, 050503 (2009)], which also works to upload, the proposed uploading method has several advantages.

  4. State-space approach for evaluating the soil-plant-atmosphere system

    International Nuclear Information System (INIS)

    Timm, L.C.; Reichardt, K.; Cassaro, F.A.M.; Tominaga, T.T.; Bacchi, O.O.S.; Oliveira, J.C.M.; Dourado-Neto, D.

    2004-01-01

    Using as examples one sugarcane and one forage oat experiment, both carried out in the State of Sao Paulo, Brazil, this chapter presents recent state-space approaches used to evaluate the relation between soil and plant properties. A contrast is made between classical statistics methodologies that do not take into account the sampling position coordinates, and the more recently used methodologies which include the position coordinates, and allow a better interpretation of the field-sampled data. Classical concepts are first introduced, followed by spatially referenced methodologies like the autocorrelation function, the cross correlation function, and the state-space approach. Two variations of the state-space approach are given: one emphasizes the evolution of the state system while the other based on the bayesian formulation emphasizes the evolution of the estimated observations. It is concluded that these state-space analyses using dynamic regression models improve data analyses and are therefore recommended for analyzing time and space data series related to the performance of a given soil-plant-atmosphere system. (author)

  5. Solid State Ionics Advanced Materials for Emerging Technologies

    Science.gov (United States)

    Chowdari, B. V. R.; Careem, M. A.; Dissanayake, M. A. K. L.; Rajapakse, R. M. G.; Seneviratne, V. A.

    2006-06-01

    cells with polyacrylonitrile based electrolyte / K. Perera ... [et al.]. Hydrothermal synthesis and electrochemical behavior of MoO[symbol] nanobelts for lithium batteries / Y. Qi ... [et al.]. Electrochemical behaviour of a PPy (DBS)/polyacrylonitrile: LiTF:EC:PC/Li cell / K. Vidanapathirana ... [et al.]. Characteristics of thick film CO[symbol] sensors based on NASICON using Li[symbol]CO[symbol]-CaCO[symbol] auxiliary phases / H. J. Kim ... [et al.]. Solid state battery discharge characteristic study on fast silver ion conducting composite system: 0.9[0.75AgI:0.25AgCl]: 0.1TiO[symbol] / R. K. Nagarch, R. Kumar, P. Rawat. Intercalating protonic solid-state batteries with series and parallel combination / K. Singh, S. S. Bhoga, S. M. Bansod. Synthesis and characterization of ZnO fiber by microwave processing / Lin Wang ... [et al.]. Preparation of Sn-Ge alloy coated Ge nanoparticles and Sn-Si alloy coated Si nanoparticles by ball-milling / J. K. D. S. Jayanett, S. M. Heald. Synthesis of ultrafine and crystallized TiO[symbol] by alalkoxied free polymerizable precursor method / M. Vijayakumar ... [et al.]. Development and characterization of polythiophene/fullerene composite solar cells and their degradation studies / P. K. Bhatnagar ... [et al.].

  6. The coherent state on SUq(2) homogeneous space

    International Nuclear Information System (INIS)

    Aizawa, N; Chakrabarti, R

    2009-01-01

    The generalized coherent states for quantum groups introduced by Jurco and StovIcek are studied for the simplest example SU q (2) in full detail. It is shown that the normalized SU q (2) coherent states enjoy the property of completeness, and allow a resolution of the unity. This feature is expected to play a key role in the application of these coherent states in physical models. The homogeneous space of SU q (2), i.e. the q-sphere of Podles, is reproduced in complex coordinates by using the coherent states. Differential calculus in the complex form on the homogeneous space is developed. The high spin limit of the SU q (2) coherent states is also discussed.

  7. The snake as the symbol of medicine, toxicology and toxinology.

    Science.gov (United States)

    Ramoutsaki, I A; Haniotakis, S; Tsatsakis, A M

    2000-10-01

    We investigated the meaning and the roots of the snake's usage as a symbol of medicine, the medical profession, toxicology and toxinology by examining mythological, archeological data and a variety of texts from the ancient Greek world. The snake figure was associated with Asclepios, the ancient Greek God of medicine, and possessed benevolent properties. It was believed to be able to cure a patient or a wounded person just by touch. The snake is also connected with pharmacology and antisepsis, as snakes possess an antivenom against their own poison. The snake is related to sciences associated with poison and death, such as toxicology and toxinology, and it also implies a metaphysical idea. It is connected with the underworld, not only because it crawls on the ground, but because it can bring death, connecting the upper with the underground world. The ability of the snake to shed its skin has been associated with the circle of life, and the renaissance spirit also, ever since early Hellenic antiquity. Consequently, as a symbol of the modern medical profession, toxicology and toxinology, the snake twisted around a stick or the snake beside a pharmapeutic cup, which also implies the use of medicines or even poison, has its roots in the ancient Mediterranean area as proven by the archeological data combined with literary references. Its benevolent as well as its poisonous properties could be paralleled by the similar properties of medicines.

  8. Influence of colour on acquisition and generalisation of graphic symbols.

    Science.gov (United States)

    Hetzroni, O E; Ne'eman, A

    2013-07-01

    Children with autism may benefit from using graphic symbols for their communication, language and literacy development. The purpose of this study was to investigate the influence of colour versus grey-scale displays on the identification of graphic symbols using a computer-based intervention. An alternating treatment design was employed to examine the learning and generalisation of 58 colour and grey-scale symbols by four preschool children with autism. The graphic symbols were taught via a meaning-based intervention using stories and educational games. Results demonstrate that all of the children were able to learn and maintain symbol identification over time for both symbol displays with no apparent differences. Differences were apparent for two of the children who exhibited better generalisation when learning grey-scale symbols first. The other two showed no noticeable difference, between displays when generalising from one display to the other. Implications and further research are discussed. © 2012 The Authors. Journal of Intellectual Disability Research © 2012 John Wiley & Sons Ltd, MENCAP & IASSID.

  9. Cognitive Deficits and Symbolic Play in Preschoolers with Autism

    Science.gov (United States)

    Lam, Yan Grace; Yeung, Siu-sze Susanna

    2012-01-01

    This study investigated symbolic play in 12 children with autism and 12 children with typical development and compared theories that consider either theory of mind, executive function or central coherence to be causally involved in the development of symbolic play in autism. Children with autism demonstrated significantly less symbolic play than…

  10. Social and Symbolic Capital in Firm Clusters

    DEFF Research Database (Denmark)

    Gretzinger, Susanne; Royer, Susanne

    Based on a relational perspective this paper analyses the case of the “Mechatronics Cluster” in Southern Jutland, Denmark. We found that cluster managers are not aware of the importance of social and symbolic capital. Cluster managers could have access to both but they are not aware...... of this resource and they don´t have any knowledge how to manage social and symbolic capital. Just to integrate social-capital-supporting initiatives in the day to day business would help to develop and to foster social and symbolic capital on a low cost level. And in our example just to integrate successful sub...

  11. Assembly processor program converts symbolic programming language to machine language

    Science.gov (United States)

    Pelto, E. V.

    1967-01-01

    Assembly processor program converts symbolic programming language to machine language. This program translates symbolic codes into computer understandable instructions, assigns locations in storage for successive instructions, and computer locations from symbolic addresses.

  12. Low complexity symbol-wise beamforming for MIMO-OFDM systems

    KAUST Repository

    Lee, Hyun Ho

    2011-12-01

    In this paper, we consider a low complexity symbol-wise beamforming for MIMO-OFDM systems. We propose a non-iterative algorithm for the symbol-wise beamforming, which can provide the performance approaching that of the conventional symbol-wise beamforming based on the iterative algorithm. We demonstrate that our proposed scheme can reduce the computational complexity significantly. From our simulation results, it is evident that our proposed scheme leads to a negligible performance loss compared to the conventional symbol-wise beamforming regardless of spatial correlation or presence of co-channel interference. © 2011 IEEE.

  13. Optimization of series-parallel multi-state systems under maintenance policies

    International Nuclear Information System (INIS)

    Nourelfath, Mustapha; Ait-Kadi, Daoud

    2007-01-01

    In the redundancy optimization problem, the design goal is achieved by discrete choices made from components available in the market. In this paper, the problem is to find, under reliability constraints, the minimal cost configuration of a multi-state series-parallel system, which is subject to a specified maintenance policy. The number of maintenance teams is less than the number of repairable components, and a maintenance policy specifies the priorities between the system components. To take into account the dependencies resulting from the sharing of maintenance teams, the universal generating function approach is coupled with a Markov model. The resulting optimization approach has the advantage of being mainly analytical

  14. Children’s Mapping between Non-Symbolic and Symbolic Numerical Magnitudes and Its Association with Timed and Untimed Tests of Mathematics Achievement

    Science.gov (United States)

    Brankaer, Carmen; Ghesquière, Pol; De Smedt, Bert

    2014-01-01

    The ability to map between non-symbolic numerical magnitudes and Arabic numerals has been put forward as a key factor in children’s mathematical development. This mapping ability has been mainly examined indirectly by looking at children’s performance on a symbolic magnitude comparison task. The present study investigated mapping in a more direct way by using a task in which children had to choose which of two choice quantities (Arabic digits or dot arrays) matched the target quantity (dot array or Arabic digit), thereby focusing on small quantities ranging from 1 to 9. We aimed to determine the development of mapping over time and its relation to mathematics achievement. Participants were 36 first graders (M = 6 years 8 months) and 46 third graders (M = 8 years 8 months) who all completed mapping tasks, symbolic and non-symbolic magnitude comparison tasks and standardized timed and untimed tests of mathematics achievement. Findings revealed that children are able to map between non-symbolic and symbolic representations and that this mapping ability develops over time. Moreover, we found that children’s mapping ability is related to timed and untimed measures of mathematics achievement, over and above the variance accounted for by their numerical magnitude comparison skills. PMID:24699664

  15. MCBooster: a library for fast Monte Carlo generation of phase-space decays on massively parallel platforms.

    Science.gov (United States)

    Alves Júnior, A. A.; Sokoloff, M. D.

    2017-10-01

    MCBooster is a header-only, C++11-compliant library that provides routines to generate and perform calculations on large samples of phase space Monte Carlo events. To achieve superior performance, MCBooster is capable to perform most of its calculations in parallel using CUDA- and OpenMP-enabled devices. MCBooster is built on top of the Thrust library and runs on Linux systems. This contribution summarizes the main features of MCBooster. A basic description of the user interface and some examples of applications are provided, along with measurements of performance in a variety of environments

  16. Complexity in Simplicity: Flexible Agent-based State Space Exploration

    DEFF Research Database (Denmark)

    Rasmussen, Jacob Illum; Larsen, Kim Guldstrand

    2007-01-01

    In this paper, we describe a new flexible framework for state space exploration based on cooperating agents. The idea is to let various agents with different search patterns explore the state space individually and communicate information about fruitful subpaths of the search tree to each other...

  17. GENDERED SPACE IN WEST SUMBA TRADITIONAL HOUSES

    Directory of Open Access Journals (Sweden)

    Esti Asih NURDIAH

    2015-12-01

    Full Text Available Rendell stated that gender representation underlined the production of space in architecture both symbolically and functionally in certain cultures (Rendell et al. 2000. Thus, an exploration on the spatial functionality of traditional houses could show how cultural gender rules and roles generate the spatial arrangements. This empirical research explored the traditional houses in two kampongs: Tarung and Ratenggaro of West Sumba, Indonesia, which spaces are divided into two distinct spaces: male’s space and female’s space, each with its own entrance. This firm division leads to the questions on its relation with the traditional gender roles are represented inside the house. Interestingly, the spatial arrangement is not intended to create separation between men and women inside the house or to pose that the status and roles of men are higher than those of women. The research found that the space separation actually is a manifestation of the dynamic roles of male and female members of the house and the circular arrangement of the space around the fireplace at the centre of the house follows the dynamic of gender duality in Sumba culture.

  18. Rite – mythe – symbole. Les croix votives roumaines entre la tradition populaire et la création culte / Rite – Myth – Symbol. Romanian Votive Crosses between Popular Tradition and Cult Creation

    Directory of Open Access Journals (Sweden)

    Zamfira Bîrzu

    2016-05-01

    Full Text Available Rite – Myth – Symbol. Romanian Votive Crosses between Popular Tradition and Cult Creation. The Romanian Pre-Christian Pantheon is presented connected to the themes of cosmogony, having as background the mytical-magical and ritualistic-symbolical thinking, thus underlining the importance of the mythical-historical-religious dimension, and also the defining of sacred space in our Romanian perception. Moreover, the condition of artistic form, as a bearer of the spiritual message, is necessary for the identification of ancient motifs and of the way in which they influence art. These ancient motifs, of great symbolical depth, are connected to the solar cult and are preserved in decorations which can be found in the studied monuments: the cross, the column of the sky, the troiţa (a big cross made of wood or stone, adorned with paintings, sculptures, inscriptions and sometimes framed by a small construction, usually placed at crossroads, near fountains or places that are connected to an event; an icon, formed of three parts, the lateral ones are in hinges, like some shutters, connected to the one from the middle; a tryptich, the icon…

  19. Symbolic analysis of spatio-temporal systems: The measurement problem

    International Nuclear Information System (INIS)

    Brown, R.; Tang, Xianzhu; Tracy, E.R.

    1996-01-01

    We consider the problem of measuring physical quantities using time-series observations. The approach taken is to validate theoretical models which are derived heuristically or from first principles. The fitting of parameters in such models constitutes the measurement. This is a basic problem in measurement science and a wide array of tools are available. However, an important gap in the present toolkit exists when the system of interest, and hence the models used, exhibit chaotic or turbulent behavior. The development of reliable schemes for analyzing such signals is necessary before one can claim to have a quantitative understanding of the underlying physics. In experimental situations, the number of independently measured time-series is limited, but the number of dynamical degrees of freedom can be large. In addition, the signals of interest will typically be embedded in a noisy background. In the symbol statistics approach, the time-series is coarse-grained and converted into a long, symbol stream. The probability of occurrence of various symbol sequences of fixed length constitutes the symbol statistics. These statistics contain a wealth of information about the underlying dynamics and, as we shall discuss, can be used to validate models. Previously, we have applied this symbolic approach to low dimensional systems with great success. The symbol statistics are robust up to noise/signal ∼20%. At higher noise levels the symbol statistics are biased, but in a relatively simple manner. By including the noise characteristics into the model, we were able to use the symbol statistics to measure parameters even when signal/noise is ∼ O(1). More recently, we have extended the symbolic approach to spatio-temporal systems. We have considered both coupled-map lattices and the complex Ginzburg-Landau equation. This equation arises generically near the onset of instabilities

  20. 49 CFR Appendix B to Part 172 - Trefoil Symbol

    Science.gov (United States)

    2010-10-01

    ... 49 Transportation 2 2010-10-01 2010-10-01 false Trefoil Symbol B Appendix B to Part 172... SECURITY PLANS Pt. 172, App. B Appendix B to Part 172—Trefoil Symbol 1. Except as provided in paragraph 2 of this appendix, the trefoil symbol required for RADIOACTIVE labels and placards and required to be...

  1. Symbols and schemas in emotional eating

    DEFF Research Database (Denmark)

    Grunert, Suzanne C.

    1995-01-01

    . Particularly the aspects of security and pleasure are suggested to be important motivators for emotional eating. How these symbolic meanings relate to eating as a regulatory device for emotions is explained by a schema- theoretical approach distinguishing between automatic adaptation mechanisms and strategic......Emotional eating behaviour has been of interest to psychologists exclusively as a disorder. However, evidence suggests that it is a common aspect of normal food habits, initiated by both positive and negative emotions in order to regulate these. T behaviour thus serves to regain or preserve...... the psycho-mental homeostasis. To explain this phenomenon it is first shown which symbolic meanings are associated with eating and foods. The numerous connotations can be grouped into four basic dimensions: Security and pleasure as self-oriented, and status and prestige as socially oriented emotional symbols...

  2. Fast Multi-Symbol Based Iterative Detectors for UWB Communications

    Directory of Open Access Journals (Sweden)

    Lottici Vincenzo

    2010-01-01

    Full Text Available Ultra-wideband (UWB impulse radios have shown great potential in wireless local area networks for localization, coexistence with other services, and low probability of interception and detection. However, low transmission power and high multipath effect make the detection of UWB signals challenging. Recently, multi-symbol based detection has caught attention for UWB communications because it provides good performance and does not require explicit channel estimation. Most of the existing multi-symbol based methods incur a higher computational cost than can be afforded in the envisioned UWB systems. In this paper, we propose an iterative multi-symbol based method that has low complexity and provides near optimal performance. Our method uses only one initial symbol to start and applies a decision directed approach to iteratively update a filter template and information symbols. Simulations show that our method converges in only a few iterations (less than 5, and that when the number of symbols increases, the performance of our method approaches that of the ideal Rake receiver.

  3. Symbolic structure in the architecture of the temple – introduction into theology of the sacred art

    Directory of Open Access Journals (Sweden)

    Jerzy Uścinowicz

    2014-11-01

    Full Text Available Symbol has always been an intrinsic part of a person. The human being – homo religiosus – is by nature also a homo symbolicus, who thinks and feels symbolically, who lives symbolically. In the domain of sacrum, in the temple, life is realized through holy symbols.In the past, this was directly reflected in the architecture and in the art of all religions. They have their special compensation in the temple and vice versa; the temple is a concrete manifestation of the function of a symbol. Thanks to them, art could manifest itself, could naturally pass from the level of aesthetics to the level of religion. Nowadays we face a kind of crisis of symbol in the sphere of art, certain reluctance towards symbols. The language of symbols seems to be dying out.Two thousand years of history of Christianity proved that a main criterion of a value of church architecture was not based on architectural precursors. This architecture was sacred because it was a carrier of a „truth of God” and – like a liturgical mysterion and iconography art – it was a theological comment. It was a codified language of the transposes of religions essences and orders, into the form of architectural expression. This was in a East Christianity and this happens there up to this day.One of the proofs to confirmate this thesis is an example of dome. It has been in existence since the beginning of forming the traditional architecture structure of the orthodox temple; it manifested symbolical and archetype essence – as an interior space and as an exterior form. In the history of architecture as well as the history of religion it had precisely defined symbolic meanings. They designated its significance in the temple, they gave rise to its long duration in the history, and eventually they gave it a status of an essential element, an everlasting witness of Divine mystery”. Presentation of this essence and orders constructs indispensable context to a value of the

  4. Making Faces - State-Space Models Applied to Multi-Modal Signal Processing

    DEFF Research Database (Denmark)

    Lehn-Schiøler, Tue

    2005-01-01

    The two main focus areas of this thesis are State-Space Models and multi modal signal processing. The general State-Space Model is investigated and an addition to the class of sequential sampling methods is proposed. This new algorithm is denoted as the Parzen Particle Filter. Furthermore...... optimizer can be applied to speed up convergence. The linear version of the State-Space Model, the Kalman Filter, is applied to multi modal signal processing. It is demonstrated how a State-Space Model can be used to map from speech to lip movements. Besides the State-Space Model and the multi modal...... application an information theoretic vector quantizer is also proposed. Based on interactions between particles, it is shown how a quantizing scheme based on an analytic cost function can be derived....

  5. Real Time Decoding of Color Symbol for Optical Positioning System

    Directory of Open Access Journals (Sweden)

    Abdul Waheed Malik

    2015-01-01

    Full Text Available This paper presents the design and real-time decoding of a color symbol that can be used as a reference marker for optical navigation. The designed symbol has a circular shape and is printed on paper using two distinct colors. This pair of colors is selected based on the highest achievable signal to noise ratio. The symbol is designed to carry eight bit information. Real time decoding of this symbol is performed using a heterogeneous combination of Field Programmable Gate Array (FPGA and a microcontroller. An image sensor having a resolution of 1600 by 1200 pixels is used to capture images of symbols in complex backgrounds. Dynamic image segmentation, component labeling and feature extraction was performed on the FPGA. The region of interest was further computed from the extracted features. Feature data belonging to the symbol was sent from the FPGA to the microcontroller. Image processing tasks are partitioned between the FPGA and microcontroller based on data intensity. Experiments were performed to verify the rotational independence of the symbols. The maximum distance between camera and symbol allowing for correct detection and decoding was analyzed. Experiments were also performed to analyze the number of generated image components and sub-pixel precision versus different light sources and intensities. The proposed hardware architecture can process up to 55 frames per second for accurate detection and decoding of symbols at two Megapixels resolution. The power consumption of the complete system is 342mw.

  6. 40 CFR 1048.805 - What symbols, acronyms, and abbreviations does this part use?

    Science.gov (United States)

    2010-07-01

    ... ENGINES Definitions and Other Reference Information § 1048.805 What symbols, acronyms, and abbreviations... hydrocarbons. NOXoxides of nitrogen (NO and NO2). psipounds per square inch of absolute pressure. psigpounds.... SIspark-ignition. THCtotal hydrocarbon. THCEtotal hydrocarbon equivalent. U.S.C.United States Code. [67 FR...

  7. Democratisation of AAC Symbol Choices Using Technology.

    Science.gov (United States)

    Draffan, E A; Wald, Mike; Zeinoun, Nadine; Banes, David

    2017-01-01

    The use of an online voting system has been developed to enable democratic choices of newly designed symbols to support speech, language and literacy skills in a localisation situation. The system works for those using and supporting Augmentative and Alternative Communication (AAC) symbols on electronic systems by the provision of simplified scales of acceptance and adapted grids. The methodology and results highlighted the importance of user participation at the outset and concrete examples of symbol adaptations that were found necessary to ensure higher levels of user satisfaction. Design changes included appropriate local dress codes, linguistic nuances, social settings, the built environment and religious sensitivities.

  8. Symbolic initiative and its application to computers

    Energy Technology Data Exchange (ETDEWEB)

    Hellerman, L

    1982-01-01

    The author reviews the role of symbolic initiative in mathematics and then defines a sense in which computers compute mathematical functions. This allows a clarification of the semantics of computer and communication data. Turing's view of machine intelligence is examined in terms of its use of symbolic initiative. 12 references.

  9. LANGUAGE, CULTURE AND IDENTITY: THE PORTUGUESE LANGUAGE AS A SYMBOLIC IDENTIFICATION SPACE ON DOCUMENTARY: LANGUAGE – LIVES IN PORTUGUESE

    Directory of Open Access Journals (Sweden)

    Joelton Duarte de Santana

    2012-06-01

    Full Text Available Language as a social element is constitutive to every human being. Language gives each person, as well as to his or her own linguistic community, an individual and peculiar way to figure out the world and its surroundings. Language is influenced by several processes, including sociocultural and historical ones. If we say that each language may allow its speaker to do a very own world reading, a question about its language behavior in other continents arises. This way we were able to understand how sociocultural influences could improve the whole cultural identity construction process. Both defining linguistic communities and specifying social groups, language becomes a symbolic space of identification. The movie – Language- lives In Portuguese reunites Portuguese speakers reports around the world aiming to illustrate Portuguese language as a nations identity construction, autoafirmation and legitimation factor through social, cultural and historic processes. This study is based on the belief in such a kind of dialogism between Language and Culture. The sociolinguistic studies nowadays do not intend, as they used to, understanding or describing structural language aspects and very individuals ones, but especially to reflect upon relations among subject, language, identity, culture and history.

  10. Volumes of conditioned bipartite state spaces

    International Nuclear Information System (INIS)

    Milz, Simon; Strunz, Walter T

    2015-01-01

    We analyze the metric properties of conditioned quantum state spaces M η (n×m) . These spaces are the convex sets of nm×nm density matrices that, when partially traced over m degrees of freedom, respectively yield the given n × n density matrix η. For the case n = 2, the volume of M η (2×m) equipped with the Hilbert–Schmidt measure can be conjectured to be a simple polynomial of the radius of η in the Bloch-ball. Remarkably, for m=2,3 we find numerically that the probability p sep (2×m) (η) to find a separable state in M η (2×m) is independent of η (except for η pure). For m>3, the same holds for p PosPart (2×m) (η), the probability to find a state with a positive partial transpose in M η (2×m) . These results are proven analytically for the case of the family of 4 × 4 X-states, and thoroughly numerically investigated for the general case. The important implications of these findings for the clarification of open problems in quantum theory are pointed out and discussed. (paper)

  11. On the symbolism of the white coat.

    Science.gov (United States)

    Nash, David A

    2014-12-01

    The white coat ceremony has become an academic ritual in the health professions: a ceremony that signals a transformation of status from ordinary student to that of one studying to become a health professional. While donning the white coat is a sign of a changed role, the white coat is also a powerful symbol of transformation. White is a symbol of purity, and the white coat symbolizes the purity of purpose being affirmed in becoming a health professional. Dentistry is afforded the status of a learned profession as a result of the power dentists possess over patients seeking care; this power is based in sophisticated knowledge. Patients must trust that the dentist's knowledge and skills will be used in their best interest-always to benefit, never to exploit. The white coat symbolizes an affirmation on the part of aspiring dentists that their purpose will be pure and that they can be trusted to honor the tradition of the learned professions in placing the interest of patients above self. Absent an emphasis on the symbolic nature of the white coat ceremony, it can simply become an opportunity to publicly congratulate individuals for their success in gaining entrance to the study of dentistry. By understanding its significance, however, the white coat ceremony can serve as a powerful, meaningful ritual emphasizing the transformation occurring within an individual who is entering the profession of dentistry.

  12. The relationship between symbolic interactionism and interpretive description.

    Science.gov (United States)

    Oliver, Carolyn

    2012-03-01

    In this article I explore the relationship between symbolic interactionist theory and interpretive description methodology. The two are highly compatible, making symbolic interactionism an excellent theoretical framework for interpretive description studies. The pragmatism underlying interpretive description supports locating the methodology within this cross-disciplinary theory to make it more attractive to nonnursing researchers and expand its potential to address practice problems across the applied disciplines. The theory and method are so compatible that symbolic interactionism appears to be part of interpretive description's epistemological foundations. Interpretive description's theoretical roots have, to date, been identified only very generally in interpretivism and the philosophy of nursing. A more detailed examination of its symbolic interactionist heritage furthers the contextualization or forestructuring of the methodology to meet one of its own requirements for credibility.

  13. Tabu search for the redundancy allocation problem of homogenous series-parallel multi-state systems

    International Nuclear Information System (INIS)

    Ouzineb, Mohamed; Nourelfath, Mustapha; Gendreau, Michel

    2008-01-01

    This paper develops an efficient tabu search (TS) heuristic to solve the redundancy allocation problem for multi-state series-parallel systems. The system has a range of performance levels from perfect functioning to complete failure. Identical redundant elements are included in order to achieve a desirable level of availability. The elements of the system are characterized by their cost, performance and availability. These elements are chosen from a list of products available in the market. System availability is defined as the ability to satisfy consumer demand, which is represented as a piecewise cumulative load curve. A universal generating function technique is applied to evaluate system availability. The proposed TS heuristic determines the minimal cost system configuration under availability constraints. An originality of our approach is that it proceeds by dividing the search space into a set of disjoint subsets, and then by applying TS to each subset. The design problem, solved in this study, has been previously analyzed using genetic algorithms (GAs). Numerical results for the test problems from previous research are reported, and larger test problems are randomly generated. Comparisons show that the proposed TS out-performs GA solutions, in terms of both the solution quality and the execution time

  14. Projective limits of state spaces II. Quantum formalism

    Science.gov (United States)

    Lanéry, Suzanne; Thiemann, Thomas

    2017-06-01

    In this series of papers, we investigate the projective framework initiated by Kijowski (1977) and Okołów (2009, 2014, 2013), which describes the states of a quantum theory as projective families of density matrices. A short reading guide to the series can be found in Lanéry (2016). After discussing the formalism at the classical level in a first paper (Lanéry, 2017), the present second paper is devoted to the quantum theory. In particular, we inspect in detail how such quantum projective state spaces relate to inductive limit Hilbert spaces and to infinite tensor product constructions (Lanéry, 2016, subsection 3.1) [1]. Regarding the quantization of classical projective structures into quantum ones, we extend the results by Okołów (2013), that were set up in the context of linear configuration spaces, to configuration spaces given by simply-connected Lie groups, and to holomorphic quantization of complex phase spaces (Lanéry, 2016, subsection 2.2) [1].

  15. A method of recovering the initial vectors of globally coupled map lattices based on symbolic dynamics

    International Nuclear Information System (INIS)

    Sun Li-Sha; Kang Xiao-Yun; Zhang Qiong; Lin Lan-Xin

    2011-01-01

    Based on symbolic dynamics, a novel computationally efficient algorithm is proposed to estimate the unknown initial vectors of globally coupled map lattices (CMLs). It is proved that not all inverse chaotic mapping functions are satisfied for contraction mapping. It is found that the values in phase space do not always converge on their initial values with respect to sufficient backward iteration of the symbolic vectors in terms of global convergence or divergence (CD). Both CD property and the coupling strength are directly related to the mapping function of the existing CML. Furthermore, the CD properties of Logistic, Bernoulli, and Tent chaotic mapping functions are investigated and compared. Various simulation results and the performances of the initial vector estimation with different signal-to-noise ratios (SNRs) are also provided to confirm the proposed algorithm. Finally, based on the spatiotemporal chaotic characteristics of the CML, the conditions of estimating the initial vectors using symbolic dynamics are discussed. The presented method provides both theoretical and experimental results for better understanding and characterizing the behaviours of spatiotemporal chaotic systems. (general)

  16. A method of recovering the initial vectors of globally coupled map lattices based on symbolic dynamics

    Science.gov (United States)

    Sun, Li-Sha; Kang, Xiao-Yun; Zhang, Qiong; Lin, Lan-Xin

    2011-12-01

    Based on symbolic dynamics, a novel computationally efficient algorithm is proposed to estimate the unknown initial vectors of globally coupled map lattices (CMLs). It is proved that not all inverse chaotic mapping functions are satisfied for contraction mapping. It is found that the values in phase space do not always converge on their initial values with respect to sufficient backward iteration of the symbolic vectors in terms of global convergence or divergence (CD). Both CD property and the coupling strength are directly related to the mapping function of the existing CML. Furthermore, the CD properties of Logistic, Bernoulli, and Tent chaotic mapping functions are investigated and compared. Various simulation results and the performances of the initial vector estimation with different signal-to-noise ratios (SNRs) are also provided to confirm the proposed algorithm. Finally, based on the spatiotemporal chaotic characteristics of the CML, the conditions of estimating the initial vectors using symbolic dynamics are discussed. The presented method provides both theoretical and experimental results for better understanding and characterizing the behaviours of spatiotemporal chaotic systems.

  17. The Scientific Import of Symbols in Human Knowledge

    African Journals Online (AJOL)

    Nneka Umera-Okeke

    symbolism is restricted to the Arts, especially logic and literature. However ... scholars are aware of this great epistemological base and potentiality of symbols and ... Similarly, in the traditional African setting, the theory of demonology, by.

  18. L’IMPORTANCE DU SYMBOLE ET DU SYMBOLISME DANS LE DEVELOPPEMENT PSYCHIQUE

    Directory of Open Access Journals (Sweden)

    Gabriel BALACI

    2011-04-01

    Full Text Available The Symbol in Psychoanalyze is defined as an indirectrepresentation of an object, person, idea, supernatural being, etc. This indirectrepresentation is nothing but a synthesis of all the others means of expression ascomparisony, allegory, metaphor etc. For a psychic content to be symbolized,namely expressed in a symbolic form, is mandatory for it to be repressed in theunconscious. The Symbolism is a representations system based on symbols andaims the expression and the transmission of beliefs and traditions from onegeneration to another.

  19. Towards Symbolic Encryption Schemes

    DEFF Research Database (Denmark)

    Ahmed, Naveed; Jensen, Christian D.; Zenner, Erik

    2012-01-01

    , namely an authenticated encryption scheme that is secure under chosen ciphertext attack. Therefore, many reasonable encryption schemes, such as AES in the CBC or CFB mode, are not among the implementation options. In this paper, we report new attacks on CBC and CFB based implementations of the well......Symbolic encryption, in the style of Dolev-Yao models, is ubiquitous in formal security models. In its common use, encryption on a whole message is specified as a single monolithic block. From a cryptographic perspective, however, this may require a resource-intensive cryptographic algorithm......-known Needham-Schroeder and Denning-Sacco protocols. To avoid such problems, we advocate the use of refined notions of symbolic encryption that have natural correspondence to standard cryptographic encryption schemes....

  20. European Languages: Instruments and Symbols

    Directory of Open Access Journals (Sweden)

    Martina Ožbot

    2008-07-01

    Further, the role of Latin as the single most important European language over the centuries and as a unifying feature of European culture is discussed. Parallels are drawn between Latin as the historical European lingua franca on the one hand and English as the modern language of international communication on the other: the importance of both languages started growing after substantial territorial expansion of their speakers and it was especially the political and economic power associated to these languages that played a significant role in their diffusion and long-term influence. Taking into consideration the instrumental as well as the symbolic function of languages, the question about the relationship between English and other European languages in today’s Europe is dealt with; it is suggested that the European languages are in principle not endangered as a result of the spread of English, with the exception of those instances in which English has been taking over the functions they have traditionally performed as national or community languages. It is emphasized that the future of Europe lies in the promotion of biand multilingualism, which have, in actual fact, been present on this continent throughout its history, and which in the cases of some European languages (e.g. Catalan, Basque, Irish, etc. have been successfully enhanced over the past decades.

  1. Projective limits of state spaces IV. Fractal label sets

    Science.gov (United States)

    Lanéry, Suzanne; Thiemann, Thomas

    2018-01-01

    Instead of formulating the state space of a quantum field theory over one big Hilbert space, it has been proposed by Kijowski (1977) to represent quantum states as projective families of density matrices over a collection of smaller, simpler Hilbert spaces (see Lanéry (2016) [1] for a concise introduction to this formalism). One can thus bypass the need to select a vacuum state for the theory, and still be provided with an explicit and constructive description of the quantum state space, at least as long as the label set indexing the projective structure is countable. Because uncountable label sets are much less practical in this context, we develop in the present article a general procedure to trim an originally uncountable label set down to countable cardinality. In particular, we investigate how to perform this tightening of the label set in a way that preserves both the physical content of the algebra of observables and its symmetries. This work is notably motivated by applications to the holonomy-flux algebra underlying Loop Quantum Gravity. Building on earlier work by Okołów (2013), a projective state space was introduced for this algebra in Lanéry and Thiemann (2016). However, the non-trivial structure of the holonomy-flux algebra prevents the construction of satisfactory semi-classical states (Lanéry and Thiemann, 2017). Implementing the general procedure just mentioned in the case of a one-dimensional version of this algebra, we show how a discrete subalgebra can be extracted without destroying universality nor diffeomorphism invariance. On this subalgebra, quantum states can then be constructed which are more regular than was possible on the original algebra. In particular, this allows the design of semi-classical states whose semi-classicality is enforced step by step, starting from collective, macroscopic degrees of freedom and going down progressively toward smaller and smaller scales.

  2. PHILOSOPHEME OF SYMBOL AND CONCEPT OF THE MEANING: PHILOSOPHICAL AND ANTHROPOLOGICAL ASPECTS

    Directory of Open Access Journals (Sweden)

    P. V. Kretov

    2015-12-01

    Full Text Available The aim of the study is to find out the meaning of the symbolic nature of the philosophical and anthropological knowledge deployment, as well as symbolic forms of correlation between artificial and natural in the consciousness of human identity and their fixation in the language and also in the forms and structures of culture. The research is based on the methodology of historical and philosophical analysis in synchronic and diachronic aspects, principles of hermeneutic understanding and reconstruction and phenomenological descriptions. Scientific novelty is represented by the postulating such predications of symbolic structures of language and consciousness as multipanorama and transfinite, justification of the ontological status of symbol and symbolism. The symbolic functioning character of language metaphor in scientific discourse and especially the symbolic dimension of semantic field of language and culture, as well as their symbolic association was fixed. The author proves the thesis about the symbolic nature of a holistic, means forming, philosophical knowledge of man, and the relation between the underlying symbolic and metaphorical structures of language and the mechanisms of consciousness, which finds its expression, in particular, in the language of science. The symbolic design that transmits the philosophical aspects of meaning that go beyond definition and formal-logic descriptions is used. In the comparison of the concepts of spiral dynamics, memetics and autopoiesis the existence of a specific symbolic dimension of the semantic field of language, culture and consciousness is postulated. Conclusions of the article define the role of symbol and symbolic and metaphorical constructions and structures of language in forming the discourse of modern philosophical anthropology, which would include the whole thesaurus of language and culture.

  3. Culture as a Moving Symbolic Border.

    Science.gov (United States)

    Simão, Lívia Mathias

    2016-03-01

    The aim of this paper is to propose the notion of culture as a symbolic moving border. Departing from both, Boesch's (1991) concept of culture as a symbolic field of action, and Herbst's (1995) co-genetic logic, I will discuss the dynamics of self-other relationships in terms of their potentiality as sources of movement in culture. A brief analysis of an empirical material is given in illustrative character of the ideas here exposed.

  4. Symbolic logic and mechanical theorem proving

    CERN Document Server

    Chang, Chin-Liang

    1969-01-01

    This book contains an introduction to symbolic logic and a thorough discussion of mechanical theorem proving and its applications. The book consists of three major parts. Chapters 2 and 3 constitute an introduction to symbolic logic. Chapters 4-9 introduce several techniques in mechanical theorem proving, and Chapters 10 an 11 show how theorem proving can be applied to various areas such as question answering, problem solving, program analysis, and program synthesis.

  5. Appropriateness of using a symbol to identify dementia and/or delirium: a systematic review.

    Science.gov (United States)

    Hines, Sonia; Abbey, Jenny; Wilson, Jacinda; Sacre, Sandy

    2009-01-01

    condition or functional impairment. Any references to symbols, identifiers or alerts being used to indicate a particular type of service were also considered. Retrieved papers were critically appraised by two reviewers, using tools developed by the Joanna Briggs Institute. Due to the type and clinical heterogeneity of papers retrieved, meta-analysis was not possible, and a narrative summary was developed instead. The systematic review revealed that several different symbols and identifiers are in current use, in various parts of the world, to represent a range of medical and functional conditions, including dementia, delirium, falls risk, diabetes, and vision impairment. According to the papers reviewed, the most commonly used colour of symbols representing dementia was blue. There was general consensus amongst the literature that a symbol for dementia is appropriate in the acute care setting. It was also clear from the research that an abstract symbol, as opposed to one which explicitly attempts to depict dementia, was most acceptable to staff, people with dementia and their carers. There appeared to be some support for the use of a body worn symbol (on a bracelet) for people with dementia who may go missing from their home, aged care facility or day centre. Future research should concentrate on the appropriateness of a dementia symbol for commonly used services such as public transport and banking, and the acceptability of large scale marketing campaigns if a dementia symbol were to be introduced at a state or national level. In addition, further research is recommended into the acceptability of such a symbol across a wide range of different cultural and linguistic groups.

  6. State-Space Modelling in Marine Science

    DEFF Research Database (Denmark)

    Albertsen, Christoffer Moesgaard

    State-space models provide a natural framework for analysing time series that cannot be observed without error. This is the case for fisheries stock assessments and movement data from marine animals. In fisheries stock assessments, the aim is to estimate the stock size; however, the only data...... available is the number of fish removed from the population and samples on a small fraction of the population. In marine animal movement, accurate position systems such as GPS cannot be used. Instead, inaccurate alternative must be used yielding observations with large errors. Both assessment and individual...... animal movement models are important for management and conservation of marine animals. Consequently, models should be developed to be operational in a management context while adequately evaluating uncertainties in the models. This thesis develops state-space models using the Laplace approximation...

  7. Subrepresentation semirings and an analog of 6j-symbols

    International Nuclear Information System (INIS)

    Kwon, Namhee; Sage, Daniel S.

    2008-01-01

    Let V be a complex representation of the compact group G. The subrepresentation semiring associated to V is the set of subrepresentations of the algebra of linear endomorphisms of V with operations induced by the matrix operations. The study of these semirings has been motivated by recent advances in materials science, in which the search for microstructure-independent exact relations for physical properties of composites has been reduced to the study of these semirings for the rotation group SO(3). In this case, the structure constants for subrepresentation semirings can be described explicitly in terms of the 6j-symbols familiar from the quantum theory of angular momentum. In this paper, we investigate subrepresentation semirings for the class of quasisimply reducible groups defined by Mackey ['Multiplicity free representations of finite groups', Pac. J. Math. 8, 503 (1958)]. We introduce a new class of symbols called twisted 6j-symbols for these groups, and we explicitly calculate the structure constants for subrepresentation semirings in terms of these symbols. Moreover, we show that these symbols satisfy analog of the standard properties of classical 6j-symbols

  8. Sub-symbol-rate sampling for PDM-QPSK signals in super-Nyquist WDM systems using quadrature poly-binary shaping.

    Science.gov (United States)

    Xu, Cheng; Gao, Guanjun; Chen, Sai; Zhang, Jie; Luo, Ming; Hu, Rong; Yang, Qi

    2016-11-14

    We compare the performance of sub-symbol-rate sampling for polarization-division-multiplexed quadrature-phase-shift-keying (PDM-QPSK) signals in super-Nyquist wavelength division multiplexing (WDM) system by using quadrature duo-binary (QDB) and quadrature four-level poly-binary (4PB) shaping together with maximum likelihood sequence estimation (MLSE). PDM-16QAM is adopted in the simulation to be compared with PDM-QPSK. The numerical simulations show that, for a software defined communication system, the level number of quadrature poly-binary modulation should be adjusted to achieve the optimal performance according to channel spacing, required OSNR and sampling rate restrictions of optics. In the experiment, we demonstrate 3-channel 12-Gbaud PDM-QPSK transmission with 10-GHz channel spacing and only 8.4-GSa/s ADC sampling rate at lowest. By using QDB or 4PB shaping with 3tap-MLSE, the sampling rate can be reduced to the signal baud rate (1 samples per symbol) without penalty.

  9. The two-loop symbol of all multi-Regge regions

    International Nuclear Information System (INIS)

    Bargheer, Till; Papathanasiou, Georgios; Schomerus, Volker

    2016-01-01

    We study the symbol of the two-loop n-gluon MHV amplitude for all Mandelstam regions in multi-Regge kinematics in N=4 super Yang-Mills theory. While the number of distinct Mandelstam regions grows exponentially with n, the increase of independent symbols turns out to be merely quadratic. We uncover how to construct the symbols for any number of external gluons from just two building blocks which are naturally associated with the six- and seven-gluon amplitude, respectively. The second building block is entirely new, and in addition to its symbol, we also construct a prototype function that correctly reproduces all terms of maximal functional transcendentality.

  10. The two-loop symbol of all multi-Regge regions

    International Nuclear Information System (INIS)

    Bargheer, Till; Schomerus, Volker; Papathanasiou, Georgios

    2015-12-01

    We study the symbol of the two-loop n-gluon MHV amplitude for all Mandelstam regions in multi-Regge kinematics in N= 4 super Yang-Mills theory. While the number of distinct Mandelstam regions grows exponentially with n, the increase of independent symbols turns out to be merely quadratic. We uncover how to construct the symbols for any number of external gluons from just two building blocks which are naturally associated with the six- and seven-gluon amplitude, respectively. The second building block is entirely new, and in addition to its symbol, we also construct a prototype function that correctly reproduces all terms of maximal functional transcendentality.

  11. String interactions in a plane-fronted parallel-wave spacetime

    International Nuclear Information System (INIS)

    Gopakumar, Rajesh

    2002-01-01

    We argue that string interactions in a plane-fronted parallel-wave spacetime are governed by an effective coupling g eff =g s (μp + α ' )f(μp + α ' ) where f(μp + α ' ) is proportional to the light-cone energy of the string states involved in the interaction. This simply follows from generalities of a matrix string description of this background. g eff nicely interpolates between the expected result (g s ) for flat space (small μp + α ' ) and a recently conjectured expression from the perturbative gauge theory side (large μp + α ' )

  12. The unitary space of particle internal states

    International Nuclear Information System (INIS)

    Perjes, Z.

    1978-09-01

    A relativistic theory of particle internal properties has been developed. Suppressing space-time information, internal wave functions and -observables are constructed in a 3-complex-dimensional space. The quantum numbers of a spinning point particle in this unitary space correspond with those of a low-mass hadron. Unitary space physics is linked with space-time notions via the Penrose theory of twistors, where new flavors may be represented by many-twistor systems. It is shown here that a four-twistor particle fits into the unitary space picture as a system of two points with equal masses and oppositely pointing unitary spins. Quantum states fall into the ISU(3) irreducible representations discovered by Sparling and the author. Full details of the computation involving SU(3) recoupling techniques are given. (author)

  13. Exact computation and large angular momentum asymptotics of 3nj symbols: Semiclassical disentangling of spin networks

    International Nuclear Information System (INIS)

    Anderson, Roger W.; Aquilanti, Vincenzo; Silva Ferreira, Cristiane da

    2008-01-01

    Spin networks, namely, the 3nj symbols of quantum angular momentum theory and their generalizations to groups other than SU(2) and to quantum groups, permeate many areas of pure and applied science. The issues of their computation and characterization for large values of their entries are a challenge for diverse fields, such as spectroscopy and quantum chemistry, molecular and condensed matter physics, quantum computing, and the geometry of space time. Here we record progress both in their efficient calculation and in the study of the large j asymptotics. For the 9j symbol, a prototypical entangled network, we present and extensively check numerically formulas that illustrate the passage to the semiclassical limit, manifesting both the occurrence of disentangling and the discrete-continuum transition.

  14. Effects of a parallel resistor on electrical characteristics of a piezoelectric transformer in open-circuit transient state.

    Science.gov (United States)

    Chang, Kuo-Tsai

    2007-01-01

    This paper investigates electrical transient characteristics of a Rosen-type piezoelectric transformer (PT), including maximum voltages, time constants, energy losses and average powers, and their improvements immediately after turning OFF. A parallel resistor connected to both input terminals of the PT is needed to improve the transient characteristics. An equivalent circuit for the PT is first given. Then, an open-circuit voltage, involving a direct current (DC) component and an alternating current (AC) component, and its related energy losses are derived from the equivalent circuit with initial conditions. Moreover, an AC power control system, including a DC-to-AC resonant inverter, a control switch and electronic instruments, is constructed to determine the electrical characteristics of the OFF transient state. Furthermore, the effects of the parallel resistor on the transient characteristics at different parallel resistances are measured. The advantages of adding the parallel resistor also are discussed. From the measured results, the DC time constant is greatly decreased from 9 to 0.04 ms by a 10 k(omega) parallel resistance under open output.

  15. Simulation Exploration through Immersive Parallel Planes: Preprint

    Energy Technology Data Exchange (ETDEWEB)

    Brunhart-Lupo, Nicholas; Bush, Brian W.; Gruchalla, Kenny; Smith, Steve

    2016-03-01

    We present a visualization-driven simulation system that tightly couples systems dynamics simulations with an immersive virtual environment to allow analysts to rapidly develop and test hypotheses in a high-dimensional parameter space. To accomplish this, we generalize the two-dimensional parallel-coordinates statistical graphic as an immersive 'parallel-planes' visualization for multivariate time series emitted by simulations running in parallel with the visualization. In contrast to traditional parallel coordinate's mapping the multivariate dimensions onto coordinate axes represented by a series of parallel lines, we map pairs of the multivariate dimensions onto a series of parallel rectangles. As in the case of parallel coordinates, each individual observation in the dataset is mapped to a polyline whose vertices coincide with its coordinate values. Regions of the rectangles can be 'brushed' to highlight and select observations of interest: a 'slider' control allows the user to filter the observations by their time coordinate. In an immersive virtual environment, users interact with the parallel planes using a joystick that can select regions on the planes, manipulate selection, and filter time. The brushing and selection actions are used to both explore existing data as well as to launch additional simulations corresponding to the visually selected portions of the input parameter space. As soon as the new simulations complete, their resulting observations are displayed in the virtual environment. This tight feedback loop between simulation and immersive analytics accelerates users' realization of insights about the simulation and its output.

  16. A parallel nearly implicit time-stepping scheme

    OpenAIRE

    Botchev, Mike A.; van der Vorst, Henk A.

    2001-01-01

    Across-the-space parallelism still remains the most mature, convenient and natural way to parallelize large scale problems. One of the major problems here is that implicit time stepping is often difficult to parallelize due to the structure of the system. Approximate implicit schemes have been suggested to circumvent the problem. These schemes have attractive stability properties and they are also very well parallelizable. The purpose of this article is to give an overall assessment of the pa...

  17. Long-Term Symbolic Learning

    National Research Council Canada - National Science Library

    Kennedy, William G; Trafton, J. G

    2007-01-01

    What are the characteristics of long-term learning? We investigated the characteristics of long-term, symbolic learning using the Soar and ACT-R cognitive architectures running cognitive models of two simple tasks...

  18. A Prototype Symbolic Model of Canonical Functional Neuroanatomy of the Motor System

    Science.gov (United States)

    Rubin, Daniel L.; Halle, Michael; Musen, Mark; Kikinis, Ron

    2008-01-01

    Recent advances in bioinformatics have opened entire new avenues for organizing, integrating and retrieving neuroscientific data, in a digital, machine-processable format, which can be at the same time understood by humans, using ontological, symbolic data representations. Declarative information stored in ontological format can be perused and maintained by domain experts, interpreted by machines, and serve as basis for a multitude of decision-support, computerized simulation, data mining, and teaching applications. We have developed a prototype symbolic model of canonical neuroanatomy of the motor system. Our symbolic model is intended to support symbolic lookup, logical inference and mathematical modeling by integrating descriptive, qualitative and quantitative functional neuroanatomical knowledge. Furthermore, we show how our approach can be extended to modeling impaired brain connectivity in disease states, such as common movement disorders. In developing our ontology, we adopted a disciplined modeling approach, relying on a set of declared principles, a high-level schema, Aristotelian definitions, and a frame-based authoring system. These features, along with the use of the Unified Medical Language System (UMLS) vocabulary, enable the alignment of our functional ontology with an existing comprehensive ontology of human anatomy, and thus allow for combining the structural and functional views of neuroanatomy for clinical decision support and neuroanatomy teaching applications. Although the scope of our current prototype ontology is limited to a particular functional system in the brain, it may be possible to adapt this approach for modeling other brain functional systems as well. PMID:18164666

  19. TERRITORIES, TERRITORIALITIES AND IDENTITIES: MATERIAL RELATIONS, SYMBOLIC, AND OF GENDER IN THE COUNTRYSIDE

    Directory of Open Access Journals (Sweden)

    Lívia Aparecida Pires de

    2017-06-01

    Full Text Available The territory is understood as an appropriate space, delimitated by power relations, and constituted by material and symbolic relations which provide elements to the territorialities development and for forming men and women identities. In the territory of familiar production, the sexual division of labor and of spaces causes the 'invisibility' of women's work in the productive sphere, fact that influences on the construction of the rural women’s identity. However, women exercise their territorialities in both spaces and their productive and reproductive activities are fundamental to the family's livingness and permanence in the countryside. In this sense, it proposes to analyze the territorialities and the territorial identity of the subjects of the countryside and ascertain how this discussion contributes to the recognition of rural woman's identity. To the development of this research, have been taken theoretical research about: territory, territoriality, identity, gender and domestic space.

  20. State-of-the-art Space Telescope Digicon performance data

    Science.gov (United States)

    Ginaven, R. O.; Choisser, J. P.; Acton, L.; Wysoczanski, W.; Alting-Mees, H. R.; Smith, R. D., II; Beaver, E. A.; Eck, H. J.; Delamere, A.; Shannon, J. L.

    1980-01-01

    The Digicon has been chosen as the detector for the High Resolution Spectrograph and the Faint Object Spectrograph of the Space Telescope. Both tubes are 512 channel, parallel-output devices and feature CsTe photocathodes on MgF2 faceplates. Using a computer-assisted test facility, the tubes have been characterized with respect to diode array performance, photocathode response (1100-9000 A), and imaging capability. Data are presented on diode dark current and capacitance distributions, pulse height resolution, photocathode quantum efficiency, uniformity and blemishes, dark count rate, distortion, resolution, and crosstalk.