41 virtual float CalculateIntrinsicCurrent(
FiringRateModule *lpModule,
float fltInputCurrent);
48 void Vsthi(
float fltVal);
50 float IntrinsicCurrent();
51 void IntrinsicCurrent(
float fltVal);
54 void Il(
float fltVal);
57 void Ih(
float fltVal);
59 virtual unsigned char NeuronType();
63 virtual bool SetData(
const std::string &strDataType,
const std::string &strValue,
bool bThrowError =
true);
64 virtual void QueryProperties(CStdPtrArray<TypeProperty> &aryProperties);
65 virtual void ResetSimulation();
66 virtual void StepSimulation();
68 virtual void Load(CStdXml &oXml);
float m_fltVsthi
The initial switch threshold voltage.
Firing rate neural module.
float m_fltIntrinsic
The active intrinsic current.
Bistable firing rate neuron.
float m_fltIl
The low current.
Firing Rate Neuron model.
float m_fltIh
The high current.
Contains the classes for a firing rate neural model.
float m_fltVsth
The siwtch threshold voltage.