https://github.com/miscco/NM_TC

sort by:
Revision Author Date Message Commit Date
1c8f5f0 Use mxArray* ratehr than a reference to it in loops 11 June 2018, 19:58:16 UTC
8024547 Remove unneeded Braces and simplify loop copying data pointers 11 June 2018, 19:57:00 UTC
faa85d8 Update get_data signature in Cortical_Column.h 12 April 2017, 16:45:33 UTC
0ad475c Update get_data signature in Thalamic_Column.h 12 April 2017, 16:45:12 UTC
bf6e291 Fix typo 01 April 2017, 17:32:13 UTC
70b1809 Create README.md 01 April 2017, 17:27:50 UTC
401c4d3 Add missing reference to vector of data pointers 31 March 2017, 07:36:17 UTC
59aec99 Merge pull request #1 from crossley/master Update NM_TC.pro 31 March 2017, 07:35:48 UTC
2de7eaa Update NM_TC.pro Circular reference was overwriting sourcefile TC.cpp on compilation. 10 October 2016, 21:26:11 UTC
4a9f959 Fixed a minor casting bug in random stream implementation and renamed the streams to camel case 26 September 2016, 10:23:40 UTC
efd4de9 Major cleanup and moderinization 13 September 2016, 10:42:06 UTC
75f47b2 Added data creation routines and plotting functions. 31 March 2016, 15:04:17 UTC
4b7a6f6 Fixed wrong lebeling of connectivities 24 March 2016, 10:20:53 UTC
d31e02d Removed old matlab files 21 March 2016, 11:43:48 UTC
bd16ba8 Corrected typo in the reference 21 March 2016, 11:40:00 UTC
60a768b Switched to the random_stream header for RNGs and updated the naming convention. 01 February 2016, 11:01:17 UTC
1cba4bc General code cleanup. Removed dependency on boost libraries. 29 December 2015, 19:43:02 UTC
c8fb6e6 Updated the code with correct license. Put mex definitions into mex file to be able to run purely from c++ 09 November 2015, 10:23:50 UTC
2a0c42c Update of RK iteration Updated to new scheme after Rößler2010 No more macro shenanigans Replaced pow(*, N) function with N times product 07 August 2015, 13:53:28 UTC
89fc8c1 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 01 April 2015, 11:37:34 UTC
b7992b7 More parameter tuning. Changed the conduction speed nu to 60E-3, so that one round is around 30ms 20 January 2015, 10:56:13 UTC
1648694 Made a matlab function for parameter testing Tuned parameters for N2. 19 January 2015, 14:21:41 UTC
7be127a 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) 09 January 2015, 10:13:48 UTC
8385cf5 Imported the project into QTcreator, More parameter fixes and first tries with bursting stimulation. 04 December 2014, 15:09:59 UTC
8ae1ecc More Parameter tuning. Nice spindles during N2. Ok N3. Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de> 25 November 2014, 09:32:10 UTC
7577d89 Added a tracking function for I_h activation. Put P_h back for testing. Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de> 13 November 2014, 11:23:51 UTC
b9603ae More tuning, changed Ca0 to 2.4. alpha_Ca to 51.8 Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de> 11 November 2014, 14:34:06 UTC
3495bac More parameter tuning Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de> 04 November 2014, 09:07:19 UTC
9705fb9 Fixed a bug in the stimulation protocol regarding multiple stimuli. Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de> 20 October 2014, 13:03:40 UTC
790a3f1 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> 01 October 2014, 08:39:36 UTC
b409096 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> 21 August 2014, 09:39:12 UTC
1e80959 Tuned the parameters slightly Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de> 25 June 2014, 09:54:42 UTC
429e8eb Cleaned up the code. Needs minor parameter fixing for figures. 18 June 2014, 16:41:40 UTC
2708625 Updated the parameters to show better behavior. 28 May 2014, 13:00:55 UTC
3ab9666 Updated parameters. Unified phi_x to phi. AWESOME SWS 14 May 2014, 15:52:57 UTC
1531e78 Cleanup. Made comments line save Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de> 24 April 2014, 13:05:24 UTC
52e9992 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> 03 April 2014, 09:41:40 UTC
993213c Small bugfixes. Added the long range afferents. Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de> 10 March 2014, 16:55:41 UTC
8a1b590 First modular implementation of the thalamo-cortical model. Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de> 10 March 2014, 15:58:47 UTC
a384354 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 01 March 2014, 13:15:44 UTC
back to top