Collective behavior in networks of biological neurons: mathematical modeling and software development

Size: px
Start display at page:

Download "Collective behavior in networks of biological neurons: mathematical modeling and software development"

Transcription

1 RESEARCH PROJECTS 2014 Collective behavior in networks of biological neurons: mathematical modeling and software development Ioanna Chitzanidi, Postdoctoral Researcher National Center for Scientific Research Demokritos Nikos E. Kouvaris, Postdoctoral Research Associate University of Barcelona Christos Antonopoulos, Postdoctoral Research Fellow University of Aberdeen Vasilis Kanas, PhD student University of Patras Filippos Vogiatzian, Master's student University of Amsterdam December 2014

2 Summary In the current research project we have focused on the characteristic aspects of excitability and synchronization in network-organized neuronal systems. In such networks, the nodes represent excitable neurons while the links connecting the nodes correspond to the synaptic coupling between the neurons. In particular, the effects of network topology on the excitation threshold and the propagation of excitation pulses over the networks has been analyzed. Detailed numerical simulations and analytical calculations have been carried out for scale-free, Erdös-Rényi and tree networks. Moreover, the fascinating effect of chimera states has been investigated for irregular network topologies and inhomogeneous node dynamics. In particular, chimera-like states have been identified in the C.elegans network where the interaction between dynamics and community-based topology plays a significant role. The robustness of chimera states has also been addressed in regular topologies with perturbations in the local dynamics, as well as in hierarchical networks and asymmetrical rings with gaps in the connectivity matrix. For the purpose of these studies a software toolbox was developed in Python2.7 for the manipulation and visualization of complex networks and the corresponding excitable dynamics. Aims and Methodology of the Project The two main objectives of the current project have involved the effects of network topology on the propagation of excitation pulses and the phenomenon of chimera states. In particular, we have focused on the feature of neuronal excitability from a network perspective, i. e. how the propagation of neuronal excitations through a network depends on the network topology, as well as how chimera states are affected by network heterogeneities. Excitation waves For the dynamics of a single neuron (dynamics of a node) we have considered a two-component excitable system, where only the activator can diffuse and the inhibitor varies slowly. This is described by the FitzHugh- Nagumo (FHN) model [1] where u represents fast changes of the electrical potential across the membrane of a neural cell, while the inhibitor variable v is related to the gating mechanism of the membrane channels. Here we have realized a hierarchical organisation of the system on a regular tree with branching ratio k 1, where k is the degree of the networks, 1

3 Figure 1: Left: (a) Snapshot of an excitation wave which propagates from the root towards the periphery in a regular tree. (b) It can also be represented as a pulse by grouping the nodes with the same distance from the root into a single shell. (c) The time evolution of a single node (or shell) is shown. Right: Evolution of the activator density for an Erdös-Rényi random network. Excitation is applied to the hub (a), it consequently propagates to the neighbouring nodes with degrees k < 6 (b), (c), and finally dies out before the nodes with degrees k > 6 (d). The propagation path is shown with thick green colour. Node labels denote node degrees. i. e. the number of connections of each node. In trees, all nodes with the same distance r from the root can be grouped into a single shell. The activator of a node which belongs to the shell r can be diffusively transported to k 1 nodes in the next shell r + 1 and to just one node in the previous shell r 1. By means of this approximation, instead of investigating propagation of excitation waves directly on a tree network [Figure 1 (a), left panel], we have used the sequence of coupled shells [Figure 1 (b), left panel] which reads, u r = u r u3 r 3 v r [u r 1 ku r + (k 1)u r+1 ], v r = 0.02(u r + 1.1). (1) As has been found in Kouvaris et al. [2], the propagation velocity of excitation waves in hierarchical trees decreases with larger degrees until a critical value. At this critical degree waves are still stable and propagate, however, with their minimum velocity. Once this threshold is exceeded, undamped propagation is not possible. Excitation waves loose stability through a saddle-node bifurcation and die out. This behaviour has been 2

4 revealed in numerical simulations while we were able to predict it by means of a kinematical theory proposed in [2]. The results of this analysis are also relevant for understanding the early stage of excitation spreading in random networks. When activation is applied to a node and we look locally at its vicinity with its first neighbours, activation propagates only to the nodes with degrees smaller than the critical degree. Depending on the system parameters, excitation may propagate through some nodes or disappear before nodes with larger degrees. This degree heterogeneity in random gives rise to the appearance of some preferred paths where can propagate (see green links in Figure 1, right panel). Chimera states Chimera states are complex spatio-temporal patterns that consist of coexisting domains of spatially coherent and incoherent dynamics. This counterintuitive phenomenon was first observed in systems of identical oscillators with symmetric coupling topology [3]. Within this project, our aim has been to investigate the phenomenon of chimera states in networks with irregular topologies and inhomogeneous node dynamics. Since 2012, C.elegans is the only organism to have its connectome completely mapped out: It consists of 302 neurons and about 7000 neuronal synapses. Based on the C.elegans connectivity (adjacency) matrix [4], we have detected 6 communities of neurons using the walktrap and Louvain community detection methods [5,6]. The left panel of Figure 2 shows these 6 communities and their intra-connections. Black links correspond to local electrical synapses between nodes within each community, whereas grey links denote chemical synapses connecting nodes of different communities. We equipped each node of the network with three-variable Hindmarsh- Rose (HR) neural dynamics [7]. The advantage of this model is that it is capable of reproducing several important dynamical behaviors observed in the activity of real neurons studied in vitro, such as rapid firing or regular and chaotic bursting. The equations that govern the dynamics of the neural activity of the whole brain network are the following: ṗ i = q i p 3 i + 3p 2 i n i g n (p i 2) q i = 1 5p 2 i q i, ṅ i = 0.005[4(p i + 1.6) n i ], N B ij S(p j ) g l j=1 N j=1 G ij H(p j ), φ i = q i p i ṗ i q i, i = 1,..., N. (2) p 2 i + q 2 i 3

5 Figure 2: Left: Communities and connections in the C.elegans network given by the walktrap detection method. Right: Snapshot of variables p and φ (top), and timeseries of node 52 and global order parameter R for the entire network, (bottom). Coupling constants are g n = 0.4 and g l = Node indices are reordered by community. Here p i and q i have the same physical meaning as the FHN variables (Eq. 1), while n i represents a slowly varying current. The oscillations of each node are characterized by a geometric phase φ i which is calculated from the first two variables. H(p j ) = p j is the linear electrical coupling function and 1 S(p j ) = is the nonlinear chemical coupling term. B 1+e 10(p j +0.25) ij is the adjacency matrix for chemical connections, G ij is the Laplacian matrix for electrical connections, and the corresponding coupling strengths are gl (electrical) and g n (chemical). The synchronization within each community is calculated using the Kuramoto order parameter [3]: R c = 1 N c e iφc j N c, where N c is the size of the community. Various sychronization patterns may be found by spanning the parameter space (g l, g n ). In this project, we are interested in studying chimera-like states in which syncrhonized neuronal activity of community members coexist and alternate in time with incoherent ones. To detect coupling pairs (g l, g n ) that give rise to such behaviors in the C.elegans brain dynamical network, we have used tools from [8] such as the metastability index and the chimera-like index, which are measures that quantify the metastability and prevalence of chimera states in dynamical networks. Based on our extensive studies for the C.elegans brain dynamical network, we have been able to identify such regions of chimera-like behavior as shown in the right panel of Figure 2, where time snapshots of variables j=1 4

6 p and φ are displayed in the upper part. We see that while neurons of communities 2 and 4 are almost fully syncrhonized, thus forming a coherent pattern, the same does not hold for the rest of the communities where neurons oscillate in an incoherent manner [10]. Our next task has been to discuss the robustness of chimera states in networks of FHN oscillators (Eq. 1). Considering networks of inhomogeneous elements with regular coupling topology and networks of identical elements with irregular coupling topologies, we have demonstrated that chimera states are robust with respect to these perturbations, and we have analyzed their properties as the inhomogeneities increase. We have found that modifications of coupling topologies cause qualitative changes of chimera states: Additional random links induce a shift of the stability regions in the system parameter plane, whereas gaps in the connectivity matrix result in a change of the multiplicity of incoherent regions of the chimera state. Finally, inspired by recent calculations of fractal dimensions from human brain MRI scans [9], a hierarchical network derived from a Cantor set with fractal dimension < 1 was constructed, and chimera states with nested coherent and incoherent regions were obtained. For further details and corresponding figures refer to [11]. Deliverables The current project has led to 3 publications, 2 conference contributions and the development of 1 software tool. Moreover, it has opened many perspectives for future research and collaboration. The deliverables of this project are the following: Publications 1. Propagation failure of excitation waves on trees and random networks, Nikos E. Kouvaris, Thomas M. Isele, Alexander S. Mikhailov, and Eckehard Schöll, EPL, 106, (2014). 2. Robustness of chimera states for coupled FitzHugh-Nagumo oscillators: Irregular network topologies and inhomogeneous nodes, Astero Provata, Iryna Omelchenko, Johanne Hizanidis, Eckehard Schöll, and Philipp Hövel, arxiv: v1 [nlin.ao] (2014). 3. Chimera-like dynamics and the role of topology in the C.elegans brain network, Johanne Hizanidis, Nikos E. Kouvaris, Gorka Zamorra-López, and Christos Antonopoulos. in preparation (2014). 5

7 Conference Contributions 1. Nikos Kouvaris: Turing patterns in multiplex networks, Fourth International Workshop on Statistical Mechanics and Dynamical Systems, July (Athens). 2. Christos Antonopoulos: Do Brain Networks Evolve by Maximizing Flow of Information?, NUMAN 2014: Recent Approaches to Numerical Analysis: Theory, Methods and Applications, September 2-5 (Chania). Software Tool A Python toolbox has been developed and used for adapting the functional interface of NetworkX and SciPy to our needing. It was also used for manipulating the characteristic properties of networks, such as node degrees and attributes, links weight, spectral properties of the Laplacian matrix etc. Furthermore, we use the SciPy library for handling sparse matrices (more efficient for large networks) and solving systems of ODEs/PDEs (our models) based on our networks. Combining SciPy and NetworkX, and integrating them into our new python module, we have created a flexible library that allows us to solve numerically and visualize the dynamics of excitable systems in various network topologies. This software was designed to be very easily used by people with small or even no special programming skills. All figures presented in this report have been generated with this toolbox. References [1] E. M. Izhikevich, Int. J. Bifurcat. Chaos 10, 1171 (2000). [2] N. E. Kouvaris, T. M. Isele, A. S. Mikhailov, and E. Schöll, Eur. Phys. Lett. 106, (2014). [3] Y. Kuramoto and D. Battogtokh, Nonlin. Phen. in Complex Sys. 5, 380 (2002). [4] [Online; accessed 27-February- 2014]. [5] S. Fortunato, Phys. Rep. 486, 75 (2010). [6] V. D Blondel, J.-L. Guillaume, R. Lambiotte, and R. Lefebvre, J. Stat. Mech.: Theory and Experiment, 10, P10008 (2008). 6

8 [7] J. Hizanidis, V. Kanas, A. Bezerianos, and T. Bountis, Int. J. Bifurcat. Chaos 24, (2014). [8] M. Shanahan, Chaos 20, (2010). [9] P. Katsaloulis, A. Ghosh, A. C. Philippe, A. Provata, and R. Deriche, Eur. Phys. J. B 85, 1 (2012). [10] J. Hizanidis, N. E. Kouvaris, Gorka Zamorra-López, and C. Antonopoulos, in preparation (2014). [11] I. Omelchenko, A. Provata, J. Hizanidis, E. Schöll, and P. Hövel, arxiv: v1 [nlin.ao] (2014). 7

Chimera states in networks of biological neurons and coupled damped pendulums

Chimera states in networks of biological neurons and coupled damped pendulums in neural models in networks of pendulum-like elements in networks of biological neurons and coupled damped pendulums J. Hizanidis 1, V. Kanas 2, A. Bezerianos 3, and T. Bountis 4 1 National Center for

More information

arxiv: v1 [nlin.cd] 20 Jul 2013

arxiv: v1 [nlin.cd] 20 Jul 2013 International Journal of Bifurcation and Chaos c World Scientific Publishing Company Chimera states in networs of nonlocally coupled Hindmarsh-Rose neuron models arxiv:37.545v [nlin.cd] Jul 3 Johanne Hizanidis

More information

arxiv: v4 [nlin.cd] 20 Feb 2014

arxiv: v4 [nlin.cd] 20 Feb 2014 EPJ manuscript No. (will be inserted by the editor) Chimera States in a Two Population Network of Coupled Pendulum Like Elements Tassos Bountis 1,a, Vasileios G. Kanas, Johanne Hizanidis 3, and Anastasios

More information

Chimera State Realization in Chaotic Systems. The Role of Hyperbolicity

Chimera State Realization in Chaotic Systems. The Role of Hyperbolicity Chimera State Realization in Chaotic Systems. The Role of Hyperbolicity Vadim S. Anishchenko Saratov State University, Saratov, Russia Nizhny Novgorod, July 20, 2015 My co-authors Nadezhda Semenova, PhD

More information

Synchronization Phenomena and Chimera States in Networks of Coupled Oscillators

Synchronization Phenomena and Chimera States in Networks of Coupled Oscillators Synchronization Phenomena and Chimera States in Networks of Coupled Oscillators A. Provata National Center for Scientific Research Demokritos, Athens 24th SummerSchool-Conference on Dynamical Systems and

More information

arxiv: v2 [nlin.cd] 8 Nov 2017

arxiv: v2 [nlin.cd] 8 Nov 2017 Non-identical multiplexing promotes chimera states Saptarshi Ghosh a, Anna Zakharova b, Sarika Jalan a a Complex Systems Lab, Discipline of Physics, Indian Institute of Technology Indore, Simrol, Indore

More information

arxiv: v1 [nlin.ps] 20 Jun 2012

arxiv: v1 [nlin.ps] 20 Jun 2012 Traveling and pinned fronts in bistable reaction-diffusion systems on networks arxiv:1206.4447v1 [nlin.ps] 20 Jun 2012 Nikos E. Kouvaris 1,, Hiroshi Kori 2, Alexander S. Mikhailov 1 1 Department of Physical

More information

HSND-2015, IPR. Department of Physics, University of Burdwan, Burdwan, West Bengal.

HSND-2015, IPR. Department of Physics, University of Burdwan, Burdwan, West Bengal. New kind of deaths: Oscillation Death and Chimera Death HSND-2015, IPR Dr. Tanmoy Banerjee Department of Physics, University of Burdwan, Burdwan, West Bengal. Points to be discussed Oscillation suppression

More information

arxiv: v2 [nlin.ao] 25 Feb 2016

arxiv: v2 [nlin.ao] 25 Feb 2016 A Tweezer for Chimeras in Small Networs Iryna Omelcheno, Oleh E. Omel cheno, Anna Zaharova, Matthias Wolfrum, and Ecehard Schöll, Institut für Theoretische Physi, Technische Universität Berlin, Hardenbergstraße

More information

Tracking the State of the Hindmarsh-Rose Neuron by Using the Coullet Chaotic System Based on a Single Input

Tracking the State of the Hindmarsh-Rose Neuron by Using the Coullet Chaotic System Based on a Single Input ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 11, No., 016, pp.083-09 Tracking the State of the Hindmarsh-Rose Neuron by Using the Coullet Chaotic System Based on a Single

More information

arxiv: v3 [q-bio.nc] 17 Oct 2018

arxiv: v3 [q-bio.nc] 17 Oct 2018 Evaluating performance of neural codes in model neural communication networks Chris G. Antonopoulos 1, Ezequiel Bianco-Martinez 2 and Murilo S. Baptista 3 October 18, 2018 arxiv:1709.08591v3 [q-bio.nc]

More information

From neuronal oscillations to complexity

From neuronal oscillations to complexity 1/39 The Fourth International Workshop on Advanced Computation for Engineering Applications (ACEA 2008) MACIS 2 Al-Balqa Applied University, Salt, Jordan Corson Nathalie, Aziz Alaoui M.A. University of

More information

Traveling chimera states for coupled pendula

Traveling chimera states for coupled pendula Nonlinear Dyn https://doi.org/10.1007/s11071-018-4664-5 ORIGINAL PAPER raveling chimera states for coupled pendula Dawid Dudkowski Krzysztof Czołczyński omasz Kapitaniak Received: 10 July 2018 / Accepted:

More information

Weierstraß-Institut. für Angewandte Analysis und Stochastik. Leibniz-Institut im Forschungsverbund Berlin e. V. Preprint ISSN

Weierstraß-Institut. für Angewandte Analysis und Stochastik. Leibniz-Institut im Forschungsverbund Berlin e. V. Preprint ISSN Weierstraß-Institut für Angewandte Analysis und Stochasti Leibniz-Institut im Forschungsverbund Berlin e. V. Preprint ISSN 98-5855 Optimal design of the tweezer control for chimera states Iryna Omelcheno,

More information

arxiv: v1 [nlin.cd] 6 Mar 2018

arxiv: v1 [nlin.cd] 6 Mar 2018 Constructive approach to limiting periodic orbits with exponential and power law dynamics A. Provata Institute of Nanoscience and Nanotechnology, National Center for Scientific Research Demokritos, GR-15310

More information

Title. Author(s)Yanagita, T. CitationPhysical Review E, 76(5): Issue Date Doc URL. Rights. Type.

Title. Author(s)Yanagita, T. CitationPhysical Review E, 76(5): Issue Date Doc URL. Rights. Type. Title Input-output relation of FitzHugh-Nagumo elements ar Author(s)Yanagita, T. CitationPhysical Review E, 76(5): 5625--5625-3 Issue Date 27- Doc URL http://hdl.handle.net/25/32322 Rights Copyright 27

More information

Neural Excitability in a Subcritical Hopf Oscillator with a Nonlinear Feedback

Neural Excitability in a Subcritical Hopf Oscillator with a Nonlinear Feedback Neural Excitability in a Subcritical Hopf Oscillator with a Nonlinear Feedback Gautam C Sethia and Abhijit Sen Institute for Plasma Research, Bhat, Gandhinagar 382 428, INDIA Motivation Neural Excitability

More information

Asynchronous updating of threshold-coupled chaotic neurons

Asynchronous updating of threshold-coupled chaotic neurons PRAMANA c Indian Academy of Sciences Vol. 70, No. 6 journal of June 2008 physics pp. 1127 1134 Asynchronous updating of threshold-coupled chaotic neurons MANISH DEV SHRIMALI 1,2,3,, SUDESHNA SINHA 4 and

More information

Neuroscience applications: isochrons and isostables. Alexandre Mauroy (joint work with I. Mezic)

Neuroscience applications: isochrons and isostables. Alexandre Mauroy (joint work with I. Mezic) Neuroscience applications: isochrons and isostables Alexandre Mauroy (joint work with I. Mezic) Outline Isochrons and phase reduction of neurons Koopman operator and isochrons Isostables of excitable systems

More information

THIELE CENTRE. Disordered chaotic strings. Mirko Schäfer and Martin Greiner. for applied mathematics in natural science

THIELE CENTRE. Disordered chaotic strings. Mirko Schäfer and Martin Greiner. for applied mathematics in natural science THIELE CENTRE for applied mathematics in natural science Disordered chaotic strings Mirko Schäfer and Martin Greiner Research Report No. 06 March 2011 Disordered chaotic strings Mirko Schäfer 1 and Martin

More information

5th EUROPEAN PhD SUMMER SCHOOL - CONFERENCE ON MATHEMATICAL MODELING OF COMPLEX SYSTEMS JULY, 2015 LECTURE PROGRAMME

5th EUROPEAN PhD SUMMER SCHOOL - CONFERENCE ON MATHEMATICAL MODELING OF COMPLEX SYSTEMS JULY, 2015 LECTURE PROGRAMME 5th EUROPEAN PhD SUMMER SCHOOL - CONFERENCE ON MATHEMATICAL MODELING OF COMPLEX SYSTEMS 20 30 JULY, 2015 LECTURE PROGRAMME Scientific Organizing Committee: ΑΝΕΞΑΡΤΗΤΟΣ ΔΙΑΧΕΙΡΙΣΤΗΣ ΜΕΤΑΦΟΡΑΣ ΗΛΕΚΤΡΙΚΗΣ

More information

Causality and communities in neural networks

Causality and communities in neural networks Causality and communities in neural networks Leonardo Angelini, Daniele Marinazzo, Mario Pellicoro, Sebastiano Stramaglia TIRES-Center for Signal Detection and Processing - Università di Bari, Bari, Italy

More information

STUDY OF SYNCHRONIZED MOTIONS IN A ONE-DIMENSIONAL ARRAY OF COUPLED CHAOTIC CIRCUITS

STUDY OF SYNCHRONIZED MOTIONS IN A ONE-DIMENSIONAL ARRAY OF COUPLED CHAOTIC CIRCUITS International Journal of Bifurcation and Chaos, Vol 9, No 11 (1999) 19 4 c World Scientific Publishing Company STUDY OF SYNCHRONIZED MOTIONS IN A ONE-DIMENSIONAL ARRAY OF COUPLED CHAOTIC CIRCUITS ZBIGNIEW

More information

Synchrony in Neural Systems: a very brief, biased, basic view

Synchrony in Neural Systems: a very brief, biased, basic view Synchrony in Neural Systems: a very brief, biased, basic view Tim Lewis UC Davis NIMBIOS Workshop on Synchrony April 11, 2011 components of neuronal networks neurons synapses connectivity cell type - intrinsic

More information

CONTROLLING CHAOS. Sudeshna Sinha. The Institute of Mathematical Sciences Chennai

CONTROLLING CHAOS. Sudeshna Sinha. The Institute of Mathematical Sciences Chennai CONTROLLING CHAOS Sudeshna Sinha The Institute of Mathematical Sciences Chennai Sinha, Ramswamy and Subba Rao: Physica D, vol. 43, p. 118 Sinha, Physics Letts. A vol. 156, p. 475 Ramswamy, Sinha, Gupte:

More information

Bursting Oscillations of Neurons and Synchronization

Bursting Oscillations of Neurons and Synchronization Bursting Oscillations of Neurons and Synchronization Milan Stork Applied Electronics and Telecommunications, Faculty of Electrical Engineering/RICE University of West Bohemia, CZ Univerzitni 8, 3064 Plzen

More information

Topological target patterns and population oscillations in a network with random gap junctional coupling

Topological target patterns and population oscillations in a network with random gap junctional coupling 0 0 0 0 Neurocomputing }0 (00) } Topological target patterns and population oscillations in a network with random gap junctional coupling Timothy J. Lewis*, John Rinzel Center for Neural Science and Courant

More information

Dendritic cable with active spines: a modelling study in the spike-diffuse-spike framework

Dendritic cable with active spines: a modelling study in the spike-diffuse-spike framework Dendritic cable with active spines: a modelling study in the spike-diffuse-spike framework Yulia Timofeeva a, Gabriel Lord a and Stephen Coombes b a Department of Mathematics, Heriot-Watt University, Edinburgh,

More information

Phase Synchronization of Coupled Rossler Oscillators: Amplitude Effect

Phase Synchronization of Coupled Rossler Oscillators: Amplitude Effect Commun. Theor. Phys. (Beijing, China) 47 (2007) pp. 265 269 c International Academic Publishers Vol. 47, No. 2, February 15, 2007 Phase Synchronization of Coupled Rossler Oscillators: Amplitude Effect

More information

arxiv: v2 [nlin.ao] 11 Jan 2016

arxiv: v2 [nlin.ao] 11 Jan 2016 Coherence-resonance chimeras in a network of excitable elements Nadezhda Semenova, Anna Zakharova,, Vadim Anishchenko, and Eckehard Schöll Department of Physics, Saratov State University, Astrakhanskaya

More information

Effects of Interactive Function Forms in a Self-Organized Critical Model Based on Neural Networks

Effects of Interactive Function Forms in a Self-Organized Critical Model Based on Neural Networks Commun. Theor. Phys. (Beijing, China) 40 (2003) pp. 607 613 c International Academic Publishers Vol. 40, No. 5, November 15, 2003 Effects of Interactive Function Forms in a Self-Organized Critical Model

More information

Chapter 24 BIFURCATIONS

Chapter 24 BIFURCATIONS Chapter 24 BIFURCATIONS Abstract Keywords: Phase Portrait Fixed Point Saddle-Node Bifurcation Diagram Codimension-1 Hysteresis Hopf Bifurcation SNIC Page 1 24.1 Introduction In linear systems, responses

More information

Analysis of Chimera Behavior in Coupled Logistic Maps on Different Connection Topologies

Analysis of Chimera Behavior in Coupled Logistic Maps on Different Connection Topologies Analysis of Chimera Behavior in Coupled Logistic Maps on Different Connection Topologies Thesis submitted in partial fulfillment of the requirements for the degree of Master of Science by Research in Computational

More information

Lecture 4: Importance of Noise and Fluctuations

Lecture 4: Importance of Noise and Fluctuations Lecture 4: Importance of Noise and Fluctuations Jordi Soriano Fradera Dept. Física de la Matèria Condensada, Universitat de Barcelona UB Institute of Complex Systems September 2016 1. Noise in biological

More information

A FINITE STATE AUTOMATON MODEL FOR MULTI-NEURON SIMULATIONS

A FINITE STATE AUTOMATON MODEL FOR MULTI-NEURON SIMULATIONS A FINITE STATE AUTOMATON MODEL FOR MULTI-NEURON SIMULATIONS Maria Schilstra, Alistair Rust, Rod Adams and Hamid Bolouri Science and Technology Research Centre, University of Hertfordshire, UK Department

More information

An Investigation of the Coefficient of Variation Using the Dissipative Stochastic Mechanics Based Neuron Model

An Investigation of the Coefficient of Variation Using the Dissipative Stochastic Mechanics Based Neuron Model Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 10, October 2013,

More information

Nonlinear Observer Design and Synchronization Analysis for Classical Models of Neural Oscillators

Nonlinear Observer Design and Synchronization Analysis for Classical Models of Neural Oscillators Nonlinear Observer Design and Synchronization Analysis for Classical Models of Neural Oscillators Ranjeetha Bharath and Jean-Jacques Slotine Massachusetts Institute of Technology ABSTRACT This work explores

More information

Bursting and Chaotic Activities in the Nonlinear Dynamics of FitzHugh-Rinzel Neuron Model

Bursting and Chaotic Activities in the Nonlinear Dynamics of FitzHugh-Rinzel Neuron Model Bursting and Chaotic Activities in the Nonlinear Dynamics of FitzHugh-Rinzel Neuron Model Abhishek Yadav *#, Anurag Kumar Swami *, Ajay Srivastava * * Department of Electrical Engineering, College of Technology,

More information

arxiv: v1 [q-bio.nc] 16 May 2017

arxiv: v1 [q-bio.nc] 16 May 2017 Optimized brute-force algorithms for the bifurcation analysis of a spin-glass-like neural network model Diego Fasoli 1,2,, Stefano Panzeri 1 arxiv:1705.05647v1 [q-bio.nc] 16 May 2017 1 Laboratory of Neural

More information

Effects of Interactive Function Forms and Refractoryperiod in a Self-Organized Critical Model Based on Neural Networks

Effects of Interactive Function Forms and Refractoryperiod in a Self-Organized Critical Model Based on Neural Networks Commun. Theor. Phys. (Beijing, China) 42 (2004) pp. 121 125 c International Academic Publishers Vol. 42, No. 1, July 15, 2004 Effects of Interactive Function Forms and Refractoryperiod in a Self-Organized

More information

What have we learned about our climate by using networks and nonlinear analysis tools?

What have we learned about our climate by using networks and nonlinear analysis tools? What have we learned about our climate by using networks and nonlinear analysis tools? Cristina Masoller Universitat Politecnica de Catalunya www.fisica.edu.uy/~cris LINC conference Wien, April 2015 ITN

More information

Dynamical systems in neuroscience. Pacific Northwest Computational Neuroscience Connection October 1-2, 2010

Dynamical systems in neuroscience. Pacific Northwest Computational Neuroscience Connection October 1-2, 2010 Dynamical systems in neuroscience Pacific Northwest Computational Neuroscience Connection October 1-2, 2010 What do I mean by a dynamical system? Set of state variables Law that governs evolution of state

More information

Single neuron models. L. Pezard Aix-Marseille University

Single neuron models. L. Pezard Aix-Marseille University Single neuron models L. Pezard Aix-Marseille University Biophysics Biological neuron Biophysics Ionic currents Passive properties Active properties Typology of models Compartmental models Differential

More information

Algebraic Representation of Networks

Algebraic Representation of Networks Algebraic Representation of Networks 0 1 2 1 1 0 0 1 2 0 0 1 1 1 1 1 Hiroki Sayama sayama@binghamton.edu Describing networks with matrices (1) Adjacency matrix A matrix with rows and columns labeled by

More information

Synchronization Transitions in Complex Networks

Synchronization Transitions in Complex Networks Synchronization Transitions in Complex Networks Y. Moreno 1,2,3 1 Institute for Biocomputation and Physics of Complex Systems (BIFI) University of Zaragoza, Zaragoza 50018, Spain 2 Department of Theoretical

More information

Self-organized Criticality and Synchronization in a Pulse-coupled Integrate-and-Fire Neuron Model Based on Small World Networks

Self-organized Criticality and Synchronization in a Pulse-coupled Integrate-and-Fire Neuron Model Based on Small World Networks Commun. Theor. Phys. (Beijing, China) 43 (2005) pp. 466 470 c International Academic Publishers Vol. 43, No. 3, March 15, 2005 Self-organized Criticality and Synchronization in a Pulse-coupled Integrate-and-Fire

More information

arxiv:chao-dyn/ v1 5 Mar 1996

arxiv:chao-dyn/ v1 5 Mar 1996 Turbulence in Globally Coupled Maps M. G. Cosenza and A. Parravano Centro de Astrofísica Teórica, Facultad de Ciencias, Universidad de Los Andes, A. Postal 26 La Hechicera, Mérida 5251, Venezuela (To appear,

More information

arxiv: v3 [physics.data-an] 3 Sep 2008

arxiv: v3 [physics.data-an] 3 Sep 2008 Electronic version of an article published as: International Journal of Bifurcation and Chaos, 7(), 27, 3493 3497. doi:.42/s282747925 c World Scientific Publishing Company http://www.worldscinet.com/ijbc/

More information

arxiv: v1 [cond-mat.stat-mech] 6 Mar 2008

arxiv: v1 [cond-mat.stat-mech] 6 Mar 2008 CD2dBS-v2 Convergence dynamics of 2-dimensional isotropic and anisotropic Bak-Sneppen models Burhan Bakar and Ugur Tirnakli Department of Physics, Faculty of Science, Ege University, 35100 Izmir, Turkey

More information

An Introductory Course in Computational Neuroscience

An Introductory Course in Computational Neuroscience An Introductory Course in Computational Neuroscience Contents Series Foreword Acknowledgments Preface 1 Preliminary Material 1.1. Introduction 1.1.1 The Cell, the Circuit, and the Brain 1.1.2 Physics of

More information

The influence of noise on two- and three-frequency quasi-periodicity in a simple model system

The influence of noise on two- and three-frequency quasi-periodicity in a simple model system arxiv:1712.06011v1 [nlin.cd] 16 Dec 2017 The influence of noise on two- and three-frequency quasi-periodicity in a simple model system A.P. Kuznetsov, S.P. Kuznetsov and Yu.V. Sedova December 19, 2017

More information

The non-backtracking operator

The non-backtracking operator The non-backtracking operator Florent Krzakala LPS, Ecole Normale Supérieure in collaboration with Paris: L. Zdeborova, A. Saade Rome: A. Decelle Würzburg: J. Reichardt Santa Fe: C. Moore, P. Zhang Berkeley:

More information

Spectral Graph Theory for. Dynamic Processes on Networks

Spectral Graph Theory for. Dynamic Processes on Networks Spectral Graph Theory for Dynamic Processes on etworks Piet Van Mieghem in collaboration with Huijuan Wang, Dragan Stevanovic, Fernando Kuipers, Stojan Trajanovski, Dajie Liu, Cong Li, Javier Martin-Hernandez,

More information

arxiv: v3 [nlin.ao] 18 Jan 2017

arxiv: v3 [nlin.ao] 18 Jan 2017 Turbulent chimeras in large semiconductor laser arrays J. Shena 1,*, J. Hizanidis 1, V. Kovanis 2, and G. P. Tsironis 1,3,4 arxiv:1609.03852v3 [nlin.ao] 18 Jan 2017 1 Crete Center for Quantum Complexity

More information

Influence of Criticality on 1/f α Spectral Characteristics of Cortical Neuron Populations

Influence of Criticality on 1/f α Spectral Characteristics of Cortical Neuron Populations Influence of Criticality on 1/f α Spectral Characteristics of Cortical Neuron Populations Robert Kozma rkozma@memphis.edu Computational Neurodynamics Laboratory, Department of Computer Science 373 Dunn

More information

1 Matrix notation and preliminaries from spectral graph theory

1 Matrix notation and preliminaries from spectral graph theory Graph clustering (or community detection or graph partitioning) is one of the most studied problems in network analysis. One reason for this is that there are a variety of ways to define a cluster or community.

More information

Persistency of noise-induced spatial periodicity in excitable media

Persistency of noise-induced spatial periodicity in excitable media EUROPHYSICS LETTERS 1 December 2005 Europhys. Lett., 72 (5), pp. 712 718 (2005) DOI: 10.1209/epl/i2005-10298-4 Persistency of noise-induced spatial periodicity in excitable media M. Perc Department of

More information

Dynamical modelling of systems of coupled oscillators

Dynamical modelling of systems of coupled oscillators Dynamical modelling of systems of coupled oscillators Mathematical Neuroscience Network Training Workshop Edinburgh Peter Ashwin University of Exeter 22nd March 2009 Peter Ashwin (University of Exeter)

More information

Wave Pinning, Actin Waves, and LPA

Wave Pinning, Actin Waves, and LPA Wave Pinning, Actin Waves, and LPA MCB 2012 William R. Holmes Intercellular Waves Weiner et al., 2007, PLoS Biology Dynamic Hem1 waves in neutrophils Questions? How can such waves / pulses form? What molecular

More information

On the Dynamics of Delayed Neural Feedback Loops. Sebastian Brandt Department of Physics, Washington University in St. Louis

On the Dynamics of Delayed Neural Feedback Loops. Sebastian Brandt Department of Physics, Washington University in St. Louis On the Dynamics of Delayed Neural Feedback Loops Sebastian Brandt Department of Physics, Washington University in St. Louis Overview of Dissertation Chapter 2: S. F. Brandt, A. Pelster, and R. Wessel,

More information

arxiv: v1 [nlin.ao] 2 Mar 2018

arxiv: v1 [nlin.ao] 2 Mar 2018 Stable amplitude chimera states in a network of locally coupled Stuart-Landau oscillators K. Premalatha, V. K. Chandrasekar, 2 M. Senthilvelan, and M. Lakshmanan ) Centre for Nonlinear Dynamics, School

More information

Dynamical Systems in Neuroscience: The Geometry of Excitability and Bursting

Dynamical Systems in Neuroscience: The Geometry of Excitability and Bursting Dynamical Systems in Neuroscience: The Geometry of Excitability and Bursting Eugene M. Izhikevich The MIT Press Cambridge, Massachusetts London, England Contents Preface xv 1 Introduction 1 1.1 Neurons

More information

1 Introduction and neurophysiology

1 Introduction and neurophysiology Dynamics of Continuous, Discrete and Impulsive Systems Series B: Algorithms and Applications 16 (2009) 535-549 Copyright c 2009 Watam Press http://www.watam.org ASYMPTOTIC DYNAMICS OF THE SLOW-FAST HINDMARSH-ROSE

More information

PULSE-COUPLED networks (PCNs) of integrate-and-fire

PULSE-COUPLED networks (PCNs) of integrate-and-fire 1018 IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 15, NO. 5, SEPTEMBER 2004 Grouping Synchronization in a Pulse-Coupled Network of Chaotic Spiking Oscillators Hidehiro Nakano, Student Member, IEEE, and Toshimichi

More information

6.3.4 Action potential

6.3.4 Action potential I ion C m C m dφ dt Figure 6.8: Electrical circuit model of the cell membrane. Normally, cells are net negative inside the cell which results in a non-zero resting membrane potential. The membrane potential

More information

DEVS Simulation of Spiking Neural Networks

DEVS Simulation of Spiking Neural Networks DEVS Simulation of Spiking Neural Networks Rene Mayrhofer, Michael Affenzeller, Herbert Prähofer, Gerhard Höfer, Alexander Fried Institute of Systems Science Systems Theory and Information Technology Johannes

More information

Title. Author(s)Fujii, Hiroshi; Tsuda, Ichiro. CitationNeurocomputing, 58-60: Issue Date Doc URL. Type.

Title. Author(s)Fujii, Hiroshi; Tsuda, Ichiro. CitationNeurocomputing, 58-60: Issue Date Doc URL. Type. Title Neocortical gap junction-coupled interneuron systems exhibiting transient synchrony Author(s)Fujii, Hiroshi; Tsuda, Ichiro CitationNeurocomputing, 58-60: 151-157 Issue Date 2004-06 Doc URL http://hdl.handle.net/2115/8488

More information

Analysis of Neural Networks with Chaotic Dynamics

Analysis of Neural Networks with Chaotic Dynamics Chaos, Solitonr & Fructals Vol. 3, No. 2, pp. 133-139, 1993 Printed in Great Britain @60-0779/93$6.00 + 40 0 1993 Pergamon Press Ltd Analysis of Neural Networks with Chaotic Dynamics FRANCOIS CHAPEAU-BLONDEAU

More information

Stochastic Oscillator Death in Globally Coupled Neural Systems

Stochastic Oscillator Death in Globally Coupled Neural Systems Journal of the Korean Physical Society, Vol. 52, No. 6, June 2008, pp. 19131917 Stochastic Oscillator Death in Globally Coupled Neural Systems Woochang Lim and Sang-Yoon Kim y Department of Physics, Kangwon

More information

March 9, :18 Int J. Bifurcation and Chaos/INSTRUCTION FILE Morfu2v2 EFFECT OF NOISE AND STRUCTURAL INHOMOGENEITIES IN REACTION DIFFUSION MEDIA

March 9, :18 Int J. Bifurcation and Chaos/INSTRUCTION FILE Morfu2v2 EFFECT OF NOISE AND STRUCTURAL INHOMOGENEITIES IN REACTION DIFFUSION MEDIA March 9, 2007 10:18 Int J. Bifurcation and Chaos/INSTRUCTION FILE Int J. Bifurcation and Chaos Submission Style EFFECT OF NOISE AND STRUCTURAL INHOMOGENEITIES IN REACTION DIFFUSION MEDIA S. Morfu Laboratoire

More information

The Mixed States of Associative Memories Realize Unimodal Distribution of Dominance Durations in Multistable Perception

The Mixed States of Associative Memories Realize Unimodal Distribution of Dominance Durations in Multistable Perception The Mixed States of Associative Memories Realize Unimodal Distribution of Dominance Durations in Multistable Perception Takashi Kanamaru Department of Mechanical Science and ngineering, School of Advanced

More information

Géza Ódor, MTA-EK-MFA Budapest Ronald Dickman, UFMG Brazil 08/04/2015

Géza Ódor, MTA-EK-MFA Budapest Ronald Dickman, UFMG Brazil 08/04/2015 Localization, Griffiths phases and burstyness in neural network models Géza Ódor, MTA-EK-MFA Budapest Ronald Dickman, UFMG Brazil 08/04/2015 Partners: Gergely Ódor R. Juhász Infocommunication technologies

More information

Krauskopf, B., Erzgraber, H., & Lenstra, D. (2006). Dynamics of semiconductor lasers with filtered optical feedback.

Krauskopf, B., Erzgraber, H., & Lenstra, D. (2006). Dynamics of semiconductor lasers with filtered optical feedback. Krauskopf, B, Erzgraber, H, & Lenstra, D (26) Dynamics of semiconductor lasers with filtered optical feedback Early version, also known as pre-print Link to publication record in Explore Bristol Research

More information

High-conductance states in a mean-eld cortical network model

High-conductance states in a mean-eld cortical network model Neurocomputing 58 60 (2004) 935 940 www.elsevier.com/locate/neucom High-conductance states in a mean-eld cortical network model Alexander Lerchner a;, Mandana Ahmadi b, John Hertz b a Oersted-DTU, Technical

More information

COUPLED STOCHASTIC OSCILLATORS WITH DELAYS IN COUPLING. Ines B. Grozdanović Nikola I. Burić; Kristina D. Todorović and Nebojša T.

COUPLED STOCHASTIC OSCILLATORS WITH DELAYS IN COUPLING. Ines B. Grozdanović Nikola I. Burić; Kristina D. Todorović and Nebojša T. FACTA UNIVERSITATIS (NIŠ) Ser. Math. Inform. Vol. 27, No 1 (2012), 27 40 COUPLED STOCHASTIC OSCILLATORS WITH DELAYS IN COUPLING Ines B. Grozdanović Nikola I. Burić; Kristina D. Todorović and Nebojša T.

More information

Dynamics of slow and fast systems on complex networks

Dynamics of slow and fast systems on complex networks Indian Academy of Sciences Conference Series (2017) 1:1 DOI: 10.29195/iascs.01.01.0003 Indian Academy of Sciences Dynamics of slow and fast systems on complex networks KAJARI GUPTA and G. AMBIKA * Indian

More information

A simple electronic circuit to demonstrate bifurcation and chaos

A simple electronic circuit to demonstrate bifurcation and chaos A simple electronic circuit to demonstrate bifurcation and chaos P R Hobson and A N Lansbury Brunel University, Middlesex Chaos has generated much interest recently, and many of the important features

More information

WP4: Neural Inspired Information Processing. C. Masoller, A. Pons, M.C. Torrent, J. García Ojalvo UPC, Terrassa, Barcelona, Spain

WP4: Neural Inspired Information Processing. C. Masoller, A. Pons, M.C. Torrent, J. García Ojalvo UPC, Terrassa, Barcelona, Spain WP4: Neural Inspired Information Processing C. Masoller, A. Pons, M.C. Torrent, J. García Ojalvo UPC, Terrassa, Barcelona, Spain NETT Fellows Induction Nottingham, UK, April 2013 Two fellows in WP4: ESR

More information

Chimeras in networks with purely local coupling

Chimeras in networks with purely local coupling Chimeras in networks with purely local coupling Carlo R. Laing Institute of Natural and Mathematical Sciences, Massey University, Private Bag -94 NSMC, Auckland, New Zealand. phone: +64-9-44 8 extn. 435

More information

SINGLE-ELECTRON CIRCUITS PERFORMING DENDRITIC PATTERN FORMATION WITH NATURE-INSPIRED CELLULAR AUTOMATA

SINGLE-ELECTRON CIRCUITS PERFORMING DENDRITIC PATTERN FORMATION WITH NATURE-INSPIRED CELLULAR AUTOMATA International Journal of Bifurcation and Chaos, Vol. 7, No. (7) 365 3655 c World Scientific Publishing Company SINGLE-ELECTRON CIRCUITS PERFORMING DENDRITIC PATTERN FORMATION WITH NATURE-INSPIRED CELLULAR

More information

The Hamiltonian Mean Field Model: Effect of Network Structure on Synchronization Dynamics. Yogesh Virkar University of Colorado, Boulder.

The Hamiltonian Mean Field Model: Effect of Network Structure on Synchronization Dynamics. Yogesh Virkar University of Colorado, Boulder. The Hamiltonian Mean Field Model: Effect of Network Structure on Synchronization Dynamics Yogesh Virkar University of Colorado, Boulder. 1 Collaborators Prof. Juan G. Restrepo Prof. James D. Meiss Department

More information

Image encryption based on the tracking control Hindmarsh-Rose system via Genesio-Tesi system

Image encryption based on the tracking control Hindmarsh-Rose system via Genesio-Tesi system ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 1, No., 017, pp.13-19 Image encryption based on the tracking control Hindmarsh-Rose system via Genesio-Tesi system Keming Tang

More information

Emergent Phenomena on Complex Networks

Emergent Phenomena on Complex Networks Chapter 1 Emergent Phenomena on Complex Networks 1.0.1 More is different When many interacting elements give rise to a collective behavior that cannot be explained or predicted by considering them individually,

More information

Consider the following spike trains from two different neurons N1 and N2:

Consider the following spike trains from two different neurons N1 and N2: About synchrony and oscillations So far, our discussions have assumed that we are either observing a single neuron at a, or that neurons fire independent of each other. This assumption may be correct in

More information

Recent new examples of hidden attractors

Recent new examples of hidden attractors Eur. Phys. J. Special Topics 224, 1469 1476 (2015) EDP Sciences, Springer-Verlag 2015 DOI: 10.1140/epjst/e2015-02472-1 THE EUROPEAN PHYSICAL JOURNAL SPECIAL TOPICS Review Recent new examples of hidden

More information

Noise-enhanced propagation in a dissipative chain of triggers

Noise-enhanced propagation in a dissipative chain of triggers Noise-enhanced propagation in a dissipative chain of triggers S. Morfu.C. Comte.M. Bilbault and P. Marquié Université de Bourgogne, LE2I, (F.R.E.) C.N.R.S. 2309 BP 40-210 DION cedex, FRANCE email: smorfu@u-bourgogne.fr

More information

Physics of the rhythmic applause

Physics of the rhythmic applause PHYSICAL REVIEW E VOLUME 61, NUMBER 6 JUNE 2000 Physics of the rhythmic applause Z. Néda and E. Ravasz Department of Theoretical Physics, Babeş-Bolyai University, strada Kogălniceanu nr.1, RO-3400, Cluj-Napoca,

More information

Simple approach to the creation of a strange nonchaotic attractor in any chaotic system

Simple approach to the creation of a strange nonchaotic attractor in any chaotic system PHYSICAL REVIEW E VOLUME 59, NUMBER 5 MAY 1999 Simple approach to the creation of a strange nonchaotic attractor in any chaotic system J. W. Shuai 1, * and K. W. Wong 2, 1 Department of Biomedical Engineering,

More information

DESYNCHRONIZATION TRANSITIONS IN RINGS OF COUPLED CHAOTIC OSCILLATORS

DESYNCHRONIZATION TRANSITIONS IN RINGS OF COUPLED CHAOTIC OSCILLATORS Letters International Journal of Bifurcation and Chaos, Vol. 8, No. 8 (1998) 1733 1738 c World Scientific Publishing Company DESYNCHRONIZATION TRANSITIONS IN RINGS OF COUPLED CHAOTIC OSCILLATORS I. P.

More information

Lecture 4: Feed Forward Neural Networks

Lecture 4: Feed Forward Neural Networks Lecture 4: Feed Forward Neural Networks Dr. Roman V Belavkin Middlesex University BIS4435 Biological neurons and the brain A Model of A Single Neuron Neurons as data-driven models Neural Networks Training

More information

Phase Locking. 1 of of 10. The PRC's amplitude determines which frequencies a neuron locks to. The PRC's slope determines if locking is stable

Phase Locking. 1 of of 10. The PRC's amplitude determines which frequencies a neuron locks to. The PRC's slope determines if locking is stable Printed from the Mathematica Help Browser 1 1 of 10 Phase Locking A neuron phase-locks to a periodic input it spikes at a fixed delay [Izhikevich07]. The PRC's amplitude determines which frequencies a

More information

Analysis of Interest Rate Curves Clustering Using Self-Organising Maps

Analysis of Interest Rate Curves Clustering Using Self-Organising Maps Analysis of Interest Rate Curves Clustering Using Self-Organising Maps M. Kanevski (1), V. Timonin (1), A. Pozdnoukhov(1), M. Maignan (1,2) (1) Institute of Geomatics and Analysis of Risk (IGAR), University

More information

Dynamics and complexity of Hindmarsh-Rose neuronal systems

Dynamics and complexity of Hindmarsh-Rose neuronal systems Dynamics and complexity of Hindmarsh-Rose neuronal systems Nathalie Corson and M.A. Aziz-Alaoui Laboratoire de Mathématiques Appliquées du Havre, 5 rue Philippe Lebon, 766 Le Havre, FRANCE nathalie.corson@univ-lehavre.fr

More information

Complex Patterns in a Simple System

Complex Patterns in a Simple System Complex Patterns in a Simple System arxiv:patt-sol/9304003v1 17 Apr 1993 John E. Pearson Center for Nonlinear Studies Los Alamos National Laboratory February 4, 2008 Abstract Numerical simulations of a

More information

Emergence of resonances in neural systems: the interplay between adaptive threshold and short-term synaptic plasticity

Emergence of resonances in neural systems: the interplay between adaptive threshold and short-term synaptic plasticity Emergence of resonances in neural systems: the interplay between adaptive threshold and short-term synaptic plasticity Jorge F. Mejias 1,2 and Joaquín J. Torres 2 1 Department of Physics and Center for

More information

DESIGNING CNN GENES. Received January 23, 2003; Revised April 2, 2003

DESIGNING CNN GENES. Received January 23, 2003; Revised April 2, 2003 Tutorials and Reviews International Journal of Bifurcation and Chaos, Vol. 13, No. 10 (2003 2739 2824 c World Scientific Publishing Company DESIGNING CNN GENES MAKOTO ITOH Department of Information and

More information

Competition of Spatial and Temporal Instabilities under Time Delay near Codimension-Two Turing Hopf Bifurcations

Competition of Spatial and Temporal Instabilities under Time Delay near Codimension-Two Turing Hopf Bifurcations Commun. Theor. Phys. 56 (2011) 339 344 Vol. 56, No. 2, August 15, 2011 Competition of Spatial and Temporal Instabilities under Time Delay near Codimension-Two Turing Hopf Bifurcations WANG Hui-Juan ( )

More information

Saturation of Information Exchange in Locally Connected Pulse-Coupled Oscillators

Saturation of Information Exchange in Locally Connected Pulse-Coupled Oscillators Saturation of Information Exchange in Locally Connected Pulse-Coupled Oscillators Will Wagstaff School of Computer Science, Georgia Institute of Technology, Atlanta, Georgia 30332, USA (Dated: 13 December

More information

Yi Ming Lai. Rachel Nicks. Pedro Soares. Dynamical Systems with Noise from Renewal Processes. Synchrony Branching Lemma for Regular Networks

Yi Ming Lai. Rachel Nicks. Pedro Soares. Dynamical Systems with Noise from Renewal Processes. Synchrony Branching Lemma for Regular Networks Yi Ming Lai Dynamical Systems with Noise from Renewal Processes One important area in the area of dynamics on networks is the study of temporal patterns of edges, for example, when edges appear or disappear

More information

arxiv: v1 [nlin.cd] 3 Dec 2014

arxiv: v1 [nlin.cd] 3 Dec 2014 Time-delayed feedback control of coherence resonance near subcritical Hopf bifurcation: theory versus experiment Vladimir Semenov, Alexey Feoktistov, Tatyana Vadivasova, Eckehard Schöll,, a), b) and Anna

More information