%-------------------------------------------------------------------------
% Desc - Software for the experiment with continuous attractor. The 
%        results for this experiment are reported in figure 4 of paper(s)
%
%    [1] W. Maass, P. Joshi, and E. D. Sontag. Computational aspects of
%    feedback in neural circuits. submitted for publication, 2005.
%
%    [2] W. Maass, P. Joshi, and E. D. Sontag. Principles of real-time
%    computing with feedback applied to cortical microcircuit models.
%    In Advances in Neural Information Processing Systems, volume 18.
%    MIT Press, 2006. to appear.
%
%-------------------------------------------------------------------------

   1) The file load_params.m contains the global parameters for the 
   simulation, and the file launch_experiment.m starts the simulation.

   2) The parameter FBSCALE in load_params.m is used to scale the
   feedback strength from 0% to 500% as reported in figure 6.

   3) The corrsponding results for cases with various feedback
   strength are stored in subdirectories ./result_xxx, where
   'xxx' is the feedback strength in percentage.
   
   4) Run the software at your own risk ;)
