├── Figure 1.png ├── Figure 2.png ├── Figure 3.png ├── LICENSE ├── README.md ├── RF remapping with gain modulation ├── ReadMe.md ├── activation_func_fitting.py └── network.py ├── Three Layer SNN ├── Readme.md ├── linear.py ├── neuron.py └── three_layer_SNN.py └── coincidence detection ├── ReadMe.md ├── plot current spikes (MATLAB) └── synchronization detection (Python) /Figure 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanqingxi/NCOMMS-20-02976/HEAD/Figure 1.png -------------------------------------------------------------------------------- /Figure 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanqingxi/NCOMMS-20-02976/HEAD/Figure 2.png -------------------------------------------------------------------------------- /Figure 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanqingxi/NCOMMS-20-02976/HEAD/Figure 3.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanqingxi/NCOMMS-20-02976/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanqingxi/NCOMMS-20-02976/HEAD/README.md -------------------------------------------------------------------------------- /RF remapping with gain modulation/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanqingxi/NCOMMS-20-02976/HEAD/RF remapping with gain modulation/ReadMe.md -------------------------------------------------------------------------------- /RF remapping with gain modulation/activation_func_fitting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanqingxi/NCOMMS-20-02976/HEAD/RF remapping with gain modulation/activation_func_fitting.py -------------------------------------------------------------------------------- /RF remapping with gain modulation/network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanqingxi/NCOMMS-20-02976/HEAD/RF remapping with gain modulation/network.py -------------------------------------------------------------------------------- /Three Layer SNN/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanqingxi/NCOMMS-20-02976/HEAD/Three Layer SNN/Readme.md -------------------------------------------------------------------------------- /Three Layer SNN/linear.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanqingxi/NCOMMS-20-02976/HEAD/Three Layer SNN/linear.py -------------------------------------------------------------------------------- /Three Layer SNN/neuron.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanqingxi/NCOMMS-20-02976/HEAD/Three Layer SNN/neuron.py -------------------------------------------------------------------------------- /Three Layer SNN/three_layer_SNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanqingxi/NCOMMS-20-02976/HEAD/Three Layer SNN/three_layer_SNN.py -------------------------------------------------------------------------------- /coincidence detection/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanqingxi/NCOMMS-20-02976/HEAD/coincidence detection/ReadMe.md -------------------------------------------------------------------------------- /coincidence detection/plot current spikes (MATLAB): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanqingxi/NCOMMS-20-02976/HEAD/coincidence detection/plot current spikes (MATLAB) -------------------------------------------------------------------------------- /coincidence detection/synchronization detection (Python): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanqingxi/NCOMMS-20-02976/HEAD/coincidence detection/synchronization detection (Python) --------------------------------------------------------------------------------