09.09.2014 Views

13th International Conference on Membrane Computing - MTA Sztaki

13th International Conference on Membrane Computing - MTA Sztaki

13th International Conference on Membrane Computing - MTA Sztaki

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Spiking neural P systems with functi<strong>on</strong>al astrocytes<br />

In this paper, an upgrade of the library is presented. Support for SNPSFA has<br />

been included, as an extensi<strong>on</strong> of the works presented in [11]. As a result of this,<br />

pLinguaCore is now able to handle input P–Lingua files defining SNPSFA. In<br />

additi<strong>on</strong>, a new built–in simulator capable of simulating computati<strong>on</strong>s of these<br />

systems has been included into the library. For downloading the latest versi<strong>on</strong> of<br />

pLinguaCore, please refer to http://www.p-lingua.org. Also, a simulator for<br />

astrocytes as introduced in [14] is in development.<br />

The following pseudo-code shows a computati<strong>on</strong> step from instant t to<br />

t + 1 for a SNPSFA, illustrating the way in which the simulator operates. The<br />

pseudo-code is structured in two algorithms, following the semantics of SNPSFA<br />

introduced in Secti<strong>on</strong> 2. The first <strong>on</strong>e deals with the input neur<strong>on</strong>s of the systems,<br />

while the sec<strong>on</strong>d <strong>on</strong>e deals with astrocytes and output neur<strong>on</strong>s. Notati<strong>on</strong> follows<br />

from Secti<strong>on</strong> 2, while additi<strong>on</strong>al required notati<strong>on</strong> can be found at the end of<br />

this Secti<strong>on</strong>.<br />

Algorithm 1 Neur<strong>on</strong>s loop<br />

1: let σ = {σ 1, . . . , σ m} be the set of all the neur<strong>on</strong>s in the system<br />

2: for i = 1 to m do<br />

3: σ i(t + 1) ← σ i(t) − l i(t)<br />

4: end for<br />

271

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!