Circuit_Model_of_Attention
 All Files Functions
Functions
/scratch/beuth/svn/attention2/coreModelR13/releaseSubmission/calculateModelTodel.m File Reference

Calculate the circuit model of attention. More...

Functions

function [rL4, rL2, supFeatRet,
supSpatialRet] = 
calculateModel (in input, in aSpatial, in aFeat, in this, in plotResponses)

Detailed Description

Calculate the circuit model of attention.

Author
Frederik Beuth

Function Documentation

function [rL4, rL2, supFeatRet, supSpatialRet] = calculateModel ( in  input,
in  aSpatial,
in  aFeat,
in  this,
in  plotResponses 
)
Parameters
inputInput from previous visual area (size: L x X)
aFeatFeature-based amplification from a higher cortical area like PFC (size: L x 1)
aSpatialSpatial amplification from FEF or LIP (size: 1 x X)
thisModel object, containing all parameters
plotResponsesIf true, plot the neuronal responses at converged state
Returns
rL4 Neuronal responses of layer 4 (size: L x X)
rL2 Neuronal responses of layer 4 (size: L x Xpooled)
supFeatRet Feature-based suppression (size: L x X)
supSpatialRet Surround suppression (size: L x Xpooled)