|
||
---|---|---|
LICENSE | ||
README.md | ||
define_bar.m | ||
define_blank_image.m | ||
define_input_with_cutoff_and_attn.m | ||
dim_activation.m | ||
dim_activation_conv_recurrent.m | ||
dim_activation_recurrent.m | ||
draw_bar.m | ||
filter_definitions_LGN.m | ||
filter_definitions_V1_edge_recon.m | ||
filter_definitions_V1_recurrent.m | ||
filter_definitions_V1_simple_diffGauss.m | ||
gabor2D.m | ||
gauss2D.m | ||
global_parameters.m | ||
image_circular_grating.m | ||
image_gilbert.m | ||
image_gilbert_simple.m | ||
iszero.m | ||
odd.m | ||
plot_cropped_image.m | ||
plot_integration_field.m | ||
plot_network.m | ||
preprocess_V1_input.m | ||
reconstruct_edges.m | ||
test_attn_featural_pair.m | ||
test_attn_featural_tuning.m | ||
test_attn_spatial_pair.m | ||
test_attn_spatial_pair_poor.m | ||
test_attn_spatial_pair_tuning.m | ||
test_attn_spatial_tuning.m | ||
test_ff_mod_drive.m | ||
test_rec_mod_drive.m | ||
test_temporal.m | ||
v1_contour.m | ||
v1_edge_detection.m | ||
v1_flankers_gilbert.m | ||
v1_spatio_temporal_prediction.m |
README.md
This code implements the simulation results reported in:
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 |