Code for simulating both modulatory and driving influences of feedforward, lateral, and top-down connections with the PC/BC-DIM model.
Go to file
mwspratling a4b25baf78 1st release July 2013 2023-02-13 15:23:20 +00:00
LICENSE 1st release July 2013 2023-02-13 15:23:20 +00:00
README.md 1st release July 2013 2023-02-13 15:23:20 +00:00
define_bar.m 1st release July 2013 2023-02-13 15:23:20 +00:00
define_blank_image.m 1st release July 2013 2023-02-13 15:23:20 +00:00
define_input_with_cutoff_and_attn.m 1st release July 2013 2023-02-13 15:23:20 +00:00
dim_activation.m 1st release July 2013 2023-02-13 15:23:20 +00:00
dim_activation_conv_recurrent.m 1st release July 2013 2023-02-13 15:23:20 +00:00
dim_activation_recurrent.m 1st release July 2013 2023-02-13 15:23:20 +00:00
draw_bar.m 1st release July 2013 2023-02-13 15:23:20 +00:00
filter_definitions_LGN.m 1st release July 2013 2023-02-13 15:23:20 +00:00
filter_definitions_V1_edge_recon.m 1st release July 2013 2023-02-13 15:23:20 +00:00
filter_definitions_V1_recurrent.m 1st release July 2013 2023-02-13 15:23:20 +00:00
filter_definitions_V1_simple_diffGauss.m 1st release July 2013 2023-02-13 15:23:20 +00:00
gabor2D.m 1st release July 2013 2023-02-13 15:23:20 +00:00
gauss2D.m 1st release July 2013 2023-02-13 15:23:20 +00:00
global_parameters.m 1st release July 2013 2023-02-13 15:23:20 +00:00
image_circular_grating.m 1st release July 2013 2023-02-13 15:23:20 +00:00
image_gilbert.m 1st release July 2013 2023-02-13 15:23:20 +00:00
image_gilbert_simple.m 1st release July 2013 2023-02-13 15:23:20 +00:00
iszero.m 1st release July 2013 2023-02-13 15:23:20 +00:00
odd.m 1st release July 2013 2023-02-13 15:23:20 +00:00
plot_cropped_image.m 1st release July 2013 2023-02-13 15:23:20 +00:00
plot_integration_field.m 1st release July 2013 2023-02-13 15:23:20 +00:00
plot_network.m 1st release July 2013 2023-02-13 15:23:20 +00:00
preprocess_V1_input.m 1st release July 2013 2023-02-13 15:23:20 +00:00
reconstruct_edges.m 1st release July 2013 2023-02-13 15:23:20 +00:00
test_attn_featural_pair.m 1st release July 2013 2023-02-13 15:23:20 +00:00
test_attn_featural_tuning.m 1st release July 2013 2023-02-13 15:23:20 +00:00
test_attn_spatial_pair.m 1st release July 2013 2023-02-13 15:23:20 +00:00
test_attn_spatial_pair_poor.m 1st release July 2013 2023-02-13 15:23:20 +00:00
test_attn_spatial_pair_tuning.m 1st release July 2013 2023-02-13 15:23:20 +00:00
test_attn_spatial_tuning.m 1st release July 2013 2023-02-13 15:23:20 +00:00
test_ff_mod_drive.m 1st release July 2013 2023-02-13 15:23:20 +00:00
test_rec_mod_drive.m 1st release July 2013 2023-02-13 15:23:20 +00:00
test_temporal.m 1st release July 2013 2023-02-13 15:23:20 +00:00
v1_contour.m 1st release July 2013 2023-02-13 15:23:20 +00:00
v1_edge_detection.m 1st release July 2013 2023-02-13 15:23:20 +00:00
v1_flankers_gilbert.m 1st release July 2013 2023-02-13 15:23:20 +00:00
v1_spatio_temporal_prediction.m 1st release July 2013 2023-02-13 15:23:20 +00:00

README.md

This code implements the simulation results reported in:

M. W. Spratling (2014) A single functional model of drivers and modulators in cortex, Journal of Computational Neuroscience, 36(1):97-118.

Please cite this paper if this code is used in, or to motivate, any publications.


USAGE


This code requires MATLAB and the Image Processing Toolbox. It was tested with MATLAB Version 7.8 (R2009a) and Image Processing Toolbox Version 6.3 (R2009a).

Certain simulations will run much faster if you install the MATLAB function convnfft written by Bruno Luong, which is available here: http://www.mathworks.com/matlabcentral/fileexchange/24504-fft-based-convolution

The following table gives details of which MATLAB function produces each figure in the above publication.

Figure MATLAB Function
5 test_ff_mod_drive
6 test_rec_mod_drive
7c v1_flankers_gilbert
7d v1_flankers_gilbert (editted so that parameter lateral=0)
8 v1_contour
9 v1_edge_detection
10 test_temporal
11 test_temporal
12 test_temporal
13 v1_spatio_temporal_prediction
14a test_attn_spatial_tuning
14b test_attn_spatial_pair_tuning
14c test_attn_featural_tuning
15a test_attn_spatial_pair
15b test_attn_spatial_pair_poor
15c test_attn_featural_pair