- 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"