Skip to content

spiketren/artscene-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

  • ARTSCENE Search *

This package contains a sample code of the ARTSCENE Search model developed by Tsung-Ren Huang (tren@cns.bu.edu) and Stephen Grossberg (steve@cns.bu.edu) at Boston University.

In the "matlab" directory, "st.m" is a Matlab program for studying region dynamics in a single search trial.

In the "fortran" directory, "simu.m" is a Matlab program to carry out a full simulation for spatial plus object cueing effects. This simulation was developed under Linux using GNU Fortran 77 (g77) and Matlab where the Matlab programs generate simulation parameters (init.m) and figure outputs, whereas the Fortran program (st.f) runs the core simluation for all search trails to speed up computations. Before launching "simu.m", "st.f" should be compiled to an executable program via the following command: "g77 -O3 st.f -o st"

About

Huang, T. R., & Grossberg, S. (2010). Cortical dynamics of contextually cued attentive visual learning and search: spatial and object evidence accumulation. Psychological Review, 117(4), 1080.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors