Commits on Sep 26, 2016
  1. Fixed a minor casting bug in random stream implementation and renamed…

    … the streams to camel case
    committed Sep 26, 2016
Commits on Sep 13, 2016
  1. Major cleanup and moderinization

    committed Sep 13, 2016
Commits on Mar 24, 2016
Commits on Mar 21, 2016
  1. Corrected typo in the reference

    committed Mar 21, 2016
Commits on Feb 1, 2016
Commits on Dec 29, 2015
  1. General code cleanup.

    Removed dependency on boost libraries.
    committed Dec 29, 2015
Commits on Nov 9, 2015
  1. Updated the code with correct license.

    Put mex definitions into mex file to be able to run purely from c++
    committed Nov 9, 2015
Commits on Aug 7, 2015
  1. Update of RK iteration

    Updated to new scheme after Rößler2010
    No more macro shenanigans
    Replaced pow(*, N) function with N times product
    committed Aug 7, 2015
Commits on Dec 4, 2014
  1. Imported the project into QTcreator,

    More parameter fixes and first tries with bursting stimulation.
    committed Dec 4, 2014
Commits on May 14, 2014
  1. Updated parameters.

    Unified phi_x to phi.
    AWESOME SWS
    committed May 14, 2014
Commits on Apr 24, 2014
  1. Cleanup. Made comments line save

    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Apr 24, 2014
Commits on Apr 3, 2014
  1. Updated the TC model to latest code changes.

    Parameters are now locally defined as const double within class
    definition.
    
    Therefore no Parameters.h file anymore
    
    Updated the Stimulation protocol to reflect periodic and phase-dependent
    stimulation
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Apr 2, 2014
Commits on Mar 10, 2014
  1. Small bugfixes.

    Added the long range afferents.
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Mar 10, 2014
  2. First modular implementation of the thalamo-cortical model.

    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Mar 10, 2014
Commits on Mar 1, 2014
  1. New implementation of the thalamo-cortical model

    Features are:
    	Modular setup with independent cortex/thalamus
    	Noise generation within the modules
    	Data storage directly within MATLAB containers
    committed Mar 1, 2014