SiReNe Simulation Software  1.0
MSN.c File Reference

MSN neural network. More...

#include <stdio.h>
#include <math.h>
#include "Sirene.h"
#include "MSN.h"
Include dependency graph for MSN.c:

Functions

void MSN (Simul *Simulation, int ModelNum, int NeuronNum, double t, double *Variables, double *Derivatives)
 MSN neuron derivative equations. More...
 

Variables

const double Cm = 1.0
 Membrane capacitance (in µF) More...
 
const double EL = -67.0
 Ionic reversal Potential of leak current (in mV) More...
 
const double ENa = 50.0
 Ionic reversal Potential of Na current (in mV) More...
 
const double EK = -100.0
 Ionic reversal Potential of K current (in mV) More...
 

Detailed Description

Function Documentation

◆ MSN()

void MSN ( Simul Simulation,
int  ModelNum,
int  NeuronNum,
double  t,
double *  Variables,
double *  Derivatives 
)

Parameters
SimulationStructure where all simulation information is stored
ModelNumNeural model number
NeuronNumNeuron number
tCurrent time t
VariablesGating variables of the neural model at the current time t
DerivativesGating variables derivatives at the current time t

References Cm, TestMSN::gK, TestMSN::gL, TestMSN::gM, TestMSN::gNa, TestMSN::h, Neuron::InputCurrent, TestMSN::m, TestMSN::n, Simul::NeuralModels, NeuralModel::Neurons, TestMSN::p, Neuron::Parameters, and Neuron::SynapticCurrent.

Referenced by main().

Variable Documentation

◆ Cm

const double Cm = 1.0

Referenced by MSN().

◆ EK

const double EK = -100.0

◆ EL

const double EL = -67.0

◆ ENa

const double ENa = 50.0