Commits on Apr 12, 2017
  1. Update get_data signature in Cortical_Column.h

    committed on GitHub Apr 12, 2017
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 Apr 1, 2015
  1. Fixed some smaller typos.

    Version of the Submission to NeuroImage
    
    	modified:   Cortical_Column.h
    	modified:   Plots.m
    	modified:   Test_Parameters.m
    	modified:   Test_Stimulation.m
    	modified:   Thalamic_Column.h
    committed Apr 1, 2015
Commits on Jan 20, 2015
  1. More parameter tuning.

    Changed the conduction speed nu to 60E-3, so that one round is around 30ms
    committed Jan 20, 2015
Commits on Jan 9, 2015
  1. Fixed some of the parameters to get a better SO_Average for N2. However,

    the mean membrane voltageis rather high(-54 mV compared to -56.4 for
    cortex only)
    committed Jan 9, 2015
Commits on Nov 25, 2014
  1. More Parameter tuning.

    Nice spindles during N2.
    Ok N3.
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Nov 25, 2014
Commits on Nov 13, 2014
  1. Added a tracking function for I_h activation.

    Put P_h back for testing.
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Nov 13, 2014
Commits on Nov 11, 2014
  1. More tuning, changed Ca0 to 2.4. alpha_Ca to 51.8

    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Nov 7, 2014
Commits on Oct 1, 2014
  1. Updated implementation of the Thalamo-cortical model

    Stimulation protocol has been reworked
    Multiple code cleanups and spelling fixes
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Oct 1, 2014
Commits on Aug 21, 2014
  1. Tuned the parameters of both the thalammic and the cortical column.

    Increased g_KLeak to and g_KNa to counteract excitation from the other
    column.
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Aug 21, 2014
Commits on Jun 18, 2014
  1. Cleaned up the code.

    Needs minor parameter fixing for figures.
    committed Jun 18, 2014
Commits on May 28, 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